..
install
MINOR: Make pass use a password field, dont require call by reference (merged from r72930)
2009-11-19 20:23:19 +00: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
2010-02-11 02:18:54 +00:00
Cli.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
CliDebugView.php
BUGFIX: Fix display of exception backtrace in CLI view. (from r97038)
2010-04-12 03:36:27 +00:00
CliTestReporter.php
API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects.
2010-04-12 02:03:16 +00: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
BUGFIX Setting HTTP status in current controller for Debug::friendlyError() to avoid it being overwritten in HTTPResponse->output() later in the execution chain
2009-11-21 02:31:30 +00: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 Use BASE_PATH and BASE_URL instead of data from $_SERVER.
2010-04-12 23:15:04 +00:00
FunctionalTest.php
MINOR: added cookies to Director::test() (from r94684)
2009-12-16 05:42:43 +00: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) (from r94423)
2009-12-16 05:40:52 +00:00
LogEmailWriter.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
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 (from r93161)
2009-11-27 01:26:03 +00: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. (from r97728)
2010-04-12 23:14:36 +00: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
BUGFIX Enforcing creation of temp database in SapphireTest->setUp() to avoid writing to production databases. This check should only kick in for single test case runs, as the temp database connection should be set in a dev/tests/all run after the first db-related test anyway. (see #5034 ) (from r99342)
2010-04-12 08:28:06 +00: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.
2010-04-12 01:52:39 +00: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] ..." (from r95169)
2009-12-16 05:49:23 +00: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: Don't rely on the current working directory for any file access; use BASE_PATH. (from r97728)
2010-04-12 23:14:36 +00:00
TestSession.php
MINOR: added cookies to Director::test() (from r94684)
2009-12-16 05:42:43 +00:00
TestViewer.php
MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask
2009-09-10 01:49:56 +00:00
YamlFixture.php
MINOR: Moved the YamlFixture class into the dev directory.
2010-01-21 22:59:17 +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