aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Title.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add parameter to API modules to apply change tags to log entries"jenkins-bot2017-01-131-4/+10
|\
| * Add parameter to API modules to apply change tags to log entriesThis, that and the other2017-01-121-4/+10
* | Removed deprecated Title::moveNoAuth functionawu422017-01-011-12/+0
* | Replaced &$this with $thisawu422016-12-301-11/+25
|/
* Title: Fix subpage move error reportingBrad Jorsch2016-12-201-10/+15
* Merge "Fix type annotations"jenkins-bot2016-12-161-6/+6
|\
| * Fix type annotationsMax Semenik2016-12-151-6/+6
* | Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-3/+3
|/
* Remove empty lines at end of functionsumherirrender2016-11-051-3/+0
* Add caching to ResourceLoaderWikiModule::preloadTitleInfo()Aaron Schulz2016-10-201-4/+7
* Merge "Ensure users are able to edit the page after changing the content model"jenkins-bot2016-09-231-6/+31
|\
| * Ensure users are able to edit the page after changing the content modelKunal Mehta2016-09-221-6/+31
* | phpdoc Title::inNamespaces also allows arrayaddshore2016-09-201-1/+1
* | Replace WikiPage::doEdit() usagesReedy2016-09-151-1/+1
* | Merge "Add caching to Title::loadRestrictions()"jenkins-bot2016-09-141-44/+44
|\ \ | |/ |/|
| * Add caching to Title::loadRestrictions()Aaron Schulz2016-09-061-44/+44
* | Title: Document that Title::compare() can be used for LinkTargetsKunal Mehta2016-09-081-3/+3
* | Cache NS_TEMPLATE/NS_FILE titles in LinkCache persistentlyAaron Schulz2016-09-071-0/+1
|/
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-24/+24
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-4/+4
* SECURITY: Make $wgBlockDisablesLogin also restrict logged in permissionsBrian Wolff2016-08-221-1/+6
* AuthManager: Always whitelist some special pagesFlorian2016-08-111-1/+1
* Remove return by reference in Title::makeTitleErik Bernhardson2016-07-291-1/+1
* Add AutoCommitUpdate class and replace some onTransactionIdle callersAaron Schulz2016-07-211-11/+16
* Merge "Title::getLinkURL(): Allow expanding PROTO_RELATIVE too"jenkins-bot2016-07-201-3/+4
|\
| * Title::getLinkURL(): Allow expanding PROTO_RELATIVE tooKunal Mehta2016-07-011-3/+4
* | Merge "Don't use $wgContentNamespaces directly"jenkins-bot2016-07-121-2/+2
|\ \
| * | Don't use $wgContentNamespaces directlyKunal Mehta2016-07-121-2/+2
| |/
* / Provide CategoryAfterPageRemoved hook handlers with deleted page IDsAaron Schulz2016-06-201-1/+0
|/
* Merge "Language: Introduce new method equals( Language $lang )"jenkins-bot2016-05-231-1/+1
|\
| * Language: Introduce new method equals( Language $lang )Fomafix2016-05-161-1/+1
* | Use InterwikiLookup in Title.daniel2016-05-201-4/+17
* | Merge "Limit DELETE in purgeExpiredRestrictions() and use primary key"jenkins-bot2016-05-201-2/+17
|\ \
| * | Limit DELETE in purgeExpiredRestrictions() and use primary keyAaron Schulz2016-05-191-2/+17
| |/
* / Title->getContentModel: Get new content model with GAID_FOR_UPDATEMatthew Flaschen2016-05-181-1/+3
|/
* Avoid unstubbing $wgLang in Title::getLocalURLBrad Jorsch2016-05-161-1/+1
* Merge "Revert "Split editcascadeprotected permission from protect permission""jenkins-bot2016-05-121-6/+2
|\
| * Revert "Split editcascadeprotected permission from protect permission"Legoktm2016-05-121-6/+2
* | Merge "Split editcascadeprotected permission from protect permission"jenkins-bot2016-05-121-2/+6
|\|
| * Split editcascadeprotected permission from protect permissionMGChecker2016-05-031-2/+6
* | Merge "Re add @access protected on Title::__construct"jenkins-bot2016-05-121-0/+3
|\ \
| * | Re add @access protected on Title::__constructaddshore2016-05-071-0/+3
* | | Add TitleParser and TitleFormatter to MediaWikiServicesKunal Mehta2016-05-111-42/+5
|/ /
* / Remove WatchedItemStore::getDefaultInstanceaddshore2016-05-061-1/+4
|/
* Title: Update conversion functions for LinkTarget interwiki supportKunal Mehta2016-04-271-2/+6
* Namespace LinkTarget under MediaWiki\LinkerKunal Mehta2016-04-211-0/+1
* Add LinkTarget::createFragmentTarget() functionKunal Mehta2016-04-211-1/+19
* Specially handle Title objects in Title::newFromLinkTarget()Kunal Mehta2016-04-191-0/+4
* Title: Throw if newFromText is given an invalid valueTimo Tijhof2016-04-131-5/+1
* Remove Title::newFromRedirectRecurse()Florian2016-04-031-17/+0