v0.6.1 - April 29, 2003 ------------------------------------------------------------ * Updated form submission to get input values from $_POST, which requires PHP version 4.1.0 or greater. * Fixed bugs in emrem-cron.pl which caused reminders to not be deleted. (Thanks to Daniel Drucker) * Package now includes cron-emrem.php, for the command line interpreter version of PHP which is included by default in PHP version 4.3.0 or greater. v0.6 - February 5, 2003 ------------------------------------------------------------ * Recurring Events! * Moved to new database structure to support recurring events. * Changed PHP to use PEAR's DB abstraction classes, which will allow one to easily use a different database. * Cleaned up HTML in preparation for XHTML based templates. v0.5 - August 2, 2001 ------------------------------------------------------------ * Added pop-up javascript calendar for easy date selection * Changed emrem.pl to use DBI * Added diagnostics to emrem.pl so feedback will be reported to the sysadmin from Cron, if you don't pipe the output to /dev/null v0.4 - May 10, 2001 ------------------------------------------------------------ * Change configuration in perl script (emrem.pl) to allow for easy modification to use MySQL with username/password * Now using warnings (-w) in emrem.pl for tighter scripting * Rewrite: Changed to an Object Oriented design for better future maintainability. Tarball now contains a class library, a general function library that are going to be used by all PHP files. * Abstracted database calls for future support of different databases v0.3 - April 2, 2001 ------------------------------------------------------------ * Added check for magic_quotes for security reasons * Moved from every 2 hours to every hour * Current hour selection in time pulldown v0.2 - February 13, 2001 ------------------------------------------------------------ * Fixed a few bugs in emrem.phtml * Added cookie to emrem.phtml to remember email address * Turned off addslashes code in emrem.phtml : Remove '//' in the appropriate two places to turn it on v0.1 - January 2, 2001 ------------------------------------------------------------ * First release