Skip to content

Commit

Permalink
NEW Enable SiteTree::$nested_urls by default
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Oct 8, 2012
1 parent d1ee761 commit 38e7df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/en/changelogs/3.1.0.md
Expand Up @@ -8,4 +8,5 @@
* Deprecated `Profiler` class, use third-party solutions like [xhprof](https://github.com/facebook/xhprof/)
* Removed defunct or unnecessary debug GET parameters:
`debug_profile`, `debug_memory`, `profile_trace`, `debug_javascript`, `debug_behaviour`
* Removed `Member_ProfileForm`, use `CMSProfileController` instead
* Removed `Member_ProfileForm`, use `CMSProfileController` instead
* `SiteTree::$nested_urls` enabled by default. To disable, call `SiteTree::disable_nested_urls()`.
5 changes: 1 addition & 4 deletions tests/travis/_config.php
Expand Up @@ -16,7 +16,4 @@

// Set the current theme. More themes can be downloaded from
// http://www.silverstripe.org/themes/
SSViewer::set_theme('simple');

// Enable nested URLs for this site (e.g. page/sub-page/)
if(class_exists('SiteTree')) SiteTree::enable_nested_urls();
SSViewer::set_theme('simple');

0 comments on commit 38e7df2

Please sign in to comment.