.. |
api
|
API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04]
|
2008-11-06 04:51:25 +00:00 |
control
|
New test for old URL redirection
|
2008-11-13 02:18:12 +00:00 |
dev
|
ENHANCEMENT Added support for custom importer methods in CsvBulkLoader
|
2011-02-02 14:26:33 +13:00 |
fieldtypes
|
ENHANCEMENT Added prepValueForDB() which is called on DBField->writeToManipulation which ensures formatting of value before insertion to DB on a per-DBField type basis.
|
2008-09-11 06:22:33 +00:00 |
filesystem
|
MINOR Fixed FileTest for changes to getFileType() on the File class
|
2008-10-16 04:33:35 +00:00 |
forms
|
ENHANCEMENT Allow CheckboxSetField to use extra classes as other FormField classes do. Also dded test for this behaviour in CheckboxSetFieldTest.
|
2011-02-02 14:26:37 +13:00 |
i18n
|
Change back to english on teardown
|
2008-11-12 03:11:57 +00:00 |
javascript
|
MINOR Moved js unit tests from sapphire/javascript/tests to sapphire/tests/javascript to have a consistent location for all tests on server- and clientside
|
2008-11-01 11:05:38 +00:00 |
model
|
BUGFIX Fixed editable formfields not showing up in translation mode (#3083). Updated Translatable->updateCMSFields() by partially merging wakeless' patch from (r64523)
|
2011-02-02 14:26:33 +13:00 |
search
|
ENHANCEMENT Respecting SiteTree->canView() settings in results (see #3052). This causes wrong counts, bugreport in #3120
|
2011-02-02 14:26:36 +13:00 |
security
|
ENHANCEMENT Unit tests for Member->inGroup() and Member->inGroups()
|
2008-11-03 01:57:16 +00:00 |
templates
|
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
|
2008-08-09 03:19:54 +00:00 |
testing
|
FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture
|
2008-11-10 23:18:31 +00:00 |
ArrayDataTest.php
|
ArrayData should only change the type of included objects if they're not ViewableData.
|
2008-08-12 03:34:19 +00:00 |
ControllerTest.php
|
TESTS: Added tests for Controller::join_links()
|
2008-08-28 04:25:13 +00:00 |
DataObjectDecoratorTest.php
|
API CHANGE Deprecated DataObjectDecorator->augmentBeforeWrite(), use DataObjectDecorator->onBeforeWrite()
|
2008-11-07 12:18:35 +00:00 |
DataObjectDecoratorTest.yml
|
API CHANGE Deprecated DataObjectDecorator->augmentBeforeWrite(), use DataObjectDecorator->onBeforeWrite()
|
2008-11-07 12:18:35 +00:00 |
DataObjectTest.php
|
API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04]
|
2008-11-06 04:51:25 +00:00 |
DataObjectTest.yml
|
ENHANCEMENT: Added support for dot syntax to DataObject::update()
|
2008-10-02 00:45:13 +00:00 |
HTTPRequestTest.php
|
FEATURE Added HTTP method override support to HTTPRequest and Form (through $_POST['_method'] or $_SERVER['X-HTTP-Method-Override']), incl. unit tests
|
2008-10-06 14:58:01 +00:00 |
ManifestBuilderTest.fixture.inc
|
Added TokenisedRegularExpression for accurate parsing of class files for the manifest. To make it efficient, the parse results of each file are now cached.
|
2008-04-08 06:17:58 +00:00 |
ManifestBuilderTest.php
|
API CHANGE: Removed manifest's dependency on database, by removing hastable information [17:47:04]
|
2008-11-06 04:51:25 +00:00 |
ObjectTest.php
|
MINOR Todos for ObjectTest
|
2008-10-15 17:09:43 +00:00 |
RedirectorPageTest.php
|
BUGFIX Using _t() to check content strings in unit tests and avoid tests failing when i18n is enabled
|
2008-10-10 02:20:33 +00:00 |
RedirectorPageTest.yml
|
BUGFIX: Improved RedirectorPage's handling of invalid configuration options to prevent infinite loops and segfaults
|
2008-10-09 01:46:17 +00:00 |
RequestHandlingTest.php
|
MINOR: Tests for r64981
|
2008-10-31 02:16:51 +00:00 |
SearchContextTest.php
|
BUGFIX Fixed SearchContextTest to comply to new scaffolded searchfield in Text DBFIeld
|
2008-11-02 21:24:56 +00:00 |
SearchContextTest.yml
|
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
|
2008-08-09 06:40:50 +00:00 |
SiteTreePermissionsTest.php
|
Fixed SiteTreePermissionsTest login failure tests
|
2011-02-02 14:26:39 +13:00 |
SiteTreePermissionsTest.yml
|
MINOR Merged r66681 from trunk
|
2011-02-02 14:26:39 +13:00 |
SiteTreeTest.php
|
API CHANGE #2698 ajshort: URL handler only passes control to subclasses of RequestHandlingData
|
2008-10-30 21:51:59 +00:00 |
SiteTreeTest.yml
|
API CHANGE #2698 ajshort: URL handler only passes control to subclasses of RequestHandlingData
|
2008-10-30 21:51:59 +00:00 |
SoapModelAccessTest.php
|
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
|
2008-08-11 03:39:14 +00:00 |
SoapModelAccessTest.yml
|
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
|
2008-08-11 03:03:52 +00:00 |
SQLFormatterTest.php
|
FEATURE Formatting MySQL error messages with newlines through new SQLFormatter class (used in MySQLDatabase)
|
2008-09-16 18:12:07 +00:00 |
SQLQueryTest.php
|
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
|
2008-08-09 05:57:44 +00:00 |
SSViewerTest.php
|
Ensure that Requirements backend instance is preserved between tests
|
2008-11-10 01:13:42 +00:00 |
TokenisedRegularExpressionTest.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |