silverstripe-framework/dev
Sean Harvey 6e4a3b6a8f ENHNACEMENT Installer no longer asks for firstname and surname for default CMS admin account, this can be changed later on and doesn't need to be entered for installation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@101314 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:05 +13:00
..
install ENHNACEMENT Installer no longer asks for firstname and surname for default CMS admin account, this can be changed later on and doesn't need to be entered for installation 2011-02-02 14:19:05 +13:00
Backtrace.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
BuildTask.php trying to see why my commits are coming up under sam's name 2009-04-06 00:00:42 +00:00
BulkLoader.php BUGFIX Fixed DataObject->fieldLabels() to respect flag (from r98748) 2011-02-02 14:18:39 +13:00
Cli.php MINOR: Fix output format of buildbot test runs to not include colour control codes. 2011-02-02 14:19:03 +13:00
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 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
CSSContentParser.php Merged in parent::__construct() additions from branches/2.3 - r83580 and r83587 2009-09-18 03:02:19 +00:00
CsvBulkLoader.php MINOR ajshort: Replaced usage of the deprecated split() function with preg_split(). 2009-06-18 09:34:17 +00:00
CSVParser.php Merged in parent::__construct() additions from branches/2.3 - r83580 and r83587 2009-09-18 03:02:19 +00:00
Debug.php MINOR Supress notice if $_REQUEST['url'] doesn't exist in Debug::showError() 2011-02-02 14:18:53 +13:00
DebugView.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
DevelopmentAdmin.php BUGFIX Allow DatabaseAdmin to run dev/build in live mode when not Security::is_database_ready(), and avoid broken login due to broken db queries (selecting unknown columns before dev/build) (see #4957) 2011-02-02 14:18:57 +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 Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
JSTestRunner.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Log.php ENHANCEMENT Allow passing in an Exception object to SS_Log::log() in addition to an array describing the error context (line number, file, trace etc) 2011-02-02 14:17:57 +13:00
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 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
LogErrorFileFormatter.php BUGFIX Fixed newlines for Windows when logging errors in LogErrorFileFormatter 2011-02-02 14:17:38 +13:00
LogFileWriter.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
MigrationTask.php ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling 2008-10-16 20:40:24 +00:00
ModelViewer.php Merged in parent::__construct() additions from branches/2.3 - r83580 and r83587 2009-09-18 03:02:19 +00:00
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 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
SapphireTest.php API CHANGE: Allow on_db_reset() methods on DataObjects as well as DataObjectDecortators 2011-02-02 14:19:02 +13:00
SapphireTestReporter.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
SapphireTestSuite.php API CHANGE: Renamed SapphireTest::set_up_once/tear_down_once to setUpOnce/tearDownOnce, and made them instance methods. 2011-02-02 14:18:03 +13:00
TaskRunner.php BUGFIX If running a BuildTask via AJAX, e.g. Filesystem::sync() is run from AssetAdmin, don't show the message "Running [task] ..." 2011-02-02 14:18:00 +13:00
TestMailer.php BUGFIX Return values in TestMailer for send() commands same as Mailer class 2009-06-26 04:28:47 +00:00
TestOnly.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
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 MINOR: added cookies to Director::test() 2011-02-02 14:17:58 +13:00
TestViewer.php MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask 2009-09-10 01:49:56 +00:00
ZendLog.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