Commit Graph

  • 6d77709704 Merge pull request #108 from robert-h-curry/7077-lazy-loading Sean Harvey 2012-04-30 18:45:10 -07:00
  • e277b6f0d9 Merge pull request #109 from adrexia/7210-close-filter-panel-default Sean Harvey 2012-04-30 18:44:12 -07:00
  • 84045ccfed ENHANCEMENT: Make filter closed (#7210) Naomi Guyer 2012-05-01 11:17:27 +12:00
  • db3332e629 MINOR: Modify VirtualPage to work with lazy loading. Robert Curry 2012-04-20 10:09:06 +12:00
  • 98a0331a48 BUGFIX Fixed "add page" action when invoked through tree context menu (and removed URL hardcoding in JS) (fixes #7155) Ingo Schommer 2012-04-30 16:42:45 +02:00
  • 8c1651ec59 MINOR Using GridField instead of TableListField for SiteTree->getCMSFields() DependentPages (fixes #7239) Ingo Schommer 2012-04-30 16:10:24 +02:00
  • a73e45769a ENHANCEMENT Titles for lozenges in page tree for more context (fixes #7206) Ingo Schommer 2012-04-30 14:56:42 +02:00
  • 60b2e696bd MINOR Regenerating lang master files with fixed entity collection logic (fixes "CMSPagesController" menu title in interface) Ingo Schommer 2012-04-27 10:12:15 +02:00
  • 6ee7c84792 MINOR Updating language master files (slightly different format due to generation through i18nTextCollector, rather than the i18n_yml_converter module) Ingo Schommer 2012-04-27 00:02:25 +02:00
  • cd514f5c85 Merge pull request #107 from silverstripe-big-o/silverstripe-cms Ingo Schommer 2012-04-26 11:14:50 +02:00
  • 4faf02e6cc ENHANCEMENT:added folder icons to assetAdmin tree view Jeremy Bridson 2012-04-26 12:30:32 +12:00
  • 647d57809b BUGFIX Cleanup of onclick() being called in onmatch for ParentType field. Use a redraw() function instead which is called in onmatch and onclick Sean Harvey 2012-04-23 21:21:31 +12:00
  • 614f307a37 ENHANCEMENT When loading CMS, ensure that "Parent page" tree dropdown is either hidden or shown depending on initial "Page location" state Sean Harvey 2012-04-23 21:02:29 +12:00
  • 677623c11f Merge pull request #106 from ajoneil/7190-fix-cms-pages-title Sean Harvey 2012-04-22 20:46:55 -07:00
  • 452b2aa28b MINOR: Fix "Pages" CMS title Andrew O'Neil 2012-04-23 14:52:53 +12:00
  • b9854dfd2b MINOR Removing @todo in CMSMain.EditForm.js which has been done Sean Harvey 2012-04-21 11:22:55 +12:00
  • 99e9c48647 Merge pull request #105 from silverstripe-big-o/ss-reports-documentation Sam Minnée 2012-04-19 21:55:44 -07:00
  • 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. Julian Seidenberg 2012-04-20 16:32:39 +12:00
  • 68a5686cfe Merge pull request #104 from robert-h-curry/7010-gridfield-set-display-fields Sean Harvey 2012-04-18 19:31:27 -07:00
  • 7850499687 ENHANCEMENT: Part of fix to #7010. Change to some gridfield calls to setDisplayFields and friends. Robert Curry 2012-04-19 11:53:46 +12:00
  • 0e071c9393 MINOR Fixed tests broken by recent CMS search and breadcrumbs changes Ingo Schommer 2012-04-18 23:40:27 +02:00
  • 1b3a634a56 MINOR Fixed hardcoded links from admin/page to admin/pages Ingo Schommer 2012-04-18 23:33:37 +02:00
  • 8a72b32e95 API CHANGE Moved Widget API to new module (https://github.com/silverstripe/silverstripe-widgets), incl. WidgetArea and WidgetAreaEditor classes Ingo Schommer 2012-04-18 23:21:59 +02:00
  • 4fd757341a MINOR Consistent link method names: LeftAndMain->PreviewLink() changed to LinkPreview() Ingo Schommer 2012-04-18 22:59:31 +02:00
  • e5000dd330 MERGE List view breadcrumbs Ingo Schommer 2012-04-18 21:14:14 +02:00
  • ca853d73f2 ENHANCEMENT Renamed "Content" tab in SiteTree->getCMSFields() to "Main Content" to distinguish it from the top-level "Content" tag Ingo Schommer 2012-04-18 16:28:07 +02:00
  • 108ba69366 Merge branch 'master' into 7094-combine-tree-edit-view Ingo Schommer 2012-04-18 14:19:58 +02:00
  • 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 Ingo Schommer 2012-04-18 13:37:24 +02:00
  • 1e25637acb ENHANCEMENT:Trac#7166 - styled the new combined tree and edit view. Jeremy Bridson 2012-04-18 13:36:15 +12:00
  • 0656d14c43 Merge pull request #103 from ajoneil/remove-pre-53-support Sean Harvey 2012-04-17 16:19:40 -07:00
  • d1c500a5f9 MINOR: Remove checks for PHP <5.3.2, as it's no longer supported Andrew O'Neil 2012-04-18 10:36:55 +12:00
  • 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") Ingo Schommer 2012-04-17 22:27:47 +02:00
  • 75da9fd7cb MINOR Renamed .ss-tabset to .cms-tabset in CMS templates in order to have more entwine flexibility Ingo Schommer 2012-04-17 17:43:20 +02:00
  • 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 Ingo Schommer 2012-04-16 15:55:19 +02:00
  • dcdb0b4731 Merge pull request #95 from simonwelsh/silverstripe-cms Ingo Schommer 2012-04-16 12:09:35 +02:00
  • 75dcc5b357 Merge pull request #102 from ajoneil/report-admin-ajax-link Sean Harvey 2012-04-15 19:08:58 -07:00
  • d807331a0f Merge pull request #101 from ajoneil/pages-cms-title Sean Harvey 2012-04-15 19:08:43 -07:00
  • 4057956a8b MINOR: Use ajax to load reports Andrew O'Neil 2012-04-16 11:17:55 +12:00
  • fb5f94860e MINOR: Fix Pages title Andrew O'Neil 2012-04-16 11:00:48 +12:00
  • 020c8cd923 Merge branch 'yml-lang-file' Ingo Schommer 2012-04-15 20:55:46 +02:00
  • d9e74084cf MINOR Removed empty language defynition Ingo Schommer 2012-04-15 20:54:51 +02:00
  • ce1ed8ec56 MINOR Using SS locale notation for new YAML files (underscore instead of dashed) Ingo Schommer 2012-04-15 20:40:01 +02:00
  • de258e82c2 MINOR Updated lang file based on new YML generation Ingo Schommer 2012-04-14 01:22:49 +02:00
  • 52e69dd1fd MINOR Removed usage of deprecated $priority argument for _t() Ingo Schommer 2012-04-13 21:54:56 +02:00
  • 2dc0e72c00 ENHANCEMENT Caching expensive CMSMain->SiteTreeHints() call on disk Ingo Schommer 2012-04-13 18:42:15 +02:00
  • d9c4aa8583 MINOR Using new DataObject::fieldLabels() caching in SiteTree Ingo Schommer 2012-04-13 18:38:57 +02:00
  • 81d7d844db MINOR Removed legacy PHP translations Ingo Schommer 2011-11-27 12:06:28 +01:00
  • 169d125b90 MINOR Converted YML lang files Ingo Schommer 2011-11-19 01:15:45 +01:00
  • 88daa4f450 MINOR Updated translations from translate.silverstripe.org Ingo Schommer 2011-11-19 01:15:32 +01:00
  • 4718f14ecc MINOR: look for framework version in framework path rather than CMS path Will Rossiter 2012-04-15 14:56:45 +12:00
  • a0e320d9f2 API-CHANGE Update Readme to match renaming of sapphire to framework Simon Welsh 2012-04-12 20:39:07 +12:00
  • c4e018928e API-CHANGE sapphire folder can now be renamed. Simon Welsh 2012-04-12 20:36:25 +12:00
  • b8e86ae261 MINOR Add newline to end of files without one Simon Welsh 2012-04-12 19:23:20 +12:00
  • dccde5f512 Merge pull request #100 from silverstripe/trac-6901 Sean Harvey 2012-04-14 03:30:42 -07:00
  • d4750c2a96 MINOR: group ShowInMenus and ShowInSearch check boxes. Fixes #6901 Will Rossiter 2012-04-14 18:16:47 +12:00
  • 8531525789 MINOR: remove $template var as sapphire/07d2d52 will pick this up automatically Will Rossiter 2012-04-14 18:15:49 +12:00
  • dc0168d01b MINOR Removed $params argument to DataObject->getCMSFields(), please use FormScaffolder directly (fixes #7135) Ingo Schommer 2012-04-13 15:55:32 +02:00
  • b127419f76 MINOR HTML5 for BlankPage.ss default template Ingo Schommer 2012-04-13 15:34:14 +02:00
  • 121e7d3784 Merge pull request #98 from silverstripe-big-o/breadcrumbs-tabs-overflow-Trac6882 Will Rossiter 2012-04-12 22:51:27 -07:00
  • 4443d0042a ENHANCEMENT:Trac 6882 - created include for back button and altered the templates accordingly Jeremy Bridson 2012-04-13 16:05:48 +12:00
  • e91d49036b MINOR Using loadPanel() rather than removed duplicate loadForm() method Ingo Schommer 2012-04-12 23:55:37 +02:00
  • 9b79827972 MINOR Decoupling dialog logic from tinymce_ssbuttons plugin to allow for lazy loaded dialogs Ingo Schommer 2012-04-12 22:26:04 +02:00
  • f26d0bc158 MINOR Removed SideReportsForm JS logic, interface element no longer exists Ingo Schommer 2012-04-12 12:14:48 +02:00
  • 2592d62a4c Merge pull request #94 from silverstripe-big-o/report-fixes Ingo Schommer 2012-04-12 05:14:30 -07:00
  • 517bf3198b API-CHANGE Move tinymce plugins in thirdparty Simon Welsh 2012-04-12 20:43:43 +12:00
  • 203bfc9e99 ENHANCEMENT: replacing ReportAdmin report listing paginator with a new footer GridField component Julian Seidenberg 2012-04-12 16:13:24 +12:00
  • 6b3d8904e3 BUGFIX Fixed broken test LeftAndMain caused by createTag being called statically in AssetAdmin, when it shouldn't be Sean Harvey 2012-04-12 13:04:01 +12:00
  • 52710ebd93 MINOR: Added SHOW_DELETED_PAGES Polish translation. (#4407) Sam Minnee 2012-04-12 12:43:11 +12:00
  • 117b8c3f97 Merge pull request #93 from halkyon/e_strict_fixes Sam Minnée 2012-04-11 16:30:46 -07:00
  • 8325d73665 MINOR Fixing method signatures not compliant with the parent Sean Harvey 2012-04-12 11:23:15 +12:00
  • 5e567cbf80 BUGFIX Declare StaticPublisher::set_static_publisher_theme() and StaticPublisher::static_publisher_theme() as static, since they're only called statically. This is a fix for E_STRICT compliance. Sean Harvey 2012-04-12 11:21:21 +12:00
  • 74b341ee56 MINOR Fixed stray newline at the top of CMSMain Sean Harvey 2012-04-12 09:46:26 +12:00
  • 03a8aa546e BUGFIX Only load existing languages in custom TinyMCE plugins to avoid the tinymce_gzip.php logic stalling (fixes #7035) Mateusz Uzdowski 2012-04-11 18:36:32 +02:00
  • 73a466c927 Merge branch 'integration' Ingo Schommer 2012-04-11 16:25:46 +02:00
  • 363dc9a4a9 MINOR Searching both Title and Filename in AssetAdmin (fixes #7013, see pull request #71) Ingo Schommer 2012-04-11 16:18:38 +02:00
  • 57d7655f80 Merge pull request #91 from silverstripe-big-o/silverstripe-cms Ingo Schommer 2012-04-11 16:17:51 +02:00
  • bacbb8a8d0 Merge pull request #89 from halkyon/modelascontroller_fix Ingo Schommer 2012-04-11 06:41:40 -07:00
  • 59366769ae Merge pull request #92 from ajoneil/estrict Ingo Schommer 2012-04-11 06:38:47 -07:00
  • 587de186d0 Merge pull request #90 from halkyon/redirectorpage_changes Stig Lindqvist 2012-04-11 04:10:01 -07:00
  • 69e819a417 BUGFIX Moved 'rollback' logic back from CMSPageHistoryController to CMSMain (used in edit mode as well), removed unnecessary performRollback(), and introduced PJAX response handling to ensure the edit view is loaded correctly regardless of context (edit or history mode) (fixes #7108) Ingo Schommer 2012-04-10 14:09:30 +02:00
  • 39208d15e0 MINOR i18n for revert confirmation messages, improved wording Ingo Schommer 2012-04-10 14:02:05 +02:00
  • ca4e8e1bdb BUGFIX: Fixed sort order of files and images GridField Sam Minnee 2012-04-11 18:13:45 +12:00
  • 12b30ff538 MINOR: Fix E_STRICT warnings Andrew O'Neil 2012-04-11 18:09:11 +12:00
  • 81cc214f66 BUGFIX SSF-124 remove one of the duplicated 'Any' options which also cause that search on the second 'Any' broke. Normann Lou 2012-04-11 17:43:46 +12:00
  • 35da0e9b46 BUGFIX SS-124 SearchForm clear button fixed Normann Lou 2012-04-11 17:37:28 +12:00
  • bfb99aea6c MINOR SSF-124 move the trunk of html code (commented out) to the position of the third tab so if it is commented in someday, it wont break the default selected tab. Normann Lou 2012-04-11 17:21:24 +12:00
  • 778fd28877 BUGFIX:Trac #6854 / #7115 - aligned action buttons in filter panel with the designs. Jeremy Bridson 2012-04-11 16:01:15 +12:00
  • 1cf2e2ca12 MINOR SSF-124 added missing ";" for keep SilverStripe Code Convention Normann Lou 2012-04-11 15:53:04 +12:00
  • 7213d2b7dc MINOR: Clarified meaning of SiteTree:: Sam Minnee 2012-04-11 15:48:17 +12:00
  • 240627b504 BUGFIX Adding RedirectorPage.js to cms module (was in sapphire) and fixing to use entwine/jquery instead of old behaviour Sean Harvey 2012-04-11 15:32:41 +12:00
  • afdac50ef1 MINOR SSF-124 correct inline document for a newly added routine. Normann Lou 2012-04-11 15:08:39 +12:00
  • 653625914d ENHANCEMENT SSF-124 make tab select pages list view if the current url is 'listchildren' otherwise use the default action defined in TabSet.js Normann Lou 2012-04-11 15:01:31 +12:00
  • 8b44955c6e BUGFIX Removed double check of find_old_page() in ModelAsController Sean Harvey 2012-04-11 14:51:33 +12:00
  • 7900da4d9d MINOR SSF-168 add Pagination to the report list so it show the bottom bar Normann Lou 2012-04-11 12:44:11 +12:00
  • c7aa3e1f98 Merge branch 'integration' of github.com:silverstripe-big-o/silverstripe-cms into integration Normann Lou 2012-04-11 12:19:26 +12:00
  • 7c44e95287 BUGFIX SSF-124 the $filterOn pass-as-reference variable name should be consist with where its value is altered so as the variable is correctly assigned MINOR SSF-124 correct inline document Normann Lou 2012-04-11 12:16:23 +12:00
  • 6218aaef82 BUGFIX SSF-124 the $filterOn pass-as-reference variable name should be consist with where its value is altered so as the variable is correctly assigned Normann Lou 2012-04-11 12:16:23 +12:00
  • 3d0566638a BUGFIX: SSF-124 filter on a value only if this value is not an empty string Normann Lou 2012-04-11 12:12:57 +12:00
  • bc4208097f Merge pull request #87 from halkyon/advancedsearchform_removal Ingo Schommer 2012-04-10 03:39:59 -07:00
  • 44f2b88bd4 Merge pull request #86 from halkyon/deprecated_fixes Ingo Schommer 2012-04-10 03:38:38 -07:00