..
install
BUGFIX #2342 : Database names with hyphens and other special characters can now be used.
2011-02-02 14:26:54 +13:00
BuildTask.php
ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling
2008-10-16 20:40:24 +00:00
BulkLoader.php
BUGFIX Ensure string "0" is not considered a NULL value when CsvBulkLoader imports values from a CSV file
2011-02-02 14:27:05 +13:00
CliDebugView.php
FEATURE: Added coloured output to dev/tests/all
2008-10-04 05:41:15 +00:00
CliTestReporter.php
Reformatted memory usage to be more concise
2008-11-10 01:13:04 +00:00
CodeViewer.php
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
2008-08-10 23:29:30 +00:00
CSSContentParser.php
BUGFIX Fixed CSSContentParser to only use tidy on CLI mode if its available, and first check for existence of PHP tidy extension. Fixes failing unit tests on standard WAMP windows installations.
2008-10-12 16:15:24 +00:00
CsvBulkLoader.php
Removed call-time pass by reference from CsvBulkLoader
2011-02-02 14:26:39 +13:00
CSVParser.php
BUGFIX Fixed CSVParser assumptions about absolute unix-style filepaths - using Director::absFile() instead now
2008-10-12 15:53:25 +00:00
Debug.php
ENHANCEMENT Disabled sending of warnings through Debug::send_errors_to() by default. If you need extended error reporting including warnings (e.g. for a site which is still in active development), use Debug::send_errors_to('example@example.com', true) or Debug::send_warnings_to('example@example.com')
2011-02-02 14:26:39 +13:00
DebugView.php
BUGFIX Fixed breadcrumb exploding in DebugView when base-URL is "/" - was confusing the str_replace() logic
2008-11-10 02:35:14 +00:00
DevelopmentAdmin.php
ENHANCEMENT Checking for $_FILE_TO_URL_MAPPING in DevelopmentAdmin if called in CLI mode to avoid nasty bugs e.g. during FunctionalTest sessions (Example: Controller stack was failing for some weird reason in LeftAndMainTest)
2011-02-02 14:26:48 +13:00
FunctionalTest.php
ENHANCEMENT Added mock controller instances to each FunctionalTest, which passes the existing mock session object into the controller stack. This means Sesssion::get()/set() in application code will use the test session. Helpful mainly for overriding login information used by Member::currentUser().
2011-02-02 14:26:43 +13:00
InstallerTest.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 14:26:45 +13:00
JSTestRunner.php
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
MigrationTask.php
ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling
2008-10-16 20:40:24 +00:00
ModelViewer.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 14:26:45 +13:00
ModuleManager.php
MINOR package information for ModuleManager
2008-11-01 13:24:14 +00:00
SapphireInfo.php
Secured SapphireInfo
2008-10-02 20:43:22 +00:00
SapphireTest.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 14:26:45 +13:00
SapphireTestReporter.php
FEATURE: Added support for 'sake dev/tests/all --showslow' to list slow tests
2008-10-17 02:28:55 +00:00
SSCli.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 14:26:45 +13:00
TaskRunner.php
Fixed URL in the list of tasks.
2011-02-02 14:26:51 +13:00
TestMailer.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
TestOnly.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
TestRunner.php
ENHANCEMENT Sort test class list by alphabetical order so it's easier to read
2011-02-02 14:26:37 +13:00
TestSession.php
ENHANCEMENT Added mock controller instances to each FunctionalTest, which passes the existing mock session object into the controller stack. This means Sesssion::get()/set() in application code will use the test session. Helpful mainly for overriding login information used by Member::currentUser().
2011-02-02 14:26:43 +13:00
TestViewer.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00