silverstripe-subsites/tests
Mateusz Uzdowski 9cf7a1453f BUG Fixes to link rewriting when previewing subsites.
* JS error with href-less links.
* All forms get injected hidden fields, even though the loop attempts to
check for only the ones that submit locally.
* Also check for action-less forms.

Requires
https://github.com/silverstripe/silverstripe-framework/pull/3000 to be
merged for the Framework.
https://github.com/silverstripe-labs/silverstripe-testsession/pull/11
2014-04-02 13:39:01 +13:00
..
behat/features BUG Fixes to link rewriting when previewing subsites. 2014-04-02 13:39:01 +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
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
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