MySource Matrix Developer

MySource Matrix has been superseded by Squiz Matrix. This site will remain available for archival purposes only; it is not intended as a current source of Matrix information. For all the latest on Matrix, including documentation and release information, visit the Squiz Matrix site.

Main Content

MySource Matrix Changelog - 3.26.3 to 3.26.4

Featured Changes

Workflow Step: Custom Subject Line for Email Notifications (further enhancements)

[ Feature Request #4268 ]

An extension of this functionality previously released. The custom subject line was previously set only if the custom message had also been set. This modification now allows the subject field can to be configured independently of the message text.

Context-awareness for Multiple Page Page Keyword Replacements

[ Feature Request #4286 ]

A new keyword, %current_page_attribute_name% has been provided on the outer asset as a contexted equivalent to the existing %current_page_name% keyword. The %asset_attribute_name% keyword of inner assets now also returns page names from the current context.

Make SOAP Call Form Action

[ Feature Request #4314 ]

A new Form Submission Action has been added to perform SOAP requests prior to logging the submission. This action provides a template of the function call used, to populate with keywords or static values.

Keywords available for inclusion in requests are:

  • Form Question responses -> %response_123_q1%
  • Contents of File Upload responses -> %file_upload_123_q2%

Results from the called function are stored in the session sandbox and are available from %globals_session_xx% variables.

Global Keyword Replacements for Site Special Pages

[Feature Request #4333]

A set of Global Keywords has been introduced to return the asset ID of associated Site Special Pages. When not set, these keywords will return no result.

The new keywords are:

  • %globals_site_index_id% : asset ID of the Index Page
  • %globals_site_not_found_id% : asset ID of the Not Found Page
  • %globals_site_archive_id% : asset ID of the Archived Asset Page

Colon notation, as above but with a Site asset ID specified (for Site ID 123):

  • %globals_site_index_id:123%
  • %globals_site_not_found_id:123%
  • %globals_site_archive_id:123%

Additional Changes and Bug Fixes

  • Fixed Bug #4179: Text "Array" shown as attribute name on Search Fields screen when unlocked
  • Fixed Bug #4197: Unable to deactivate Form submission actions
  • Fixed Bug #4207: Javascript API: transferred with MIME type text/plain
  • Fixed Bug #4241: Cannot apply paint layout to bulkmail subscribe page
  • Fixed Bug #4247: Sending an attachment with custom form does not adhere the correct mime type
  • Fixed Bug #4275: Metadata for newly created submission asset not getting indexed
  • Fixed Bug #4272: Remap Manager Scalability issue
  • Fixed Bug #4280: TO_CHAR conversion error on oracle : ORA-22835
  • Fixed Bug #4285: Metadata Select Field Antics
  • Fixed Bug #4295: urlencode modifier breaks globals keyword replacement when used in paint layout
  • Fixed Bug #4299: Search Log Report does not contain any results
  • Fixed Bug #4302: system_integrity_check_indexes outputs pgsql indexes
  • Fixed Bug #4304: active directory dn's with backslashes don't retrieve permissions correctly
  • Fixed Bug #4305: Cannot create instances on multi-date calendar event asset after deleting an instance
  • Fixed Bug #4308: DB Connector: issue with displaying entered full DSN
  • Fixed Bug #4311: PHP notice in Search Manager > Global Weights
  • Fixed Bug #4313: Typo "Retrive" on Details screen of TRIM Saved Search
  • Fixed Bug #4320: show if design area cannot show Logical Condition properly
  • Fixed Bug #4321: customised constant button design area results in PHP notice when cache is enabled
  • Fixed Bug #4327: Wrong function called for executing query in hipo_job.inc
  • Fixed Bug #4328: Image varieties added via the WYSIWYG in paint layout do not render
  • Fixed Bug #4329: REST Resource OAuth Session: missing translation
  • Fixed Bug #4332: Details screen with no workflow - stream select JavaScript objects not found
  • Fixed Bug #4334: Keyword for site section details not being evaluated by simple edit
  • Fixed Bug #4335: Structured asset report couldn't generate report for entire system
  • Fixed Bug #4339: Funnelback click logs not working
  • Fixed Bug #4351: System Management folder fails to load asset map
  • (Core) Notice Linking to File Assets [Feature Request #4265]