Ingo Schommer
|
da515b8f65
|
FIX Use SSViewer.theme_enabled in CMS logic
|
2013-04-08 19:29:09 +12:00 |
|
Ingo Schommer
|
18201c05af
|
Fixed Config usage in ErrorPage
|
2013-03-27 12:00:55 +01:00 |
|
Ingo Schommer
|
51c8e8639e
|
API Marked statics private, use Config API instead (#8317)
See "Static configuration properties are now immutable, you must use Config API." in the 3.1 change log for details.
|
2013-03-24 17:21:04 +01:00 |
|
Ingo Schommer
|
23eeb99075
|
FIX Clear Requirements before in-memory HTTP request for ErrorPage
For example, avoids issues where separate controllers (calling and called) operate on the same
set of files through Requirements::combine_files().
|
2013-02-06 10:43:42 +01:00 |
|
Ingo Schommer
|
b25063b09c
|
Extracted ErrorPage default data to getter
Allows for less verbose overloading, while still keeping i18n capabilities
in place, which isn't possible with DataObject::$default_records
|
2013-01-30 13:07:11 +01:00 |
|
Ingo Schommer
|
416178b668
|
Reduced code duplication in ErrorPage (no functional changes)
|
2013-01-29 19:34:05 +01:00 |
|
Ingo Schommer
|
df44239060
|
Method visibility according to coding conventions
|
2012-09-20 10:41:50 +02:00 |
|
Sean Harvey
|
c019f22163
|
Fix notice when ErrorPage tries to create static error pages and can't write
|
2012-08-20 15:23:46 +12:00 |
|
Sean Harvey
|
ec3ebc91d8
|
MINOR Use instance methods on current Controller instance for redirect()
instead of static Director functions
|
2012-05-23 21:45:16 +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 |
|
Ingo Schommer
|
38f1236b1f
|
MINOR Switching _t() calls from sprintf() to using injection parameters (#7170)
|
2012-05-01 22:05:19 +02:00 |
|
Ingo Schommer
|
dc0168d01b
|
MINOR Removed $params argument to DataObject->getCMSFields(), please use FormScaffolder directly (fixes #7135)
|
2012-04-13 15:55:32 +02:00 |
|
Wolf Vollprecht
|
a18b9bd85e
|
ENHANCEMENT: Flyout menu to directly choose the pagetype one wants to add.
|
2012-04-09 21:08:15 +02:00 |
|
Sean Harvey
|
0ea9451014
|
MINOR Fixes to method arguments in cms classes for E_STRICT support.
|
2012-03-27 21:42:54 +13:00 |
|
Ingo Schommer
|
04a195b111
|
MINOR Stop using FormResponse, which has been removed from core
|
2012-03-09 23:20:09 +01:00 |
|
Fred Condo
|
d99e3a0927
|
Code cleanup: removed trailing ?> markers per code standard.
All cms module except lang directory.
|
2012-02-13 12:48:41 -08:00 |
|
phalkunz
|
ac79934077
|
ENHANCEMENT Render page tree icons as stylesheets rather than $_TREE_ICONS JS definitions. Removed file/folder swapping of SiteTree::$icon, use relative file path including extension instead.
|
2011-12-19 14:03:42 +01:00 |
|
Will Rossiter
|
e17b4a185a
|
MINOR: update PageTypes to use updated tab path for CMS fields. Fixes #6811
|
2011-12-17 16:46:26 +13:00 |
|
Sam Minnee
|
ddcbd650d4
|
BUGFIX: Fix bugs introduced by the expectation of having a DataModel.
|
2011-10-07 08:51:54 +02:00 |
|
Ingo Schommer
|
5de2ba5628
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:42 +02:00 |
|
Ingo Schommer
|
e2f4dd0b44
|
ENHANCEMENT Added SiteTree::$description to provide more context for content authors selecting a new page type
|
2011-04-28 22:49:34 +12:00 |
|
Ingo Schommer
|
7a50608e24
|
API CHANGE Splitting off "Behaviour" and "Access" tabs from SiteTree->getCMSFields() into SiteTree->getSettingsFields(). Adjusting functionality to split of SiteTree->getCMSFields() into getSettingsFields(), and new tab paths ("Root.Content" instead of "Root.Content.Main")
|
2011-04-28 22:48:55 +12:00 |
|
Ingo Schommer
|
53ed7c496e
|
MINOR Disallow nested ErrorPage instances via canAddChildren()
|
2011-04-28 22:48:55 +12:00 |
|
Brian Waters
|
c9b5ae8b41
|
API CHANGE: Added SiteTree::get_create_default_pages().MINOR: Error pages no longer created on /dev/build if SiteTree::get_create_default_pages() is false. Fixes #6587.
|
2011-04-23 17:52:53 +12:00 |
|
Ingo Schommer
|
60abe5fb9f
|
MINOR Moved files into a more logical structure in cms/code
|
2011-03-30 20:03:44 +13:00 |
|