aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WikiMap.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* In WikiMap, pull wgCanonicalServer from $wgConf instead of wgServer for build...Roan Kattouw2011-08-291-1/+1
* Instead of using some hacky regexes, just use wfParseUrl() in WikiMap::getDis...Roan Kattouw2011-08-121-5/+7
* Call Linker::link() statically instead of getting a Skin object from $wgUserAlexandre Emsenhuber2011-07-011-4/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Braces and spacesSam Reed2010-09-041-3/+6
* Removal of unused globalsSam Reed2010-07-241-1/+1
* Fix undefined variableBryan Tong Minh2010-01-221-1/+1
* document a bitAlexandre Emsenhuber2010-01-121-27/+79
* * (bug 9794) User rights log entries for foreign user now links to the foreig...Alexandre Emsenhuber2010-01-091-6/+10
* Phase 1 in fixing up SiteConfiguration: Replace the hack of including Initial...Andrew Garrett2009-06-021-9/+2
* Move WikiMap class from CentralAuth to core, since it's used in 2 extensions ...Andrew Garrett2009-03-261-0/+112