silverstripe-subsites/code
Mateusz Uzdowski 2488489e22 BUG Switch the subsite on GET parameter only.
This fixes the bug where creating the top level pages is broken whenever
subsites module is installed. This is because the SubsiteID is
explicitly specified on AddForm POST submission, which incorrectly
triggers a redirect from LeftAndMainSubsites::init and the form action
never has a chance to execute.

Also do not look at POST when checking for the current subsite ID.
2012-10-26 11:53:40 +13:00
..
extensions BUG Switch the subsite on GET parameter only. 2012-10-26 11:53:40 +13:00
forms BUG: Fixing creating subsites from templates trac/7318 2012-07-18 12:21:35 +12:00
model BUG Switch the subsite on GET parameter only. 2012-10-26 11:53:40 +13:00
SubsiteAdmin.php Removing unncessary end PHP tags from subsites code 2012-10-12 11:08:24 +13:00
SubsiteReportWrapper.php BUG: Modifying the module to work with SS 3.0 2012-07-16 11:18:38 +12:00
SubsitesVirtualPage.php Removing unncessary end PHP tags from subsites code 2012-10-12 11:08:24 +13:00