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
Ingo Schommer
820587da4b
elofgren: BUGFIX: Fix ticket: "Make CalendarDatePopup? in Edited Since criteria not be half hidden behind right frame." by simply applying a negative margin to it and for IE7 make the calendar table
...
with:75% instead of 100%. http://support.silverstripe.com/gsoc/ticket/79
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42088 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:20:35 +00:00
Ingo Schommer
a56657fb83
elofgren: NEW FEATURE: When 'Search' button is clicked show a simple search text input and button which allow for filtering the Site Tree by searching the URL, Title, Menu Title, and Content.
...
Also show an 'Add criteria...' drop-down with 'Page Type', 'Status', 'Description', and 'Keywords' options which allow for more fine grained filtering based on columns in the SiteTree? table.
In addition add an 'Edited Since' option which uses a CalendarDatePicker? which allows for filtering pages based on when they were last edited.
NOTE: Pages that have children will always be shown whether they match the filter or not, in case one of their children matches the filter. It would probably be better to switch to a flat
display of the results.
More info: http://www.silverstripe.com/google-summer-of-code-forum/flat/2526
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42086 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:19:17 +00:00
Ingo Schommer
4642b20315
mlanthaler: Reverted some changes from r40015. The styles broke the existing layout of the access tab and I didn't find any issues after reverting the changes.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42083 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:04:57 +00:00
Ingo Schommer
ed9bca2c68
elofgren: NEW FEATURE: Replace the 'Delete...' button with a 'Batch Actions' button and add a 'Publish the selected pages' button.
...
See: http://www.silverstripe.com/google-summer-of-code-forum/flat/1636?showPost=1859#post1859
And: http://www.silverstripe.com/silverstripe-development/flat/3799?showPost=4070#post4070
TODO: Make the new 'Search' button functional.
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42081 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:04:09 +00:00
Ingo Schommer
51f02e506b
-This line, and those below, will be ignored--
...
m branches/gsoc)
A images/pagination/previousArrow.png
A images/pagination/nextArrow.png
M css/cms_right.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42079 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 15:02:18 +00:00
Ingo Schommer
f20c64f017
elofgren: USABILITY: Make form input fields width: 96%; like textareas already are as part of fix for: http://support.silverstripe.com/gsoc/ticket/35
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42062 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 02:32:58 +00:00
Ingo Schommer
030b55d750
mujma: ENHANCEMENTS: Added new design for ImageEditor?.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42046 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 02:23:10 +00:00
Ingo Schommer
09ef2f0963
mujma: ENHANCEMENT: Added photo upload in TinyMCE editor.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42045 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 02:21:47 +00:00
Ingo Schommer
a42fd1d2d2
mujma: ENHANCEMENTS: Now image is placed in scrolled container so operation that results in image larger than screen are no longer problem.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42008 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 01:30:43 +00:00
Ingo Schommer
226afd84ba
mlanthaler: Bugfix: The TinyMCE buttons shouldn't be underlined (spaces produce an ugly _ at least in IE7).
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41996 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-16 00:58:02 +00:00
Ingo Schommer
5e4b0852c4
mujma: BUGFIX: No longer croping under IE6 selects all image.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41961 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 21:54:51 +00:00
Ingo Schommer
2706c3e668
elofgren: Remove the large margin above #sitetree and make it only 2px
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41946 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 21:12:28 +00:00
Ingo Schommer
cad57b11ec
mujma: Added support for IE6.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41931 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:54:37 +00:00
Ingo Schommer
35bf8b58ae
moved .ComplexTableField rule into ComplexTableField.css
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41929 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:49:53 +00:00
Ingo Schommer
3cae2fb249
elofgren: USABILITY: Fix usability issue #48 "Delete and Move Files buttons need repositioning"
...
Changes:
* Remove the 'Move Files' button and enable multi-file drag and drop file moving
* Position the 'Delete selected files' button under the checkboxes and make it turn red on hover
* Add 'Ctrl' and 'Shift' range selection to file checkboxes
* Add 'X' delete links to the right of each file
* Rename the 'Save' button to 'Save folder name' and don't show it when listing 'assets' folder since it can't be renamed
More info: http://www.silverstripe.com/google-summer-of-code-forum/flat/1607
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41927 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:47:35 +00:00
Ingo Schommer
52f8e607c9
elofgren: Use 'html>body' instead of just 'html>' so that #sitetree correctly gets assigned width:auto on Mozilla browsers (prevents Folders being selected from 500px away on file drag and drop)
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41926 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:43:02 +00:00
Ingo Schommer
1b5c8ee6a8
qhoxie: basics of tabular data for stats
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41923 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:23:50 +00:00
Ingo Schommer
4d0960ad9e
elofgren: Revert r38063 because it causes the bottom collapsed sections to disappear if the top section wraps to a new line. Will need to find better solution.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41922 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:22:56 +00:00
Ingo Schommer
48c65f0e9f
elofgren: Remove fixed height from left frame blue title bars so that if translated titles are longer, the will wrap to a new line instead of being hidden. Thanks to Bernat for bringing my attention to this issue.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41921 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:22:32 +00:00
Ingo Schommer
fadc266058
mlanthaler: Applied new style to links because the old one caused some ugly results.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41918 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 20:12:10 +00:00
Ingo Schommer
9b9b297fdb
mlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible.
...
(merged from branches/gsocmlanthaler: Changed color of bottom links and added hover-effect ("Silverstripe CMS" and "log out") to make them more visible.
(merged from branches/gsoc))
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41893 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:25:33 +00:00
Ingo Schommer
31a9fbee3c
mujma: Fixed various browser compatibility problems. Now should work on Safari 3.0.2 /Windows, FF 1.5/2.0 Windows/Linux.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41891 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:19:43 +00:00
Ingo Schommer
ff2a7bc7f8
sharvey: fixed hilighting to last elements in the tree
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41890 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:17:58 +00:00
Ingo Schommer
baf48eb9b1
sharvey: middle isn't a position attribute - center is
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41889 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:17:29 +00:00
Ingo Schommer
3fc2fc14ec
elofgren: USABILITY: Make the 'Site Reports' drop-down use a 'Go' button. Fixes usability issue #12 . More info: http://www.elijahlofgren.com/silverstripe/inconsistent-go-buttons/
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41885 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:15:08 +00:00
Ingo Schommer
ad25e8b900
elofgren:USABILITY: Add ajax network-save.gif icon to all 'Save' buttons while they are being submitted. Also add it to 'Save & Publish' and 'Unpublish' buttons. Fulfills: http://www.silverstripe.com/google-summer-of-code-forum/flat/1654?showPost=1730#post1730
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41879 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:11:50 +00:00
Ingo Schommer
04f6ce23e9
sharvey: link colours are very difficult to see compared to black text - fixed by making them blue with an underline
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41876 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:10:24 +00:00
Ingo Schommer
bd58e931bb
mujma: All PHP and JS files for ImageEditor?, works on FF 1.5/2.0.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41872 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:08:25 +00:00
Ingo Schommer
658a03be74
elofgren: Add line-height to left sidebar headings to center text vertically in the blue bar. Thanks for the idea Sean\!
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41868 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:02:43 +00:00
Ingo Schommer
5fd5e3ea25
elofgren: USABILITY: Move 'RHS Action Parameters boxes' from top right to bottom right so they are next to the action buttons. Add padding to TreeDropdownField? to prevent horizontal page scrolling when a files are moved in /admin/assets/
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41867 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:02:11 +00:00
Ingo Schommer
23e18d620e
elofgren: USABILITY: Decrease width of TreeDropdownField? so 'arrow' icon is on same line as the drop-down in Firefox 2 like on the 'Link to File' -> 'Download a file' drop-down on the HtmlEditorField? toolbar. This should resolve Usability Issue #49 : http://www.elijahlofgren.com/silverstripe/replace-arrow-with-browse-button-in-move-file-list/
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41864 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 01:00:52 +00:00
Ingo Schommer
1e54b9a29d
elofgren: Decrease #statusMessage.bad max-height from 600 to 300px.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41862 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:59:01 +00:00
Ingo Schommer
8682b387f1
elofgren: Make statusMessage.bad background color white instead of transparent so that if there is a large AJAX error, it will be more readable.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41860 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:58:08 +00:00
Ingo Schommer
708621f56b
elofgren: USABILITY: Move action buttons to bottom right of screen, make them look more like buttons, and add hover effect in order to fix usability issue #13 'Important Buttons Not Noticeable Enough'. More info: http://www.silverstripe.com/google-summer-of-code-forum/flat/1654
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41859 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:57:46 +00:00
Ingo Schommer
83530f139f
elofgren: USABILITY: Change the 'Create', 'Delete', and 'Reorganise' links into 'Create...', 'Delete...', and 'Reorder...' buttons in order to fix Usability Issue #23 "Create, Delete, and Reorganise links
...
need to be more prominent". More info: http://www.elijahlofgren.com/silverstripe/create-delete-and-reorganise-links-need-to-be-more-prominent/
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41854 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:54:13 +00:00
Ingo Schommer
14acd05f1b
elofgren: USABILITY: Make 'Go' button be on same line as 'Create a Page' drop-down.
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41848 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:50:20 +00:00
Ingo Schommer
5e6fd830e2
elofgren: USABILITY: Fix usability issue #30 'Replace Image button needs repositioning' by adding back the margin, border, and padding around the fieldset and increasing height. More info:
...
http://www.elijahlofgren.com/silverstripe/replace-image-button-needs-repositioning/
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41808 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-14 19:41:51 +00:00
Ingo Schommer
119b3b017a
elofgren: USABILITY: Remove the left Side Tabs and implement clicking on the headings to show sidebar sections instead in order to fix Usability issue " #22 Allow clicking on blue heading bar of Left
...
Site Tree to reduce it". More info: http://www.elijahlofgren.com/silverstripe/allow-clicking-on-blue-heading-bar-of-left-site-tree-to-reduce-it/
A big THANK YOU to Andy Skelton for permission to use his WordPress? toggle icons originally posted at: http://trac.wordpress.org/attachment/ticket/1904/toggle.gif
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41803 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-14 19:37:48 +00:00
Ingo Schommer
8fe47c6e87
qhoxie: basic setup for statistics viewing and handling in the cms
...
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41801 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-14 19:33:51 +00:00
Ingo Schommer
8be38885d0
elofgren: USABILITY: Fix usability issue #66 'Cancel button needs to be added to Send Newsletter Window' by adding a Cancel button and aligning it left.
...
More info here: http://www.elijahlofgren.com/silverstripe/cancel-button-needs-to-be-added-to-send-newsletter-window/
(merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41794 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-14 19:27:34 +00:00
Ingo Schommer
18cde3fb7d
mujma: USABILITY: Fixed usability issue number #43 . (merged from branches/gsoc)
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41724 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-14 02:32:55 +00:00
Ingo Schommer
83bc91db7f
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@41723 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-14 02:20:42 +00:00
Sam Minnee
9b43207884
Fixed svn:eol-style settings
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@40456 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-18 02:33:28 +00:00
Andrew O'Neil
3d5d9200ca
Renamed feedback to comments
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39904 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-13 00:32:48 +00:00
Andrew O'Neil
d5a0cf374f
Icon for feedback admin
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39832 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-10 04:10:50 +00:00
Andrew O'Neil
4f3e2216e0
Styling of seach form on feedback admin
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39810 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-10 00:15:32 +00:00
Andrew O'Neil
93894fd11b
Move the left behind widget images to cms
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39592 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-03 04:19:31 +00:00
Andrew O'Neil
112d7ed1ad
Moved widgets into core
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39562 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-08-02 22:07:11 +00:00
Hayden Smith
abb9a61d0d
Moved CMS module to open source path
...
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39000 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-07-19 10:40:05 +00:00