silverstripe-framework/admin
Mateusz Uzdowski b28a625f0b BUGFIX: clean up Chosen classess, so the cached panel can be rebuilt (os7304)
There is no way to clean up attached Chosen instance in a nice way -
there is no destroy, nor remove on the library.

Also, we can't use the onunmatch on this entwine - it only triggers after the cache snapshot
has been taken. This is because the cache function is on different
namespace.
2012-05-11 16:17:44 +12:00
..
code ENHANCEMENT Making "Users", "Groups" and "Roles" tabs in SecurityAdmin bookmarkable. 2012-05-08 11:25:47 +02:00
css MINOR Fixed small button styles (now used in URLSegment "edit" button etc.) 2012-05-10 14:17:02 +02:00
images Merge pull request #395 from silverstripe-big-o/sapphire 2012-05-03 11:26:12 +02:00
javascript BUGFIX: clean up Chosen classess, so the cached panel can be rebuilt (os7304) 2012-05-11 16:17:44 +12:00
scss MINOR Fixed small button styles (now used in URLSegment "edit" button etc.) 2012-05-10 14:17:02 +02:00
templates MINOR Template consistency between TabSet.ss and overloaded LeftAndMain tabsets 2012-05-08 11:25:47 +02:00
tests API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
thirdparty BUGFIX: typeof undefined error fix 2012-05-10 15:18:52 +12:00
_config.php BUGFIX Fixing reference to moved editor_plugin_src.js in HtmlEditorConfig settings 2012-04-17 11:56:59 +12:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
config.rb MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver 2011-12-20 17:46:43 +01:00