aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* docs: Improve entry point documentationTimo Tijhof2020-07-021-2/+2
* In Web entry points, move file scope code into a main functionTim Starling2020-06-251-2/+9
* docs: Improve "Entry points" documentation pageTimo Tijhof2020-02-041-14/+15
* Make it so that index.php displays something useful if php not installedBrian Wolff2019-11-011-0/+2
* Add MW_REST_API and MW_ENTRY_POINTTim Starling2019-09-031-0/+2
* PHPVersionCheck: Remove obsolete load.php code and simplifyTimo Tijhof2018-10-281-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+1
* Add Localisation to the links, add the link to Localisation in Languages/Lan...zppix12016-09-171-1/+1
* phpcs: Use __DIR__ constant instead of callingumherirrender2015-11-151-0/+2
* Check for dependencies in entry point and Maintenance.phpaude2015-05-231-9/+4
* Require PHP >= 5.3.3Kunal Mehta2014-10-301-1/+1
* Use PHP_VERSION constant instead of phpversion() function callChad Horohoe2014-07-091-1/+1
* Clean up access pointsWaldir Pimenta2014-03-281-3/+0
* Remove a few stray $wgTitle commentsChad Horohoe2013-11-221-1/+1
* index.php: Remove copyright line and use HTTPS url for mediawiki.orgTimo Tijhof2013-09-271-7/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-2/+2
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-5/+1
* Follow up to dirname( __FILE__ ) clean upHoo man2012-08-281-0/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Various updates needed to bump min php version to 5.3.2Reedy2012-04-161-1/+1
* Standardize comments, wrap lines at 80 charsChad Horohoe2011-08-051-6/+7
* Clean up the mess that is wfDie (resolves r85918). wfDie() doesn't exist anym...Chad Horohoe2011-07-061-84/+2
* As discussed in r85918 CR. Move everything from wfIndexMain() at index.php to...Platonides2011-06-181-93/+2
* Changed some magic __get method calls to accessors, were throwing noticesAlexandre Emsenhuber2011-06-121-2/+2
* * Fix for r89624: fixed logo HTML escapingTim Starling2011-06-071-1/+1
* * Restored the page shown when LocalSettings.php is missing to how it was bef...Tim Starling2011-06-071-1/+7
* Provisional revert of r89406, r89414: reference-related warnings need cleanup...Brion Vibber2011-06-031-2/+2
* Start unpicking r85288 (magic __get() accessor for RequestContext). Instead,...Happy-melon2011-06-031-2/+2
* Revert r88648 per CRChad Horohoe2011-06-021-3/+3
* Close wfProfileInPlatonides2011-06-021-0/+2
* HipHop improvements:Tim Starling2011-05-301-1/+5
* Misc. exception handling cleanup--moved it out of global function namespaceChad Horohoe2011-05-301-1/+1
* Some HipHop fixes:Tim Starling2011-05-271-1/+5
* Merged MediaWiki::performRequestForTitle() and MediaWiki::handleSpecialCases(...Alexandre Emsenhuber2011-05-261-3/+2
* exit -> return now that we are in a functionAlexandre Emsenhuber2011-05-231-3/+3
* Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has noth...Alexandre Emsenhuber2011-05-221-1/+1
* $wgArticle is deprecated! Possible removal in 1.20 or 1.21!Chad Horohoe2011-05-221-61/+76
* Removed configuration storage in the MediaWiki class:Alexandre Emsenhuber2011-05-161-10/+1
* Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo...Tim Starling2011-05-151-8/+7
* Centralise the minimum-required-php-version in a MW_MIN_PHP_VERSION constant ...Happy-melon2011-05-071-7/+8
* Follow-up r85918:Happy-melon2011-05-071-0/+4
* 5.2.3, like we do everywhere elseChad Horohoe2011-05-051-1/+1
* Follow-up r85929: update MediaWiki::articleFromTitle() calls in extensions (a...Happy-melon2011-04-171-1/+1
* Improvements to handling of 'catastrophic' errors, like unsupported PHP versi...Happy-melon2011-04-121-2/+82
* Update index.php and Wiki.php to make better use of the context.Daniel Friesen2011-04-041-5/+6
* Follow-up r85278, r85240:Happy-melon2011-04-031-2/+2
* Expand wfShowMaxLagError() into index.php. It was only being called from her...Happy-melon2011-04-031-5/+15
* Store the WebRequest and OutputPage in the MediaWiki class, don't pass the gl...Happy-melon2011-04-031-5/+5
* Cleanup in Wiki.php and index.php:Happy-melon2011-04-031-7/+11
* Made index.php's profiling cosistent with other entry scriptsAlexandre Emsenhuber2011-04-021-10/+14