# Revision history for WWW-Wikipedia-TemplateFiller version: 0.07 date: 2008-11-18 changes: - (bug #41053) get() now dies if $id is undefined - in fixing this bug, change W::W::TF::S::PubmedcentralId.pm to no longer inherit from PubmedId; now calls to get() are routed through $self->filler->get() to ensure that W::W::TF's get() (which appropriately handles empty IDs) is called - WebApp.pm now traps errors thrown during template filling and issues error message appropriately, preventing the die() from being propagated to Apache version: 0.06 date: 2008-11-17 changes: - (bug #41005) vertical pipes in HTML page titles are escaped to | to avoid conflict with Wikipedia template syntax version: 0.05 date: 2008-11-16 changes: - proper handling of dont_use_etal attribute version: 0.04 date: 2008-11-15 changes: - (bug #40960) update test suite to work if NCBI error 803 appears while pmc_ids are being fetched - require WWW::Search::PubMedLite version 0.05 for better error handling in case pmc_id cannot be fetched - better ISBNdb access key support version: 0.03 date: 2008-11-09 changes: - fix tests to be compatible with latest version of WWW::Search::PubMedLite version: 0.02 date: 2008-11-09 changes: - add description to README and TemplateFiller.pm - bugfix: if title cannot be found for URL, the URL's host is used instead version: 0.01 date: 2008-05-18 changes: - initial revision