aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/fuzz-tester.php
Commit message (Expand)AuthorAgeFilesLines
* Delete fuzz-tester.phpChad Horohoe2013-11-221-2692/+0
* Remove proxy check in EditPage.phpKevin Israel2013-10-211-21/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-10/+10
* Drop support for XHTML 1.0Daniel Friesen2013-05-151-1/+1
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* Introducing a new variable {{ROOTPAGENAME}}blotmandroid2013-04-241-0/+1
* Remove spaces between parentheses in function callsumherirrender2013-03-171-1/+1
* phpcs: Normalize methods declarations to "[final abstract] [visibility]".Antoine Musso2013-02-191-9/+9
* style: normalize end of filesAntoine Musso2013-02-031-2/+0
* misc style fixAntoine Musso2012-12-201-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Remove equal duplicate array key and add FIXME for another one.Siebrand Mazeland2012-08-161-1/+1
* Fixing up undefined types in maintenance documentationSam Reed2012-02-091-1/+1
* (bug 29475) Remove "trackback" feature entirely from core. This has been disa...Chad Horohoe2011-11-231-30/+1
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-23/+47
* Fix comment blocks that start /* to /**Sam Reed2011-10-111-2/+2
* Per Raymond, follow-up r95321: LinkSearch is in core tooAlexandre Emsenhuber2011-08-231-1/+0
* * Removed no longer existing special pages (Special:Makebot and Special:MakeS...Alexandre Emsenhuber2011-08-231-56/+5
* Swap else if for elseifSam Reed2011-06-171-5/+5
* Revert r88399 (delete fuzz-tester). Apparently people use it ;-)Chad Horohoe2011-05-191-0/+2770
* Unmaintained and unusedSam Reed2011-05-191-2770/+0
* Fix somewhat duplicated class names in fuzz-tester.phpSam Reed2011-05-191-18/+18
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-5/+5
* More silly ternary true : false fixesChad Horohoe2011-05-091-1/+1
* Revert r78767. The problem was $wgDBerrorLog being false.Platonides2010-12-221-2/+2
* The filename is the first parameter!Platonides2010-12-221-1/+1
* One call left in r78764Platonides2010-12-221-1/+1
* These calls have been broken since the files birth in r16781.Platonides2010-12-221-4/+4
* We don't like final ?> in scriptsPlatonides2010-12-221-1/+1
* Four more spaces, per r78759 CRPlatonides2010-12-221-1/+1
* Avoid create_function. Making explicit functions.Platonides2010-12-221-8/+9
* Part of bug 26280: added license headers to PHP files in maintenanceAlexandre Emsenhuber2010-12-161-5/+23
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-1880/+1880
* Use the canonical names for classes.Platonides2010-07-271-59/+59
* ereg is deprecatedMax Semenik2010-07-111-1/+1
* Remove ‌ and   from trunkAryeh Gregor2010-05-271-2/+3
* Stylize maintenance folder..Sam Reed2010-05-221-735/+735
* Nuke the last vestiges of tlh.Chad Horohoe2009-09-131-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setupChad Horohoe2009-07-231-1/+1
* Use require not include when sourcing commandLine.inc, to avoid possible web ...Tim Starling2009-06-101-1/+1
* (bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriateChad Horohoe2009-04-061-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove unused 'sr' variants 'sr-jc' and 'sr-jl'.Siebrand Mazeland2008-04-111-1/+1
* Cosmetic indentation + very trivial updatesNick Jenkins2007-07-111-17/+19
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Add fuzz test for the Syntax Highlighting extension, as per Tim's request for...Nick Jenkins2007-04-101-0/+42
* Resync trunk fuzz tester to be current.Nick Jenkins2007-02-091-52/+300
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+1
* Some doxygen patches:Antoine Musso2006-12-141-69/+69