# ChangeLog for karmapools # Copyright (c)2004 badpenguins.com; Distributed under the GPL v2 # *karmapools-0.0.6 (15 Sep 2004) *karmapools-0.0.5 (14 Sep 2004) 15 Sep 2004; Mike Green docs/ChangeLog, admin/create.account.php,admin/delete.account.php, admin/includes/admin.app.functions.php,admin/includes/admin.globals.php, admin/includes/admin.html.functions.php,admin/index.php,images/save32.png, images/trash32.png,includes/html.functions.php,style.css,patch-0.0.5-01: Added create/delete user functionality to admin files. Added SYSTEM_ACCOUNT define to use as an account deleted user entries are assigned to. Added capability for body arguments to be passed to displayMessage() so that onload() statements and such can be passed. Changed width of displayMessage() to 100% since it is used primarily by popup windows. Removed test-align: justify from tr.info in style.css because short messages looked bad. Updated ChangeLog, bumped version to 0.0.6 to accommodate new images. *karmapools-0.0.4 (13 Sep 2004) 14 Sep 2004; Mike Green docs/ChangeLog, admin/includes/admin.apps.functions.php,admin/includes/admin.globals.php, admin/includes/admin.html.functions.php,admin/index.php,admin/user.list.php, images/add.gif,images/add16.png,images/edit16.png,images/off16.png, images/on16.png,images/query16.png,images/trash16.png,style.css, patch-0.0.4-05: Various fixes to pagination, added quick search links, added images for user listing, added images and link to flip audit status, added image and link for delete user, added image and link for edit user, added image and link for add user. Fixed various bugs in searching. Update ChangeLog, bumped version to 0.0.5. 14 Sep 2004; Mike Green docs/ChangeLog, admin/includes/admin.app.functions.php, admin.html.functions.php, admin/user.list.php, docs/date_pools.sql, patch-0.0.4-04: Added pagination code to user list. Dropped unique column on email address since it is not required. Blank addresses result in duplicate matches, preventing more than one person from registering without an email address. 13 Sep 2004; Mike Green docs/ChangeLog, includes/html.functions.php, patch-0.0.4-03: Fixed broken banner include when in admin/, updated ChangeLog. 13 Sep 2004; Mike Green docs/ChangeLog, admin/includes/admin.app.functions.php, admin/includes/admin.globals.php, admin/includes/admin.html.functions.php, admin/user.list.php, patch-0.0.4-02: Began preliminary work on user maintenance list. Updated ChangeLog. 13 Sep 2004; Mike Green docs/Changelog, docs/ChangeLog, patch-0.0.4-01: Renamed Changelog to ChangeLog and made it look like a real change log :) Using gentoo portage formatting from now on. *karmapools-0.0.3 (11 Sep 2004) 13 Sep 2004; Mike Green docs/Changelog, account.php, admin/create.pool.php, admin/includes/admin.app.functions.php, admin/includes/admin.globals.php, admin/includes/admin.html.functions.php, admin/index.php, admin/menu.php, admin/user.list.php, docs/date_pools.sql, includes/app.functions.php, includes/globals.php, includes/html.functions.php, index.php, login.php, message.php, pool.php, style.css, images/left.png, images/pool.png, images/user.png, patch-0.0.3-03: Split admin functions out into it's own directory structure so that it can be hosted elsewhere or protected with .htaccess files. Required adding include path defines and updating calls to includes to reflect newly defined include path settings. Created admin include stubs and started work on admin menus. Removed live data from docs/date_pools.sql. Removed message.php and added a function to substitute the functionality of it. Added body onload javascript to focus input on form fields during login and account creation. Added a.header css. Updated Changelog. Bumped release to 0.0.4. 12 Sep 2004; Mike Green docs/Changelog, includes/app.functions.php, includes/globals.php, includes/html.functions.php, patch-0.0.3-02: Add stats array to return information of queryPoolInfo(), abstracted database library include by adding define for it in globals.php. Moved include calls to bottom of globals.php. Revamped displayPoolCalendar() to no longer use start-end dates since daylight savings time was causing havoc. Using start-date to start, total number of days to iterate in the loop. Created drawDayHeader() and drawMonthHeader() to draw day/month headers instead of in displayPoolCalendar() in an effort to clean it up. Updated Changelog. 11 Sep 2004; Mike Green docs/Changelog, rules.php, patch-0.0.3-01: Moved source out of package directory tree, updated link in rules.php to reflect new location. Updated Changelog. *karmapools-0.0.2 (11 Sep 2004) 11 Sep 2004; Mike Green docs/Changelog, images/banner.png, includes/globals.php, includes/html.functions.php, index.php, list.php, pool.php, rules.php, style.css, patch-0.0.2-01: Added badpenguins banner image and defines for it in globals.php. Moved calendar display code out of pool.php and into html.functions.php. Added displayMyPicksList() in html.functions.php to created linked list of user's selected picks in pool.php if they are logged in. Added code to display banner if defined - code is in pageHeader(). Added code in index.php to wipe previous instances of lasturi so that user can be redirected correctly after logging in. Added login/logout links at bottom of list.php. Added javascript window.close() link to bottom of rules.php. Changed margins from 20 to 5 in style.css. Updated Changelog. Bumped release to 0.0.3 11 Sep 2004; Mike Green docs/Changelog, rules.php, patch-0.0.2-01: Created Changelog. Added links to source code in rules.php. *karmapools-0.0.1 (11 Sep 2004) 11 Sep 2004; Mike Green create.account.php, account.php, includes/globals.php, includes/html.functions.php, index.php, legend.php, list.php, list.pools.php, pool.php, rules.php, style.css, view.pool.php, patch-0.0.1-02: Renamed create.account.php to account.php. Renamed list.pools.php to list.php. Renamed view.pool.php to pool.php. Added code to generate popup windows with defines in globals.php. Added legend.php to view legend of calendar day colors, added popup link to it in the calendar view. Added rules of karmapools in rules.php along with popup links to it. Added td.cutoff, td.win, and td.winner css elements in style.css and pool.php. Version bump to 0.0.2. 11 Sep 2004; Mike Green view.pool.php, patch-0.0.1-01: Updated calendar view to start with Monday. 11 Sep 2004; Mike Green