# # Change Log for BookQueueToo # 1.16 - Mar 17, 2005 ------------------- * Fixed super annoying bug having to do with date formats. All I can do is apologize profusely for this one. I am ashamed. :-/ Sorry it took so long! * Fixed the above bug on the edit book page as well! :) * Another attempted fix at being unable to find MTPlugins::BookQueueToo, I used a 'use lib' hack from: http://www.wetware.com/drieux/CS/lang/Perl/PM/useLibHack.html 1.15 - Jan 4, 2005 ------------------ * Added login.tmpl to distro to avoid template not found error 1.14 - Dec 31, 2004 ------------------- * Fixed problem where the "Rebuild" link that sometimes appears was pointing to the static MT directory which resulted in errors for many * Fixed some template issues where the view mode was not properly preserved and directed users to grid mode from list mode when traversing multiple pages, from submitting an edit form, etc. * Fixed the finished_on display problem - root cause is that I didn't store the finished_on variable as a timestamp, rather as a string. I have resolved this issue for all versions of BQT. * Added MTBookQueueEntryIfFinishedOn and updated documentation. * Fixed bug where clicking change entries per page took you to a delete confirmation page. Added missing tag. * Fixed bug where limit and offset was not preserved from the edit entry page. * Fixed bug where sorting by title did not work. 1.13 - Dec 18, 2004 ------------------- NOTE - I had previously documented that I fixed the rebuild bug in this release. That was a mistake. My mistake. Bad Byrne. * Added a little help text to the search results screen - if no search results are returned, users are directed to the troubleshooting guide as many users need to upgrade their Developer Token to an Amazon Subscription Id. * Updated README file. 1.12 - Nov 23, 2004 ------------------- * Added debuging information that is turned off by default. To activate edit BookQueueToo.pm and set DEBUG to 1. * Added a hack that fixes a problem many users have reported about MT not being able to find the necessary template files. * Added more intelligent prerequisite checking code. * Added XML::NamespaceSupport to distro. 1.11 - Nov 23, 2004 ------------------- * Minor bug fixes 1.1 - Nov 21, 2004 ------------------- * Made it possible to add items other than just books to the queue! * Fixed bug in breadcrumb trails * Use ASIN now instead of ISBN - have always used ASIN actually, but this makes it clearer in the UI * Eliminated BookQueueToo.cfg - all configuration data is stored in the database now, with no need to edit files. * Cleaned up UI even more relying more on established MT styles. * Included tagref.html in BookQueueToo distribution/package. * Added created_on fields for sorting * Major bug testing and installation testing. * Updated template tags to allow filtering by catalog (Books, DVDs, etc). * Turned off warnings (perl -w) to eliminate annoying messages from File::Spec module. * Included XML::SAX and XML::Simple in distribution for easier installation. 1.07 - Nov 21, 2004 ------------------- * Ok, ok, ok, I really fixed a bug this time - Thanks to Bradley Noe and his patience in working with me to resolve this. The bug occured when the user had customized the TemplatePath in mt.cfg. The bug is squashed after 3 releases trying to fix it. 1.06 - Nov 21, 2004 ------------------- * Fixed bug in search results when only one result came back * Fixed bug in paths statements * Added can_rebuild and can_config variables to all templates * removed errant 'print STDERR' statement 1.05 - Nov 20, 2004 ------------------- * Fixed bug where search patch for templates did not include MT/tmpl directory so that it was unable to find error.tmpl 1.04 - Nov 20, 2004 ------------------- * Introduction of BookQueueToo ChangeLog * Reorganized BookQueueToo for a clean package architecture. All relevant files are now stored in a single directory. Installation has become much simplified. Users simple untar BookQueueToo into their plugins directory and they are essentially done with file installations. * Made all file paths platform independent. * Fixed bug in "Back to Blog" link 1.01, 1.02, 1.03 ---------------- * Minor bug fixes 1.0 - Nov 10, 2004 ------------------ * Initial release of BookQueueToo