aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WikiMap.php
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* WikiMap: typo fix in commentC. Scott Ananian2020-12-211-1/+1
* Fix typo: 'the the' -> 'the'Ed Sanders2020-05-031-1/+1
* Fix typo, remove double "a"sankit2020-03-111-1/+1
* WikiMap: Add WikiMap::getCurrentWikiId() to make common use case easierTimo Tijhof2020-03-031-3/+11
* Fix more scalar types in docblocksDaimona Eaytoy2019-12-081-1/+1
* Fix new phan errors, part 1Daimona Eaytoy2019-10-111-1/+2
* Remove Oracle reference from WikiMapAaron Schulz2019-09-011-2/+2
* Remove more Oracle and Mssql leftoversDaimona Eaytoy2019-08-251-1/+0
* Removed deprecated WikiMap::getWikiIdFromDomain() methodAaron Schulz2019-07-141-10/+1
* Optimize WikiMap::getWikiFromUrl() for the common local wiki caseAaron Schulz2019-05-071-2/+12
* Make WikiMap::isCurrentWikiDbDomain() more rigorousAaron Schulz2019-03-291-24/+16
* Map WikiMap treat a schema of "dbo" similar to "mediawiki" to account for mssql"Aaron Schulz2019-03-281-2/+2
* Rename WikiMap DB domain ID methods to reduce confusion with web domainsAaron Schulz2019-02-061-6/+16
* Use DB domain in JobQueueGroup and make WikiMap domain ID methods stricterAaron Schulz2018-11-071-2/+20
* Add isCurrentWikiId()/isCurrentWikiDomain()/getCurrentWikiDomain() to WikiMapAaron Schulz2018-10-291-4/+38
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Clean up wiki ID and DB domain ID handlingAaron Schulz2017-09-301-0/+19
* Avoid preemptive DB replication waits for farm cross-wiki redirectsAaron Schulz2017-08-231-2/+67
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-2/+2
* Move some more classes to comply with class per fileReedy2017-05-211-103/+0
* Remove multiple spaces in PHP filesFomafix2017-04-121-1/+1
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Improve WikiMap::getWikiReferenceFromWgConf()Brad Jorsch2016-07-061-0/+8
* Introduce top level service locator.daniel2016-04-021-7/+2
* Many more function case mismatchesReedy2016-03-191-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-3/+3
* Make WikiMap fall back to sites if a site couldn't be found using $wgConfMarius Hoch2015-10-071-1/+51
* Remove unused minor and major in WikiReferenceMarius Hoch2015-10-011-8/+2
* Make lines short to pass phpcs in files under includes/Amir E. Aharoni2015-09-271-2/+4
* Remove WikiReference::getHostname.daniel2015-09-141-18/+3
* Add support for fragments to WikiMapdaniel2015-09-111-12/+29
* Fix some stuttering in comments and documentationRicordisamoa2014-12-171-1/+1
* Fixed some @params documentation (includes/*)umherirrender2014-04-221-28/+28
* Changing URLs of mediawiki.org in scripts to the SSL-based websiteLadsgroup2014-03-121-1/+1
* In $wgConf, allow wgCanonicalServer to be false or absentTim Starling2013-07-041-2/+7
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-1/+1
* Added/Removed spaces around string concatenationumherirrender2013-04-131-2/+2
* Fix case of some Title methodsAlexandre Emsenhuber2013-03-271-1/+1
* fix some spacingumherirrender2013-03-251-2/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-13/+13
* (bug 31644) [MERGE DEPENDENCY] Let WikiMap url builders return full urls inst...Derk-Jan Hartman2012-07-311-1/+1
* Add getCanonicalServer to WikiMapReedy2012-07-131-0/+16
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-091-0/+20
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Add, update, tweak documentationSam Reed2011-10-261-9/+12
* (bug 31320) CentralAuth uses http URLs for autologin images when logging in o...Roan Kattouw2011-10-031-9/+33
* Don't use isset() to check for null Alexandre Emsenhuber2011-09-171-7/+6