Commit Graph

6478 Commits

Author SHA1 Message Date
Ingo Schommer
2c6e0c277b MINOR Adapted CMS batch actions form to work outside of tabset context 2011-04-24 11:46:55 +12:00
Ingo Schommer
b08fc52da4 MINOR Wrapping cms-content-header <div> in order to provide overflows without line breaks 2011-04-24 11:46:55 +12:00
Ingo Schommer
f0f7f8aa75 MINOR Removed unnecessary 'actionsparams' class from LeftAndMain forms 2011-04-24 11:46:55 +12:00
Ingo Schommer
b234b3032d BUGFIX Making DateField.js $.metadata() calls resilient against $.metadata.defaults changes 2011-04-24 11:46:54 +12:00
Ingo Schommer
be68450ce1 MINOR Allowing NULL returns from getRecord() in LeftAndMain->getSiteTreeFor() 2011-04-24 11:46:54 +12:00
Ingo Schommer
51c02289da MINOR Moved edit-form specific jstree logic to LeftAndMain.EditForm.js 2011-04-24 11:46:54 +12:00
Ingo Schommer
ecddf5b945 API CHANGE ModelAdmin->ResultsForm() no longer returns a TabSet (was just a layout crutch to support correct sizing) 2011-04-24 11:46:54 +12:00
Ingo Schommer
a5271728dc MINOR Added add.gif 2011-04-24 11:46:53 +12:00
Ingo Schommer
1a9441ffc8 MINOR Removed jquery.fitheighttoparent from LeftAndMain->init(), handled by layout manager now 2011-04-24 11:46:53 +12:00
Ingo Schommer
98f56069a9 MINOR Removed scriptaculous dependency from TableField and TableListField, added jQuery dependency 2011-04-24 11:46:53 +12:00
Ingo Schommer
895b98116d MINOR Using jQuery ajax methods in AssetTableField and MemberTableField (instead of the prototype library functions which are not fully compatible with jQuery.ondemand at the moment). Fixed TableListField.js errors. 2011-04-24 11:46:53 +12:00
Ingo Schommer
0271652aa3 ENHANCEMENT Added default 'delete' action in LeftAndMain->getEditForm() if no other actions are set ('save' action was already present) 2011-04-24 11:46:53 +12:00
Ingo Schommer
3c544340ee MINOR Making canEdit() method optional on objects handled by LeftAndMain subclasses 2011-04-24 11:46:53 +12:00
Ingo Schommer
5bd43af85f MINOR Removed color/background information from ComplexTableField.css and TableListField.css 2011-04-24 11:46:53 +12:00
Ingo Schommer
403d05726d ENHANCEMENT Using new *_Content templates for ModelAdmin and SecurityAdmin 2011-04-24 11:46:52 +12:00
Ingo Schommer
38bc2a9d73 MINOR Removed unused SecurityAdmin.Tree.js 2011-04-24 11:46:51 +12:00
Ingo Schommer
4ddd69f85f ENHANCEMENT Using SCSS variables for colour definitions in CMS, setting to greyscale theme for now in order to communicate the early status of the UI work 2011-04-24 11:46:51 +12:00
Ingo Schommer
a2b39e55c1 MINOR Removed unnecessary "type" field from LeftAndMain->AddForm(), added generic styles for buttons 2011-04-24 11:46:51 +12:00
Ingo Schommer
d21dce0a09 MINOR Documentation around new CSS conventions in CMS and layout panel customizations 2011-04-24 11:46:51 +12:00
Ingo Schommer
f4cb6ae40f MINOR Renamed #sitetree_ul to .cms-tree in templates, removed #sitetree from contained <ul> (unnecessary duplication) 2011-04-24 11:46:51 +12:00
Ingo Schommer
ce05ce78e5 BUGFIX Allow alternative (array-based) templates in Form->forTemplate() 2011-04-24 11:46:50 +12:00
Ingo Schommer
7bee470209 MINOR Updated jquery-metadata to v2.1 (removed piston as the release is not contained in the canonical git repo) 2011-04-24 11:46:50 +12:00
Ingo Schommer
03547fb205 ENHANCEMENT Added FormField->setTemplate() and getTemplate(), using it in TabSet and other already template-driven FormField subclasses 2011-04-24 11:46:50 +12:00
Ingo Schommer
87bdb0d3d1 MINOR Removed unused LeftAndMain_rightbottom.ss 2011-04-24 11:46:50 +12:00
Ingo Schommer
583f669c68 API CHANGE Adjusting to split of SiteTree->getCMSFields() into getSettingsFields(), and new tab paths ("Root.Content" instead of "Root.Content.Main") 2011-04-24 11:46:49 +12:00
Ingo Schommer
ba4d7099bb ENHANCEMENT Using custom CMSEditForm to render LeftAndMain->EditForm(), in order to place (fake) tab navigation alongside the layout manager areas (outside of actual edit form) 2011-04-24 11:46:49 +12:00
Ingo Schommer
9da43d139a API CHANGE Removed support for CMSTopMenu_alternative template, use CMSMenu.ss in themes or project template folders instead
API CHANGE Renamed LeftAndMain->CMSTopMenu() to CMSMenu()
API CHANGE Renamed LeftAndMain->Left() to Menu(), used through LeftAndMain_Menu.ss templates (instead of LeftAndMain_left.ss) - in order to avoid presentational naming
API CHANGE Renamed LeftAndMain->Right() to Content(), used through LeftAndMain_Content.ss templates (instead of LeftAndMain_right.ss) - in order to avoid presentational naming
2011-04-24 11:46:48 +12:00
Ingo Schommer
99a68dde75 ENHANCEMENT Started styles for new CMS 2011-04-24 11:46:48 +12:00
Ingo Schommer
6dbfd5fdde MINOR Renaming <div id="contentPanel"> to "cms-editor-dialogs" 2011-04-24 11:46:48 +12:00
Ingo Schommer
0f7175f1f7 BUGFIX Disabling add_sheet() on jstree, as its horribly slow 2011-04-24 11:46:48 +12:00
Ingo Schommer
dafb93fd77 MINOR Moved loading screen above layout initialization to avoid FOUC in LeftAndMain.js 2011-04-24 11:46:47 +12:00
Ingo Schommer
f2f6ecc880 MINOR Hardcoding jstree CSS url to avoid loading non-existant CSS files via ajax (through jstree library) 2011-04-24 11:46:47 +12:00
Ingo Schommer
8183cc7117 BUGFIX Checking file existence in LeftAndMain->init() for TinyMCE's content_css settings to avoid unnecessary clientside loading of files 2011-04-24 11:46:46 +12:00
Ingo Schommer
b273861591 ENHANCEMENT Implemented new jLayout layout manager, more expressive class names in LeftAndMain.ss 2011-04-24 11:46:46 +12:00
Ingo Schommer
85386b4b9c MINOR Changed logo wording 2011-04-24 11:46:46 +12:00
Ingo Schommer
cdb263e6d1 MINOR Added jquery.sizes library 2011-04-24 11:46:46 +12:00
Ingo Schommer
578f0ee30b MINOR Removed unnecessary jlayout examples 2011-04-24 11:46:46 +12:00
Ingo Schommer
253f90f018 MINOR Added jlayout dependency 2011-04-24 11:46:45 +12:00
Ingo Schommer
ddb9478170 MINOR Misc CSS class changes in LeftAndMain 2011-04-24 11:46:45 +12:00
Ingo Schommer
bdd831f68f MINOR Changed <body class="stillLoading"> to loading 2011-04-24 11:46:45 +12:00
Ingo Schommer
35bd9f2537 MINOR Changed #sitetree_ul to #sitetree in templates and javascript 2011-04-24 11:46:45 +12:00
Ingo Schommer
ff29f3e4e8 ENHANCEMENT Changed HtmlEditorField link/image/flash forms to use model jQuery.dialog instead of side panel - less side effects when switching focus between editor and side panels, and fits better in new design drafts 2011-04-24 11:46:43 +12:00
Ingo Schommer
f6edcd1170 MINOR Setting base font size for CMS 2011-04-24 11:44:19 +12:00
Ingo Schommer
926aa8f30e MINOR Removed leftover references to "image editor" functionality (removed in 2.3) from tiny_mce_improvements.js 2011-04-24 11:44:19 +12:00
Ingo Schommer
0c81515066 MINOR Mocking sub-entries in CMSTopMenu 2011-04-24 11:44:19 +12:00
Ingo Schommer
f6f658f803 MINOR Moved profile and welcome message to CMSTopMenu instead of bottom bar 2011-04-24 11:44:19 +12:00
Ingo Schommer
982b9bda99 API CHANGE Switching doctype to HTML5 in CMS templates 2011-04-24 11:44:17 +12:00
Ingo Schommer
bdd81e5d00 MINOR Renaming CMSMenu entries 2011-04-24 11:44:17 +12:00
Ingo Schommer
dad6169f73 MINOR Using '.cms-edit-form' instead of '#Form_EditForm' selector 2011-04-24 11:44:17 +12:00
Ingo Schommer
fd0c38c175 MINOR Added sapphire/admin/scss folder and started SCSS file architecture 2011-04-24 11:44:16 +12:00