covers versions 3.4.8 stable, 3.6.4 stable, 3.7.0 development
MySource Matrix 3.4.8 and 3.6.4 were released on Monday for internal client upgrades only. They were not released on the web site. Both releases contain the new URL white list security fix for the remote content page. In addition, 3.4.8 contains 4 bug fixes and 3.6.4 contains 27.
The development version of the remote content page now encodes the URLs it is presenting. Previously, you could send the remote content page a URL via a query string variable. This will no longer work without encoding the URL first.
A new test has been written for Snoopy that will try and identify debug code that has been left within MySource Matrix. This includes the use of functions such as bam(), minibam() and speed_check(). The only function allowed is pre_echo(), but the use of this function is also restricted.
If you have to print something to screen, during an install or upgrade most likely, use the pre_echo() function instead of bam(). The use of bam() is reserved for pure debug code only.
Added to: 3.7.0 development
Search page categories have always allowed you to specify a "Not Selected" option, enabling the user to search from the search page's root node rather than under a particular category. You can now choose to completely remove the "Not Selected" option to force users to choose a category. You can also specify which category option will be the default.
Added to: 3.7.0 development
A new trigger event has been added and will be fired when an asset's metadata is updated. This allows you to create triggers that execute when an editor alters the metadata values of an asset.
Added to: 3.7.0 development
A new keyword has been added to the listing engine assets. The keyword will be replaced by the text "odd" or "even" depending on if the result is in an odd or even number position in the listing.
You can use this keyword in a DIV or TABLE's "class" property to display alternating style combinations (such as row colour). For example, enter "_row" to use the classes "odd_row" and "even_row" in your listings.
To be added to : 3.7.0 development
Estimated start date: already in development
Estimated end date : 20th January 2006
Run step_02.php: yes
Run step_03.php: yes
Run compile_locale.php: yes
Additional queries:
- These queries are for development systems only
- You do not have to run them if upgrading from 3.6.x
[PostgreSQL] ALTER TABLE sq_cache ADD COLUMN temp VARCHAR(4000); UPDATE sq_cache SET temp = url; ALTER TABLE sq_cache DROP COLUMN url; ALTER TABLE sq_cache RENAME temp TO url; ALTER TABLE sq_cache ALTER COLUMN url SET NOT NULL; [Oracle] ALTER TABLE sq_cache MODIFY url VARCHAR(4000);
Additional comments: No additional upgrade steps are required.
| Bug ID | 3.4.x | 3.6.x | Dev | Description |
| 1076 | N | Y | Y | Lookup setting - URL confusion |
| 1078 | N | Y | Y | Calendar Single Event Title Field Name not showing correctly |
| 1079 | N | Y | Y | Form tag missing in cached content for asset listing/td> |
| 1080 | N | Y | Y | Glitch in Default Sort By Option drop down on Asset Sorting screen |
| 1081 | N | Y | N | Icon for type 2 shows as no access to Backend user |
| 1082 | N | Y | Y | Image varieties in safe edit pages not displaying |
| 1083 | N | Y | Y | WYSIWYG needs a kickstart |
| 1084 | N | N | N | Asset listing fails to list public items for logged in users (not confirmed) |
| 1085 | N | N | Y | Can't clone multiple page pages |
| 1086 | N | Y | Y | Security restriction on one group, restricts access for all groups |
Bug #1070 (Security Restrictions on User Groups not being enforced) was submitted by NBell on the 4th of January 2006 but was marked as not being a bug after it was determined that this was expected behavior from the new security restrictions system.
| Bug ID | Description |
| 1077 | Blank Date fields in custom form |
| Bug ID | 3.4.x | 3.6.x | Dev | Description |
| 1068 | N | Y | Y | Lookup constraint violation for files |
| 1076 | N | Y | Y | Lookup setting - URL confusion |
| 1078 | N | Y | Y | Calendar Single Event Title Field Name not showing correctly |
| 1079 | N | Y | Y | Form tag missing in cached content for asset listing/td> |
| 1080 | N | Y | Y | Glitch in Default Sort By Option drop down on Asset Sorting screen |
| 1081 | N | Y | N | Icon for type 2 shows as no access to Backend user |
| 1082 | N | Y | Y | Image varieties in safe edit pages not displaying |
| 1085 | N | N | Y | Can't clone multiple page pages |
| 1086 | N | Y | Y | Security restriction on one group, restricts access for all groups |
There are currently no comments for this newsletter.