silverstripe-framework/tests
Julian Seidenberg 10199f908a API Data corruption on Versioned due to lazy loading
Lazy loading no longer loads fields from the versions table when querying. This could lead to incorrect data being displayed if the data on the object and the version it pointed to did not match.

API methods to allow setting of the context of the query that generated the DataObject on that object (used by the lazy loading mechanism to correctly query the Stage, Live, or Versions tables)

See https://github.com/silverstripe/sapphire/pull/1178 for context.
2013-02-14 14:28:42 +01:00
..
api SimpleXML string casting in tests for older PHPUnit 2012-12-17 15:52:01 +01:00
behat Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
cache Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
control Merge pull request #1123 from chillu/pulls/revert-content-length 2013-01-31 10:19:17 -08:00
core Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
dev Added test cases for exception error logging 2013-01-24 09:36:42 +01:00
filesystem Fixed PHPUnit assertions for incomplete tests in core 2012-11-23 15:16:39 +01:00
forms Fixed UploadField regression from 4da1af9c3 2013-01-11 09:30:21 +01:00
i18n BUG Graceful handling of sprintf with too few params in i18n::_t() 2012-12-21 11:46:39 +01:00
injector Merge pull request #1019 from nyeholt/injector_convert_service_params 2012-12-12 01:07:47 -08:00
integration BUG Fixing regression in 26d70d6fca with formatted output in SS_HTMLValue 2012-10-16 11:59:30 +13:00
javascript Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
model API Data corruption on Versioned due to lazy loading 2013-02-14 14:28:42 +01:00
oembed FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
parsers FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
phpcs Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
search Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
security API CHANGE: Added Security::set_login_url() so that you can define an alternative log-in page if you have made one yourself. 2013-01-29 18:03:47 +01:00
tasks Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
templates BUG Only include processed requirements at the top level. (Fixes #7847) 2012-11-04 17:54:09 +13:00
testing NEW FixtureFactory separated out from YamlFixture 2012-12-11 17:06:27 +01:00
travis Added travis environment info output 2012-12-12 15:13:26 +01:00
view Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php Setting SapphireTest::is_running_test() in PHPUnit bootstrap 2013-01-09 23:31:10 +01:00
FakeController.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemoryLimitTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PhpSyntaxTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00