aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialBooksources.php
Commit message (Collapse)AuthorAgeFilesLines
* If somebody accidentally wanders into Special:Booksources, ask for an ISBNBrion Vibber2004-04-091-45/+62
| | | | | | | | number. The raw list isn't that useful, and will lead to broken search pages. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3034
* Uninitialized variable cleanupBrion Vibber2004-03-201-8/+14
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2762
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
* wfQuery now takes three parameters -- one extra for DB replication purposesTim Starling2003-09-201-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1680
* Remove non-digit chars from isbn to prevent html insertion attacksBrion Vibber2003-05-241-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1358
* replaced WIKI-ISBN with MAGICNUMBER as replacement variable for ISBN pageErik Moeller2003-05-201-1/+1
| | | | | | | to avoid triggering the "ISBN*" regex parser. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1340
* minor layout fixes:Erik Moeller2003-05-191-1/+1
| | | | | | | | * media style did not exist, replaced with internal * some styles specfied (e.g. booksellers=external) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1334
* Code style tweaks, use wfStrencode just in case some language ends up using ↵Brion Vibber2003-05-191-18/+15
| | | | | | | an apostrophe in the book sources title Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1333
* Support for [[Wikipedia:Book sources]] (or localized text), content ofErik Moeller2003-05-191-20/+41
| | | | | | | | this page, with WIKI-ISBN replaced by ISBN number, is used instead of the text in LanguageFoo.php for queries that include an ISBN. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1331
* Initial revisionLee Daniel Crocker2003-04-141-0/+57
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1284 http://mediawiki.org/wiki/Special:Code/MediaWiki/1286