silverstripe-framework/dev
Sean Harvey 149496dda4 MINOR Use "email" instead of username for validation of admin account during install
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100418 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:18:45 +13:00
..
install MINOR Use "email" instead of username for validation of admin account during install 2011-02-02 14:18:45 +13:00
Backtrace.php
BuildTask.php
BulkLoader.php BUGFIX Fixed DataObject->fieldLabels() to respect flag (from r98748) 2011-02-02 14:18:39 +13:00
Cli.php
CliDebugView.php BUGFIX: Fix display of exception backtrace in CLI view. 2011-02-02 14:18:09 +13:00
CliTestReporter.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
CodeViewer.php
CSSContentParser.php
CsvBulkLoader.php
CSVParser.php
Debug.php
DebugView.php
DevelopmentAdmin.php ENHANCEMENT: Removed dev/reset, instead encouraging the use of dev/tests/startsession for tests. 2011-02-02 14:18:20 +13:00
FunctionalTest.php APICHANGE: Refactor Versioned so a single state is kept for stage, archived date, or any module specific reading modes (from r98161) 2011-02-02 14:18:24 +13:00
InstallerTest.php
JSTestRunner.php
Log.php
LogEmailWriter.php ENHANCEMENT #4043 Allow setting the from address for debug information in SS_LogEmailWriter - thanks Hamish! 2011-02-02 14:18:42 +13:00
LogErrorEmailFormatter.php
LogErrorFileFormatter.php
LogFileWriter.php
MigrationTask.php
ModelViewer.php
SapphireInfo.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
SapphireREPL.php
SapphireTest.php MINOR Fixed SapphireTest->logInWithPermission() spelling 2011-02-02 14:18:38 +13:00
SapphireTestReporter.php
SapphireTestSuite.php
TaskRunner.php
TestMailer.php
TestOnly.php
TestRunner.php BUGFIX #5136 Ensure $coverage argument to TestRunner::runTests() has a strict check before running coverage tests, as sometimes an SS_HTTPRequest object can be passed into this argument 2011-02-02 14:18:45 +13:00
TestSession.php
TestViewer.php
ZendLog.php