index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
fuzz-tester.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete fuzz-tester.php
Chad Horohoe
2013-11-22
1
-2692
/
+0
*
Remove proxy check in EditPage.php
Kevin Israel
2013-10-21
1
-21
/
+1
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-10
/
+10
*
Drop support for XHTML 1.0
Daniel Friesen
2013-05-15
1
-1
/
+1
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
Introducing a new variable {{ROOTPAGENAME}}
blotmandroid
2013-04-24
1
-0
/
+1
*
Remove spaces between parentheses in function calls
umherirrender
2013-03-17
1
-1
/
+1
*
phpcs: Normalize methods declarations to "[final abstract] [visibility]".
Antoine Musso
2013-02-19
1
-9
/
+9
*
style: normalize end of files
Antoine Musso
2013-02-03
1
-2
/
+0
*
misc style fix
Antoine Musso
2012-12-20
1
-1
/
+1
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Remove equal duplicate array key and add FIXME for another one.
Siebrand Mazeland
2012-08-16
1
-1
/
+1
*
Fixing up undefined types in maintenance documentation
Sam Reed
2012-02-09
1
-1
/
+1
*
(bug 29475) Remove "trackback" feature entirely from core. This has been disa...
Chad Horohoe
2011-11-23
1
-30
/
+1
*
Remove some unused getting of non existent arguments
Sam Reed
2011-10-18
1
-23
/
+47
*
Fix comment blocks that start /* to /**
Sam Reed
2011-10-11
1
-2
/
+2
*
Per Raymond, follow-up r95321: LinkSearch is in core too
Alexandre Emsenhuber
2011-08-23
1
-1
/
+0
*
* Removed no longer existing special pages (Special:Makebot and Special:MakeS...
Alexandre Emsenhuber
2011-08-23
1
-56
/
+5
*
Swap else if for elseif
Sam Reed
2011-06-17
1
-5
/
+5
*
Revert r88399 (delete fuzz-tester). Apparently people use it ;-)
Chad Horohoe
2011-05-19
1
-0
/
+2770
*
Unmaintained and unused
Sam Reed
2011-05-19
1
-2770
/
+0
*
Fix somewhat duplicated class names in fuzz-tester.php
Sam Reed
2011-05-19
1
-18
/
+18
*
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...
Siebrand Mazeland
2011-05-17
1
-5
/
+5
*
More silly ternary true : false fixes
Chad Horohoe
2011-05-09
1
-1
/
+1
*
Revert r78767. The problem was $wgDBerrorLog being false.
Platonides
2010-12-22
1
-2
/
+2
*
The filename is the first parameter!
Platonides
2010-12-22
1
-1
/
+1
*
One call left in r78764
Platonides
2010-12-22
1
-1
/
+1
*
These calls have been broken since the files birth in r16781.
Platonides
2010-12-22
1
-4
/
+4
*
We don't like final ?> in scripts
Platonides
2010-12-22
1
-1
/
+1
*
Four more spaces, per r78759 CR
Platonides
2010-12-22
1
-1
/
+1
*
Avoid create_function. Making explicit functions.
Platonides
2010-12-22
1
-8
/
+9
*
Part of bug 26280: added license headers to PHP files in maintenance
Alexandre Emsenhuber
2010-12-16
1
-5
/
+23
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-1880
/
+1880
*
Use the canonical names for classes.
Platonides
2010-07-27
1
-59
/
+59
*
ereg is deprecated
Max Semenik
2010-07-11
1
-1
/
+1
*
Remove ‌ and   from trunk
Aryeh Gregor
2010-05-27
1
-2
/
+3
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-735
/
+735
*
Nuke the last vestiges of tlh.
Chad Horohoe
2009-09-13
1
-1
/
+1
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
Chad Horohoe
2009-07-23
1
-1
/
+1
*
Use require not include when sourcing commandLine.inc, to avoid possible web ...
Tim Starling
2009-06-10
1
-1
/
+1
*
(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
Chad Horohoe
2009-04-06
1
-1
/
+1
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-1
/
+2
*
Remove unused 'sr' variants 'sr-jc' and 'sr-jl'.
Siebrand Mazeland
2008-04-11
1
-1
/
+1
*
Cosmetic indentation + very trivial updates
Nick Jenkins
2007-07-11
1
-17
/
+19
*
Remove ?>'s from files. They're pointless, and just asking for people to mes...
Aryeh Gregor
2007-06-29
1
-1
/
+1
*
Add fuzz test for the Syntax Highlighting extension, as per Tim's request for...
Nick Jenkins
2007-04-10
1
-0
/
+42
*
Resync trunk fuzz tester to be current.
Nick Jenkins
2007-02-09
1
-52
/
+300
*
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
Antoine Musso
2007-01-20
1
-2
/
+1
*
Some doxygen patches:
Antoine Musso
2006-12-14
1
-69
/
+69
[next]