Commit Graph

299 Commits

Author SHA1 Message Date
Sean Harvey
75f962b6e9 Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71277 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-03 03:52:06 +00:00
Sean Harvey
34a50e3de6 Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71276 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-03 03:46:15 +00:00
Sean Harvey
22b5b6ea7e Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71272 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-03 03:38:04 +00:00
Sean Harvey
32137f61c6 Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71271 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-03 03:36:47 +00:00
Sean Harvey
9d32dd4026 Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71267 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-03 03:26:44 +00:00
Sean Harvey
3680bbea46 Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71264 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-02-03 03:22:20 +00:00
Ingo Schommer
2591492023 BUGFIX Ensuring that new pages can't be created when in translation mode by disabling the "create..." tree action
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@70322 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-19 00:09:55 +00:00
Ingo Schommer
5889def36d ENHANCEMENT Moved language selector in CMS above tree for better visibility, added padding and adjusted dropdown width
ENHANCEMENT Removed "Translating mode" status message above edit form - should be clear by the language dropdown above the CMS tree now

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@70308 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-16 04:17:37 +00:00
Michael Andrewartha
f855a7512f BUGFIX: fixed scrollbar in safari and firefox3 for the list of pages in site reports and version history #2065
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@70229 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-15 21:27:32 +00:00
Ingo Schommer
c8beba696c Merged, debugged and enhanced Translatable patches from branches/translatable at r64523, r64523, 64523, thanks wakeless!
API CHANGE Changed Translatable schema from auxilliary tables (SiteTree_lang, SiteTree_lang_Live) to automatically filtered records on the original table (SiteTree, SiteTree_Live), using $Lang and $OriginalID properties. Incompatible update to old schema, migration script is in the works.
API CHANGE Removed Translatable::get_one(), Translatable::write()
ENHANCEMENT Simplified Translatable tree generation by using getSiteTreeFor() in CMSMain->createtranslation()
ENHANCEMENT Added AllChildrenIncludingDeleted(), augmentNumChildrenCountQuery(),  augmentAllChildrenIncludingDeleted(), augmentStageChildren() to Translatable class to allow for more stable tree generation.
ENHANCEMENT Moved definition of Translatable schema from augmentDatabase() to Translatable->extraStatics()
ENHANCEMENT Changes to the CMS language selection refresh the whole admin interface instead of the tree only. This way we can add a URL parameter ?lang=<lang> to /admin, which makes the specific language bookmarkable and reloadable. Changes to LangSelector.js
ENHANCEMENT Added fallback to ModelAsController->getNestedController() to fetch page with matching URLSegment but different language in case no page is found in the current language.
ENHANCEMENT Added helper methods to Translatable: getTranslation(), hasTranslation(), isTranslation(), findOriginalIDs()
ENHANCEMENT Getters and setters for Translatable->getOriginalPage() etc.
ENHANCEMENT Hooking Translatable into ModelAsController and ContentController initialization in order to call choose_site_lang()
ENHANCEMENT Simplified Translatable->augmentSQL(), augmentWrite() by not using auxilliary tables
ENHANCEMENT Showing clickable links for Translations in Translatable->updateCMSFields()
BUGFIX Modifying Hierarchy/SiteTree Children getters to accept optional "context" which can be used to set a language explicitly through the $Lang property, rather than implicitly reyling on the static Translatable::current_lang()
BUGFIX Fixed TranslatableTest to work with new datamodel
BUGFIX Temporarily disabled cookie/session selection in Translatable::choose_site_lang() until we have a good test suite for the side effects.
MINOR Added "untranslated" CSS styles to tree nodes and marking them as inactive/grey


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69959 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-10 12:15:30 +00:00
Ingo Schommer
300435fb13 MINOR Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69958 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-10 11:36:30 +00:00
Ingo Schommer
7e09cc8a18 MINOR merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69858 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-07 23:01:47 +00:00
Ingo Schommer
266acd409d ENHANCEMENT Moved batch forms in CMSMain and AssetAdmin from hardcoded templates to SilverStripe forms. Enhances styling capabilities, unifies HTML syntax, better support for unobtrusive scripting, validation and field additions.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69744 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-06 02:18:33 +00:00
Ingo Schommer
7b3068ac4f MINOR Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69703 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-05 06:17:59 +00:00
Saophalkun Ponlu
b109f1c061 MINOR: fixed some alignments
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69685 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-05 03:06:57 +00:00
Saophalkun Ponlu
299f67cdb3 IMPROVEMENT: image alignment options. ticket #1877
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69557 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-12-19 13:36:59 +00:00
Ingo Schommer
3c8e45f65a MINOR merged branches/2.3 into trunk
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@67466 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-12-04 22:38:58 +00:00
Sam Minnee
2ee0c0991b Merged branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@66109 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-18 01:48:50 +00:00
Will Rossiter
fe0ac4e990 Merged in pre-2.3-oct08 branch
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@66082 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-17 23:03:39 +00:00
Sean Harvey
fc1b9daf50 Merged in flash uploader right hand panel in CMS tidying - r65825
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65826 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-13 05:24:59 +00:00
Saophalkun Ponlu
6f33a5fcf6 Cleaned up the commented-code
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65465 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-09 20:52:38 +00:00
Will Rossiter
0ef452c524 FEATURE: merged back patch for image editor. Currently completely broken on trunk this patch does nothing to fix it sadly. I think its a prototype thing
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65351 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-06 02:04:03 +00:00
Saophalkun Ponlu
f72f2b4dd0 IMPROVEMENT Fix tab display and button position when adding a record (ticket #3029)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65332 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-05 23:14:00 +00:00
Saophalkun Ponlu
86017a5ae9 IMPROVEMENT moved managed models' forms to one panel (ticket #2898)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65289 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-05 08:55:07 +00:00
Sean Harvey
bd10591e7c ENHANCEMENT Added filter/search capability to AssetTableField, this is similar to MemberTableField, except you search by file name.
ENHANCEMENT Refactored CSS applied to filter boxes by using common selector

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@65173 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-03 23:09:49 +00:00
Sam Minnee
e32d366975 Fixed TinyMCE stylihg
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64862 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-29 02:36:54 +00:00
Sam Minnee
9f4ad4b2cc FEATURE: Update to TinyMCE 3.2 - CMS changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64758 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-24 05:03:33 +00:00
Normann Lou
0f4698726a APICHANGE: delete GenericDataAdmin, RelatedDataEditor, DropdownField_WithAdd and their related code (js, css, etc) from cms, sapphire, "GenericDataAdmin" name space has also been deleted from lang files. They are all added in the new module "genericdataadmin"
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64528 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-20 00:20:00 +00:00
Hayden Smith
690cebdccd Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63807 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-08 02:00:39 +00:00
Will Rossiter
98b347276c MINOR: fixed formatting on no images found
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63608 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-03 04:50:13 +00:00
Sam Minnee
4c03867428 BUGFIX #1816: Added a little padding to page version table
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63593 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-03 02:58:33 +00:00
Saophalkun Ponlu
1d0134db10 fixed fix position of action area (status message and ajax action buttons) in IE6 using javascript
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63488 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-02 00:31:33 +00:00
Saophalkun Ponlu
9381860e9a layout fix: make the status message and ajax button stay in fixed position (ticket #2876)
- position: fixed for #statusMessage  and ajaxActions in ModelAdmin
- commented out this.style.position = "absolute"; in LeftAndMain.js

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63382 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-30 03:04:35 +00:00
Ingo Schommer
a317c50186 BUGFIX decrease width of elements in image/flash/link panel on right-hand side to avoid close-button being shoved off to the void (#1669)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63079 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-25 14:17:14 +00:00
Ingo Schommer
3332ba3e42 Link Editor: Close button dissapears in Firefox 3 (#2478)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63078 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-25 14:08:09 +00:00
Sam Minnee
1844173308 Corrected layout of field groups
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@62866 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-22 22:51:18 +00:00
Sam Minnee
dcb9e53ed0 Updated ModelAdmin.js to use $ instead of jQuery for executing jQuery items.
Added support for specifying a SearchClassSelector() method on ModelAdmin, which returns 'tabs' or 'dropdown', to enable a better UI for ModelAdmins that manage a large number of different classes.
Updated ModelAdmin's javascript to provide more status indicator (loading icons, success/failure messages), using HTTP status codes and custom status text.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@62334 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-09-13 04:45:30 +00:00
Sean Harvey
92f0f65e70 ENHANCEMENT Consistent styling of TypeDropdown in the CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@61166 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-20 05:25:14 +00:00
Sean Harvey
65f0aa701b ENHANCEMENT Added h3, h4 and h5 CSS styles
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@61165 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-20 05:24:03 +00:00
Sam Minnee
8784d965d5 Fixed layout of CMS RHS panel to suit new form HTML structure
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60789 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-14 22:38:58 +00:00
Ingo Schommer
cc0117a307 (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60289 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-11 00:21:44 +00:00
Ingo Schommer
c4651a2fda (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60276 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-11 00:03:57 +00:00
Ingo Schommer
66b916abc5 (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60265 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-10 23:29:30 +00:00
Ingo Schommer
7ec72c8254 (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60264 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-10 23:17:51 +00:00
Ingo Schommer
689c34400b (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60227 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-09 05:57:44 +00:00
Ingo Schommer
8a4c5fef72 (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60212 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-09 05:00:42 +00:00
Ingo Schommer
83fff5f1c1 (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60204 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-09 02:16:46 +00:00
Hayden Smith
fc1cea3817 Merged [47011]: Additional CSS for GenericDataAdmin.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60175 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-08 04:56:27 +00:00
Ingo Schommer
4b5ab8a997 (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@59969 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-06 06:54:59 +00:00
Ingo Schommer
038bcbb8d9 (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@59920 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-06 03:28:25 +00:00
Ingo Schommer
e8b0754250 BUGFIX Changed span.middleColumn to .middleColumn in cms_right.css in preparation for building proper HTML/XHTML nesting in formfields
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@59285 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-07-28 07:42:27 +00:00
Ingo Schommer
d4f444b644 BUGFIX Changed span.middleColumn to .middleColumn in cms_right.css in preparation for building proper HTML/XHTML nesting in formfields
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@59284 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-07-28 07:41:50 +00:00
Sam Minnee
67d4cb7a70 Fixed ImageField file store selector in IE7
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@57763 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-07-10 23:16:17 +00:00
Andrew O'Neil
e96f7f1da4 Merged revisions 56671 via svnmerge from
svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.2.2

........
  r56671 | aoneil | 2008-06-23 10:36:40 +1200 (Mon, 23 Jun 2008) | 2 lines
  
  Add scroll bar for results in generic data admin
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@56921 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-06-25 04:12:26 +00:00
Ingo Schommer
b1920529f8 API CHANGE Moving newsletter functionality to its own module
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@52939 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-04-17 10:34:37 +00:00
Ingo Schommer
07c58cc90f API CHANGE Moved "statistics" functionality into separate module, which is not distributed with a default silverstripe installation. see r52168
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@52163 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-04-05 01:40:36 +00:00
Sam Minnee
32024b451c Merged revisions 50812 via svnmerge from
http://svn.silverstripe.com/open/modules/cms/branches/2.2.2

........
  r50812 | sminnee | 2008-03-11 10:34:32 +1300 (Tue, 11 Mar 2008) | 1 line
  
  #2285 - Fixed widget editor
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@50854 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-03-11 01:20:53 +00:00
Sam Minnee
2e7c1fd4c9 Merged revisions 48565 via svnmerge from
http://svn.silverstripe.com/open/modules/cms/branches/2.2.1asfonz

........
  r48565 | sminnee | 2008-01-24 15:32:05 +1300 (Thu, 24 Jan 2008) | 1 line
  
  Added horizontal scrollbar to RHS link treedropdown, for seeing long page titles
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@50340 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-02-28 00:39:20 +00:00
Matt Peel
66c3db1e8e Reverted geoffm's accidental commit to /open
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@50107 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-02-25 02:10:37 +00:00
Geoff Munn
4475726ad6 First post
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@50105 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-02-25 01:06:39 +00:00
Sam Minnee
17f796d0af Merged revisions 48474 via svnmerge from
http://svn.silverstripe.com/open/modules/cms/branches/2.2.1asfonz

........
  r48474 | sminnee | 2008-01-23 16:22:59 +1300 (Wed, 23 Jan 2008) | 1 line
  
  Fixed context menus in CMS
........


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@48523 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-01-24 00:01:44 +00:00
Andrew O'Neil
fc1ba512b9 #1959 - You can't reorganise pages without creating pages
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@47848 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-01-10 22:11:32 +00:00
Sean Harvey
a79d0da06e Added cursor 'move' for usability on widgets
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@46937 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-12-16 02:16:36 +00:00
Andrew O'Neil
7eb2078d28 #1794 - Increase height of link and folder dropdown boxes (merged from branches/2.2.0, r44860)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44924 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-15 22:46:16 +00:00
Sean Harvey
d9bda6e6bb Ticket #1775 - Hack to get the statistics admin using a scrollbar
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44838 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-14 22:49:57 +00:00
Romain Louis
2a86989f02 ImageField css changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44638 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-12 04:29:29 +00:00
Romain Louis
46bb86df3f Country drop down css changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44628 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-12 04:01:28 +00:00
Sean Harvey
5313544f7b Ticket #1699
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44609 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-12 00:49:09 +00:00
Romain Louis
1fdd1553fd IFrame layout changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44591 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-11 22:08:50 +00:00
Sean Harvey
b6bff63b10 Styling, and tweak to show logged in user even if first name doesn't exist
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44572 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-11 02:43:23 +00:00
Sean Harvey
8ee1966997 IE6/7 has unncessary scroll bar
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44557 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-09 03:53:15 +00:00
Sean Harvey
a8934d4354 Right align contentpanel action buttons
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44556 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-09 03:49:36 +00:00
Sean Harvey
eddea31429 Pulled #right out of Layout into it's own cms_right file
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44549 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-09 02:58:25 +00:00
Sean Harvey
11def0fbf2 Overflow shouldn't happen on main #right div - it's resizing is controlled by js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44547 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-09 02:55:34 +00:00
Andrew O'Neil
ff104381ea Remove stuff that breaks IE
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44536 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-09 01:07:42 +00:00
Sean Harvey
8dc2b6e7e6 DESIGN change - removed status images, these were removed in design so we'll remove them from 2.2 as well
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44518 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-08 04:59:19 +00:00
Sean Harvey
d843553e4c Fixed search CSS, and repeat background in IE6 of site tree root node
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44517 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-08 04:43:19 +00:00
Andrew O'Neil
86c7247621 Clean up insert flash pane
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44496 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-08 02:08:50 +00:00
Sam Minnee
4921e0380a ie6 is gay.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44488 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-08 01:13:09 +00:00
Sean Harvey
da9539d48e Added scrollbar to images on right panel - checked in IE6/7 Safari and Firefox
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44486 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 23:41:40 +00:00
Will Rossiter
43fa438351 more fixs to that menu
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44485 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 22:59:28 +00:00
Sean Harvey
a8c184cfe8 Fix background repeat in IE6
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44463 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 07:55:01 +00:00
Sean Harvey
699db068b8 Ticket #1522 - Statistics area styling
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44462 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 07:44:51 +00:00
Sean Harvey
eeef71981d Consistent background of width, height and labels same as left hand side content area
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44459 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 06:35:31 +00:00
Sean Harvey
d0b61fc545 Fixes to flash popup - removed float which broke other sections
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44458 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 06:28:21 +00:00
Sean Harvey
d2f53402f1 Flash and image now consistent (e.g. dimensions fields)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44453 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 05:50:13 +00:00
Andrew O'Neil
5b607612a2 Added close button on right panel
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44451 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 05:26:16 +00:00
Will Rossiter
02c7f0e993 fixed the tree icon repeating bug
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44438 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 04:20:49 +00:00
Will Rossiter
ed9400cfe7 fixed the plus/minus icon issue
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44429 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 03:54:10 +00:00
Will Rossiter
bf114dfbc4 fixed the treedropdown.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44422 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 03:19:11 +00:00
Romain Louis
3fd4aa9eba dropdown field size change
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44414 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 03:00:17 +00:00
Romain Louis
8661799b27 textarea, url, readonly fields layout changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44407 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 02:08:01 +00:00
Romain Louis
f1e547d702 URL Field Css changes for both edit and readonly view
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44395 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-07 01:00:07 +00:00
Andrew O'Neil
a415f670ad Fixed IE6 margin bug
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44385 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 22:11:18 +00:00
Romain Louis
6ea4d623ec Readonly CSS modification for HTMLEditorField to coordinate the style of the fields
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44378 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 21:02:04 +00:00
Andrew O'Neil
28d8dfdfaf Move flash, image and link forms to right
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44365 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 05:39:14 +00:00
Sean Harvey
87e4c4c51d Ticket #1498 - CSS tweaks again - widgets and greybox
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44359 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 05:02:12 +00:00
Sean Harvey
e49d31a322 Ticket #1498 - CSS tweaks, and nesting of sitetree html was wrong, fail!
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44340 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 03:57:40 +00:00
Romain Louis
3983bdda80 Css changes for ss 2.2.0 for the filed treedropdown
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44329 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 03:04:04 +00:00
Sean Harvey
bc887ea2d2 Ticket #1498 - Overflow causes dropdown to be cut off
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44327 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 03:01:30 +00:00
Sean Harvey
a2d59ee1c7 Ticket #1498 - refactored the button css, it's now in layout.css instead of multiple files
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44326 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 02:53:40 +00:00
Sean Harvey
70f964f4fb Ticket #1498 - height change
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44322 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 02:04:08 +00:00
Romain Louis
e863386e47 Font-size added for dropdowntimeField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44314 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-06 01:31:01 +00:00
Sean Harvey
54c65ce091 Ticket #1498 - Action param buttons now work in IE7 (applied classes)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44292 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 22:22:13 +00:00
Sean Harvey
19919ce881 Ticket #1498 - fixed styling of input for unused thumbnails in files and images, styled submit inputs in batch actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44288 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 22:08:12 +00:00
Sean Harvey
b264b411a2 Ticket #1498 - clean up, added coloured link for links, ensure bottom footer doesn't receive this
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44284 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 21:51:17 +00:00
Sean Harvey
26b4da92fa Ticket #1498 - Filter field wasn't on one line in Safari, 0.2 not .2
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44283 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 21:34:35 +00:00
Sean Harvey
e387a5083e Ticket #1498 - CSS cleanup after reset
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44275 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 20:38:25 +00:00
Sean Harvey
4db20bec83 Ticket #1498 - CSS clean up, use margin reset and remove excess margin 0 and padding 0
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44273 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 10:10:14 +00:00
Sean Harvey
96006c5614 Ticket #1498 - CSS cleanup and template tweak
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44267 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-05 05:03:05 +00:00
Andrew O'Neil
bdfbb9a046 #1471 - In cms_left.css should read 'cursor: default' not 'cursor: normal' (merged from 2.1.1 branch, r43598)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44208 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-04 21:44:27 +00:00
Sean Harvey
a2001436b9 Reduction of padding for safari, and width change to avoid label wrapping
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44181 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-04 00:24:26 +00:00
Sean Harvey
e8fbe5385f Font for logo
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44180 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-04 00:19:11 +00:00
Sean Harvey
77a5f78740 Date styling same as normal inputs
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44179 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-03 03:44:21 +00:00
Sean Harvey
7c574874ea reinstated clear div as it broke clearing, and tweaks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44175 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 03:30:07 +00:00
Jeremy Shipman
1dda063fa3 fixing cms typography
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44174 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 03:28:51 +00:00
Jeremy Shipman
03030661e9 fixing cms typography
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44169 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 03:12:46 +00:00
Sean Harvey
a129de4c1a Tweaks to version template, styling and more tweaking of inconsistent styling
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44167 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 03:12:12 +00:00
Will Rossiter
77be4f43f1 tidy up images and get links at least working now
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44166 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 03:10:31 +00:00
Jeremy Shipman
9ec62eedeb deleted cms typography.css file
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44163 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 03:07:22 +00:00
Jeremy Shipman
ef1457f597 Reverting typography changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44162 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 03:01:40 +00:00
Jeremy Shipman
f50cd8f35c fixing cms typography
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44160 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 02:39:36 +00:00
Jeremy Shipman
64749dfd3d added cms_typography.css to replace typography.css in the cms, as it confusues with front end typography.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44156 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 02:14:20 +00:00
Will Rossiter
480f96cc2a fixs to the image uploader
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44154 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 02:09:34 +00:00
Sean Harvey
3d6057d533 Ticket #1494 - Fixes to tabstrip images, and tweaks to CSS tehre and there
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44152 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 02:03:18 +00:00
Jeremy Shipman
71da10dc6b Changed h2 style
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44144 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 01:41:15 +00:00
Will Rossiter
ad0fa1c84c made titles bold in the site tree
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44141 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 01:12:31 +00:00
Sean Harvey
30e2d73d1c Ticket #1494 - button consistency
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44138 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 01:03:19 +00:00
Sean Harvey
1fe431ae5c Ticket #1469 - new images for pagination, and consistent button look across the board! :-)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44137 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 00:44:00 +00:00
Will Rossiter
4d4878f016 logout icon
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44136 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-02 00:31:45 +00:00
Will Rossiter
afd16bf60b footer styling
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44134 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 23:35:23 +00:00
Sean Harvey
77b00605f6 Ticket #1496 - CSS tweaks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44129 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 22:46:48 +00:00
Sean Harvey
2277725b8f Ticket #1496 - IE fix and css changes to buttons on tree actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44125 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 22:39:25 +00:00
Sean Harvey
fa94bb8ec2 Removed status box, tweak treepanes css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44123 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 22:31:27 +00:00
Sean Harvey
bba5d8bf5b Ticket #1496 - Side bar - arrows for toggling on right of bars
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44121 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 22:21:45 +00:00
Sean Harvey
38ce22b75e Ticket #1496 - Changes to left bar
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44112 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 22:05:37 +00:00
Sean Harvey
da73f46ef5 Ticket #1496 - Side bar and css changes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44110 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 21:54:24 +00:00
Will Rossiter
99fa86c5a3 lighter font for the menu
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44109 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 21:52:38 +00:00
Will Rossiter
ed6904ffbd changed the menu design
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44108 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 21:48:16 +00:00
Sean Harvey
482646ec56 Ticket #1497 - CSS changes for form fields
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44106 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-11-01 21:31:26 +00:00
Sean Harvey
1de1f2701f Ticket #1411 - Fix CSS for broken search filter box
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44014 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-10-30 05:32:50 +00:00
Ingo Schommer
9277c49640 ENHANCEMENT: changed <p class="Actions"> to <div class="Actions">
ENHANCEMENT: Better linebreaks, markup formatting

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@43560 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-10-18 01:07:35 +00:00
Ingo Schommer
0fddddb87e !!BUGFIX: Refactored CSS and Requirements: Created more specific css-files to reduce side-effects and ease debugging, moved generic form-styling from cms/css/cms_*.css into sapphire/css/Form.css.
!!BUGFIX: Ordered Requirement-inclusions in CMSMain/LeftAndMain to be more coherent (avoiding duplicate Requirement-calls)
ENHANCEMENT: Removed some css-rules disabled by comments
ENHANCEMENT: coding-conventions (see r42726)
FEATURE: Added Profile-page with LeftAndMain->myprofile()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42728 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-27 20:56:55 +00:00
Ingo Schommer
3d7e381341 reverted css-change from r40642 (belongs into sapphire-css-files)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42149 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 17:01:34 +00:00
Ingo Schommer
05938e376b mujma: BBUGFIX: Save button is now on right hand side.
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42148 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 16:59:51 +00:00
Ingo Schommer
6871db7212 bfojcapell: Added some css used in multilingual support stuff
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42131 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 16:31:05 +00:00
Ingo Schommer
3090ae956d qhoxie: added user activity graph
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42128 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 16:27:36 +00:00
Ingo Schommer
b3da227764 qhoxie: fixed prototype 1.5.x issues for plotting, drops 1.4.x for stats page only, rework of stats admin css
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42127 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 16:24:45 +00:00
Ingo Schommer
bdb4e5ae65 qhoxie: revamped tablesorting, copious js fixes, cms stats reword progress
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42126 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 16:24:02 +00:00
Ingo Schommer
25a6aefc9a elofgren: Use CSS padding and some JS hacks to make the AJAX action buttons fit at the bottom of the screen. Now that tabsets are no longer wrapped in a div (to reduce wasted space under tags), there was
no extra space for them. See: http://support.silverstripe.com/gsoc/ticket/59 
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42089 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:21:11 +00:00