aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/mwdocgen.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* build: Restore Doxygen output for MediaWiki release tags (take 3)Timo Tijhof2024-03-271-8/+10
* docs: Remove use of $IP from mwdocgen.phpTimo Tijhof2024-03-261-11/+8
* build: Restore Doxygen output for MediaWiki release tagsTimo Tijhof2024-03-091-10/+4
* Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
* docs: Remove non-existent 'static' directory from Doxygen configTimo Tijhof2022-09-101-1/+0
* docs: Apply excludes like 'vendor' and 'tests' to extensions as wellTimo Tijhof2022-09-101-4/+1
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Add explicit casts between scalar typesUmherirrender2022-03-081-1/+1
* Remove dead variables and functions and unneeded parenthesisUmherirrender2021-08-131-2/+0
* docs: Ignore extensions/ and skins/ in mwdocgen.php by defaultTimo Tijhof2019-09-141-9/+16
* docs: Ignore README.md by defaultTimo Tijhof2019-09-141-4/+0
* docs: Exclude extra markdown files from Doxygenapaskulin2019-09-131-0/+7
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-0/+20
* docs: Remove GENERATE_MAN support from DoxyfileTimo Tijhof2019-09-061-4/+0
* docs: Ignore .md from resources/lib in DoxyfileTimo Tijhof2019-09-051-0/+1
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-1/+3
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-4/+2
* Use shell_exec instead of backtickMatthew Flaschen2017-07-061-1/+1
* Revert "Convert mwdoc-filter.php to Maintenance", rm wfShellWikiCmdMatthew Flaschen2017-05-041-2/+8
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Doxygen: Disable verbose outputTimo Tijhof2015-11-231-2/+1
* mwdocgen: Exclude node_modules from DoxygenTimo Tijhof2015-04-011-0/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-3/+1
* Fix spacing and break some linesumherirrender2013-08-241-1/+1
* mwdocgen: support multiple --file valuesAntoine Musso2013-06-261-2/+10
* Add vendor to mwdocgen's excludes list.Daniel Friesen2013-06-081-0/+1
* overhaul maintenance/mwdocgen.phpAntoine Musso2013-05-291-238/+100
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-3/+3
* Fixed some spacing in maintenance folderumherirrender2013-04-181-21/+42
* Merge "mwdocgen.php: Exit with exit code of passthru(doxygen)"jenkins-bot2013-03-151-1/+4
|\
| * mwdocgen.php: Exit with exit code of passthru(doxygen)Timo Tijhof2013-03-151-1/+4
* | mwdocgen.php: Implement --version option.Timo Tijhof2013-03-151-5/+11
|/
* style: fix up commas in function argumentsAntoine Musso2013-02-061-1/+1
* (Bug 37957) Replace php_sapi_name() with PHP_SAPIOri Livneh2013-02-041-1/+1
* Also pass $doxygenInputFilter as parameter instead of global.Platonides2012-12-061-3/+2
* Remove svnstat stuff used in Doxygen generationReedy2012-09-271-33/+4
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* doxygen filter need to use a full pathAntoine Musso2012-08-021-1/+5
* Big oops - merged to wrong branch.awjrichards2012-06-051-11/+10
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-10/+11
* Rename $exclude_patterns to $excludePatterns andPlatonides2012-06-031-11/+10
* Fix switch fall throughSam Reed2012-03-191-25/+2
* always have $wgDoxyGenerateMan definedAntoine Musso2012-02-161-0/+2
* add usage for --no-extensionsAntoine Musso2011-11-231-0/+1
* man page help pages generationAntoine Musso2011-11-031-0/+7