.. |
api
|
ENHANCEMENT #5072 RSSFeed_Entry::rssField() now respects custom getters on the data class
|
2011-02-02 14:18:45 +13:00 |
control
|
MINOR Fixed SapphireTest->logInWithPermission() spelling
|
2011-02-02 14:18:38 +13:00 |
cuke/step_definitions
|
MINOR: Ensure that cuke can work with --dry-run (from r94819)
|
2011-02-02 14:18:07 +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
|
API CHANGE Decimal now allows setting a default value properly
|
2011-02-02 14:18:19 +13:00 |
filesystem
|
MINOR UploadTest now cleans up after itself when it creates a custom folder relative to assets
|
2011-02-02 14:18:59 +13:00 |
forms
|
MINOR: Correction on email address validator, and a unit test for EmailField php validation
|
2011-02-02 14:18:57 +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
|
BUGFIX: Suppressed errors in SS_HTMLValue->setContent() so it can handle malformed HTML.
|
2009-10-13 01:44:41 +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
|
ENHANCEMENT Redirecting to translated page when original is requested with a 'locale' GET parameter (e.g. 'about-us/?locale=de_DE' will redirect to 'ueber-uns' with a 301 HTTP response). Implemented in ContentController->handleRequest(). (see #5001)
|
2011-02-02 14:18:57 +13:00 |
search
|
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 |
security
|
BUGFIX Fixed SapphireTest->loginWithPermission() and MemberAuthenticatorTest to use existing Members based on their unique_identifier_field (if existing) to accommodate recent Member->onBeforeWrite() changes (see r100705)
|
2011-02-02 14:18:51 +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
|
|
|
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
|
MINOR Documented and unit tested ArrayLib::invert() (merged from branches/2.3-nzct)
|
2009-07-17 00:01:06 +00: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 |
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
|
ENHANCEMENT Added ClassInfo::classes_for_folder()
|
2009-06-30 22:08:59 +00:00 |
ControllerTest.php
|
MINOR: Updated Controller to return a 404 on actions that don't exist, rather than a 403.
|
2009-10-11 00:07:24 +00:00 |
ControllerTest.yml
|
MINOR Added ControllerTest for $allowed_actions with permission codes, switched this class to extend FunctionalTest and use get() instead of Director:;test() for this purpose (better login/session mocking capabilities)
|
2009-09-10 06:34:40 +00:00 |
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
|
API CHANGE #4929: Add $class argument to DataObjectDecorator::extraStatics()
|
2011-02-02 14:18:14 +13:00 |
DataObjectDecoratorTest.yml
|
BUGFIX #3919: Fix DataObject::dbObject() for decorated fields
|
2009-04-27 00:44:10 +00:00 |
DataObjectSetTest.php
|
BUGFIX #5138: DataObjectSet::removeDuplicates() removes objects of different classes with the same ID
|
2011-02-02 14:18:56 +13:00 |
DataObjectTest.php
|
BUGFIX: Fixed potential data corruption issue when you are changing the class of a SiteTree subclass between two subclasses that share a fieldname.
|
2011-02-02 14:18:14 +13:00 |
DataObjectTest.yml
|
ENHANCEMENT Allow DataObjectSet to remove duplicates based on any field (#5094, thanks mobiusnz) (from r99736)
|
2011-02-02 14:18:41 +13:00 |
ErrorPageTest.php
|
API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog.
|
2009-10-26 03:06:31 +00:00 |
ErrorPageTest.yml
|
|
|
FileLinkTrackingTest.php
|
MINOR Fixed SapphireTest->logInWithPermission() spelling
|
2011-02-02 14:18:38 +13:00 |
FileLinkTrackingTest.yml
|
BUGFIX: Fixed image link rewriting and added a test. (from r89011)
|
2009-10-15 22:40:06 +00:00 |
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
|
API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog.
|
2009-10-26 03:06:31 +00:00 |
HTTPTest.php
|
BUGFIX Produce XHTML compliant URLs in HTTP::setGetVar() by default (regression from r98373, see #5101)
|
2011-02-02 14:18:56 +13:00 |
ManifestBuilderTest.fixture.inc
|
|
|
ManifestBuilderTest.php
|
MINOR: Renamed manifest test temp dir as there was some kind of conflict
|
2011-02-02 14:18:28 +13:00 |
MemoryLimitTest.php
|
|
|
ObjectStaticTest.php
|
BUGFIX #4929: Fixed Object::add_static_vars() for uninherited static.s
|
2011-02-02 14:18:14 +13:00 |
ObjectTest.php
|
MINOR Changed places of Object::extInstance() to Object::getExtensionInstance() and added a notice if extInstance is used in future
|
2011-02-02 14:18:46 +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
|
|
|
RedirectorPageTest.yml
|
|
|
RequestHandlingTest.php
|
API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog.
|
2009-10-26 03:06:31 +00: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
|
BUGFIX Respecting SiteTree->canDelete() in SiteTree->getCMSActions()
|
2009-10-17 05:11:23 +00:00 |
SiteTreeBacklinksTest.php
|
MINOR Fixed SapphireTest->logInWithPermission() spelling
|
2011-02-02 14:18:38 +13:00 |
SiteTreeBacklinksTest.yml
|
MINOR Fixed SiteTreeBacklinksTest on Windows
|
2011-02-02 14:18:27 +13:00 |
SiteTreeBrokenLinksTest.php
|
MINOR Fixed SapphireTest->logInWithPermission() spelling
|
2011-02-02 14:18:38 +13:00 |
SiteTreeBrokenLinksTest.yml
|
|
|
SiteTreePermissionsTest.php
|
MINOR Fixed SapphireTest->logInWithPermission() spelling
|
2011-02-02 14:18:38 +13:00 |
SiteTreePermissionsTest.yml
|
|
|
SiteTreeTest.php
|
MINOR Fixed SapphireTest->logInWithPermission() spelling
|
2011-02-02 14:18:38 +13:00 |
SiteTreeTest.yml
|
ENHANCEMENT: Updated the SiteTree URLSegment conflict resolver to work with nested URLs.
|
2009-10-11 00:07:21 +00:00 |
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
|
(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
|
BUGFIX Fixed newlines working properly across different platforms - Windows, for example, won't work properly with just \n so use PHP_EOL for a cross-platform solution
|
2011-02-02 14:17:38 +13:00 |
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
|
APICHANGE: rename the class "Cache" to "SS_Cache" (ref ticket: #4997)
|
2011-02-02 14:18:19 +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
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
TransactionTest.php
|
|
|
ViewableDataTest.php
|
BUGFIX Don't return empty value from ViewableData->XML_val() if the actual value is an uncasted 0 integeter (or anything else evaluating to untyped boolean false)
|
2009-10-15 21:48:24 +00:00 |
WebserverRoutingTest.php
|
BUGFIX: Made use of new BasicAuth::protect_entire_site() consistent. (from r91658)
|
2011-02-02 14:17:37 +13:00 |