..
install
MINOR Updated image references in sapphire/ folder to local files, rather than requiring cms/ folder (copied a bunch of images files over for this)
2011-03-29 21:34:26 +13:00
phpunit
Revert "API CHANGE Removing support for PHPUnit 3.4 (3.5.0 has been released in Sept 2010). Removing PhpUnitWrapper_3_4, and adding better version detection." - too many complications with our build environments running mixed versions of SilverStripe
2011-03-11 14:45:49 +13:00
Backtrace.php
BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default
2011-03-21 18:13:01 +13: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: Implemented DataList as the successor of DataObjectSet. DataList doesn't execute the query until it's actually needed, allowing for a more flexible ORM.
2011-05-01 15:25:45 +12: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
MINOR Removed "In line of " text in CLI test reporter which did not work. Details are in the backtrace below anyway, so it's not required
2011-02-02 14:19:57 +13:00
CodeViewer.php
API CHANGE: Replaced ManifestBuilder::load_test_manifest() calls with new function TestRunner::use_test_manifest(), which pushes a test manifest onto the class loader.
2011-03-24 20:14:43 +11:00
CSSContentParser.php
BUGFIX Force tidy to avoid wrapping long lines in CSSContentParser, it breaks our FunctionalTest string assertions
2011-02-02 14:19:53 +13:00
CsvBulkLoader.php
MINOR Fixed @package declarations
2011-03-29 18:07:58 +13: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
API CHANGE Moved Translatable class into new 'translatable' module
2011-03-29 18:07:56 +13:00
DebugView.php
MINOR Fixed paths due to file moving into sapphire/admin
2011-03-29 18:08:32 +13:00
DevelopmentAdmin.php
API CHANGE: Introduce DataModel object, as a representation of the project's entire data model, and tie it to $this->model an all DataObjects, Controllers, and RequestHandlers for easy non-static access.
2011-05-01 17:33:02 +12:00
FunctionalTest.php
ENHANCEMENT Added SecurityToken to wrap CSRF protection via "SecurityID" request parameter
2011-02-02 14:19:58 +13:00
InstallerTest.php
ENHANCEMENT: Added allowed actions to core classes
2011-02-14 11:14:51 +13:00
JSTestRunner.php
ENHANCEMENT: Added allowed actions to core classes
2011-02-14 11:14:51 +13:00
Log.php
MINOR Fixed phpdoc documentation (from r103385)
2011-02-02 14:19:15 +13:00
LogEmailWriter.php
MINOR phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter
2011-02-02 14:19:47 +13:00
LogErrorEmailFormatter.php
MINOR Fixed phpdoc documentation (from r103385)
2011-02-02 14:19:15 +13:00
LogErrorFileFormatter.php
MINOR Fixed phpdoc documentation (from r103385)
2011-02-02 14:19:15 +13:00
LogFileWriter.php
MINOR phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter
2011-02-02 14:19:47 +13:00
MigrationTask.php
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc
2011-02-02 14:19:38 +13:00
ModelViewer.php
MINOR: Updated various methods to use new manifest methods rather than ManifestBuilder functions or globals.
2011-03-24 20:14:43 +11:00
Profiler.php
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
2011-03-31 09:56:21 +13:00
SapphireInfo.php
MINOR: Fix to SapphireInfo for git-svn checkouts.
2011-02-02 14:19:58 +13:00
SapphireREPL.php
ENHANCEMENT: Added allowed actions to core classes
2011-02-14 11:14:51 +13:00
SapphireTest.php
API CHANGE: Introduce DataModel object, as a representation of the project's entire data model, and tie it to $this->model an all DataObjects, Controllers, and RequestHandlers for easy non-static access.
2011-05-01 17:33:02 +12:00
SapphireTestReporter.php
BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default
2011-03-21 18:13:01 +13: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
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
ENHANCEMENT: Added allowed actions to core classes
2011-02-14 11:14:51 +13:00
TestListener.php
ENHANCEMENT Added custom test listener for PHPUnit in order to call setUpOnce() and tearDownOnce() on SapphireTest
2011-02-02 14:19:52 +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
FEATURE: Replaced the template manifest with SS_TemplateLoader, which finds templates from a stack of SS_TemplateManifest objects.
2011-03-24 21:30:57 +11:00
TestSession.php
BUGFIX: TestSession::submitForm throws proper error if form not found
2011-02-02 14:19:25 +13:00
TestViewer.php
BUGFIX Fixed usage of htmlentities() and html_entity_decode() to be UTF8 compatible by default
2011-03-21 18:13:01 +13:00
YamlFixture.php
API CHANGE: Introduce DataModel object, as a representation of the project's entire data model, and tie it to $this->model an all DataObjects, Controllers, and RequestHandlers for easy non-static access.
2011-05-01 17:33:02 +12:00
ZendLog.php
MINOR Fixed phpdoc documentation
2011-02-02 14:19:15 +13:00