# ChangeLog for glsuck # Copyright (c)2004 badpenguins.com; Distributed under the GPL v2 # *glsuck-0.0.2 (23 Nov 2004) 23 Nov 2004; Mike Green doc/ChangeLog: Applied all previous patches and bumped version. *glsuck-0.0.1 (03 Nov 2004) 11 Nov 2004; Mike Green docs/ChangeLog, includes/app.functions.php, patch-0.0.1-03: Added patch numbers to list of changed files in ChangeLog. Fixed bug that was causing articles with no poster information to be assigned uid 0, which may or may not exist. Changed code to look up Anonymous user UID and use that instead. To fix database corruption, find out what poster_id is Anonymous in poster_ids (2 in this example) and run the following from a mysql prompt: update article_ids set poster_id=2; This will change all article_ids to poster_id 2. 11 Nov 2004; Mike Green docs/ChangeLog, includes/app.functions.php, patch-0.0.1-02: Fixed bug in comment parsing where an error would return instead of continue! Woops. 08 Nov 2004; Mike Green docs/ChangeLog, glsuck, includes/app.functions.php, includes/globals.php, patch-0.0.1-01: Started framework for combing through local browser cache instead of retrieving pages from the internet. Will return "Anonymous" as the author of an article if the author is not specified in the post. Unparsable comment titles will be set to "Could not parse". Removed some leftovers from yasuck. Set FETCHSLEEP to 5,20. Turned off randomization of UA by default. Change back by setting RANDOMIZE_UA to true in includes/globals.php. 03 Nov 2004; Mike Green docs/ChangeLog, Released to the world :) 02 Nov 2004; Mike Green docs/ChangeLog: First rough port from yasuck.