MySource Matrix Developer

Main Content

MySource Matrix Developer Newsletter Issue 122
Friday 13th April 2007

covers versions 3.10.8 stable, 3.12.3 stable, 3.14.0 RC1, 3.15.0 development

News

No News Is Good News

There is no general MySource Matrix developer news this week.

New Features

Account Manager: XHTML Compliance

Added to: 3.15.0 development

The Account Manager page did not have an HTML "action" attribute on its main form, which meant the page was failing XHTML compliance. The attribute has now been added.

Planned Development

No new generic features are currently scheduled for development.

Upgrading

3.15.0 Development

Additional queries:

These queries should remove any inadvertent public read access that may have been granted to certain parts of the System Management folder on recent clean installs, as well as remove any permissions with a user ID of zero (which have not made sense since the introduction of the public user):

DELETE FROM sq_ast_perm
    WHERE userid IN (
        SELECT assetid
            FROM sq_ast
            WHERE type_code IN ('public_user')
    ) AND assetid IN (
        SELECT assetid
            FROM sq_ast
            WHERE type_code IN (
                'log_manager',
                'system_management_folder',
                'search_manager'
            )
    );
DELETE FROM sq_ast_perm WHERE userid = '0';

Additional comments: No additional upgrade steps are required.

3.14.0 Stable

Additional queries:

As for 3.15.0 Development.

Additional comments: No additional upgrade steps are required.

3.12.4 Stable

Additional queries:

As for 3.15.0 Development.

Additional comments: No additional upgrade steps are required.

New Bugs Added To Bug Tracker

Bug ID 3.10.x 3.12.x 3.14.x Dev Description
2319 Y Y Y Y Logout logs are not inserted into database
2321 N Y Y Y MySource Error on the Whats New Page
2323 Y Y Y Y Table Properties - Vertical alignment not working correctly
2324 N N Y Y Commit button is in the way on the Selective Emails screen
2325 N N Y Y Searching for phrase returns no result
2333 N Y Y Y Cron logging misformatted
2335 N Y N N Asset Builder - Dynamic Create Locations ignoring permissions
2336 N N Y Y Trigger Action Create Asset: string can_only_create_assets_explanation not found
Notes:

Bug #2331 (pdf lineage not showing in search results 3.12.1 and warnings shown on screen) was reported by Sam Butler but was marked as not being a bug. The bug reported warnings when asset lineage keywords were used with file-type assets. Asset lineage is calculated based on asset URL - if a file is live and publicly readable, it no longer has a Matrix URL (rather a "__data" URL which is served directly by Apache). Therefore, no lineage can be calculated for these assets.

Bug #2334 (Trigger Action - Send Email action and the To field) was reported by Deborah Sherwood but was marked as not being a bug. This report suggested the "Send to Active User" option was not working properly, however this option relates to a user that the trigger is being fired upon, not the user that is currently logged in. This can be worked around in the 3.14 and development versions using the Parameter Map to select "Current User".

New Feature Requests Added To Bug Tracker

Bug ID Description
2320 Allow upload and extraction of .tar file with Bulk File Import Tool
2322 Asset Map doesn't dock properly when both maps have been undocked
2326 Calendar Event Summary
2327 Asset Builder Dynamic Create Location should include Root asset
2328 New keyword for combined total of votes for a poll
2329 Clear cache without squidclient
2330 Allow folder assets to be linked under Multiple Page Pages
2332 CLI scripts to perform system-wide maintenance faster

Bugs Fixed In The Bug Tracker

Bug ID 3.10.x 3.12.x 3.14.x Dev Description
2239 Y Y Y Y Div remains Approved To Go Live when page under workflow made live
2274 N N Y Y Custom Form - Incorrect keywords causes the form to break
2308 N N Y Y Safe edit version of page not cached as public user
2315 N Y Y Y Backend user has access to Log Manager
2317 N Y Y Y Upcoming Events List - Recurring Events listed once / counted multiple times.
2319 Y Y Y Y Logout logs are not inserted into database
2321 N Y Y Y MySource Error on the Whats New Page
2323 Y Y Y Y Table Properties - Vertical alignment not working correctly
2324 N N Y Y Commit button is in the way on the Selective Emails screen
2333 N Y Y Y Cron logging misformatted
2336 N N Y Y Trigger Action Create Asset: string can_only_create_assets_explanation not found
Add a Comment

You must click here to log in before posting comments.

View Comments

There are currently no comments for this newsletter.