Naomi Guyer
84045ccfed
ENHANCEMENT: Make filter closed ( #7210 )
...
This adds a class to the filter template so that the javascript in
Framework may target the filter panel
2012-05-01 11:17:27 +12:00
Robert Curry
db3332e629
MINOR: Modify VirtualPage to work with lazy loading.
2012-05-01 09:38:20 +12:00
Ingo Schommer
98a0331a48
BUGFIX Fixed "add page" action when invoked through tree context menu (and removed URL hardcoding in JS) ( fixes #7155 )
2012-04-30 16:42:45 +02:00
Ingo Schommer
8c1651ec59
MINOR Using GridField instead of TableListField for SiteTree->getCMSFields() DependentPages ( fixes #7239 )
2012-04-30 16:10:24 +02:00
Ingo Schommer
a73e45769a
ENHANCEMENT Titles for lozenges in page tree for more context ( fixes #7206 )
2012-04-30 14:56:42 +02:00
Ingo Schommer
60b2e696bd
MINOR Regenerating lang master files with fixed entity collection logic (fixes "CMSPagesController" menu title in interface)
2012-04-27 10:12:15 +02:00
Ingo Schommer
6ee7c84792
MINOR Updating language master files (slightly different format due to generation through i18nTextCollector, rather than the i18n_yml_converter module)
2012-04-27 00:02:25 +02:00
Ingo Schommer
cd514f5c85
Merge pull request #107 from silverstripe-big-o/silverstripe-cms
...
---
This is for Trac Ticket #7172 - Styling: AssetAdmin tree doesnt show folder icons
2012-04-26 11:14:50 +02:00
Jeremy Bridson
4faf02e6cc
ENHANCEMENT:added folder icons to assetAdmin tree view
2012-04-26 12:30:32 +12:00
Sean Harvey
647d57809b
BUGFIX Cleanup of onclick() being called in onmatch for ParentType
...
field. Use a redraw() function instead which is called in onmatch and
onclick
2012-04-23 21:21:31 +12:00
Sean Harvey
614f307a37
ENHANCEMENT When loading CMS, ensure that "Parent page" tree dropdown is
...
either hidden or shown depending on initial "Page location" state
2012-04-23 21:02:29 +12:00
Sean Harvey
677623c11f
Merge pull request #106 from ajoneil/7190-fix-cms-pages-title
...
MINOR: Fix "Pages" CMS title
2012-04-22 20:46:55 -07:00
Andrew O'Neil
452b2aa28b
MINOR: Fix "Pages" CMS title
2012-04-23 14:52:53 +12:00
Sean Harvey
b9854dfd2b
MINOR Removing @todo in CMSMain.EditForm.js which has been done
2012-04-21 11:22:55 +12:00
Sam Minnée
99e9c48647
Merge pull request #105 from silverstripe-big-o/ss-reports-documentation
...
BUGFIX: check for abstract classes when automatically registering SS_Report
2012-04-19 21:55:44 -07:00
Julian Seidenberg
8ad93a197e
BUGFIX: check for abstract classes when automatically registering SS_Report classes. Abstract classes are now no longer included in the list of Reports. Includes unit test for this scenario.
2012-04-20 16:32:39 +12:00
Sean Harvey
68a5686cfe
Merge pull request #104 from robert-h-curry/7010-gridfield-set-display-fields
...
ENHANCEMENT: Part of fix to #7010 . Change to some gridfield calls to set...
2012-04-18 19:31:27 -07:00
Robert Curry
7850499687
ENHANCEMENT: Part of fix to #7010 . Change to some gridfield calls to setDisplayFields and friends.
2012-04-19 12:07:10 +12:00
Ingo Schommer
0e071c9393
MINOR Fixed tests broken by recent CMS search and breadcrumbs changes
2012-04-18 23:40:27 +02:00
Ingo Schommer
1b3a634a56
MINOR Fixed hardcoded links from admin/page to admin/pages
2012-04-18 23:33:37 +02:00
Ingo Schommer
8a72b32e95
API CHANGE Moved Widget API to new module ( https://github.com/silverstripe/silverstripe-widgets ), incl. WidgetArea and WidgetAreaEditor classes
2012-04-18 23:21:59 +02:00
Ingo Schommer
4fd757341a
MINOR Consistent link method names: LeftAndMain->PreviewLink() changed to LinkPreview()
2012-04-18 22:59:31 +02:00
Ingo Schommer
e5000dd330
MERGE List view breadcrumbs
2012-04-18 21:14:14 +02:00
Ingo Schommer
ca853d73f2
ENHANCEMENT Renamed "Content" tab in SiteTree->getCMSFields() to "Main Content" to distinguish it from the top-level "Content" tag
2012-04-18 16:28:07 +02:00
Ingo Schommer
108ba69366
Merge branch 'master' into 7094-combine-tree-edit-view
2012-04-18 14:19:58 +02:00
Ingo Schommer
503fa0ac7c
ENHANCEMENT Updated YML translations from translate.ss.org, removed unapproved langs with little or no translations, updated master strings, fixed line break problem in lang files generated by i18nYMLConverter module
2012-04-18 13:37:24 +02:00
Jeremy Bridson
1e25637acb
ENHANCEMENT:Trac#7166 - styled the new combined tree and edit view.
2012-04-18 13:36:15 +12:00
Sean Harvey
0656d14c43
Merge pull request #103 from ajoneil/remove-pre-53-support
...
MINOR: Remove checks for PHP <5.3.2, as it's no longer supported
2012-04-17 16:19:40 -07:00
Andrew O'Neil
d1c500a5f9
MINOR: Remove checks for PHP <5.3.2, as it's no longer supported
2012-04-18 10:36:55 +12:00
Ingo Schommer
0f7dd7922f
API CHANGE Removed $controller context from SiteTree->CMSTreeClasses(), now handled through closures in the specific LeftAndMain usage instead (to handle separate contexts for links and determining "current page")
2012-04-17 22:59:11 +02:00
Ingo Schommer
75da9fd7cb
MINOR Renamed .ss-tabset to .cms-tabset in CMS templates in order to have more entwine flexibility
2012-04-17 22:59:11 +02:00
Ingo Schommer
6aeac37906
API CHANGE Combined "Pages" and "Edit Page" into a single menu entry
...
ENHANCEMENT Namespaced tree search parameters in CMSMain, in order to detect more reliably if a filter has been applied. Changing page search form to standard pushState behaviour, same as ModelAdmin (for both tree and list view).
MINOR Refactored list view loading
2012-04-17 22:59:08 +02:00
Ingo Schommer
dcdb0b4731
Merge pull request #95 from simonwelsh/silverstripe-cms
...
---
ssmacron had a reference to sapphire. Rather than trying to figure out how to make it variable, moving the plugin into third party means the path doesnt need it. ssbuttons is also moved and now all the tinyMCE related JS is in sapphire.
See also https://github.com/silverstripe/sapphire/pull/310
Conflicts:
javascript/tinymce_ssbuttons/editor_plugin_src.js
2012-04-16 12:09:35 +02:00
Sean Harvey
75dcc5b357
Merge pull request #102 from ajoneil/report-admin-ajax-link
...
MINOR: Use ajax to load reports
2012-04-15 19:08:58 -07:00
Sean Harvey
d807331a0f
Merge pull request #101 from ajoneil/pages-cms-title
...
MINOR: Fix Pages title
2012-04-15 19:08:43 -07:00
Andrew O'Neil
4057956a8b
MINOR: Use ajax to load reports
2012-04-16 11:17:55 +12:00
Andrew O'Neil
fb5f94860e
MINOR: Fix Pages title
2012-04-16 11:00:48 +12:00
Ingo Schommer
020c8cd923
Merge branch 'yml-lang-file'
2012-04-15 20:55:46 +02:00
Ingo Schommer
d9e74084cf
MINOR Removed empty language defynition
2012-04-15 20:54:51 +02:00
Ingo Schommer
ce1ed8ec56
MINOR Using SS locale notation for new YAML files (underscore instead of dashed)
2012-04-15 20:40:01 +02:00
Ingo Schommer
de258e82c2
MINOR Updated lang file based on new YML generation
2012-04-15 16:49:31 +02:00
Ingo Schommer
52e69dd1fd
MINOR Removed usage of deprecated $priority argument for _t()
2012-04-15 16:49:31 +02:00
Ingo Schommer
2dc0e72c00
ENHANCEMENT Caching expensive CMSMain->SiteTreeHints() call on disk
2012-04-15 16:49:31 +02:00
Ingo Schommer
d9c4aa8583
MINOR Using new DataObject::fieldLabels() caching in SiteTree
2012-04-15 16:49:30 +02:00
Ingo Schommer
81d7d844db
MINOR Removed legacy PHP translations
2012-04-15 16:49:30 +02:00
Ingo Schommer
169d125b90
MINOR Converted YML lang files
2012-04-15 16:49:30 +02:00
Ingo Schommer
88daa4f450
MINOR Updated translations from translate.silverstripe.org
2012-04-15 16:49:30 +02:00
Will Rossiter
4718f14ecc
MINOR: look for framework version in framework path rather than CMS path
2012-04-15 14:56:45 +12:00
Simon Welsh
a0e320d9f2
API-CHANGE Update Readme to match renaming of sapphire to framework
2012-04-15 10:56:40 +12:00
Simon Welsh
c4e018928e
API-CHANGE sapphire folder can now be renamed.
2012-04-15 10:56:40 +12:00