aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialVersion.php
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in SpecialVersionSam Reed2012-01-121-1/+1
* Update mediawiki & viewvc links on Special:Version to httpsBrion Vibber2011-12-131-3/+2
* No need to use class="ltr", dir="ltr" is betterRobin Pepermans2011-12-121-1/+1
* Use protocol-relative URL for link to MediaWiki.org (as with the footer logo ...Robin Pepermans2011-11-271-1/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-2/+2
* using real identity for hasharAntoine Musso2011-10-241-1/+1
* * r96737: set OutputPage->addWikiText() as an interface message by defaultRobin Pepermans2011-09-111-1/+2
* Correctly parse interface messages as such, so it doesn't get converted accor...Robin Pepermans2011-09-101-1/+1
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-1/+1
* Use local context instead of global variablesAlexandre Emsenhuber2011-08-131-9/+8
* Add 'api' type to extension types for special versionSam Reed2011-06-291-0/+1
* * Improvements as part of bug 6100: Use wfUILang() instead of $wgContLang whe...Robin Pepermans2011-06-211-1/+1
* Remove unneeded div with dir on Special:Version. It used to be English-only (...Robin Pepermans2011-06-171-3/+0
* Follow up to r89419:Huji2011-06-041-1/+1
* Followup r88124: fix the most glaring bug of the weekChad Horohoe2011-06-041-1/+1
* Remove unused variables/globalsSam Reed2011-05-261-2/+4
* Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo...Tim Starling2011-05-151-11/+10
* Add Rotem Liss and Platonides to author list.Siebrand Mazeland2011-05-141-1/+1
* Credits to Victor Vasiliev in [[Special:Version]]Antoine Musso2011-05-141-0/+1
* * Implement MW_VERSION constant in Defines.php and use it in preference to $w...Happy-melon2011-05-071-10/+11
* Kill $wgSkinExtensionFunctions. Way back in r4934 when it was introduced, it ...Chad Horohoe2011-05-051-7/+2
* Followup r87150Sam Reed2011-04-301-2/+3
* Tweak documentationSam Reed2011-04-291-3/+5
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-70/+70
* * (bug 27083) Extension info for Special:Version can include '...' as a speci...Brion Vibber2011-02-051-1/+19
* Assignment inside if clause is badAlexandre Emsenhuber2011-01-231-1/+2
* Follow up r79715. Remove some plaintext. But don't do it again.Platonides2011-01-061-6/+20
* strrev() per Roan's suggestionTim Starling2011-01-061-72/+72
* Added three more people to the author list.Tim Starling2011-01-061-1/+1
* Fix for bug 20281. Determining the function of this code is left as an exerci...Tim Starling2011-01-061-1/+95
* Fix fixme on r71071, if passed type is not in the array returned by getExtens...Sam Reed2011-01-061-1/+1
* Fix for bug 26561: clickjacking attacks. See the bug report for full document...Tim Starling2011-01-041-0/+1
* add Roan to Special:Version creditsJack Phoenix2010-12-281-3/+5
* Rm useless checks which breaks if descriptionmsg is an arrayNiklas Laxström2010-12-251-5/+2
* Add a Antispam group to Special:Version... we have a lot of these kind of ext...Daniel Friesen2010-12-191-0/+1
* Add a Skins category to Special:Version.Daniel Friesen2010-12-061-0/+1
* bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or...Sam Reed2010-11-011-1/+4
* Followup r75758, spaces to tabsSam Reed2010-10-311-1/+1
* Switch last few uses of while loops to foreach in phase3Sam Reed2010-10-311-2/+3
* Special:Version now displays whether a SQLite database supports full-text searchMax Semenik2010-09-231-1/+1
* Follow up r72164. The list was still there.Platonides2010-09-031-9/+0
* Fix author list duplication.Chad Horohoe2010-09-011-2/+21
* Followup r71367, reusing messages is badChad Horohoe2010-08-221-1/+1
* Like the installer, make Special:Version header localizable. Want to reduce s...Chad Horohoe2010-08-201-23/+13
* Remove some more unused variablesSam Reed2010-08-191-1/+0
* Standardised file description headers; second partAlexandre Emsenhuber2010-08-151-5/+7
* Added function to get extension type messagesJeroen De Dauw2010-08-141-14/+33
* Partial revert r71029, unrelated changes. Need caffeine before I commitChad Horohoe2010-08-131-12/+23
* Fix #1 for r70970: Make UploadFromUrlTestSuite initialize a User instead of S...Chad Horohoe2010-08-131-23/+12
* Added ExtensionTypes hook that can be called from static context and deprecat...Jeroen De Dauw2010-08-091-1/+8