aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Title.php
Commit message (Expand)AuthorAgeFilesLines
* Always give sane output for Title::getUserCaseDBkey()Brian Wolff2013-12-111-1/+6
* Make a single colon an invalid title in php and jsumherirrender2013-12-061-5/+5
* Add more type hints in comments for static code analysisSiebrand Mazeland2013-12-061-1/+1
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-19/+19
* Fixed spacingumherirrender2013-11-191-1/+1
* Update docs to reduce inconsistent type compatibility in api/Siebrand Mazeland2013-11-171-2/+2
* Merge "Cache page content language in Title object"jenkins-bot2013-11-071-7/+17
|\
| * Cache page content language in Title objectBrian Wolff2013-10-271-7/+17
* | Add $wgSemiprotectedRestrictionLevelsBrad Jorsch2013-10-231-18/+18
* | Clean up old title on move before reset article idumherirrender2013-10-201-4/+8
|/
* Merge "Allow appending text to redirects from moved pages"jenkins-bot2013-10-041-1/+2
|\
| * Allow appending text to redirects from moved pagesJackmcbarn2013-10-041-1/+2
* | mw.Title: Rewrite from scratch (porting logic from Title.php)Timo Tijhof2013-10-011-1/+2
|/
* Title: Add byte class to unicode class conversion for jsTimo Tijhof2013-09-271-0/+102
* Merge "Add TitleMove hook"jenkins-bot2013-09-171-0/+2
|\
| * Add TitleMove hookJan Gerber2013-09-171-0/+2
* | Always pass user to LogPage::addEntryumherirrender2013-09-131-1/+1
|/
* Don't use $wgVariantArticlePath for variants of non-content languagesLiangent2013-08-141-1/+2
* Add a hook to Title::getEditNotices() so extensions can add themRoan Kattouw2013-07-231-1/+4
* Remove unused globals.Platonides2013-07-121-1/+1
* Add User::isEveryoneAllowed functionBrad Jorsch2013-07-121-25/+1
* Fix protection rights usageBrad Jorsch2013-07-041-15/+36
* Add user rights 'viewmywatchlist', 'editmywatchlist'Brad Jorsch2013-06-261-1/+1
* Merge "Remove unnecessary exception from Title::getLatestRevID()"jenkins-bot2013-06-111-15/+13
|\
| * Remove unnecessary exception from Title::getLatestRevID()Tim Starling2013-06-111-15/+13
* | Add user rights 'editmyuserjs' and 'editmyusercss'Brad Jorsch2013-06-101-36/+13
|/
* Remove unused globalPlatonides2013-06-041-2/+0
* Add TitleQuickPermissions hook to Title::checkQuickPermissionsTyler Anthony Romeo2013-05-241-0/+4
* Merge "TitleSquidURLs hook for changing the URLs to purge"jenkins-bot2013-05-211-0/+1
|\
| * TitleSquidURLs hook for changing the URLs to purgedaniel2013-05-211-0/+1
* | Fixed behavior of Title::invalidateCache.Tyler Anthony Romeo2013-05-211-11/+1
|/
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* Remove "will be removed in ..." commentsAlexandre Emsenhuber2013-05-111-3/+3
* Revert "Fixed behavior of Title::invalidateCache."Tim Starling2013-05-061-1/+11
* Fixed behavior of Title::invalidateCache.Tyler Anthony Romeo2013-05-061-11/+1
* Avoid use of __METHOD__ in closures.Aaron Schulz2013-04-261-2/+3
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-6/+6
* Remove globals unneeded after 47d1060Platonides2013-04-251-1/+1
* Remove is_numeric check from Title::checkUserBlockKevin Israel2013-04-241-32/+2
* Moved Block and Title purgeExpired() functions to onTransactionIdle().Aaron Schulz2013-04-181-11/+13
* Fix @return type hint for Title::newFromIDOri Livneh2013-04-181-1/+1
* else if -> elseifumherirrender2013-04-171-34/+46
* Revert "Remove is_numeric check from Title::checkUserBlock"Hashar2013-04-091-2/+32
* Remove is_numeric check from Title::checkUserBlockKevin Israel2013-04-091-32/+2
* bug 42649 - PHP Fatal error: Call to a member function isLocal() on a non-obj...Reedy2013-04-081-3/+5
* Fix doc and deprecated warning of Title::fixUrlQueryArgsumherirrender2013-04-081-4/+5
* Deferred page_touched update via onTransactionIdle.Aaron Schulz2013-04-021-8/+15
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-261-2/+2
* fix some spacingumherirrender2013-03-251-1/+1
* Revert "Misc follow-ups to I2fc3966e (a161c5e)"Aaron Schulz2013-03-221-21/+19