New format for accessing Interwiki data. Replaced all old ways within core I could...
authorMatt Johnston <mattj@users.mediawiki.org>
Mon, 29 Sep 2008 10:08:46 +0000 (10:08 +0000)
committerMatt Johnston <mattj@users.mediawiki.org>
Mon, 29 Sep 2008 10:08:46 +0000 (10:08 +0000)
commit904c84d8d4f44254ea6b6aef1db077a6ac843e90
treee82dee1b1a2bcd05bdbacb7ff2800bc6a21c4a40
parent32dc69cf4dc9166311a82c24aff3ac6503c5ad2b
New format for accessing Interwiki data. Replaced all old ways within core I could find, but should be backwards compatible wherever needed.

Also fix the notes in RELEASE-NOTES to state PHP 5.2 recommended as certain classes require it (e.g. ForeignAPIRepo, which uses json_decode)
RELEASE-NOTES
config/index.php
includes/AutoLoader.php
includes/Interwiki.php [new file with mode: 0644]
includes/Title.php