aboutsummaryrefslogtreecommitdiffstats
path: root/api.php5
Commit message (Collapse)AuthorAgeFilesLines
* Remove .php5 entrypoints and $wgScriptExtensionOri Livneh2015-10-081-26/+0
| | | | | | | | | | | | * 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
* Deprecate .php5 file extensionTimo Tijhof2015-04-221-0/+2
| | | | | | Hello, 2015. Change-Id: I68b1ae842840be5aba62ca670f6af4e8de380869
* Clean up access pointsWaldir Pimenta2014-03-281-3/+3
| | | | | | | | | | | | | * 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
* Lots of spelling mistakes and phpdoc attributesYuri Astrakhan2013-03-101-1/+1
| | | | | | | | | | @throw->@throws @returns->@return @seealso->@see @cover->@covers etc Change-Id: I9ae6bc3034e9790e2d66cd96473b923fe9ee7953
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-231-1/+24
| | | | | | Also made file documentation more consistent. Change-Id: I30e124514396f110a572467b94ca06cefd5f7b46
* Documentation and whitespaceSam Reed2012-02-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/111004
* Strip ?>'sVictor Vasiliev2008-02-041-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/30501
* Rmv duplicate include.Daniel Cannon2007-06-281-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/23512
* * (bug 10387) Detect and handle '.php5' extension environments at install timeBrion Vibber2007-06-281-0/+2
Patch by Edward Z. Yang. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/23505