Commit Graph

284 Commits

Author SHA1 Message Date
Sean Harvey
499410d7bd BUGFIX: Show selected row in autocomplete dropdown (from r95558)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@95659 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-12-16 06:08:46 +00:00
Mark Stephens
276a36e493 ENHANCEMENT: Change to TreeDropdownField, giving it filtering behaviour as described in ticket http://open.silverstripe.org/ticket/3007 . Its disabled by default for legacy compatibility, but enabled for HtmlEditorField so that link editor is filterable for local links, via an extra boolean parameter on TreeDowndownField.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@93932 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-29 23:29:31 +00:00
Ingo Schommer
683dfa9426 MINOR Styling of side reports and tree area in CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92850 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:21:08 +00:00
Ingo Schommer
c467c926fd ENHANCEMENT Converted AssetAdmin and AssetTableField javascript to jquery-concrete
MINOR Moved AssetAdmin->movemarked() logic to AssetTableField

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92829 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:20:11 +00:00
Ingo Schommer
90c6c088e1 MINOR Changed title width
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92817 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:19:39 +00:00
Ingo Schommer
555863a7be MINOR Removed css background with new logo for now
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92813 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:19:31 +00:00
Ingo Schommer
067b7bcaeb ENHANCEMENT Changed AssetAdmin interface 'delete' action to behave same as main CMS interface: Show 'batch actions' with dropdown. Added AssetAdmin_DeleteBatchAction class.
ENHANCEMENT Moved 'Sync files' action in AssetAdmin from toplevel tab to the bottom of the tree and hooked up to AssetAdmin->SyncForm to avoid hardcoding the URL.
ENHANCEMENT Changed AssetAdmin interface 'create' button to show dialog and 'go' button, and behave similar to the main CMS interface

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92802 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:19:05 +00:00
Ingo Schommer
604c9798a2 removed overflow from top menu bar (was showing a scrollbar)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92796 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:18:47 +00:00
Ingo Schommer
08dc3f0de9 evenly pad out action buttons at bottom
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92795 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:18:45 +00:00
Ingo Schommer
3b8767e9fb align text on welcome screen
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92793 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:18:40 +00:00
Ingo Schommer
50d058b0cc styles for righthand content panel to match sitetree
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92791 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:18:35 +00:00
Ingo Schommer
6ce44dbd49 removed unnecessary background colour on treepanes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92790 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:18:33 +00:00
Ingo Schommer
9fdf14a339 Added base overrides for jquery-ui
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92789 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:18:31 +00:00
Ingo Schommer
52d56fda05 MINOR Making full result table rows in ModelAdmin selectable
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92778 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:17:59 +00:00
Ingo Schommer
2683a5ae62 MINOR Making full result table rows in ModelAdmin selectable
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92773 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:17:49 +00:00
Ingo Schommer
650d44dd57 ENHANCEMENT Reimplemented ModelAdmin history feature as separate javascript file based on jQuery.concrete. It removes any dependencies to PHP code or existing markup, which means it can be disabled if not required.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92769 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:17:41 +00:00
Ingo Schommer
001151a66b API CHANGE Adjusted ModelAdmin CSS, JS and PHP to fit with underlying LeftAndMain changes: Using jquery.concrete, removing some redundant form saving logic in ModelAdmin.js, returning <form> tags within ajax responses in ModelAdmin controllers
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92766 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:17:34 +00:00
Ingo Schommer
1a5ed26cd5 ENHANCEMENT Making jQuery.layout dimension settings in CMS configurable through CSS, to allow for easy overloading without using the javascript object (e.g. making the sidebar wider in ModelAdmin through ModelAdmin.css)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92765 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:17:29 +00:00
Ingo Schommer
05510ca65f MINOR Rounded corners for notice-wrap layer in CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92762 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:17:23 +00:00
Ingo Schommer
d3172a0775 BUGFIX Hiding LeftAndMain editform while loading new DOM through ajax, to avoid flash-of-unstyled-content issues
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92754 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:17:04 +00:00
Ingo Schommer
d0d676b1b0 MINOR Fixed remaining references to jsparty/ directory in CSS and PHP files
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92750 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:16:54 +00:00
Ingo Schommer
cf6181a849 MINOR Fixed positioning in ParentType field in CMS editform
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92733 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:16:13 +00:00
Ingo Schommer
cb1895866a ENHANCEMENT Refactored versions panel in CMS: Removed "compare mode" checkbox in UI, and replaced with explicit checkboxes and a "compare versions" button. Added manual "refresh" button. Replaced custom markup with a form generated through CMSMain->VersionsForm(), and adjusted markup in CMSMain_versions.ss accordingly
API CHANGE Removed CMSMain->sendFormToBrowser(), replaced with custom code

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92731 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:16:09 +00:00
Ingo Schommer
01d06dd47e API CHANGE Replaced CMSMain->LangSelector() with CMSMain->LangForm() to provide more accessible backend and properly wrap existing <select> tag in a form
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92728 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:16:00 +00:00
Ingo Schommer
351f2fdea1 BUGFIX Disabling horizontal overflow on tree with long node names in cms_left.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92714 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:15:22 +00:00
Ingo Schommer
7561dc69bc MINOR Fixed height of loading screen for IE6
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92702 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:14:51 +00:00
Ingo Schommer
7400f8e3d1 ENHANCEMENT Using concrete for CMS loading screen javascript
ENHANCEMENT Better styling for non-javascript message in CMS loading screen

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92701 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:14:49 +00:00
Ingo Schommer
d478f175b7 MINOR Layout manager tweaks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92699 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:14:43 +00:00
Ingo Schommer
8b8867ba76 API CHANGE Changed <p id=statusMessage> to <div class=notice-wrap> in LeftAndMain_right.ss and subclasses
ENHANCEMENT Using external jquery.notice library to handle status message updates in the CMS

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92696 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:14:36 +00:00
Ingo Schommer
bc2cad4670 ENHANCEMENT Floating tinymce toolbar icons in CMS to allow for smaller widths without having tinymce hide the tabset scrollbars
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92680 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:39:26 +00:00
Ingo Schommer
1bac2dc4aa BUGFIX Fixed ParentType selector javascript in SiteTree->getCMSFields()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92676 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:39:18 +00:00
Ingo Schommer
b9041367bf BUGFIX Ensuring the padding rules for loading indicators in CMS action buttons are properly applied
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92661 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:38:42 +00:00
Ingo Schommer
990c64c75d MINOR Transferred styles for 'Translations' tab in CMS in new general purpose file: CMSMain.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92648 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:38:14 +00:00
Ingo Schommer
b7f0b400e7 BUGFIX Fixed z-index of jquery.datepicker DIV element, which was hidden under the jquery.layout panels
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92627 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:37:23 +00:00
Ingo Schommer
b50f1a5978 MINOR Removed obsolete css rules for tree search in left panel
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92624 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:37:17 +00:00
Ingo Schommer
671961cf45 ENHANCEMENT Refactored tree search javascript to support concrete and jquery, and build less UI scaffold on the serverside
API CHANGE Removed CMSMain::site_tree_filter_options
API CHANGE Removed CMSMain::SiteTreeFilterOptions() and T_SiteTreeFilterOptions(), now handled inline in CMSMain::TreeSearchForm()
ENHANCEMENT Refactored tree search PHP in CMSMain: Generate form in PHP instead of template, require less UI state, pass filtered/sanitized paramers straight into CMSMainMarkingFilter instead of relying on

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92618 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:37:06 +00:00
Ingo Schommer
9f4d0da80a ENHANCEMENT Integrating right panels ('insert image', etc.) in CMS with new layout manager, adjusting title bar to jQuery UI styling, making panel content scrollable
MINOR Updated cmsmain/leftandmain javascript to concrete API changes

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92609 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:36:26 +00:00
Ingo Schommer
d973510fef MINOR Removed .thumbnailstrip 100% width, which breaks the right panel forms in CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92607 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:36:19 +00:00
Ingo Schommer
c5eadd81ab ENHANCEMENT Using jQuery UI tabs for tree tools like 'search' or 'batch actions' instead of custom JavaScript
API CHANGE Removed 'treeactions' javascript global

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92603 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:36:09 +00:00
Ingo Schommer
5d4e5def8b MINOR Removed 100% width from tabsets in CMS, was messing up jQuery UI border styling
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92602 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:36:05 +00:00
Ingo Schommer
d45da27296 MINOR Added styling for CMS actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92601 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:36:03 +00:00
Ingo Schommer
e7562ba0ab MINOR Removed #SearchControls dropdown width to allow for full title display within the UI element
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92591 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:41 +00:00
Ingo Schommer
22d4141805 MINOR Reordering and indentation in cms_right.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92590 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:39 +00:00
Ingo Schommer
61be99cf6e MINOR Removed CMS specific tab styling, now handled by jQuery UI tabs
MINOR New CMS specific styling for CMS buttons

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92589 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:37 +00:00
Ingo Schommer
042f4c2fb3 ENHANCEMENT Removed custom button styling in CMS, now replaced with standard jQuery UI buttons
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92588 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:35 +00:00
Ingo Schommer
41fa0b8e05 MINOR CSS fixes for tabset in CMS: Removing vertical overflow, setting to position relative to avoid 'floating' TreeDropdownFields
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92586 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:30 +00:00
Ingo Schommer
2b55a91646 MINOR Removed unused translation CSS in CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92585 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:28 +00:00
Ingo Schommer
63e1fede45 MINOR Changed to CMS layout
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92584 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:27 +00:00
Ingo Schommer
ae2efc5a9f MINOR Removed #PageType dropdown width limitation to allow for longer page type titles
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92583 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:24 +00:00
Ingo Schommer
ae56eba853 ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 02:35:20 +00:00