Commit Graph

  • 0964a5b832 Updating default en.yml with updated entities Sean Harvey 2012-11-05 11:08:35 +13:00
  • fa348d6666 MINOR Code refactoring of CMSMain::SearchForm() extracted some methods. Stig Lindqvist 2012-10-30 17:56:14 +13:00
  • 79cc947ed8 Batch actions UI enhancement (#7878) Saophalkun Ponlu 2012-10-12 16:04:56 +13:00
  • 600c73086b Merge pull request #223 from adrexia/7883-File-Uploading-Notifications Ingo Schommer 2012-11-02 14:08:20 -07:00
  • f9e32f539e Added composer.json Ingo Schommer 2012-11-01 17:29:08 +01:00
  • f0810dc772 Added composer.json Ingo Schommer 2012-11-01 17:22:25 +01:00
  • 7abb6eccc1 Added composer.json Ingo Schommer 2012-11-01 15:47:50 +01:00
  • 53e92a080a Merge pull request #226 from adrexia/asset-grid-filter Ingo Schommer 2012-10-30 14:59:25 -07:00
  • 7131e167f1 Merge remote-tracking branch 'origin/3.0' Ingo Schommer 2012-10-30 17:54:55 +01:00
  • 750d0b48a8 Merge remote-tracking branch 'origin/2.4' into 3.0 Ingo Schommer 2012-10-30 17:22:59 +01:00
  • b221f7ba7a FIX Remove Metadata Label from RedirectorPage. (Fixes #7959) Will Rossiter 2012-10-23 19:32:25 +13:00
  • 0d642af136 BUG: Filter in asset grid appears in incorrect place Naomi Guyer 2012-10-23 15:00:49 +13:00
  • 39c52397fb Merge pull request #225 from phptek/3.0 Sam Minnée 2012-10-22 14:08:32 -07:00
  • 72543440cb BUGFIX: Fixed SideReport for use with Postgres (using v8.4) which requires table/column-names to be quoted. MySQL seems OK with either/both Russell Michell 2012-10-19 16:04:32 +13:00
  • f72cef95e6 Merge pull request #224 from adrexia/3.0 Sean Harvey 2012-10-17 19:04:40 -07:00
  • c9244456e0 BUG: Installation successful "CMS" link has broken href (fixes #7874) Naomi Guyer 2012-10-18 14:47:11 +13:00
  • 607fc58c8f Build status in README Ingo Schommer 2012-10-16 18:25:49 +02:00
  • 2f7e6a7303 Merge pull request #221 from adrexia/add-cms-buttons Ingo Schommer 2012-10-16 07:23:00 -07:00
  • db3499cdf5 Merge remote-tracking branch 'origin/3.0' Ingo Schommer 2012-10-16 10:26:09 +02:00
  • d298ec9bc1 Blacklisting further travis branches Ingo Schommer 2012-10-16 10:23:35 +02:00
  • d61f16d54a BUG: File Uploading Notifications (fixes #7883) Naomi Guyer 2012-10-16 18:43:10 +13:00
  • 230e80a1d7 Merge pull request #222 from tractorcow/3.0-test-fixes Sean Harvey 2012-10-15 21:02:39 -07:00
  • d50cb230e4 BUG Fixed issue with MigrateSiteTreeLinkingTask test data being incorrectly loaded into database Fixed issue Damian Mooyman 2012-10-16 16:45:00 +13:00
  • 06e184a97f BUG: Add "add new" button to Pages list view (fixes 7649) Naomi Guyer 2012-10-15 14:59:04 +13:00
  • 8a0ae5653f Merge branch '3.0' Sean Harvey 2012-10-15 10:10:52 +13:00
  • 0a92c81002 Merge pull request #217 from ryanwachtl/fixing-update-url-from-title Ingo Schommer 2012-10-12 09:27:44 -07:00
  • 196db98331 Added github-compatible contributing notes Ingo Schommer 2012-10-11 17:17:53 +02:00
  • 98197525c6 Remove use of backticks in BrokenLinksReport, always use ANSI quotes Sean Harvey 2012-10-11 17:24:23 +13:00
  • de4f207534 Merge pull request #208 from halkyon/upload_assets_changes Sam Minnée 2012-10-10 13:24:06 -07:00
  • 17113039be NEW Enable SiteTree::$nested_urls by default Ingo Schommer 2012-10-08 17:05:46 +02:00
  • 27925f1c75 Merge remote-tracking branch 'origin/3.0' Ingo Schommer 2012-10-08 16:48:57 +02:00
  • 832dae209b Partially revert 90a154c888 (on JS files) Ingo Schommer 2012-10-08 16:44:28 +02:00
  • 5a5290421b BUG Fixing Update URLSegment from Title behavior. Ryan Wachtl 2012-10-05 22:40:10 -05:00
  • 76e569a8bb ENHANCEMENT: open/7886 added preview button to the settings page so that when a user changes the theme they can preview the change. Jeremy Bridson 2012-10-05 16:27:13 +13:00
  • 0d03c62984 Merge remote-tracking branch 'origin/3.0' Ingo Schommer 2012-10-03 16:16:25 +02:00
  • a6d09988ed Merge pull request #214 from silverstripe-droptables/ssexpress Ingo Schommer 2012-10-02 02:10:47 -07:00
  • 9cf5a6f47a BUG: Remove the is_null check on augmentValidURLSegment Robert Curry 2012-07-24 16:02:11 +12:00
  • 7316f96190 BUG: Only add validation to non-read only URLSegmentField Robert Curry 2012-07-24 15:59:39 +12:00
  • 1c50eb540a Merge pull request #212 from bummzack/3.0 Ingo Schommer 2012-10-01 12:44:56 -07:00
  • 38f28deafe Adds Travis testing to the CMS Simon Welsh 2012-09-21 15:34:12 +12:00
  • 03ae8e3728 Merge pull request #213 from sminnee/http-error-catching Simon Welsh 2012-09-26 18:00:32 -07:00
  • 39792debb8 FIX Use RequestHandler::httpError() for all HTTP errors. Sam Minnee 2012-09-27 12:30:44 +12:00
  • b92f759963 Fixing test to be less fragile (selects the input ID directly instead of holder) Sean Harvey 2012-09-27 12:14:14 +12:00
  • cb8c10a473 Merge branch '3.0' of github.com:silverstripe/silverstripe-cms into 3.0 Sean Harvey 2012-09-27 10:49:03 +12:00
  • bde71c1b9c Fixing permission issue with CMSSettingsController, where it won't show up for users with limited rights, even when they have the EDIT_SITECONFIG permission Roman 2012-09-25 22:13:31 +02:00
  • 686f70330b Merge pull request #210 from chillu/pull/sitetree-meta-removal Sean Harvey 2012-09-24 21:15:24 -07:00
  • ef318e3899 Merge pull request #211 from halkyon/broken_urls_cms Simon Welsh 2012-09-24 20:35:26 -07:00
  • 345dbc8a4f BUG Fixing broken links "admin/show", should be "admin/pages..." Sean Harvey 2012-09-25 15:31:42 +12:00
  • d229fdcc6d Merge branch 'removestatic' of git://github.com/wilr/silverstripe-cms into wilr-removestatic Sean Harvey 2012-09-25 14:15:09 +12:00
  • 548ec241a9 BUG Fixing "public function" not allowed in SilverStripeNavigator.js Sean Harvey 2012-09-24 15:14:38 +12:00
  • 2c4ebd3cb9 Fixing broken SiteTreeHTMLEditorFieldTest Sean Harvey 2012-09-23 22:49:44 +12:00
  • cbd31e3ab2 API Removed SiteTree.MetaTitle and MetaKeywords Ingo Schommer 2012-09-21 11:31:00 +02:00
  • cebce51bc1 Merge branch 'open/7875' of git://github.com/jbridson/silverstripe-cms into jbridson-open/7875 Ingo Schommer 2012-09-21 10:49:20 +02:00
  • 77ef6570a3 Merge remote-tracking branch 'origin/3.0' Ingo Schommer 2012-09-21 10:48:22 +02:00
  • c6ed250290 Merge pull request #207 from simonwelsh/travis Ingo Schommer 2012-09-21 01:33:04 -07:00
  • a3007b618f API moved StaticCache / StaticPublisher to module. Will Rossiter 2012-09-21 19:59:31 +12:00
  • 118b28dea1 BUG setFolderName in CMSFileAddController should default to the root Sean Harvey 2012-09-21 15:35:53 +12:00
  • 4506e92536 Adds Travis testing to the CMS Simon Welsh 2012-09-21 15:34:12 +12:00
  • 90a154c888 Merge pull request #206 from chillu/pulls/public-function Simon Welsh 2012-09-20 01:54:45 -07:00
  • df44239060 Method visibility according to coding conventions Ingo Schommer 2012-09-19 12:07:46 +02:00
  • 05d5bd7508 ENHANCEMENT:open/7875 - added help labels to metadata fields on page content edit screen. Jeremy Bridson 2012-09-20 13:22:12 +12:00
  • 4af60dfee6 Merge pull request #204 from wilr/removecontentcontroller Simon Welsh 2012-09-19 02:22:12 -07:00
  • 76373a4da6 Remove ContentController view, moved functionality to Controller view Will Rossiter 2012-09-19 21:13:49 +12:00
  • b599c3a931 Merge branch '3.0' Sean Harvey 2012-09-17 15:18:10 +12:00
  • a2d76c9305 BUG Remove page types from the "add new page here" menu if they appear in a hide_ancestor (fixes #7712) UndefinedOffset 2012-09-14 16:03:40 -03:00
  • fe7c44d7d4 Merge pull request #201 from halkyon/doctype_contentcontroller_template Simon Welsh 2012-09-13 19:27:22 -07:00
  • a77d1b8230 Use HTML5 doctype for default ContentController template Sean Harvey 2012-09-14 14:24:47 +12:00
  • 4462eec7fa Merge pull request #199 from patbolo/bugfix/7856 Ingo Schommer 2012-09-12 02:58:37 -07:00
  • a3bfd563cf Merge branch '3.0.2' into 3.0 Ingo Schommer 2012-09-12 11:05:39 +02:00
  • 17db5baf19 BUG: Page type names not translated in pages overview search form Niklas Forsdahl 2012-09-04 08:55:38 +03:00
  • 9b6ca79746 Fixed report title column localization Ingo Schommer 2012-09-11 12:49:27 +02:00
  • 1a2961d2cc Updated translations Ingo Schommer 2012-09-12 10:56:09 +02:00
  • bb4af2efbf Merge remote-tracking branch 'origin/3.0' Ingo Schommer 2012-09-11 14:05:40 +02:00
  • 9124d8ae1a Fixed report title column localization Ingo Schommer 2012-09-11 12:49:27 +02:00
  • 94c406139e Updated translations Ingo Schommer 2012-09-11 12:03:18 +02:00
  • ed096ca6d2 Updated translations Ingo Schommer 2012-09-11 12:01:35 +02:00
  • 45819cfba2 FIX 7856 Show the Create button as disabled if no pagetypes are available for page creation jean 2012-09-11 14:56:13 +12:00
  • f95a10852b Merge remote-tracking branch 'origin/translation-staging' Ingo Schommer 2012-09-07 17:23:21 +02:00
  • 5bfb994496 Merge remote-tracking branch 'origin/3.0' Ingo Schommer 2012-09-07 17:21:47 +02:00
  • 02e95adb4c BUG Consistently save SiteConfig, and refactor Translatable hooks Damian Mooyman 2012-09-07 17:06:29 +02:00
  • dd58f17d26 MINOR Updated translations TeamCity 2012-09-08 01:27:15 +12:00
  • 54a7b93ed6 MINOR Updated translations TeamCity 2012-09-07 22:21:40 +12:00
  • a5f77b06bd MINOR Updated translations TeamCity 2012-09-07 21:21:41 +12:00
  • c847b55608 Merge pull request #195 from creamarketing/page-type-dropdown-translations Ingo Schommer 2012-09-06 12:36:35 -07:00
  • 8019a86707 MINOR Updated translations TeamCity 2012-09-07 07:21:52 +12:00
  • 4ec38c18da MINOR Updated translations TeamCity 2012-09-07 06:22:12 +12:00
  • c61d4aacc3 Merge pull request #197 from ajoneil/sitetree-filter-fix Sean Harvey 2012-09-04 20:08:25 -07:00
  • f843dd56dc BUGFIX: Fix site tree filter not showing parents of results more than a level deep in the hierachy Andrew O'Neil 2012-09-04 14:51:14 +12:00
  • 8dacb07730 MINOR Updated translations TeamCity 2012-09-05 11:21:41 +12:00
  • 24e1d9de26 MINOR Updated translations TeamCity 2012-09-05 02:21:48 +12:00
  • 2934423ebc BUG: Page type names not translated in pages overview search form Niklas Forsdahl 2012-09-04 08:55:38 +03:00
  • 1b2d1f9b3c MINOR Updated translations TeamCity 2012-09-04 17:21:51 +12:00
  • 0e10837d9a MINOR Updated translations TeamCity 2012-09-04 16:21:34 +12:00
  • 80435b1fca MINOR Updated translations TeamCity 2012-09-04 13:35:16 +12:00
  • 4ad2b25679 Merge pull request #194 from patbolo/doc_support Sean Harvey 2012-09-03 17:25:59 -07:00
  • 53fdafb473 NEW 7839 Support for documents as a file type in Files and images jean 2012-09-04 11:26:09 +12:00
  • 275a8f0d77 MINOR Updated translations TeamCity 2012-09-04 10:21:25 +12:00
  • fa423fff58 MINOR Updated translations TeamCity 2012-09-04 06:20:47 +12:00
  • fddd63d74b MINOR Updated translations TeamCity 2012-09-03 11:21:58 +12:00
  • af2c890168 Merge pull request #190 from silverstripe-rebelalliance/open/5971 Hamish Friedlander 2012-09-02 14:12:23 -07:00