.. |
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 #3862: Explicitly defined browsing and viewing actions on CodeViewer.
|
2009-10-11 00:06:57 +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
|
ENHANCEMENT: Make base tag in 404 page dynamic (from r72282)
|
2009-10-12 03:23:10 +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
|
Merged in parent::__construct() additions from branches/2.3 - r83580 and r83587
|
2009-09-18 03:02:19 +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
|
API CHANGE: Added SapphireTest::logInWithPermission() (from r89012)
|
2009-10-15 22:40:17 +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
|
MINOR Updated class documentation for SSLog to fix inaccurate class name, when it should actually be "SSLogEmailWriter"
|
2009-10-14 06:29:05 +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
|
MINOR Fixed assignment by reference in TestSession->lastPage() (deprecated in PHP 5.3)
|
2009-10-16 01:21:53 +00:00 |
TestViewer.php
|
MINOR Unified permission control for i18nTextCollectorTask, TaskRunner, TestRunner, ModelViewer, DevelopmentAdmin, TestViewer, MigrateTranslatableTask
|
2009-09-10 01:49:56 +00:00 |