matrixMap has now been moved to its own .js file. This plugin is going to be significantly larger than the others, and it needs its own file. This will essentially be a seperate project.
matrixMap has now been moved to its own .js file. This plugin is going to be significantly larger than the others, and it needs its own file. This will essentially be a seperate project.
Major updates to matrixDelete and matrixStatus. These plugins can now function without triggers. matrixMap has also been added, but it currently experimental.
matrixDelete's onComplete callback now works when triggers is set to false. An update was needed to make this work for deleting single and multiple assets.
matrixDelete now deletes multiple assets using without the use of triggers. Also, a new feature has been aded to output the current ajax status of each asset. This will be updated in real time.
matrixDelete can now delete multiple assets without using a trigger. This again creates a hippo job for each asset and moves it to the trash. Also, work done on allowing matrixStatus to change status without a trigger. Code cleanup. More functions worked on.
matrixDelete can now delete an asset with using a trigger. It runs a hippo job to delete the asset. Still some cleaning up of this feature needs to be done.
matrixDelete now has a new trigger option, which is true by default. If you set it to false, the plugin will attempt to delete the asset without a trigger. This will require that your user has access to the admin interface. Curretly this option creates a hippo job to delete the asset, but the hippo job does not currently finish.
matrixMap has been updated and now functions very much like the java asset map. Tree levels expand, type 1 and 2 icons are used. Still tons of work to do, not even close to a real release.
Added a brand new plugin, matrixMap, which queries Matrix and returns XML. This XML is then used to create a jQuery version of the asset map. This is beneficial if you would like to browse the Asset Map without the use of Java.
matrixDelete's onComplete callback now works when triggers is set to false. An update was needed to make this work for deleting single and multiple assets.
matrixDelete now deletes multiple assets using without the use of triggers. Also, a new feature has been aded to output the current ajax status of each asset. This will be updated in real time.
matrixDelete can now delete multiple assets without using a trigger. This again creates a hippo job for each asset and moves it to the trash. Also, work done on allowing matrixStatus to change status without a trigger. Code cleanup. More functions worked on.