Ingo Schommer
|
1ae9a318af
|
MINOR Changed ReportAdmin to new ReportAdmin_Content template, viewing available reports as unordered list instead of a tree (they can't be nested anyway)
|
2011-04-28 22:49:33 +12:00 |
|
Ingo Schommer
|
8bee7a1290
|
MINOR Added markup semantics around constructive/destructive actions to SiteTree->getCMSActions()
|
2011-04-28 22:49:33 +12:00 |
|
Ingo Schommer
|
614fb06336
|
MINOR AssetAdmin support for new cms layout changes
|
2011-04-28 22:49:32 +12:00 |
|
Ingo Schommer
|
2e2e312da9
|
ENHANCEMENT Splitting up CMSMain into CMSPageEditController and CMSPageSettingsController
|
2011-04-28 22:49:32 +12:00 |
|
Ingo Schommer
|
8af9c546cf
|
BUGFIX Added support for $fields parameter in CMSMain->getEditForm(), don't require 'ClassName' field in save() as its not included in getCMSFields() any longer.
|
2011-04-28 22:48:56 +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 |
|
Ingo Schommer
|
c1d5e9baa7
|
API CHANGE Removed SideReport_ToDo report and "To-do" tab on SiteTree, please use the new silverstripe-page-todo module instead
|
2011-04-28 22:48:55 +12:00 |
|
Ingo Schommer
|
0661fa6ceb
|
MINOR Renaming CMSMenu entries
|
2011-04-28 22:48:55 +12:00 |
|
Ingo Schommer
|
4fe07e9b71
|
MINOR Using '.cms-edit-form' instead of '#Form_EditForm' selector
|
2011-04-28 22:48:55 +12:00 |
|
Ingo Schommer
|
7b655d6199
|
MINOR Moved cms/css into cms/css/_old for later reference, to prepare new CMS UI implementation
|
2011-04-28 22:48:54 +12:00 |
|
Ingo Schommer
|
7a124e1e63
|
Merge branch 'master' of github.com:silverstripe/silverstripe-cms
|
2011-04-27 19:38:24 +12:00 |
|
ajshort
|
57f47af6c0
|
Merge remote-tracking branch 'upstream/master'
|
2011-04-26 11:07:11 +10:00 |
|
Ingo Schommer
|
2039aaeb26
|
Merge branch 'master' of github.com:silverstripe/silverstripe-cms
|
2011-04-24 11:43:25 +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 |
|
ajshort
|
6462c59f0f
|
API CHANGE: Renamed SiteTreeDecorator to SiteTreeExtension.
MINOR: Replaced references to decorators with extensions.
|
2011-04-15 19:37:15 +10:00 |
|
Ingo Schommer
|
470a2841a3
|
MINOR Removed redundant allowedParents information from siteTreeHints, already contained in allowedChildren
|
2011-04-07 21:57:57 +12:00 |
|
Ingo Schommer
|
60abe5fb9f
|
MINOR Moved files into a more logical structure in cms/code
|
2011-03-30 20:03:44 +13:00 |
|
Ingo Schommer
|
fb4efaa17e
|
MINOR Moving HTMLCleaner interface to sapphire (related to Diff class)
|
2011-03-30 16:24:32 +13:00 |
|
Ingo Schommer
|
8e6a38559e
|
MINOR Override CMSMain->CMSVersion() to check for cms/silverstripe_version
|
2011-03-29 21:35:00 +13:00 |
|
Ingo Schommer
|
7d9904d1f1
|
MINOR Moved Translatable::choose_site_locale() from LeftAndMain to CMSMain, its not necessary in other core controllers (other than specifically customized ModelAdmin instances)
|
2011-03-29 18:00:21 +13:00 |
|
Ingo Schommer
|
466add9bb2
|
API CHANGE Removed CMSBatchAction->getDoingText(), couples behaviour with view too tightly, and was replaced by graphical loading indication in CMS UI a while ago
|
2011-03-28 15:13:50 +13:00 |
|
Ingo Schommer
|
89055eeb2e
|
API CHANGE: Moved ManifestBuilder::get_themes() to SSViewer::get_themes(). (copied from 5c972b231d00117ca0cf4a32d08b59ed760256c6)
|
2011-03-28 09:03:07 +13:00 |
|
Ingo Schommer
|
4c52504727
|
MINOR: Replaced deprecated ClassInfo::is_subclass_of() calls. (copied from 969aa0b51e7418d17150653ccf37fe9815b74d45)
|
2011-03-28 09:03:07 +13:00 |
|
Ingo Schommer
|
9505be1e78
|
BUGFIX Using SiteTree->MenuTitle in SiteTree->getCMSFields() parent page tree field, to stay consistent with CMS tree (fixes #6268) (copied from 2449a2b5c639384de75a55ef752e2efba8c513f3)
|
2011-03-28 09:03:07 +13:00 |
|
Ingo Schommer
|
3380bc6457
|
MINOR Removed unnecessary SiteTree->Status setting in ContentController, ErrorPage and SiteTree - now controlled via getters like isPublished() (copied from efe710e2d30c6cff8599a76de2b24f315b53a088)
|
2011-03-28 09:03:06 +13:00 |
|
Ingo Schommer
|
0bcb57dfb5
|
MINOR Fixed merge errors (copied from 31d7a00eb785b9a570b33994dfdec82b930db236)
|
2011-03-28 09:03:06 +13:00 |
|
Ingo Schommer
|
5da903e85f
|
MINOR Moved LeftAndMain->EditorToolbar() to CMSMain, as its only relevant here
|
2011-03-28 09:03:06 +13:00 |
|
Ingo Schommer
|
919c85d413
|
MINOR Moved CMSBatchAction class to sapphire module, but keeping SiteTree specific subclasses in cms
|
2011-03-28 09:03:06 +13:00 |
|
Ingo Schommer
|
5b0db7fdae
|
MINOR Added necessary requirements paths to CMSMain after moving files to sapphire/admin
|
2011-03-28 09:03:00 +13:00 |
|
Ingo Schommer
|
0dfbec8d2d
|
MINOR Moved LeftAndMain, SecurityAdmin, ModelAdmin and related functionality from 'cms' module to sapphire/admin
|
2011-03-28 09:03:00 +13:00 |
|
Ingo Schommer
|
f1e1cbe09b
|
MINOR Fixed test fixture paths and @package from 'sapphire' to 'cms'
|
2011-03-28 09:02:43 +13:00 |
|
Ingo Schommer
|
426f7e734f
|
API CHANGE Moved SiteTree->doRollbackTo() to Versioned class
|
2011-03-28 09:02:43 +13:00 |
|
Ingo Schommer
|
317ca6f96a
|
MINOR Added SiteTreeFolderDecorator and FolderUnusedAssetsField (moved functionality from Folder class in 'sapphire' module)
|
2011-03-28 09:02:42 +13:00 |
|
Ingo Schommer
|
dd6a86c1c1
|
MINOR Moved Widget, WidgetArea and related files from 'sapphire' to 'cms' module
|
2011-03-28 09:02:42 +13:00 |
|
Ingo Schommer
|
7b038db3be
|
MINOR Moved FileLinkTracking feature into new SiteTreeFileDecorator class in order to move it from 'sapphire' to 'cms'
|
2011-03-28 09:02:42 +13:00 |
|
Ingo Schommer
|
0b5e9ba132
|
MINOR Moved CurrentPageIdentifier from 'sapphire' to 'cms' module
|
2011-03-28 09:02:42 +13:00 |
|
Ingo Schommer
|
f407c18796
|
MINOR Fixed paths for SilverStripeNavigator resources (from sapphire/ to cms/)
|
2011-03-28 09:02:42 +13:00 |
|
Ingo Schommer
|
c660284236
|
MINOR Moved SilverStripeNavigator from 'sapphire' to 'cms'
|
2011-03-28 09:02:42 +13:00 |
|
Ingo Schommer
|
8c04bafb4e
|
MINOR Added class_exists() check for Translatable, which has moved into a new 'translatable' module
|
2011-03-28 09:02:41 +13:00 |
|
Paul Meyrick
|
766e652ca0
|
Minor Moved ContentControllerSearchExtension from sapphire/search/ to cms module
|
2011-03-28 09:02:19 +13:00 |
|
Paul Meyrick
|
d3c5a309bf
|
Minor Moved ErrorPage, RedirectorPage, SiteConfig, SiteTree, SiteTreeDecorator, VirtualPage from sapphire/core/model/ to cms module
|
2011-03-28 09:02:19 +13:00 |
|
Ingo Schommer
|
9b4f3aaf81
|
Minor Moved ContentController, ModelAsController, RootURLController, NestedController from sapphire/core/control/ to cms module
|
2011-03-28 09:02:19 +13:00 |
|
Paul Meyrick
|
c905bcb471
|
MINOR Moved AdvancedSearchForm, SearchForm from sapphire/search to cms module
|
2011-03-28 09:02:19 +13:00 |
|
Paul Meyrick
|
fa7da8f716
|
MINOR Moved Diff class to sapphire module
|
2011-03-28 09:02:19 +13:00 |
|
Ingo Schommer
|
6cfade0b3d
|
BUGFIX Allowing "batch action" selection in new jstree implementations (first draft, doesn't reflect success/fail state on nodes afterwards)
BUGFIX Passing native JSON array back from CMSBatchActionHandler in order to simplify clientside logic in LeftAndMain.BatchActions.js
|
2011-03-22 18:43:40 +13:00 |
|
Ingo Schommer
|
6e60314006
|
MINOR Adding classes and markup necessary to style tree before jstree.js loads
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
91995ad73b
|
MINOR Disabled AssetAdmin form reload after uploading through iframe, relies on old tree.js library - UI will change anyway
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
6a2fe5671b
|
MINOR Limited css scope for compare view styling to avoid clashes with jstree
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
20427cd45b
|
MINOR Using 'apple' theme in tree (until we decide on a proper redesign)
|
2011-03-22 18:43:39 +13:00 |
|