silverstripe-framework/dev
Ingo Schommer 949cadf377 MINOR Fixed broken links in docblocks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115949 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-01 20:05:47 +00:00
..
install MINOR Ensure php5-required.html template shows correct minimum and recommended PHP versions (thanks mattcleg!) 2010-12-13 23:39:04 +00:00
phpunit MINOR: added phpdoc to the new PHPUnitWrapper classes. (from r111042) 2010-10-19 03:35:14 +00:00
Backtrace.php ENHANCEMENT Added $argCharLimit to SS_Backtrace::full_func_name(), to avoid printing really long strings its set to 10,000 by default 2010-11-24 06:23:50 +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 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 (from r112321) 2010-10-19 05:09:13 +00:00
CodeViewer.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
CSSContentParser.php BUGFIX Force tidy to avoid wrapping long lines in CSSContentParser, it breaks our FunctionalTest string assertions (from r111176) 2010-10-19 03:48:25 +00:00
CsvBulkLoader.php MINOR Documentation in CSVBulkLoader (from r108048) 2010-10-18 22:42:12 +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 #5943 Debug::text() boolean values are amended with (bool) so they don't get confused with "true" or "false" which could be strings (thanks Pigeon!) (from r111676) 2010-10-19 04:52:33 +00:00
DebugView.php MINOR: Add trailing slash to image tag (thanks to mattclegg) (from r108376) 2010-10-18 22:51:05 +00:00
DevelopmentAdmin.php APICHANGE: removed page comments from core. Please see the github.com account for page comments functionality 2010-12-11 05:43:08 +00:00
FunctionalTest.php ENHANCEMENT Added SecurityToken to wrap CSRF protection via "SecurityID" request parameter (from r113272) 2010-12-05 08:22: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 MINOR phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter (from r109165) 2010-10-19 01:21:32 +00:00
LogErrorEmailFormatter.php BUGFIX Don't rely on existence of REQUEST_URI in LogErrorEmailFormatter (not set on CLI calls) 2010-11-24 06:23:51 +00:00
LogErrorFileFormatter.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
LogFileWriter.php MINOR phpDoc updates for SS_LogFileWriter and SS_LogEmailWriter (from r109165) 2010-10-19 01:21:32 +00:00
MigrationTask.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725) 2010-10-15 03:55:22 +00:00
ModelViewer.php BUGFIX ModelViewer doesn't work due to minor bug introduced by making $_CLASS_MANIFEST keys lowercase (fixes #6144, thanks daniel.lindkvist) (from r113249) 2010-12-05 08:20:33 +00:00
SapphireInfo.php MINOR: Fix to SapphireInfo for git-svn checkouts. (from r112962) 2010-12-05 08:06:29 +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 MINOR Make test database name all lowercase in case some databases like PostgreSQL have issues trying to detect temp database in use 2010-12-21 04:46:43 +00:00
SapphireTestReporter.php APICHANGE: removed page comments from core. Please see the github.com account for page comments functionality 2010-12-11 05:43:08 +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 MINOR Checking for class_exists() before SapphireTest::is_running_tests() to avoid including the whole testing framework, and triggering PHPUnit to run a performance-intensive directory traversal for coverage file blacklists 2010-11-30 05:13:09 +00:00
TestListener.php ENHANCEMENT Added custom test listener for PHPUnit in order to call setUpOnce() and tearDownOnce() on SapphireTest (from r111050) 2010-10-19 03:43:01 +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 Fixed regression where coverage report request did not get passed through to runTests() in TestRunner::all() (from r111092) 2010-10-19 03:45:26 +00:00
TestSession.php MINOR Documentation in FunctionalTest and TestSession 2010-11-24 06:23:52 +00:00
TestViewer.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:41 +00:00
YamlFixture.php MINOR Fixed broken links in docblocks 2011-02-01 20:05:47 +00:00
ZendLog.php MINOR: Misc merges from branches/2.4 2010-10-13 03:53:12 +00:00