silverstripe-cms/javascript
Sean Harvey 4f88dcbbfc BUG ShowUnpublished checkbox with initial state not working
If ShowUnpublished checkbox initial state is checked, the history
doesn't show the unpublished versions up front. The user would need to
uncheck the box then check again, as only the change event would handle
the toggling of showing unpublished versions.

Moved the ShowUnpublished handler into a separate entwine class, and
run the same toggle code onmatch, as well as onchange.
2013-05-13 16:24:00 +12:00
..
lang MINOR: added translation for children list and added tree translations 2013-04-10 10:54:09 +03: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 FIX URL concat in tree actions (broke with 'translatable' module) 2013-05-08 09:38:25 +02:00
CMSMain.EditForm.js BUG: Prevent conflict when using multiple SiteTreeURLSegmentField's in CMS edit form 2013-02-04 15:04:52 -06: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 FIX URL concat in tree actions (broke with 'translatable' module) 2013-05-08 09:38:25 +02:00
CMSPageHistoryController.js BUG ShowUnpublished checkbox with initial state not working 2013-05-13 16:24:00 +12:00
RedirectorPage.js BUGFIX: add missing onunmatches causing exceptions in entwine 2012-05-18 14:33:17 +12:00
ReportAdmin.js Avoid duplicating ReportAdmin search params (fixes #8046) 2012-12-04 10:22:29 +01: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 NEW Side by side editing functionality - first cut (os#7412) 2012-12-10 18:09:54 +01:00
SiteTreeURLSegmentField.js Better error message when attempting to enter a blank URL Segment (fixes silverstripe/silverstripe-cms#1570) 2013-04-05 14:06:32 +01:00