Ingo Schommer
|
c9fc7cda65
|
ENHANCEMENT Declaring Pjax fragments on CMS templates and forms
|
2012-05-30 15:06:54 +02:00 |
|
Sean Harvey
|
d9ee61c4a3
|
MINOR Use of DropdownField in CMS should call setEmptyString instead of
use the $emptyString argument, as it's deprecated.
|
2012-05-23 22:43:42 +12:00 |
|
Sean Harvey
|
5b223aa3b5
|
MINOR Use GridFieldToolbarHeader and GridFieldFilterHeader in AssetAdmin GridField, set title of the table to the current folder title.
|
2012-05-16 17:32:52 +12:00 |
|
Ingo Schommer
|
73e5c34896
|
BUGFIX Encoding multibyte characters in custom X-Status HTTP headers used in CMS (headers don't allow multibyte data)
|
2012-05-14 15:11:35 +02:00 |
|
Sean Harvey
|
d79d5987cb
|
Merge pull request #110 from chillu/trac/7170-i18n-sprintf-injections
|
2012-05-09 19:55:53 +12:00 |
|
Ingo Schommer
|
f812e56022
|
ENHANCEMENT Moving action buttons in AssetAdmin to "details" tab (fixes #7221)
|
2012-05-03 11:26:09 +02:00 |
|
Ingo Schommer
|
f8abcd8fa5
|
Merge pull request #112 from silverstripe-big-o/Trac-7266-sync-files-icon
ENHANCEMENT:Trac 7266 - added an icon to the 'sync files' button in Asse...
|
2012-05-03 02:24:15 -07:00 |
|
Jeremy Bridson
|
3cdca3ea05
|
ENHANCEMENT:Trac 7266 - added an icon to the 'sync files' button in AssetAdmin + regenerated css files.
|
2012-05-03 12:17:49 +12:00 |
|
Ingo Schommer
|
38f1236b1f
|
MINOR Switching _t() calls from sprintf() to using injection parameters (#7170)
|
2012-05-01 22:05:19 +02:00 |
|
Robert Curry
|
7850499687
|
ENHANCEMENT: Part of fix to #7010. Change to some gridfield calls to setDisplayFields and friends.
|
2012-04-19 12:07:10 +12:00 |
|
Ingo Schommer
|
52e69dd1fd
|
MINOR Removed usage of deprecated $priority argument for _t()
|
2012-04-15 16:49:31 +02:00 |
|
Simon Welsh
|
c4e018928e
|
API-CHANGE sapphire folder can now be renamed.
|
2012-04-15 10:56:40 +12:00 |
|
Sean Harvey
|
6b3d8904e3
|
BUGFIX Fixed broken test LeftAndMain caused by createTag being called
statically in AssetAdmin, when it shouldn't be
|
2012-04-12 13:04:01 +12:00 |
|
Ingo Schommer
|
363dc9a4a9
|
MINOR Searching both Title and Filename in AssetAdmin (fixes #7013, see pull request #71)
|
2012-04-11 16:18:38 +02:00 |
|
Ingo Schommer
|
57d7655f80
|
Merge pull request #91 from silverstripe-big-o/silverstripe-cms
---
...the designs.
Conflicts:
code/controllers/AssetAdmin.php
code/controllers/CMSMain.php
|
2012-04-11 16:17:51 +02:00 |
|
Sam Minnee
|
ca4e8e1bdb
|
BUGFIX: Fixed sort order of files and images GridField
|
2012-04-11 18:13:45 +12:00 |
|
Jeremy Bridson
|
778fd28877
|
BUGFIX:Trac #6854 / #7115 - aligned action buttons in filter panel with the designs.
|
2012-04-11 16:01:15 +12:00 |
|
Ingo Schommer
|
3341a181c7
|
MINOR Using SS_HTTPRequest->isAjax() instead of deprecated RequestHandler API
|
2012-04-05 14:45:26 +02:00 |
|
Ingo Schommer
|
de573e087d
|
MINOR Using late static binding instead of Object::create() calls
|
2012-04-04 18:29:11 +02:00 |
|
Sean Harvey
|
070c9c22aa
|
BUGFIX Removed used of deprecated Name() method in AssetAdmin
|
2012-04-04 12:05:38 +12:00 |
|
Sean Harvey
|
10f030de67
|
BUGFIX When adding a top level folder in AssetAdmin, ensure you are
taken back to the top level folder view. Currently there is a non-object
error adding a root level folder.
|
2012-03-27 09:54:47 +13:00 |
|
Will Rossiter
|
a39231f952
|
MINOR: add icon to ajax button in AssetAdmin
|
2012-03-24 14:30:10 +13:00 |
|
Ingo Schommer
|
3248da02ce
|
MINOR Simplified ajax/non-ajax responses in CMS. Browsers handle 3xx Ajax responses transparently, so a CMS redirect (and some smartness in the JS state handling) is enough, no conditionals required.
|
2012-03-12 13:45:10 +01:00 |
|
Andrew O'Neil
|
59981982f4
|
MINOR: Switch edit and delete buttons on file gridfield
|
2012-03-12 10:27:05 +01:00 |
|
Ingo Schommer
|
4225c0a966
|
MINOR Flattened AddForm and SiteConfig CMS logic, moved from base classes to specialised classes for better overview, and less inheritance where its not necessary.
|
2012-03-09 23:35:43 +01:00 |
|
Ingo Schommer
|
04a195b111
|
MINOR Stop using FormResponse, which has been removed from core
|
2012-03-09 23:20:09 +01:00 |
|
Sam Minnée
|
aaa52d59e6
|
Merge pull request #67 from silverstripe-scienceninjas/pull/6921-renaming-of-gridfields
Pull/6921 renaming of gridfields
|
2012-03-08 17:50:31 -08:00 |
|
Stig Lindqvist
|
ec06f1db8e
|
API CHANGE Renamed GridFieldDefaultColumns to GridFieldDataColumns #6921
|
2012-03-09 14:08:43 +13:00 |
|
Sam Minnee
|
4c7f3e0836
|
BUGIFX: Use limit() instead of deprecated getRange() in AssetAdmin.
|
2012-03-09 13:53:28 +13:00 |
|
Stig Lindqvist
|
b8399aa85e
|
API CHANGE: Renaming of gridfield components #6921
|
2012-03-09 12:54:30 +13:00 |
|
Ingo Schommer
|
439b9c1f29
|
ENHANCEMENT Removing notion of "root" identifier string for the base folder in AssetAdmin, using 0 explicitly = clearer logic. Fixed breadcrumbs to work with this as well.
|
2012-03-08 22:18:07 +01:00 |
|
Ingo Schommer
|
a30a615de4
|
MINOR Extending CMSFileAddController off LeftAndMain to fix problems with inherited templates (wrong .cms-content styling when requesting via ajax, due to inherited AssetAdmin templates)
|
2012-03-08 21:18:39 +01:00 |
|
Ingo Schommer
|
1789287bd2
|
MINOR No longer using iteratorproperties() directly
|
2012-03-08 20:25:51 +01:00 |
|
Ingo Schommer
|
f085583b61
|
ENHNANCEMENT Creating folders via (faster) JavaScript prompt in AssetAdmin, implicitly fixing AssetAdmin->doAdd() layout issues after submitting
|
2012-03-08 18:24:33 +01:00 |
|
Ingo Schommer
|
c226554b5a
|
MINOR Adjusted AssetAdmin to GridFieldAction_ * class renames
|
2012-03-08 15:25:45 +01:00 |
|
Ingo Schommer
|
3670fe0530
|
ENHANCEMENT Show AssetAdmin breadcrumbs+tabs outside of search+editform panels
|
2012-03-07 17:02:08 +01:00 |
|
Ingo Schommer
|
9981c929e0
|
MINOR Fixed breadcrumbs in CMSFileAddController
|
2012-03-07 17:01:08 +01:00 |
|
Ingo Schommer
|
915dc7f27c
|
MINOR Fixed wrong "add folder" css class + behaviour
|
2012-03-07 14:37:12 +01:00 |
|
Normann Lou
|
434dbdb286
|
MINOR SSF-30 : add extra class to Tab (GalleryView) to AssetAdmin EditForm
|
2012-03-07 16:52:29 +13:00 |
|
Normann Lou
|
ecb31ce30a
|
MINOR SSF-30 : add extra field to Tabs (listView and TreeView) to LeftAndMain EditForm
|
2012-03-07 14:28:57 +13:00 |
|
Ingo Schommer
|
b6f73eb290
|
MINOR Title for "sync files" button
|
2012-03-06 11:25:41 +01:00 |
|
Julian Seidenberg
|
adefc15e5a
|
API-CHANGE: SSF-33 Adding "look for new files" trigger. Removing the legacy implementation of SyncForm and replacing it with an implementation that can be triggered via ajax.
|
2012-03-06 18:22:31 +13:00 |
|
Ingo Schommer
|
e0a67a80c7
|
BUGFIX Restored old permission code model, broken due to new controller structure. Introduced LeftAndMain::$required_permission_codes as a way to control permissions independently of subclasses, and "cluster" multiple classes under a single code.
|
2012-03-05 18:42:44 +01:00 |
|
Ingo Schommer
|
d1581c2b9b
|
ENHANCEMENT Refactored AssetAdmin to use SearchContext for filtering records, rather than relying on GridFieldFilter - less coupling to one view (we also have gallery and tree views), and more flexible filtering on columns/criteria which are not present in GridField
|
2012-03-02 20:45:34 +01:00 |
|
Ingo Schommer
|
18e612e65b
|
MINOR Moved CMSMain.GridField.js logic into LeftAndMain.js (applies to all CMS interfaces), fixed event bugs with GridField overloading in AssetAdmin.js
|
2012-03-01 00:19:34 +01:00 |
|
Ingo Schommer
|
6860c5dd9f
|
MINOR Consolidated AssetAdmin->FilterForm() button styling and labels with CMSMain
|
2012-02-29 21:06:21 +01:00 |
|
Ingo Schommer
|
e96d6f5bd5
|
MINOR Linking breadcrumbs to root node via AssetAdmin->Breadcrumbs()
|
2012-02-28 20:11:07 +01:00 |
|
Ingo Schommer
|
f78ab9097a
|
MINOR Reinstated getting current record ID from session in AssetAdmin in order to allow routing to GridFieldPopupForms detail views (admin/assets/show/99 vs admin/assets/EditForm/field/...)
|
2012-02-28 20:10:39 +01:00 |
|
Andrew O'Neil
|
80fe9c8864
|
MINOR: SSF-106 Include cms gridfield javascript hooks
|
2012-02-28 15:58:19 +01:00 |
|
Ingo Schommer
|
5a69985a52
|
Merge branch '106-add-edit-records'
|
2012-02-28 00:22:49 +01:00 |
|