covers versions 3.16.9 stable, 3.18.2 stable, 3.19.0 development
There is no general MySource Matrix developer news this week.
Added to: 3.19.0 development
This development will add the ability to designate certain permissions, workflow schemas and metadata schemas with the ability to not cascade to lower assets, regardless of the normal asset-level "Cascade" setting. When this option is selected, new children of the asset (whether created or linked/moved) will not have those settings cascaded to them.
(Workflow schemas and permissions will still cascade to their dependent children, to be consistent with current practices of adding these with cascading to existing assets turned off.)
This development is also expected to be added to 3.18.3 stable next week.
To be added to : 3.19.0 development, 3.18.3 stable
Estimated start date: already in development
Estimated end date: soon
Additional queries:
Additional queries are required as part of the above "Prevent Cascade" development. See below.Additional comments:
DROP VIEW sq_vw_ast_perm;(NB: The dropping of views is required since views cannot be modified to change the number of columns they contain, at least in PostgreSQL. They will be regenerated later.)
DROP VIEW sq_rb_vw_ast_perm;
ALTER TABLE sq_ast_perm ADD COLUMN cascades CHAR(1) NOT NULL DEFAULT '1';
ALTER TABLE sq_ast_mdata ADD COLUMN cascades CHAR(1) NOT NULL DEFAULT '1';
ALTER TABLE sq_ast_wflow ADD COLUMN cascades CHAR(1) NOT NULL DEFAULT '1';
ALTER TABLE sq_rb_ast_perm ADD COLUMN cascades CHAR(1) NOT NULL DEFAULT '1';
ALTER TABLE sq_rb_ast_mdata ADD COLUMN cascades CHAR(1) NOT NULL DEFAULT '1';
ALTER TABLE sq_rb_ast_wflow ADD COLUMN cascades CHAR(1) NOT NULL DEFAULT '1';
| Bug ID | 3.16.x | 3.18.x | Dev | Description |
| 3086 | Y | N | N | Search Manager: Asset Tree Weight and new assets (not confirmed) |
| 3087 | Y | Y | Y | Cloning Custom Form with bodycopy table used result in fatal error |
| 3094 | N | Y | Y | Metadata Multiple Text Field in Safari |
Bug #3073 ("errors when accessing Matrix from different networks", submitted June 10th by gmutale) was marked Not a Bug. MySource Matrix is set by default to end sessions where the IP changes for security reasons, unless "Allow IP changes" is turned on.
Bug #3075 ("Problems with directory cleanup when Bulkmail job placed Under Construction", submitted June 11th by Melanie Rooney) was marked Can Not Replicate. Bulkmail Jobs cannot be changed to Under Construction while they are in the job queue. Their status is automatically changed to Under Construction after completion, to stop it from running again.
Bug #3090 ("Matrix sees _ and - as wildcards in web paths", submitted June 18th by Avi Miller) was closed as it was a duplicate of bug #2980 ("Underscore "_" and Dash "-" in webpaths treated as same character", submitted April 22nd by Owen Windsor), which was already fixed in 3.16.8 and 3.18.1. The issue related to underscores not being properly escaped in the query to determine whether a web path was being used, resulting in the underscore acting as an SQL single character wildcard.
| Bug ID | Description |
| 3082 | Unrestricted/Live/Public File assets only need one URL |
| 3083 | Cronjob or Script to clean sq_cache and filesystem |
| 3084 | Option to disable Inbox for LDAP Users |
| 3085 | Trigger Condition: Metadata Value does not work with all metadata types |
| 3088 | Google analytics support for static files |
| 3089 | Change/Extend Protocol Templates to allow the creation of a custom tag |
| 3092 | Including assetid in form submission exports |
| 3093 | Menu design area: style for menu items with children |
| 3095 | What's New Date by Metadata |
| Bug ID | 3.16.x | 3.18.x | Dev | Description |
| 3061 | Y | Y | Y | Issues when cloning Design assets |
| 3068 | Y | Y | Y | Update lookups doesn't log the lookup change |
| 3076 | Y | N | N | DB Error on Custom Form create |
| 3077 | Y | Y | Y | Viewing Web Path screen fails on Oracle with 1000+ URLs |
| 3087 | Y | Y | Y | Cloning Custom Form with bodycopy table used result in fatal error |
There are currently no comments for this newsletter.