silverstripe-cms/javascript
Sam Minnee 6be8602295 BUG: Update MenuTitle whenever Title is changed and the value of Title used to be. Bubble the change to update LHS tree. (Trac #7507)
We had to use .data() to track OrigVal manually, but this means that the MenuTitle can be updated much more reliably.  In addition, we trigger the change-handler for MenuTitle that updates the LHS tree.  Unfortunately, we couldn't simply use .trigger('change') because it broken in IE8 due to an entwine bug.
2012-06-22 13:04:40 +12:00
..
lang MINOR Moved localised JS messages in correct module (fixes #7393) 2012-06-04 11:53:11 +02:00
AssetAdmin.DragDrop.js BUGFIX Adding missing onunmatch in AssetAdmin.DragDrop 2012-05-23 16:09:08 +12:00
AssetAdmin.js BUGFIX: Disable javascript not used right now because assets don't have batch actions. (Trac #7367) 2012-06-15 15:50:11 +12:00
CMSMain.AddForm.js MINOR Removed unused jQuery.dialog creation in CMSMain.AddForm.js, which causes mem leaks (now uses dedicated pages/add UI) 2012-06-13 23:36:46 +02:00
CMSMain.EditForm.js BUG: Update MenuTitle whenever Title is changed and the value of Title used to be. Bubble the change to update LHS tree. (Trac #7507) 2012-06-22 13:04:40 +12:00
CMSMain.js API CHANGE Combined "Pages" and "Edit Page" into a single menu entry 2012-04-17 22:59:08 +02:00
CMSMain.Tree.js BUGFIX: Fixed add page context menu, replacing references to .pagetype with .ssclass. (#7398) 2012-05-25 10:36:42 +12:00
CMSPageHistoryController.js BUGFIX Corrected page history pane loading (fixes #7477) 2012-06-15 12:50:54 +02:00
RedirectorPage.js BUGFIX: add missing onunmatches causing exceptions in entwine 2012-05-18 14:33:17 +12:00
ReportAdmin.Tree.js BUGFIX: change namespace for the tree so all matchers are executed 2012-05-18 12:23:30 +12:00
SilverStripeNavigator.js MINOR Moved SilverStripeNavigator from 'sapphire' to 'cms' 2011-03-28 09:02:42 +13:00
SiteTreeURLSegmentField.js BUGFIX: add missing onunmatches causing exceptions in entwine 2012-05-18 14:33:17 +12:00