wiki.techinc.nl/tests
Aaron Schulz 875f8a28e9 In FileBackendBase/FileBackend:
* Changed concatenate to store to a specified temp FS file rather than a final storage destination. This makes it better fit the use case (chunked upload), so we can avoid extra copying around. Subclasses no longer have to implement this function now as well.
* Added extensionFromPath() helper function.
* Moved createInternal() up a bit and fixed @see comments pointing to the wrong functions.
In FSFileBackend:
* Use parent implementation of doConcatenateInternal().
In FileRepo/File:
* Added FileRepo::ALLOW_STALE and made thumbnail transforms use it.
2011-12-23 18:59:39 +00:00
..
jasmine changed instances of sample.com to example.com per RFC 2606 2011-12-21 22:22:01 +00:00
parser * FU r106752: de-uglified Setup.php by moving most of the b/c code into FileBackendGroup. Deferred registration of file backends and lock managers to the respective singleton() functions for the group objects. 2011-12-22 01:06:19 +00:00
phpunit In FileBackendBase/FileBackend: 2011-12-23 18:59:39 +00:00
qunit Remove stray trailing commas on last items in array literals -- this breaks IE 6/7/8 2011-12-15 00:38:09 +00:00
selenium Add, update, tweak documentation 2011-10-26 03:45:13 +00:00
.htaccess Followup r78383: deny tests from web 2010-12-15 16:26:26 +00:00
parserTests.php parserTests: add --filter as an alias of --regex 2011-11-19 18:24:43 +00:00
RunSeleniumTests.php Swap else if for elseif 2011-06-17 16:05:35 +00:00
testHelpers.inc Fix fatal error when running newParserTest 2011-11-29 14:23:24 +00:00
TestsAutoLoader.php Followup r94678: remove some include and autoload entries. tests still passing 2011-08-16 19:25:26 +00:00