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 |
|
Ingo Schommer
|
0633c10075
|
API CHANGE Removed CMSMain->getpagecount() unused helper method (should be a report, anyway)
|
2012-03-09 23:13:27 +01:00 |
|
Ingo Schommer
|
22cd47cc84
|
MINOR Removed unused CMSMain->sendFormToBrowser()
|
2012-03-09 23:07:44 +01:00 |
|
Ingo Schommer
|
055b3b9799
|
API CHANGE Removed CMSMain->SideReportsForm() and related functionality, now handled by dedicated ReportAdmin interface
|
2012-03-09 23:07:31 +01:00 |
|
Mark Stephens
|
463ee0c5f7
|
ENHANCEMENT: added option to add page to top level
|
2012-03-09 18:07:35 +13: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
|
8fb2755c5b
|
MINOR Defaulting upload dir to /assets rather than /assets/Uploads in CMSFileAddController when viewing root folder
|
2012-03-08 22:17:05 +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
|
ce5204f2f8
|
MINOR Respect permission failures from parent implementation in CMSPageHistoryController
|
2012-03-08 20:02:15 +01:00 |
|
Ingo Schommer
|
79269a22ed
|
MINOR Moved CMSMain->RootForm() to CMSSettingsController (same effect, but clearer structure)
|
2012-03-08 18:24:35 +01:00 |
|
Ingo Schommer
|
c94308d21d
|
MINOR Implemented "Add new" link in CMSPagesController
|
2012-03-08 18:24:35 +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
|
fbbbc9f0bc
|
MINOR Fixed breadcrumbs for CMSSettingsController
|
2012-03-02 20:45: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
|
7125af918d
|
BUGFIX Fixed CMSFileAddController upload in custom folders
|
2012-03-02 15:43:22 +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 |
|
Ingo Schommer
|
f216c783c6
|
Merge remote-tracking branch 'silverstripe-scienceninjas/pull/SSF-12'
|
2012-02-23 23:39:06 +01:00 |
|
Ingo Schommer
|
09fd710dd4
|
MINOR Combining CSS in CMS, added AssetAdmin styles
|
2012-02-23 23:15:37 +01:00 |
|
Ingo Schommer
|
c582f08ea3
|
MINOR Ensuring a valid Folder object is returned from AssetAdmin->currentPage() to avoid breaking AssetAdmin->getEditForm(), e.g. when a GridField search is conducted
|
2012-02-23 23:15:37 +01:00 |
|
Ingo Schommer
|
c7c2a2c409
|
ENHANCEMENT New "add folder" logic for AssetAdmin
|
2012-02-23 23:15:37 +01:00 |
|
Ingo Schommer
|
71c7664c95
|
MINOR Moved AssetAdmin-specific fields from Folder->getCMSFields() to AssetAdmin->getEditForm(), added button icons and toolbar
|
2012-02-23 23:15:35 +01:00 |
|
Ingo Schommer
|
5a6ed1a603
|
MINOR Backlink for "Add files" UI
|
2012-02-21 21:17:56 +01:00 |
|
Stig Lindqvist
|
876c809a7d
|
ENHANCEMENT Filterpanel for assetadmin
|
2012-02-21 16:02:54 +13:00 |
|
Ingo Schommer
|
f620f9b46c
|
MINOR Using <button> tags for CMS UI, and new 'data-icon' HTML5 attribute to denote icons
|
2012-02-17 15:30:37 +01:00 |
|
Ingo Schommer
|
8c503069b8
|
MINOR Removed jQuery.metadata usage in CMS, use jQuery.data() and HTML5 data attributes instead. Also fixes errors where jQuery.metadata tries to eval() HTML5 data attrs, which isn't always applicable
|
2012-02-16 18:06:48 +01:00 |
|
Ingo Schommer
|
68e9e91a78
|
ENHANCEMENT New panel styling for AssetAdmin and CMSFileAddController (SSF-24)
|
2012-02-16 13:59:29 +01:00 |
|
Ingo Schommer
|
38cf7e5c4d
|
ENHANCEMENT Using new "tools" panel architecture to render CMS templates, which e.g. allows CMSPageEditController to reload the form without the tree in the side-by-side display variation, and hence avoids slowing down the loading and saving process
|
2012-02-15 14:28:07 +01:00 |
|
Ingo Schommer
|
f88d4006f8
|
ENHANCEMENT CMSMain->Breadcrumbs()
|
2012-02-14 16:11:38 +01:00 |
|
Ingo Schommer
|
023902c4cc
|
MINOR Unsetting any current record state in CMSPagesController, as it doesn't deal with records (and it wrongly highlights the current tree node)
|
2012-02-14 16:00:48 +01:00 |
|
Ingo Schommer
|
c96e2ba7ca
|
API CHANGE Removed ThumbnailStripField class, as it was only used for the CMS image insertion logic (which was rewritten with a more powerful file selection based on GridField)
|
2012-02-14 13:32:58 +01:00 |
|