| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
* The '.php5' entrypoints were deprecated in I68b1ae842, $wgScriptExtension
in I3690f78bc.
* Drop the associated ResourceLoader configuration variable, too. `mwgrep`
shows no usage in the MediaWiki namespace.
* Keep the scriptExtension configuration parameter for FileRepo for people who
would like to interoperate with older MediaWiki installations that still use
'.php5'.
Change-Id: I17c8a15484b7e82cd5970d34e688109a2aae3840
|
|
|
|
|
|
| |
Hello, 2015.
Change-Id: I68b1ae842840be5aba62ca670f6af4e8de380869
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Harmonize spacing
* Use // for comments rather than #
* Harmonize call style for 'require', 'include' etc.
* Add missing profileinfo.php5
* Use "./" for path to api.php in api.php5 (to match other php5 files).
* Move documentation related to Setup.php from index.php to WebStart.php
* Remove "Initialise common code." comment in api.php (was already remove
in most entry points)
Change-Id: I8dc4a79fd13cee49e34f250a4039b3666bd42aca
|
|
|
|
|
|
|
|
|
|
| |
@throw->@throws
@returns->@return
@seealso->@see
@cover->@covers
etc
Change-Id: I9ae6bc3034e9790e2d66cd96473b923fe9ee7953
|
|
|
|
|
|
| |
Also made file documentation more consistent.
Change-Id: I30e124514396f110a572467b94ca06cefd5f7b46
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/111004
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/30501
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23512
|
|
Patch by Edward Z. Yang.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23505
|