webgui/lib/WebGUI/AssetHelper
Scott Walters d32d452efe change WebGUI.Admin.prototype.processPlugin, which handles messages back from calls to AssetHelper classes, to do any number of little chores according to the message contents rather than just the first one it tests for.
change the Lock AssetHelper to both refresh and display a message indicating that the asset is locked.  the refresh is needed for tree view which displays a little icon.
2013-09-26 21:23:05 -05:00
..
Image Make version tags mandatory again. 2011-10-25 19:44:58 -07:00
Product Repeat ampli's fix (described below) for other occurances on the site. 2011-06-29 19:13:18 -04:00
ChangeUrl.pm Remove Class::C3 from the asset helpers, since they don't use it. 2012-01-01 11:47:58 -08:00
Copy.pm Need at least one call to the sub that updates the Fork status. 2013-09-25 15:00:43 -05:00
CopyBranch.pm don't reload the Tree/View pane after a Copy Branch operation; Copy Branch doesn't mutate the asset tree being viewed so not needed 2013-09-25 15:00:45 -05:00
CreateShortcut.pm Remove Class::C3 from the asset helpers, since they don't use it. 2012-01-01 11:47:58 -08:00
Cut.pm the 'cut' drop down (AssetHelper) operation basically worked, but the screen wasn't redrawn after the change, and the JSON returned during Fork polling in WebGUI::AssetHelper::Cut didn't match what the YAHOO.WebGUI.Fork.poll callback in WebGUI.Admin.prototype.openForkDialog was expecting so status communication had to be wired up. wG::ProgressTree exposes 'flat' now too for the sake of computing a progress bar. looking at only the roots nodes is ineffective; in this case, the number of root nodes would only ever be 1 though the number of child nodes to be processed could be much higher. WebGUI.Admin.prototype.openForkDialog's callback to YAHOO.WebGUI.Fork.poll handles a status JSON message (JSON inside of JSON, ugh) of "reload" and there's an admin.reload() method now. that's also callable from WebGUI.Admin.prototype.processPlugin and was done in the style of its handlers. 2013-09-24 12:28:51 -05:00
Delete.pm Fix label, remove debug. 2013-09-25 15:00:44 -05:00
Duplicate.pm Remove Class::C3 from the asset helpers, since they don't use it. 2012-01-01 11:47:58 -08:00
EditBranch.pm Remove Class::C3 from the asset helpers, since they don't use it. 2012-01-01 11:47:58 -08:00
ExportHtml.pm Save button in Export as HTML has bad style (#12424): 2013-09-26 20:03:12 -05:00
Lock.pm change WebGUI.Admin.prototype.processPlugin, which handles messages back from calls to AssetHelper classes, to do any number of little chores according to the message contents rather than just the first one it tests for. 2013-09-26 21:23:05 -05:00
UploadFiles.pm finish the "Upload Files" implementation; the AssetHelper had some bugs and needed to close the pop-up dialog that it created. 2013-09-25 15:00:46 -05:00