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.
[ Feature Request #4595 ]
A new option called Include Summary is now available in the Insert Link pop-up in the WYSIWYG Editor.
When you select this option, the keyword replacement %asset_summary_<assetid>% will be added in the link, where <assetid> is the id of the asset that you have linked to.
This keyword replacement will show the summary of the asset in the frontend and will only work when you create a link to file assets, such as Word documents and PDF files.
You can customise the information that is being shown for this keyword replacement in Global Preferences.
[ Feature Request #4504 ]
The SharePoint package within MySource Matrix allows a user to list the documents of a SharePoint server using the SharePoint Saved Search asset. Previously, the URLs of documents returned from these searches were served from the SharePoint server, meaning that the address of your SharePoint system was visible to users when printing the URLs of documents on the frontend. This feature allows the SharePoint Saved Search to download and serve the returned documents directly from your web server.
This option is configured in a new Download File field on the Details screen of the SharePoint Saved Search. When this field is set to 'Yes', the SharePoint documents will be downloaded to your web server, reflected in the document's download_url on its Details screen.
This is a Features Bazaar feature, chosen for development by attendees of the 2009 MySource Matrix User Conference.
[ Feature Request #4582 ]
A new Trigger action has been added to remove a non-running Workflow Schema on an asset.
This Trigger Action will remove the specified Workflow Schema on the asset that fired the trigger. An option to cascade this removal to all children of the asset is also available.
This new action compliments the pre-existing Set Workflow Schema Trigger Action.
[ Feature Request #4561 ]
Currently, the Javascript API does not contain any functions allowing users to create File type assets. The feature introduces the createFileAsset function, creating a blank File type asset (PDF File, Image, MP3 etc.) that users will then be able to upload their files to.
The createFileAsset function is enabled through the Create Asset field on the Details screen of the Javascript API.
This function takes six parameters:
The format of the createFileAsset function is shown below:
function createFileAsset(parentID, type_code, friendly_name, link_type, link_value, dataCallback)
For example, if you want to create a PDF File asset, titled 'my-file', the function can be used as follows:
createFileAsset(100, pdf_file, my-file);
Once the PDF File asset is created, the user can upload their file to the newly created blank PDF File asset.
This function has been added to provide more flexibility for MySource Matrix's integration with the Easy Edit Suite.
[ Feature Request #4540 ]
Since MySource Matrix's Funnelback package was introduced earlier this year, users have been limited to selecting entire sites when creating collections. This meant that users were not able to index specific sections of their site, often causing unnecessary and lengthy indexing processes.
This feature allows you to now select any asset when creating collections, specifying certain sections of a site to index.
This enhancement will greatly increase the speed and efficiency of Funnelback indexing on your system.
[ Feature Request #4518 ]
Previously, metadata fields on alternate contexts that had not been configured and had no set default metadata would contain no metadata information. This feature now allows these fields to inherit the default metadata of the default context, when no default metadata has been set on the current alternate context.