aboutsummaryrefslogtreecommitdiffstats
path: root/includes/interwiki/Interwiki.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Avoid usage of deprecated `setContentLang()`Derick Alangi2024-07-191-2/+2
* interwiki: Remove outdated CDB referencesTimo Tijhof2022-09-231-5/+6
* Remove deprecated methods in the Interwiki classDaimona Eaytoy2020-03-091-52/+0
* Clean up some database domain ID related code and fix some commentsAaron Schulz2019-03-291-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Hard deprecate Interwiki static methodsKunal Mehta2018-06-071-0/+4
* Replace wfGetLBUmherirrender2018-05-021-1/+1
* Remove superfluous spaces and semicolons in commentsFomafix2018-02-051-1/+1
* Fix return of Interwiki::invalidateCacheUmherirrender2017-09-101-1/+1
* Fix inconsistent spec of InterwikiLookup::getAllPrefixes.daniel2017-05-041-2/+2
* Factor InterwikiLookup out of Interwiki class.daniel2016-05-181-322/+13
* Remove wfDebug() from getInterwikiCacheEntry()Aaron Schulz2016-05-091-1/+0
* Introduce InterwikiTestdaniel2016-04-231-8/+18
* Convert all array() syntax to []Kunal Mehta2016-02-171-13/+13
* interwiki: Fix-up for I5a979f047031eOri Livneh2016-02-091-8/+6
* Allow $wgInterwikiCache to be an associative arrayOri Livneh2015-12-231-12/+22
* Update getWithSetCallback() callers to the newer signatureAaron Schulz2015-10-071-2/+2
* Change getCacheSetOptions() callers to use "Database"Aaron Schulz2015-10-051-1/+1
* Make WANObjectCache sets account for slave lagAaron Schulz2015-10-051-2/+2
* Converted Interwiki::load to using getWithSetCallback()Aaron Schulz2015-09-291-35/+21
* Converted Interwiki using WAN cacheAaron Schulz2015-04-301-4/+17
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Use cdb library and provide a back-compat layerKunal Mehta2014-11-191-0/+2
* Cleanup some docs (includes/[e-l])umherirrender2014-07-241-2/+2
* Updates for Interwiki.phpSiebrand Mazeland2013-12-021-11/+52
* Improved CdbException handling in InterwikiChad Horohoe2013-11-261-60/+70
* The static declaration must come after the visibility declarationumherirrender2013-01-261-2/+2
* Update doc comments and code formatting.Siebrand Mazeland2013-01-211-46/+46
* Interwiki::fetch can return null, false or an interwiki objectReedy2012-06-111-1/+1
* add Interwiki::selectFieldsumherirrender2012-05-111-2/+18
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-041-1/+17
* Documentation updatesSam Reed2012-03-051-0/+1
* Improve documentationSam Reed2012-02-021-6/+6
* Back out r95396 and friendsSam Reed2011-09-291-165/+0
* FU r98109: !EMPTY -> !NONEXISTENT (more consistent with elsewhere)Aaron Schulz2011-09-261-2/+2
* Cache negative results for interwiki prefix checks. Also helps filecache fail...Aaron Schulz2011-09-261-0/+5
* Merge the iwtransclusion branch back into trunkSam Reed2011-08-241-0/+165
* Followup r94353; Use !== null since that's what we use in core.Daniel Friesen2011-08-141-1/+1
* Followup r94349; Interwiki::getURL used `$title != null` to test if the $titl...Daniel Friesen2011-08-121-4/+4
* Update Interwiki::getURL's first argument so that it's properly urlencoded wh...Daniel Friesen2011-08-121-1/+4
* Back out r93533, r93531, r93530Sam Reed2011-07-301-166/+1
* Merge iwtransclusion branch into trunkSam Reed2011-07-301-1/+166
* Fixes for r92538 & r92528:Robin Pepermans2011-07-211-6/+11
* Follow-up r92528:Robin Pepermans2011-07-191-17/+5
* (bug 19838) API does not use interwiki cache.Robin Pepermans2011-07-191-0/+119
* Allow rows missing iw_trans or iw_local to be considered valid.Daniel Friesen2011-04-231-3/+3
* Move the Interwiki class to includes/interwiki/ to make way for a more flexib...Daniel Friesen2011-04-231-0/+272