edit/aa_search.py and edit/ap_search.py use near the end
DBASEHOST instead of HTFAKE
to build url to the 'next hundred records'. The result is a link to localhost.
How to reproduce: go to Advanced Search (search.cgi), in ISFDB Author Search Form enter 'a' without quotes as Term 1 (Canonical Name), press Submit Query. At the end of displayed page edit/ap_search.cgi, there is link to http://localhost/cgi-bin/edit/aa_search.cgi?author_canonical%3Da+record%3D100
If the URL is edited by hand to be the expected http://www.isfdb.org/cgi-bin/edit/aa_search.cgi?author_canonical%3Da+record%3D100, at the end of the page displayed, there is again link http://localhost/cgi-bin/edit/aa_search.cgi?author_canonical%3Da+record%3D200
Expected: web server name in the URLs.
Result depends on: configuration file localdefs.py and value of DBASEHOST
Anonymous
Patch committed to CVS.
Moved to the more specific category.
Implemented in r2009-04.