Changes from 0.04 to 0.05 - Interface formatting tweaks - Fixed default for $home to "/iVote" - Made Apache::DBI default over plain DBI - Added rated +/- voting system ($ivote_limit) - EXPERIMENTAL - Added $ivote_down option to temporarily down iVote - Added $mailto_name option to toggle name hyperlinking - Added $blurb option to toggle displaying of blurb on vote page - Added $db_name and $db_votes options for table names - Added $image_type option to support different entry image types - Added embeddable rankings display, "Top $max_rank Entries" - Automatic "okay" button with link to $rank_next URL - Added customizable header functionality - Tuned up code for readability, speed and added more comments - Added HTML documentation for iVote - Added install script to create initial database & tables - Added the "clean" voting page style with "rankings" finish - Enhanced error reporting and option to dump errors to browser - Added ability to reset an entry's score to zero (0) in admin - Added voted ($db_votes) table dump (with proper grammar, heh!) from stats page - Voting page the default action (no parameters in URL) Changes from 0.03 to 0.04 - Fixed a mispelling of "parameter" in the code - Put missing red/green dots back into distribution - Made all buttons equally-sized for theming convenience - Changed default theme to a Mac OS "Aqua" style, added README - Maintained original "classic" theme, added README - Modified WebFooter function to print copyright info - DO NOT DISABLE! - Included default "browse" index.html file Changes from 0.2 to 0.03 - Changed version numbering scheme to include extra digit - Re-vamped statistics page with new info and layout - Added Perl taint-checking flag ("-T") (must look into "PerlTaintCheck On" in httpd.conf) - Changed "exit 1;" to "Apache::exit(1);" - Added $version variable - Added indicators for thumb/full-sized images check - Modified vote page to not display broken entries - Improved admin screen statistical grammar at bottom - Fixed entry addition glitch with 0.2 - Added better pluralization on display/vote page - Added broken entry handling: If either thumb/full image stops existing, the entry immediately drops out of the voting loop but retains it's current number of votes and is still counted on the admin screen score. A warning is then printed. - Added "allowdelete" configuration option to turn off delete button on admin screen. This is good for running in a restricted or demo mode. - Added "cutoff" configuration option to allow for poll timing and control. If it's set to 0, voting is allowed - if set to 1, voting is not allowed. If you specify a date, then voting will be disallowed after that date.