Index: branches/REL1_5/phase3/RELEASE-NOTES |
— | — | @@ -1008,8 +1008,8 @@ |
1009 | 1009 | === Changes since 1.5.5 === |
1010 | 1010 | |
1011 | 1011 | * (bug 4258) When installing under IIS, $wgArticlePath = "$wgScript?title=$1" should be set |
| 1012 | +* (bug 4510) Correct Barnes & Noble bookstore URLs |
1012 | 1013 | |
1013 | | - |
1014 | 1014 | === Caveats === |
1015 | 1015 | |
1016 | 1016 | Some output, particularly involving user-supplied inline HTML, may not |
Index: branches/REL1_5/phase3/languages/LanguageHe.php |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | /* private */ $wgBookstoreListHe = array( |
51 | 51 | "מיתוס" => "http://www.mitos.co.il/ ", |
52 | 52 | "ibooks" => "http://www.ibooks.co.il/", |
53 | | - "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
| 53 | + "Barnes & Noble" => "http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
54 | 54 | "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1" |
55 | 55 | ); |
56 | 56 | |
Index: branches/REL1_5/phase3/languages/LanguageId.php |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | //# Default (EN) Bookstores |
68 | 68 | //"AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN", |
69 | 69 | //"PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1", |
70 | | - //"Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
| 70 | + //"Barnes & Noble" => "http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
71 | 71 | //"Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1" |
72 | 72 | ) + $wgBookstoreListEn; |
73 | 73 | |
Index: branches/REL1_5/phase3/languages/LanguageEt.php |
— | — | @@ -60,7 +60,7 @@ |
61 | 61 | "Raamatukoi" => "http://www.raamatukoi.ee/cgi-bin/index?valik=otsing&paring=$1", |
62 | 62 | "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN", |
63 | 63 | "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1", |
64 | | - "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
| 64 | + "Barnes & Noble" => "http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
65 | 65 | "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1" |
66 | 66 | ); |
67 | 67 | |
Index: branches/REL1_5/phase3/languages/Language.php |
— | — | @@ -148,7 +148,7 @@ |
149 | 149 | /* private */ $wgBookstoreListEn = array( |
150 | 150 | 'AddALL' => 'http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN', |
151 | 151 | 'PriceSCAN' => 'http://www.pricescan.com/books/bookDetail.asp?isbn=$1', |
152 | | - 'Barnes & Noble' => 'http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1', |
| 152 | + 'Barnes & Noble' => 'http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1', |
153 | 153 | 'Amazon.com' => 'http://www.amazon.com/exec/obidos/ISBN=$1' |
154 | 154 | ); |
155 | 155 | |
Index: branches/REL1_5/phase3/languages/LanguageCy.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | /* private */ $wgBookstoreListCy = array( |
42 | 42 | "AddALL" => "http://www.addall.com/New/Partner.cgi?query=$1&type=ISBN", |
43 | 43 | "PriceSCAN" => "http://www.pricescan.com/books/bookDetail.asp?isbn=$1", |
44 | | - "Barnes & Noble" => "http://shop.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
| 44 | + "Barnes & Noble" => "http://search.barnesandnoble.com/bookSearch/isbnInquiry.asp?isbn=$1", |
45 | 45 | "Amazon.com" => "http://www.amazon.com/exec/obidos/ISBN=$1", |
46 | 46 | "Amazon.co.uk" => "http://www.amazon.co.uk/exec/obidos/ISBN=$1" |
47 | 47 | ); |