silverstripe-framework/admin/code
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
..
AdminRootController.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CMSBatchAction.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
CMSBatchActionHandler.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CMSMenu.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CMSMenuItem.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CMSPreviewable.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
CMSProfileController.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
GroupImportForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
LeftAndMain.php BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980) 2012-11-01 00:25:13 +01:00
LeftAndMainDecorator.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
LeftAndMainExtension.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberImportForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ModelAdmin.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
SecurityAdmin.php BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980) 2012-11-01 00:25:13 +01:00