| Commit message (Expand) | Author | Age | Files | Lines |
* | Namespace includes/context | James D. Forrester | 2024-02-08 | 1 | -0/+1 |
* | entrypoint: Isolate entry points from PHP runtime for testing | daniel | 2024-02-02 | 1 | -0/+2 |
* | MediaWikiEntryPoint: Inject MediaWiki services container | Derick Alangi | 2024-01-24 | 1 | -1/+6 |
* | entrypoint: Restore doc grouping for MediaWikiEntryPoint | Timo Tijhof | 2024-01-05 | 1 | -2/+2 |
* | Introduce MediaWikiEntryPoint and ActionEntryPoint | daniel | 2024-01-03 | 1 | -7/+6 |
* | index.php: Remove global $mediaWiki variable | Adam Wight | 2022-03-26 | 1 | -3/+0 |
* | docs: Improve entry point documentation | Timo Tijhof | 2020-07-02 | 1 | -2/+2 |
* | In Web entry points, move file scope code into a main function | Tim Starling | 2020-06-25 | 1 | -2/+9 |
* | docs: Improve "Entry points" documentation page | Timo Tijhof | 2020-02-04 | 1 | -14/+15 |
* | Make it so that index.php displays something useful if php not installed | Brian Wolff | 2019-11-01 | 1 | -0/+2 |
* | Add MW_REST_API and MW_ENTRY_POINT | Tim Starling | 2019-09-03 | 1 | -0/+2 |
* | PHPVersionCheck: Remove obsolete load.php code and simplify | Timo Tijhof | 2018-10-28 | 1 | -1/+1 |
* | build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 | Umherirrender | 2018-01-01 | 1 | -2/+1 |
* | Add Localisation to the links, add the link to Localisation in Languages/Lan... | zppix1 | 2016-09-17 | 1 | -1/+1 |
* | phpcs: Use __DIR__ constant instead of calling | umherirrender | 2015-11-15 | 1 | -0/+2 |
* | Check for dependencies in entry point and Maintenance.php | aude | 2015-05-23 | 1 | -9/+4 |
* | Require PHP >= 5.3.3 | Kunal Mehta | 2014-10-30 | 1 | -1/+1 |
* | Use PHP_VERSION constant instead of phpversion() function call | Chad Horohoe | 2014-07-09 | 1 | -1/+1 |
* | Clean up access points | Waldir Pimenta | 2014-03-28 | 1 | -3/+0 |
* | Remove a few stray $wgTitle comments | Chad Horohoe | 2013-11-22 | 1 | -1/+1 |
* | index.php: Remove copyright line and use HTTPS url for mediawiki.org | Timo Tijhof | 2013-09-27 | 1 | -7/+1 |
* | phpcs: More require/include is not a function | Timo Tijhof | 2013-05-21 | 1 | -2/+2 |
* | Remove hphpc support and deprecate related functions | Tim Starling | 2013-05-09 | 1 | -5/+1 |
* | Follow up to dirname( __FILE__ ) clean up | Hoo man | 2012-08-28 | 1 | -0/+1 |
* | Use __DIR__ instead of dirname( __FILE__ ) | jeroendedauw | 2012-08-27 | 1 | -1/+1 |
* | Various updates needed to bump min php version to 5.3.2 | Reedy | 2012-04-16 | 1 | -1/+1 |
* | Standardize comments, wrap lines at 80 chars | Chad Horohoe | 2011-08-05 | 1 | -6/+7 |
* | Clean up the mess that is wfDie (resolves r85918). wfDie() doesn't exist anym... | Chad Horohoe | 2011-07-06 | 1 | -84/+2 |
* | As discussed in r85918 CR. Move everything from wfIndexMain() at index.php to... | Platonides | 2011-06-18 | 1 | -93/+2 |
* | Changed some magic __get method calls to accessors, were throwing notices | Alexandre Emsenhuber | 2011-06-12 | 1 | -2/+2 |
* | * Fix for r89624: fixed logo HTML escaping | Tim Starling | 2011-06-07 | 1 | -1/+1 |
* | * Restored the page shown when LocalSettings.php is missing to how it was bef... | Tim Starling | 2011-06-07 | 1 | -1/+7 |
* | Provisional revert of r89406, r89414: reference-related warnings need cleanup... | Brion Vibber | 2011-06-03 | 1 | -2/+2 |
* | Start unpicking r85288 (magic __get() accessor for RequestContext). Instead,... | Happy-melon | 2011-06-03 | 1 | -2/+2 |
* | Revert r88648 per CR | Chad Horohoe | 2011-06-02 | 1 | -3/+3 |
* | Close wfProfileIn | Platonides | 2011-06-02 | 1 | -0/+2 |
* | HipHop improvements: | Tim Starling | 2011-05-30 | 1 | -1/+5 |
* | Misc. exception handling cleanup--moved it out of global function namespace | Chad Horohoe | 2011-05-30 | 1 | -1/+1 |
* | Some HipHop fixes: | Tim Starling | 2011-05-27 | 1 | -1/+5 |
* | Merged MediaWiki::performRequestForTitle() and MediaWiki::handleSpecialCases(... | Alexandre Emsenhuber | 2011-05-26 | 1 | -3/+2 |
* | exit -> return now that we are in a function | Alexandre Emsenhuber | 2011-05-23 | 1 | -3/+3 |
* | Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has noth... | Alexandre Emsenhuber | 2011-05-22 | 1 | -1/+1 |
* | $wgArticle is deprecated! Possible removal in 1.20 or 1.21! | Chad Horohoe | 2011-05-22 | 1 | -61/+76 |
* | Removed configuration storage in the MediaWiki class: | Alexandre Emsenhuber | 2011-05-16 | 1 | -10/+1 |
* | Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo... | Tim Starling | 2011-05-15 | 1 | -8/+7 |
* | Centralise the minimum-required-php-version in a MW_MIN_PHP_VERSION constant ... | Happy-melon | 2011-05-07 | 1 | -7/+8 |
* | Follow-up r85918: | Happy-melon | 2011-05-07 | 1 | -0/+4 |
* | 5.2.3, like we do everywhere else | Chad Horohoe | 2011-05-05 | 1 | -1/+1 |
* | Follow-up r85929: update MediaWiki::articleFromTitle() calls in extensions (a... | Happy-melon | 2011-04-17 | 1 | -1/+1 |
* | Improvements to handling of 'catastrophic' errors, like unsupported PHP versi... | Happy-melon | 2011-04-12 | 1 | -2/+82 |