diff -u -r -N karmapools.orig/docs/ChangeLog karmapools/docs/ChangeLog --- karmapools.orig/docs/ChangeLog 1969-12-31 18:00:00.000000000 -0600 +++ karmapools/docs/ChangeLog 2004-09-13 19:23:38.386453008 -0500 @@ -0,0 +1,96 @@ +# ChangeLog for karmapools +# Copyright (c)2004 badpenguins.com; Distributed under the GPL v2 +# + +*karmapools-0.0.4 (13 Sep 2004) + + 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 - -Split admin functions into a seperate directory structure, made various changes -to accomodate. Started work on admin pages. Bumped release version to -0.0.4. - -Date: 2004-09-12 14:12 -Patch: patch-0.0.3-02 -Author: Mike Green - -includes/app.functions.php: added stats information array to -queryPoolInfo(). - -includes/globals.php: added define for db include file so that database -types can be abstracted. Moved requires() to bottom of file to account -for DBINCLUDE. - -includes/html.functions.php: Moved month and day header routines to -their own functions - drawMonthHeader() and drawDayHeader(). Changed loop -to key off of total days from start_date instead of end_date due to daylight -savings time causing weirdness. - -Added user pick count total to output if user is logged in. - -Date: 2004-09-11 19:52 -Patch: patch-0.0.3-01 -Author: Mike Green - -Moved source/ out of the source! - -Date: 2004-09-11 19:36 -Patch: patch-0.0.2-02 -Author: Mike Green - -Added jump around links in the calendar. Added display of logged in -user's picks when logged in. Added login/logout urls. Added banner -image code. Yanked calendar display code out of pool.php and stuck -it in includes/html.functions.php to keep it clean. - -Date: 2004-09-11 15:25 -Patch: patch-0.0.2-01 -Author: Mike Green - -Added Changelog, popup windows, source code link. -Changed rules links to be popup windows. - -Date: 2004-09-11 15:07 -Patch: patch-0.0.1-02 -Author: Mike Green - -includes/html.functions.php: Added popup window link generation code. - -legend.php: Created to display an explanation of the pool td cell colors -and linked to it with popup links from view.pool.php and create.account.php. - -index.php: Added case to view the legend, changed includes for renamed -create.account.php, view.pool.php, and list.pools.php. - -create.account.php: renamed to account.php. Changed rules link to be a -popup link and added a javascript window.close() link at the footer. - -list.pool.php: renamed to list.php - -view.pool.php: renamed to pool.php. Added popup links to rules and -some generic instructions. - -style.css: Added td styles for cutoff, win, and winner. Have not fixed -code to check those dates yet in pool.php - -includes/globals.php: added defaults for popup window attributes. - -Date: 2004-09-11 12:56 -Patch: patch-0.0.1-01 -Author: Mike Green - -Fixed pool view calendar to align itself Monday thru Sunday instead -of starting with the date the pool starts.