# ChangeLog for yaview (Yahoo Archive Viewer) # Copyright (c)2004 badpenguins.com; Distributed under the GPL v2 # *yaview-2.0.0_rc1 (08 Aug 2006) 08 Aug 2006; Mike Green Release candidate for version 2 to match recent update of yasuck to version 2. Added more robust search options, using more css and less tables, start porting code to be more object oriented-ish. *yaview-0.0.7 (03 Sep 2005) 03 Sep 2005; Mike Green docs/ChangeLog, includes/app.functions.php, includes/globals.php, includes/html.functions.php, message.php, patch-0.0.6-02: Fixed spacing in ChangeLog. Added missing semicolon terminator during sql exports. Added queryBoardInfo() function so that ReplyTo links can be generated that point to the original yahoo post when the parent message is missing from the database. Added links for first/last page in the page indexes. Added href to javascript popups so that javascript disabled browsers can still click on the links. Bumped version and patchlevel. *yaview-0.0.6 (20 Jan 2005) 26 Mar 2006; Mike Green docs/ChangeLog, includes/app.functions.php, includes/globals.php, includes/html.functions.php, patch-0.0.6-01: Fixed bug in query functions when using sql wildcard queries. urlencode() calls were screwing up queries. Removed padding of page numbers. Bumped version patchlevel, updated ChangeLog. *yaview-0.0.5 (10 Oct 2004) 20 Jan 2005; Mike Green docs/ChangeLog, archive.php, confirm.download.php, includes/app.functions.php, includes/globals.php, includes/html.functions.php, index.php, message.php, patch-0.0.5-01: Added ability to download single messages or query results in either html, sql, or text. Added code to make paging more efficient with total_pages and total_hits variables. Housecleaning. Bumped version to 0.0.6. *yaview-0.0.4 (10 Oct 2004) 04 Oct 2004; Mike Green docs/ChangeLog, includes/app.functions.php, includes/html.functions.php, list.php, message.php, patch-0.0.4-01: Updated for changes to yasuck (removal of last_msg column). Added ability to search by number of recommendations, added message and poster stats to message.php, added links to view today's posts and all posts to list.php. Bumped version to 0.0.5. *yaview-0.0.3 (01 Oct 2004) 04 Oct 2004; Mike Green docs/ChangeLog, includes/app.functions.php, includes/globals.php, includes/html.functions.php, patch-0.0.3-01: Dooh! Fixed the really nasty code that queries for the next/previous message pointers when viewing individual messages. Was making extremely expensive database calls twice every page view when it only needed to call once. A nasty and stupid implementation :) Bumped version to 0.0.4 so people won't download that piece of junk and run it. *yaview-0.0.2 (23 Sep 2004) 01 Oct 2004; Mike Green docs/ChangeLog, archive.php, includes/app.functions.php, includes/html.functions.php, index.php, message.php, patch-0.0.2-03: Created message.php to view individual messages by clicking on the message id in the archive list screen. Added message navigation functions for message.php. Bumped version to 0.0.3. This is a fairly usable release. 24 Sep 2004; Mike Green docs/ChangeLog, archive.php, docs/AUTHORS, docs/README, includes/app.functions.php, includes/globals.php, includes/html.functions.php, includes/mysql.functions.php, index.php, list.php, style.css, thread.php, patch-0.0.2-01: Spam-obscured everywhere. Added versioning defines in globals.php. Added recommendations column to match latest release of yasuck. Added ascending/descending sort to column headers. Fixed colors of links in style.css. When viewing thread, current message is highlighted. *yaview-0.0.1 (21 Sep 2004) 23 Sep 2004; Mike Green docs/Changelog, includes/app.functions.php, includes/html.functions.php, index.php, thread.php, patch-0.0.1-01: Added rudimentary thread viewing. Added compatibility for php_globals off. Bumped version to 0.0.2. Corrected typos in ChangeLog. 21 Sep 2004; Mike Green docs/ChangeLog: Unleashed yaview upon the world.