.. |
install
|
MINOR: Fixed newlines and set svn:eol-style to native
|
2009-06-17 23:14:40 +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
|
ENHANCEMENT: added option to truncate (clear) database table before importing a new CSV file with CSVBulkerLoader and ModelAdmin.
|
2009-09-04 00:31:08 +00:00 |
CliDebugView.php
|
MINOR Debug::backtrace() calls now call SSBacktrace::backtrace()
|
2009-08-19 04:22:36 +00:00 |
CliTestReporter.php
|
Made timing code for test runner more accurate (includes initial db build):
|
2009-08-21 03:02:43 +00:00 |
CodeViewer.php
|
BUGFIX Consistently returning from a Security::permissionFailure() to avoid ambiguous situations when controllers are in ajax mode
|
2009-09-10 02:00:42 +00:00 |
CSSContentParser.php
|
BUGFIX Fail silently on shell_exec() in CSSContentParser to avoid unit test failures because of missing optional libraries like tidy (merged from branches/2.3-nzct)
|
2009-07-16 23:46:24 +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 from branches/2.3
|
2009-04-29 01:20:24 +00:00 |
Debug.php
|
MINOR Removed unnecessary $bt variable in Debug::errorHandler()
|
2009-09-13 23:23:02 +00:00 |
DebugView.php
|
BUGFIX #3713 Escape HTTP request URL properly in DebugView::writeError() using htmlentities()
|
2009-08-25 03:11:22 +00:00 |
DevelopmentAdmin.php
|
MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask
|
2009-09-10 01:49:56 +00:00 |
FunctionalTest.php
|
Merged from 2.3
|
2009-05-06 06:36:16 +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 |
MigrationTask.php
|
ENHANCEMENT Improved TaskRunner and BuildTask metadata and styling
|
2008-10-16 20:40:24 +00:00 |
ModelViewer.php
|
MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask
|
2009-09-10 01:49:56 +00:00 |
SapphireInfo.php
|
Secured SapphireInfo
|
2008-10-02 20:43:22 +00:00 |
SapphireREPL.php
|
ENHANCEMENT: Improved performance of admin/assets area.
|
2009-07-01 22:27:18 +00:00 |
SapphireTest.php
|
BUGFIX Return FALSE in SapphireTest->assertDOSEquals() if no valid DataObjectSet is passed in
|
2009-09-14 05:16:15 +00:00 |
SapphireTestReporter.php
|
MINOR Debug::get_rendered_backtrace() calls in CliTestReport, SapphireTestReporter and DebugView now call SSBacktrace::get_rendered_backtrace()
|
2009-08-19 04:20:03 +00:00 |
SapphireTestSuite.php
|
ENHANCEMENT Adding SapphireTest::set_up_once() and SapphireTest::tear_down_once() for better test performance with state that just needs to be initialized once per test case (not per test method). Added new SapphireTestSuite to support this through PHPUnit.
|
2009-04-22 03:22:09 +00:00 |
SSBacktrace.php
|
ENHANCEMENT Debug and DebugView now supports showing E_NOTICE and E_USER_NOTICE level errors, whereas before they were not handled
|
2009-08-19 06:03:57 +00:00 |
SSCli.php
|
MINOR phpdoc documentation
|
2009-03-22 22:59:14 +00:00 |
SSLog.php
|
API CHANGE: Added comparison argument to SSLog::add_writer()
|
2009-08-24 03:21:12 +00:00 |
SSLogEmailWriter.php
|
API CHANGE Added SSLogFileWriter to replace Debug::log_errors_to() and Debug::log_error_if_necessary() - the existing formatting for the Debug deprecation functions is now wrapped into SSLogErrorFileFormatter
|
2009-08-19 21:55:03 +00:00 |
SSLogErrorEmailFormatter.php
|
MINOR Fixed incorrect colour for WARN priority logging
|
2009-08-19 06:19:53 +00:00 |
SSLogErrorFileFormatter.php
|
API CHANGE Added SSLogFileWriter to replace Debug::log_errors_to() and Debug::log_error_if_necessary() - the existing formatting for the Debug deprecation functions is now wrapped into SSLogErrorFileFormatter
|
2009-08-19 21:55:03 +00:00 |
SSLogFileWriter.php
|
API CHANGE Added SSLogFileWriter to replace Debug::log_errors_to() and Debug::log_error_if_necessary() - the existing formatting for the Debug deprecation functions is now wrapped into SSLogErrorFileFormatter
|
2009-08-19 21:55:03 +00:00 |
SSZendLog.php
|
API CHANGE Added SSLogFileWriter to replace Debug::log_errors_to() and Debug::log_error_if_necessary() - the existing formatting for the Debug deprecation functions is now wrapped into SSLogErrorFileFormatter
|
2009-08-19 21:55:03 +00:00 |
TaskRunner.php
|
MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask
|
2009-09-10 01:49:56 +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
|
MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask
|
2009-09-10 01:49:56 +00:00 |
TestSession.php
|
BUGFIX: If a FunctionalTest fails in the middle of a get() or post() call, return an error other than the controller stack failing.
|
2009-06-04 06:46:30 +00:00 |
TestViewer.php
|
MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask
|
2009-09-10 01:49:56 +00:00 |