silverstripe-subsites/tests
Mateusz Uzdowski 58b926af25 BUG Refactor the access checks and initial subsite redirections.
Remove the special AJAX handling to simplify the code. Now redirection
will be forced on any request that changes the subsite to re-synchronise
with the frontend.

Introduce canAccess method, and add it to alternateAccessCheck to make
sure this subsite-specific chceck is also done in situations that are
not captured by onBeforeInit.
2013-12-04 17:34:27 +13:00
..
BaseSubsiteTest.php BUGFIX: Session var for active subsite out of sync with current subsite. Refs silverstripe/silverstripe-subsites#93. 2013-07-10 12:24:42 +02:00
FileSubsitesTest.php Fixing test for postgres, make sure the array is indexed from 0 2013-05-06 23:25:20 +12:00
GroupSubsitesTest.php Merge remote-tracking branch 'origin/0.3' 2013-01-03 21:03:26 +01:00
LeftAndMainSubsitesTest.php BUG Prevent session-interface mismatch. 2013-11-08 11:37:10 +13:00
SiteConfigSubsitesTest.php fixing test to check for all extended cache keys, not just the immediate 2013-05-07 15:11:11 +12:00
SiteTreeSubsitesTest.php Fix the test coverage for the subsite access changes. 2013-10-18 11:58:11 +13:00
SubsiteAdminFunctionalTest.php BUG Refactor the access checks and initial subsite redirections. 2013-12-04 17:34:27 +13:00
SubsiteAdminTest.php Removed disabled tests (#29) 2013-07-10 15:55:16 +02:00
SubsitesVirtualPageTest.php Added test case for subsites virtual page onAfterWrite issue, plus changed get_from_all_subsites method to immediately eval and return an ArrayList, instead of lazy eval DataList. Fixes #106 2013-09-12 14:23:42 +12:00
SubsitesVirtualPageTest.yml Merge remote-tracking branch 'origin/0.3' 2013-01-03 21:03:26 +01:00
SubsiteTest.php Fix the test coverage for the subsite access changes. 2013-10-18 11:58:11 +13:00
SubsiteTest.yml Removing tests related to MetaTitle, this field doesn't exist anymore 2013-04-30 15:42:36 +12:00