silverstripe-framework/tests
Sam Minnee 4fd6d3ad39 BUGFIX: When finding an old page in the 404 handler, favour existing subpages over historical ones.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@104468 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:21 +13:00
..
api MINOR: Fix tests to cope with ID type cleanup changed recently 2011-02-02 14:19:10 +13:00
control BUGFIX: When finding an old page in the 404 handler, favour existing subpages over historical ones. 2011-02-02 14:19:21 +13:00
dev ENHANCEMENT Added BulkLoader->deleteExistingRecords(), removed unnecessary parameters from BulkLoader->load() (merged from r94250) 2011-02-02 14:18:30 +13:00
fieldtypes BUGFIX #5316 Float and Double should never try to save NULL as the "null" value 2011-02-02 14:19:12 +13:00
filesystem MINOR: Unit test fails if the previous build left temp files behind, so they are removed at the start of the test 2011-02-02 14:19:19 +13:00
forms Multi-use redemption page created 2011-02-02 14:19:21 +13:00
i18n API CHANGE Fixed i18n _t() calls without namespaces in template includes: They now default to setting the include filename as namespace, rather than the including template (#4915, #3400 - thanks Henk_Poley, jwalsoe, walec51) 2011-02-02 14:18:16 +13:00
integration
javascript
model MINOR Fixed TranslatableTest for postgresql database driver (mostly ordering issues) 2011-02-02 14:19:18 +13:00
salad/step_definitions FEATURE: Add 'Given I load the fixture file "app/tests/xyz.yml"' step to salad 2011-02-02 14:19:20 +13:00
search MINOR Fixed TranslatableSearchFormTest for postgresql (strict type assertions) 2011-02-02 14:19:18 +13:00
security BUGFIX: SecurityTest tests would fail on sites which had set a non-default unique identifier field for Members 2011-02-02 14:19:19 +13:00
tasks MINOR Fixed unit tests after change Member->checkPassword() to return ValidationResult instead of boolean (see r98268) 2011-02-02 14:18:25 +13:00
templates MINOR: Added missing file for r101867 2011-02-02 14:19:09 +13:00
testing API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
widgets MINOR: Added explicit listing of testonly dataobjects for widget tests. 2011-02-02 14:18:08 +13:00
ArrayDataTest.php MINOR: More tests for array data 2011-02-02 14:18:42 +13:00
ArrayLibTest.php
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
CacheTest.php MINOR: Speed up cache test (1s is as good a test expiry as 8s) 2011-02-02 14:18:28 +13:00
ClassInfoTest.php BUGFIX: Fixed issues with broekn link tracking 2011-02-02 14:19:02 +13:00
ControllerTest.php REVERT: checked in not-yet-ready code by mistake, reverting 2011-02-02 14:19:14 +13:00
ControllerTest.yml
ConvertTest.php ENHANCEMENT Convert JSON functions now use the Services_JSON library where appropriate instead of custom code, and if json_decode() or json_encode() are available these are used 2011-02-02 14:18:45 +13:00
CoreTest.php BUGFIX Use BASE_PATH and BASE_URL instead of data from $_SERVER. 2011-02-02 14:18:15 +13:00
DataObjectDecoratorTest.php BUGFIX #5337: Allow decoration of DataObject 2011-02-02 14:19:11 +13:00
DataObjectDecoratorTest.yml
DataObjectSetTest.php APICHANGE: changed the modulus offset to 1 to correctly order sets 2011-02-02 14:19:17 +13:00
DataObjectTest.php MINOR: update unit test for checking whether a DataObject has been changed or not without providing a field name 2011-02-02 14:19:17 +13:00
DataObjectTest.yml BUGFIX: TeamComment table added to dataobjects list 2011-02-02 14:19:04 +13:00
ErrorPageTest.php
ErrorPageTest.yml
FileLinkTrackingTest.php BUGFIX: Fixed FileLinkTrackingTest to cope with the empty alt="" and title="" attributes that are created 2011-02-02 14:19:02 +13:00
FileLinkTrackingTest.yml
HtmlEditorConfigTest.php ENHANCEMENT Added support for loading external plugins (with relative paths) in HtmlEditorConfig. This means relative paths can be separate from the plugin name, and fixes a bug where paths containing dashes were ignored by TinyMCE.init(). 2011-02-02 14:17:55 +13:00
HTTPRequestTest.php
HTTPTest.php BUGFIX: preserve the port value if given in HTTP::setGetVar (#5280). BUGFIX: allow username only input rather than user:pass combo. 2011-02-02 14:19:08 +13:00
ManifestBuilderTest.fixture.inc
ManifestBuilderTest.php BUGFIX: Fixed issues with broekn link tracking 2011-02-02 14:19:02 +13:00
MemoryLimitTest.php BUGFIX Disabled MemoryLimitTest for environments where memory_limit can't be freely set (e.g. PHP with suhosin patch) 2011-02-02 14:19:19 +13:00
ModelAsControllerTest.yml BUGFIX: When finding an old page in the 404 handler, favour existing subpages over historical ones. 2011-02-02 14:19:21 +13:00
ObjectStaticTest.php BUGFIX #4929: Fixed Object::add_static_vars() for uninherited static.s 2011-02-02 14:18:14 +13:00
ObjectTest.php BUGFIX: Update Object::parse_class_spec() to handle arrays. 2011-02-02 14:19:01 +13:00
PhpSyntaxTest.php BUGFIX: Don't rely on the current working directory for any file access; use BASE_PATH. 2011-02-02 14:18:15 +13:00
RedirectorPageTest.php BUGFIX #5259 RedirectorPage and HtmlEditorField TinyMCE integration now prefixes http:// if no prefix is found 2011-02-02 14:19:06 +13:00
RedirectorPageTest.yml BUGFIX #5259 RedirectorPage and HtmlEditorField TinyMCE integration now prefixes http:// if no prefix is found 2011-02-02 14:19:06 +13:00
RequestHandlingTest.php API CHANGE Disallow methods/actions in RequestHandler->checkAccessAction() which are implemented on parent classes (e.g. ViewableData and Object), unless access is controlled through $allowed_actions. This limits information exposure from getters used in template contexts. 2011-02-02 14:19:10 +13:00
SearchContextTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
SearchContextTest.yml
SessionTest.php FEATURE: added Session::clearAll() functionality. ENHANCEMENT: Added Unit Tests covering Session API. MINOR: Tided up formatting in session class and included doc comments for API level documentation 2011-02-02 14:18:09 +13:00
ShortcodeParserTest.php
SiteTreeActionsTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SiteTreeActionsTest.yml
SiteTreeBacklinksTest.php API CHANGE: Added SiteTree::VirtualPages() and SiteTree::DependentPages() accessors. 2011-02-02 14:19:02 +13:00
SiteTreeBacklinksTest.yml API CHANGE: Added SiteTree::VirtualPages() and SiteTree::DependentPages() accessors. 2011-02-02 14:19:02 +13:00
SiteTreeBrokenLinksTest.php BUGFIX: Fixed issues with broekn link tracking 2011-02-02 14:19:02 +13:00
SiteTreeBrokenLinksTest.yml
SiteTreePermissionsTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SiteTreePermissionsTest.yml
SiteTreeTest.php BUGFIX Fixed SiteTree::page_type_classes() to exclude 'SiteTree' even if on array position 0 - slight difference in return values from Postgres to MySQL (fixes #5336) 2011-02-02 14:19:11 +13:00
SiteTreeTest.yml
SoapModelAccessTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
SoapModelAccessTest.yml
SQLFormatterTest.php
SQLQueryTest.php MINOR remove sort direction when running canSortBy. Also added test coverage for this. (from r96428) 2011-02-02 14:18:23 +13:00
SSViewerCacheBlockTest.php API CHANGE: Allow cached blocks within control and if blocks, as long as that control or if block is contained within an uncached block, not a cached block 2011-02-02 14:19:09 +13:00
SSViewerTest.php BUGFIX: Updated SiteConfig-based theme selection to remove inappropriate coupling from SSViewer 2011-02-02 14:18:25 +13:00
TokenisedRegularExpressionTest.php
TransactionTest.php BUGFIX: get a object inside transaction block will alway exist 2011-02-02 14:19:06 +13:00
ViewableDataTest.php BUGFIX ViewableData->castingClass() cuts off last character of a casting definition if it has bracketed arguments (fixes #5536, thanks ajshort) 2011-02-02 14:19:19 +13:00
WebserverRoutingTest.php BUGFIX Trimming expected output of WebserverRoutingTest (newlines before the "ok" string were causing failures on PHP 5.3) 2011-02-02 14:19:19 +13:00