Sean Harvey
|
cf014dc56d
|
MINOR Replaced use of deprecated split() with preg_split() and fixed use of "&new Class()" which is deprecated in PHP 5.3
ENHANCEMENT E_DEPRECATED and E_USER_DEPRECATED are now handled as notice level errors in Debug.
|
2012-03-27 23:16:52 +13:00 |
|
Will Rossiter
|
c3cae289d3
|
MINOR: added default flag to SCSS to allow variables to be overridden
|
2012-03-27 21:35:43 +13:00 |
|
Will Rossiter
|
e9f650a04e
|
MINOR: tighten up tree spacing
|
2012-03-27 21:35:43 +13:00 |
|
Ingo Schommer
|
06a4e1aad6
|
Merge pull request #268 from sminnee/raise-js-errors
BUGFIX: Show a correct growl message when ajax returns a JS error rather than HTTP error.
|
2012-03-26 06:27:41 -07:00 |
|
Sean Harvey
|
fd7f2eb469
|
ENHANCEMENT Use of Object::create('GridField') for Roles grid in
SecurityAdmin, to be consistent with Members and Groups grid
instantiation.
MINOR Removing comments referring to CTF
|
2012-03-26 14:51:40 +13:00 |
|
Sean Harvey
|
fca60b786c
|
ENHANCEMENT Addition of ModelAdmin::getExportFields() which allows ModelAdmin classes to customise which fields should be exported. Defaults to the summary fields from the model class definition.
|
2012-03-25 20:01:43 +13:00 |
|
Sam Minnee
|
f5f655bd7a
|
BUGFIX: Show a correct growl message when ajax returns a JS error rather than HTTP error.
|
2012-03-24 16:35:18 +13:00 |
|
Will Rossiter
|
06dd79f34c
|
MINOR: remove console.log
|
2012-03-24 14:22:29 +13:00 |
|
Will Rossiter
|
39742f53e5
|
BUGFIX: #7036 refresh CMS panel when adding a new file
|
2012-03-24 14:20:46 +13:00 |
|
Sam Minnée
|
3ef64af761
|
Merge pull request #260 from simonwelsh/assettablefield
MINOR Remove unused AssetTableField js file
|
2012-03-23 18:08:12 -07:00 |
|
Sam Minnée
|
1b24437fde
|
Merge pull request #262 from halkyon/security_import
ENHANCEMENT Adding missing MemberImportForm to SecurityAdmin, and styling fixes.
|
2012-03-23 17:39:46 -07:00 |
|
Sean Harvey
|
ffdf548575
|
ENHANCEMENT Adding missing MemberImportForm to SecurityAdmin, putting each importer into
Users and Groups tab for context instead of Import tab, and fixing
styling to be close to how it was in SS 2.4.
|
2012-03-24 13:20:19 +13:00 |
|
Simon Welsh
|
673dd7d992
|
MINOR Remove unused AssetTableField js file
|
2012-03-24 12:36:59 +13:00 |
|
Will Rossiter
|
71f37b993c
|
BUGFIX: #6840 Fix navigation highlights on LeftAndMain
|
2012-03-24 11:57:29 +13:00 |
|
Will Rossiter
|
ebec3ba1c6
|
MINOR: fix alignment of cms logo to panel title
|
2012-03-24 11:57:29 +13:00 |
|
Sean Harvey
|
fea3a4eea0
|
MINOR Removed useless .DS_Store files
|
2012-03-20 20:41:10 +13:00 |
|
Ingo Schommer
|
e70c9b7d13
|
Merge pull request #246 from silverstripe-scienceninjas/trac-6853
BUGFIX: #6853 Necessary styles required to complement work on same-index...
|
2012-03-15 15:40:38 -07:00 |
|
Ingo Schommer
|
e443ec5c9c
|
Merge pull request #244 from sminnee/ipad-fixes
BUGFIX: Remove stray scrolling and zooming glitches on iPad.
|
2012-03-15 03:03:45 -07:00 |
|
Sean Harvey
|
fc9e065e44
|
BUGFIX Don't show "Import" header if ImportForm isn't available in
ModelAdmin_Tools template
|
2012-03-15 14:18:56 +13:00 |
|
Sam Minnee
|
069d7117d7
|
BUGFIX: Remove stray scrolling and zooming glitches on iPad.
|
2012-03-15 14:13:30 +13:00 |
|
Ingo Schommer
|
620b23a23f
|
MINOR Including GET parameters in X-ControllerURL default headers (which fixes e.g. AssetAdmin search persistence)
|
2012-03-14 16:07:50 +01:00 |
|
jbridson
|
7ff273263a
|
BUGFIX:fixed issues with overflow on model and security admin - made changes more specific.
|
2012-03-12 23:01:07 +01:00 |
|
jbridson
|
3d26cb7bf9
|
BUGFIX:SSF-106 - fixed uneven column widths and overflow issues with datagrid in ie7.
|
2012-03-12 23:01:07 +01:00 |
|
Andrew O'Neil
|
f367db2904
|
MINOR: Remove table filter from modeladmin search results
|
2012-03-12 23:01:07 +01:00 |
|
Ingo Schommer
|
2c42ffdba7
|
MINOR Removed ModelAdmin JS which no longer applies due to rewrite
|
2012-03-12 17:34:31 +01:00 |
|
Ingo Schommer
|
4fc3aaf939
|
Revert "ENHANCEMENT Using 'autoresize' TinyMCE plugin in HTMLEditorField default config, in order to save space when no content is entered into the field" - causes artificial loading delay, and doesn't detect height correctly due to floated images in paragraphs. These paragraphs can't be clearfix'ed because they'd become contenteditable (resizeable) elements in IE because of this.
This reverts commit 69a8659a3d .
|
2012-03-12 16:03:13 +01:00 |
|
Ingo Schommer
|
d46a4504f5
|
MINOR Fixed scope problems caused by separating out getTreeConfig()
|
2012-03-12 14:44:09 +01:00 |
|
Ingo Schommer
|
bac23bcdb7
|
BUGFIX Correctly set $BaseCSSClasses on LeftAndMain content container templates, not only on forms. Fixes $('.cms-menu') handling of "current id" updates (fixes #6997)
|
2012-03-12 14:05:54 +01:00 |
|
Ingo Schommer
|
8f8817b2f9
|
MINOR Always set X-ControllerURL in CMS responses, in order to fix menu state after Ajax HTTP redirects (e.g. from CMSPageAddController to CMSPageEditController)
|
2012-03-12 13:41:22 +01:00 |
|
Ingo Schommer
|
51ff4004d1
|
ENHANCEMENT Allowing ajax responses on CMS form submissions to "break out" of the form element they were triggered through, by looking for existence of ".cms-content" node in response
|
2012-03-12 13:30:17 +01:00 |
|
Ingo Schommer
|
e5ade1ba12
|
MINOR Making tree config overrideable
|
2012-03-12 11:40:08 +01:00 |
|
Ingo Schommer
|
849b26dad4
|
MINOR Added custom save indicator for constructive buttons (green background on animated gif)
|
2012-03-12 11:10:25 +01:00 |
|
Ingo Schommer
|
d8a5db4ea7
|
MINOR Padding for "parent mode" radio buttons on "add page" panel
|
2012-03-12 10:53:51 +01:00 |
|
Ingo Schommer
|
44515f51b6
|
MINOR Don't link tree root node in CMS views, its not editable any longer (replaced by more specialised views with CMSSettingsController and SecurityAdmin->EditForm())
|
2012-03-12 10:42:07 +01:00 |
|
jbridson
|
7ece1d3e4f
|
BUGFIX:fixed buttons in ie7/ie8 added missing background colour.
|
2012-03-12 10:01:01 +01:00 |
|
jbridson
|
b0573155ec
|
BUGFIX:SSF-25 - fixed styling of model admin filter in ie7 and ie8
|
2012-03-12 10:00:47 +01:00 |
|
jbridson
|
99e376d0f5
|
ENHANCMENT: SSF-25 - fixed a couple of styling issues on the ModelAdmin Filter
|
2012-03-12 09:59:56 +01:00 |
|
Normann Lou
|
a73c8bcbf0
|
BUGFIX SSF-53 : apply a patch with fix chosen.js messed the width up if the select element is single select and having initial width as percentage
|
2012-03-12 09:50:19 +01:00 |
|
jbridson
|
97386413d6
|
BUGFIX:SSF-106 - removed border that appeared after click in ie7 and ie8
|
2012-03-12 09:36:57 +01:00 |
|
jbridson
|
4bea5949d1
|
BUGFIX:SSF-106 fixed overlapping edit and delete button on datagrid in ie7.
|
2012-03-12 09:36:41 +01:00 |
|
Normann Lou
|
18adfb0cff
|
BUGFIX SSF-53 : avoid to use ":submit" pseudo class in a jQuery selector
|
2012-03-12 09:36:09 +01:00 |
|
jbridson
|
4a6116b562
|
MINOR:fixed use of $grid_x/y variables and documented 'magic' numbers
|
2012-03-12 09:35:38 +01:00 |
|
Normann Lou
|
aed91931a7
|
MINOR SSF-53 : code convention, use "-" instead of "_" for html class property value
|
2012-03-12 09:35:25 +01:00 |
|
Sam Minnee
|
d63efeb4a5
|
Revert "MINOR: Remove 2px margin from create button in New Member area"
This reverts commit a5666d6d98 .
Conflicts:
admin/css/screen.css
|
2012-03-12 12:06:43 +13:00 |
|
Sam Minnee
|
d94048c1a6
|
BUGFIX: Fixed back redirectBack() call in GroupImportForm::doImport (#6969)
|
2012-03-10 14:56:49 +13:00 |
|
Sam Minnée
|
603a984ad4
|
Merge pull request #236 from silverstripe-big-o/pull/SSF-25
SSF-25: ModelAdmin
|
2012-03-09 15:23:20 -08:00 |
|
Ingo Schommer
|
9e6d70be64
|
MINOR Moved LeftAndMain->doAdd() and AddForm() to subclasses where they're actually used (no possible through a combination of architectural and UI changes)
|
2012-03-10 00:04:51 +01:00 |
|
Ingo Schommer
|
bf6317d534
|
MINOR Removed unrelated styles from .cms-panel-padded class (which should just do what it says)
|
2012-03-09 22:26:00 +01:00 |
|
Ingo Schommer
|
67a032ce17
|
MINOR Fixed button loading indicator (fixes #6876)
|
2012-03-09 22:05:06 +01:00 |
|
Ingo Schommer
|
549ebec53b
|
MINOR Fixed preview link ($CurrentPage stopped working at some point..) (fixes #6940)
|
2012-03-09 21:48:28 +01:00 |
|