Normann Lou
440c96efb8
BUGFIX: replace "<!-- -->" with "<%-- --%>" for the blocks that are definately not needed to be processed by SSViewer to limit the chances of producing nested html comment tag "<!--<!-- -->-->"
2012-05-04 15:56:58 +12:00
Ingo Schommer
f545f52c1a
MINOR Updated master lang tables
2012-05-03 17:53:36 +02:00
Ingo Schommer
7c25754cb1
ENHANCEMENT Localization of installation success screen
2012-05-03 17:53:33 +02:00
Ingo Schommer
d072f715b7
MINOR Don't show title on reports GridField (duplicates the section title)
2012-05-03 13:50:01 +02:00
Ingo Schommer
2fdc4e5f0b
ENHANCEMENT Section icons in CMS ( #7269 )
2012-05-03 13:49:44 +02:00
Ingo Schommer
f812e56022
ENHANCEMENT Moving action buttons in AssetAdmin to "details" tab ( fixes #7221 )
2012-05-03 11:26:09 +02:00
Ingo Schommer
f8abcd8fa5
Merge pull request #112 from silverstripe-big-o/Trac-7266-sync-files-icon
...
ENHANCEMENT:Trac 7266 - added an icon to the 'sync files' button in Asse...
2012-05-03 02:24:15 -07:00
Jeremy Bridson
3cdca3ea05
ENHANCEMENT:Trac 7266 - added an icon to the 'sync files' button in AssetAdmin + regenerated css files.
2012-05-03 12:17:49 +12:00
Ingo Schommer
3f57aa01c9
Merge pull request #111 from silverstripe-big-o/Trac-7222-change-gallery-icon
...
ENHANCEMENT:changed gallery icon to an edit icon for assetAdmin
2012-05-02 04:34:54 -07:00
Jeremy Bridson
a895d0bbe5
ENHANCEMENT:changed gallery icon to an edit icon for assetAdmin
2012-05-02 11:47:31 +12:00
Ingo Schommer
63cef2af22
MINOR Disable batch actions in pages list view until we've implemented checkboxes in GridField
2012-05-01 17:58:42 +02:00
Ingo Schommer
9f1668505b
MINOR Remove usage of deprecated array access on SQLQuery in SiteTreeFolderExtension
2012-05-01 17:58:14 +02:00
Ingo Schommer
c6cca21c5e
MINOR Removed duplicate HTML ids from tools panels, which meant they were sharing a collapse state cookie (see #7210 ). Marking AssetAdmin filters and 'edit page" tree sidebar as expanded by default, but the filters on "pages" as collapsed.
2012-05-01 14:08:14 +02:00
Ingo Schommer
f5d1831b0c
MINOR Reverting panel collapse changes for filters (see pull requests #383 and #385 )
2012-05-01 13:01:32 +02:00
Sean Harvey
a610a8c5e9
BUGFIX Fixing ListViewForm using setDisplayFields on GridField, not the component
2012-05-01 15:50:06 +12:00
Sean Harvey
7c54c60311
MINOR Rename setModel to setDataModel due to API changes
2012-05-01 14:46:48 +12:00
Sean Harvey
6d77709704
Merge pull request #108 from robert-h-curry/7077-lazy-loading
...
MINOR: Modify VirtualPage to work with lazy loading.
2012-04-30 18:45:10 -07:00
Sean Harvey
e277b6f0d9
Merge pull request #109 from adrexia/7210-close-filter-panel-default
...
ENHANCEMENT: Make filter closed (#7210 )
2012-04-30 18:44:12 -07:00
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