silverstripe-framework/admin
Ingo Schommer bcbf4636fc BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980)
The existence of .ss-tabset triggers JS which applies $.tabs(),
and in turn interprets the first available link as the tab navigation.
jQuery UI subsequently tries to ajax-load this link, which is not
desired. Instead, $.tabs() should *only* be applied to a container
DOM element with .cms-tabset applied.
2012-11-01 00:25:13 +01:00
..
code BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980) 2012-11-01 00:25:13 +01:00
css BUG: Border at top of tabs when no subtabs 2012-10-28 16:05:13 +13:00
images ENHANCEMENT: Change media insertion to use button and apply design 2012-06-11 10:54:48 +02:00
javascript BUG Prevent CMS submission on disabled buttons (#7928) 2012-10-08 09:29:08 +02:00
scss BUG: Border at top of tabs when no subtabs 2012-10-28 16:05:13 +13:00
templates BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980) 2012-11-01 00:25:13 +01:00
tests FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
thirdparty Fix chosen dropdown width not being set. 2012-08-16 23:26:29 +02:00
_config.php Merge branch 'tinymce_fancy_selectts' of https://github.com/halkyon/sapphire into 3.0 2012-10-05 14:39:27 +13: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