Followup to r59869, add to MySQL section, and copy patch to SQLite directory
[lhc/web/wiklou.git] / maintenance / syntaxChecker.php
2009-12-05 Max SemenikUpdated links for pages moved from Meta to mw.org,...
2009-12-04 Chad HorohoeFollowup r59731: Make it opt-out instead of opt-in
2009-12-04 Chad HorohoePut an option on checking for non-syntax errors
2009-11-18 Max SemenikChecking images for syntax errors can yield funky results:)
2009-11-17 Max SemeniksyntaxChecker.php:
2009-11-17 Max SemeniksyntaxChecker: added option --modified to check only...
2009-11-14 Max SemeniksyntaxChecker.php:
2009-11-13 Max SemenikNow syntaxChecker.php checks for typical coding errors...
2009-09-12 Alexandre EmsenhuberUse wfEscapeShellArg() so that the script works correct...
2009-08-24 Alexandre Emsenhuberdisabled ParseKit on PHP 5.3+, it's broken and throws...
2009-08-19 Brion Vibbernewline at end of output :)
2009-08-19 Chad HorohoeRedo r54644. php -l still sucks, but some people don...
2009-08-10 Brion VibberRevert r54644 to syntaxChecker.php "Use parsekit instea...
2009-08-10 Chad Horohoedoc
2009-08-09 Alexandre Emsenhuberfindhooks and syntaxChecker don't need DB access :)
2009-08-08 Chad HorohoeUse parsekit instead. php -l sucks.
2009-08-07 Chad HorohoeKeep track of failures and tweak final output
2009-08-07 Chad HorohoeBasic syntax checker. Needs to not be slow and support...