silverstripe-framework/dev
Ingo Schommer 55f1df0f6d BUGFIX Fixed inconsistent styling of reinstall actions at the bottom of the installer, and if using IIS, warn that this will overwrite the web.config file, not .htaccess (from r105029)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112436 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-10-15 01:22:44 +00:00
..
install BUGFIX Fixed inconsistent styling of reinstall actions at the bottom of the installer, and if using IIS, warn that this will overwrite the web.config file, not .htaccess (from r105029) 2010-10-15 01:22:44 +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 MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
Cli.php MINOR: Fix output format of buildbot test runs to not include colour control codes. (from r101172) 2010-10-12 21:52:19 +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 MINOR Fixed phpdoc documentation 2010-04-23 01:04:16 +00:00
CodeViewer.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
CSSContentParser.php BUGFIX CSSContentParser now reports better errors by using simplexml_load_string() instead of SimpleXMLElement directly (from r103552) 2010-10-13 03:57:07 +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() (from r100832) 2010-08-03 01:07:51 +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 FEATURE: Add dev/build/defaults to call requireDefaultRecords (from r104093) 2010-10-14 23:57:02 +00:00
FunctionalTest.php APICHANGE: Refactor Versioned so a single state is kept for stage, archived date, or any module specific reading modes (from r98161) (from r98224) 2010-04-13 03:16:57 +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 MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
LogEmailWriter.php ENHANCEMENT #4043 Allow setting the from address for debug information in SS_LogEmailWriter - thanks Hamish! (from r99845) 2010-05-25 03:15:26 +00:00
LogErrorEmailFormatter.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
LogErrorFileFormatter.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
LogFileWriter.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
MigrationTask.php ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling 2008-10-16 20:40:24 +00:00
ModelViewer.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +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 API CHANGE: Allow on_db_reset() methods on DataObjects as well as DataObjectDecortators (from r101119) 2010-10-04 04:51:08 +00:00
SapphireTestReporter.php MINOR: Misc merges from branches/2.4 2010-10-13 03:53:12 +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
SysLogWriter.php FEATURE #5694 New log writer SS_SysLogWriter for logging SilverStripe errors to the system log (thanks rorschach!) 2010-10-04 22:04:20 +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 FEATURE: Add dev/tests/sessionloadyml to load a yml fixture into an existing test session (from r104231) 2010-10-15 00:01:23 +00:00
TestSession.php BUGFIX: TestSession::submitForm throws proper error if form not found (from r104972) 2010-10-15 01:18:22 +00:00
TestViewer.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
YamlFixture.php BUGFIX: Pass correct class to allowPrimaryKeyEditing in yaml fixture (from r101171) 2010-10-12 21:52:55 +00:00
ZendLog.php MINOR: Misc merges from branches/2.4 2010-10-13 03:53:12 +00:00