..
api
BUGFIX RestfulServer->permissionFailiure() returns correct HTTP status code if authentication is possible: 401 Unauthrized instead of 403 Forbidden (patch #3803 , thanks DoubleClique)
2009-03-30 03:12:58 +00:00
control
BUGFIX Allowing translated homepages in RootUrlController
2009-04-27 23:08:39 +00:00
dev
Merged from branches/2.3
2009-02-03 04:00:02 +00:00
fieldtypes
BUGFIX Fixed DateTest timestamp->date testing - was assuming a NZ timezone environment setting, hence failing in other timezones
2009-04-02 17:16:34 +00:00
filesystem
MINOR Fixed FileTest for changes to getFileType() on the File class
2008-10-16 04:33:35 +00:00
forms
Merged from branches/2.3
2009-05-26 02:19:50 +00:00
i18n
MINOR Renamed deprecated extraDBFields() on i18nTestModuleDecorator to extraStatics()
2009-05-20 05:40:56 +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
API CHANGE Changing DataObject::$changed to private visiblity. Please use getChangedFields() and isChanged()
2009-05-27 00:09:23 +00:00
search
API CHANGE Deprecated Translatable::set_reading_lang(), use Translatable::set_current_locale().
2009-05-17 05:36:01 +00:00
security
Merged from branches/2.3
2009-04-29 01:20:24 +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
ENHANCEMENT #3032 ajshort: Use static methods for accessing static data
2009-03-14 00:16:32 +00:00
ClassInfoTest.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
ControllerTest.php
ENHANCEMENT Allowing usage of global settings via asterisk (*) in RequestHandler->$allowed_actions
2009-04-02 16:34:27 +00:00
ConvertTest.php
ENHANCEMENT #3677 Added more rules for escaping reserved characters in XML to their proper entities e.g. ' => '
2009-05-20 03:09:50 +00:00
DataObjectDecoratorTest.php
ENHANCEMENT: Allow altering of DataObject:$api_access by decorators.
2009-05-26 00:52:54 +00:00
DataObjectDecoratorTest.yml
BUGFIX #3919 : Fix DataObject::dbObject() for decorated fields
2009-04-27 00:44:10 +00:00
DataObjectSetTest.php
Merged from branches/2.3
2009-04-29 01:21:38 +00:00
DataObjectTest.php
API CHANGE Changing DataObject::$changed to private visiblity. Please use getChangedFields() and isChanged()
2009-05-27 00:09:23 +00:00
DataObjectTest.yml
BUGFIX Fixed whitespace issue in DataObjectTest.yml
2009-01-07 21:40:36 +00:00
ErrorPageTest.php
BUGFIX Fixed empty ErrorPage types in output by setting status code in init() instead of index() and checking for "index" action - introduced in r75096 (see #3960 )
2009-05-04 02:20:57 +00:00
ErrorPageTest.yml
BUGFIX Fixed empty ErrorPage types in output by setting status code in init() instead of index() and checking for "index" action - introduced in r75096 (see #3960 )
2009-05-04 02:20:57 +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
HTTPTest.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +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
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
ObjectStaticTest.php
Merged from branches/2.3
2009-04-29 01:20:24 +00:00
ObjectTest.php
API CHANGE Deprecated Object->extInstance(), use getExtensionInstance() instead
2009-03-31 22:27:53 +00:00
PhpSyntaxTest.php
MINOR Documentation
2009-05-14 06:57:57 +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: Created Versioned's Version field as a proper Dataobject field.
2009-05-07 06:00:50 +00:00
RequestHandlingTest.php
MINOR: Tests for r64981
2008-10-31 02:16:51 +00:00
SearchContextTest.php
BUGFIX Fixed SQL syntax error in MATCH AGAINST clause in FulltextFilter
2009-05-24 21:27:48 +00:00
SearchContextTest.yml
BUGFIX Fixed SQL syntax error in MATCH AGAINST clause in FulltextFilter
2009-05-24 21:27:48 +00:00
SiteTreeActionsTest.php
BUGFIX: Created Versioned's Version field as a proper Dataobject field.
2009-05-07 06:00:50 +00:00
SiteTreeActionsTest.yml
MINOR merged from branches/2.3
2009-01-07 23:00:54 +00:00
SiteTreePermissionsTest.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
SiteTreePermissionsTest.yml
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
SiteTreeTest.php
Merged from branches/2.3
2009-05-25 06:59:21 +00:00
SiteTreeTest.yml
MINOR Added SiteTreeTest for all-numerical URL generation
2009-05-14 06:58:23 +00:00
SoapModelAccessTest.php
BUGFIX Fixed SoapModelAccessTest to conform to new 401 returns in RestfulServer
2009-03-30 05:20:08 +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/2.3
2009-04-28 23:52:15 +00:00
SSViewerTest.php
ENHANCEMENT Added support for two arguments when calling object-methods with dot notation in templates (see #3292 )
2009-01-04 22:20:36 +00:00
TokenisedRegularExpressionTest.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00