r13608 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13607‎ | r13608 | r13609 >
Date:11:58, 12 April 2006
Author:wegge
Status:old
Tags:
Comment:
Include ISBN number in booksources for no
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/LanguageNo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -55,6 +55,7 @@
5656 * (bug 385) Installer support for PostgreSQL, fixes for PG compatibility
5757 * PersistentObject removed; it doesn't do anything and was broken besides.
5858 All extensions using it have been corrected.
 59+* Propagate ISBN number for Booksources in LanguageNo.php
5960
6061
6162 == Compatibility ==
Index: trunk/phase3/languages/LanguageNo.php
@@ -37,11 +37,12 @@
3838
3939
4040 /* private */ $wgBookstoreListNo = array(
41 - "Antikvariat.net" => "http://www.antikvariat.net/",
42 - "Bibsys" => "http://www.bibsys.no/",
43 - "Bokkilden" => "http://www.bokkilden.no/",
44 - "Haugenbok" => "http://www.haugenbok.no/",
45 - "Mao.no" => "http://www.mao.no/"
 41+ "Antikvariat.net" => "http://www.antikvariat.net/",
 42+ "Frida" => "http://wo.uio.no/as/WebObjects/frida.woa/wa/fres?action=sok&isbn=$1&visParametre=1&sort=alfabetisk&bs=50",
 43+ "Bibsys" => "http://ask.bibsys.no/ask/action/result?cmd=&kilde=biblio&fid=isbn&term=$1&op=and&fid=bd&term=&arstall=&sortering=sortdate-&treffPrSide=50",
 44+ "Akademika" => "http://www.akademika.no/sok.php?ts=4&sok=$1",
 45+ "Haugenbok" => "http://www.haugenbok.no/resultat.cfm?st=extended&isbn=$1",
 46+ "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1"
4647 );
4748
4849 if (!$wgCachedMessageArrays) {

Status & tagging log