PROVERBS WEB CALENDAR REVISION HISTORY 2.0.7 - 05/06/05 - 1) Fixed multiple All Day event display in Internet Explorer version of Schedule. 2) Add variable $schedule_scroll_time to "setup.inc.php" file to allow control of the time the IE Schedule will scroll to on load. 2.0.6 - 04/22/05 - 1) Fixed division by zero bug. 2) Configured IE Schedule to scroll to 8:00 am at load. 3) Added javascript empty field check to Calendar Administration pages. 4) Added browser check for Opera and Firefox browsers. 2.0.5 - 03/21/05 - Fixed intermittent stylesheet problems with some browsers. 2.0.4 - 02/22/05 - Fixed variable initialization bug. 2.0.3 - 01/07/05 - Fixed array declaration bug in "schedule.inc.php". 2.0.2 - 12/31/04 - Fixed event running to midnight (12:00 AM) bug. 2.0.1 - 12/28/04 - Fixed 31st of month bug. 2.0.0 - 12/20/04 - Initial release of version 2.0. Includes (poorly translated) language files for Dutch, English, French, German, Italian and Spanish. 1.2.2 - 12/06/02 - Fixed am to pm bug. 1.2.1 - 09/17/02 - Fixed problem with time being recorded incorrectly in some versions of MySQL. 1.2.0 - 05/29/02 - 1) Added variable $time_format in the "layout.inc.php" file. This variable has two settings "24" and "12". Setting the variable to "12" will force display of time on the schedule in a 12 hour AM/PM format. Setting the variable to "24" or any other setting will display the schedule in the standard 24 hour format. 2) Added variable $start_day in the "layout.inc.php" file. This variable is used to set the starting day of the week on the calendar display. The variable settings range from 0 to 6 and correspond to Sunday to Saturday respectively. Settings outside the scope will set the calendar to begin with Sunday. Alternate beginning day of the week for calendar view was created by Marion Heider of clixworx.net. 3) Updated the "setupdb.php" file to check for successful table creation into the database and display results accordingly. 1.1.0 - 03/04/02 - 1) Added variable $time_zone in the "layout.inc.php" file. Setting this variable to "auto" will force display of the servers time zone on the schedule page. All other settings will display the variable's text; i.e. $time_zone = 'EST' will display 'EST' after each hour block regardless of the servers time zone. 2) Added javascript onClick event to the radio buttons when selecting an entry to edit in the "CalAdmin.php" Edit Existing page that automatically fills in the current values for that entry into the appropriate text boxes. All single and double quotes are stripped from the original text due to the combination of PHP and Javascript. 1.0.1 - 02/04/02 - 1) Changed addition of recurring events with settings of(Event Day): "All(Weekly)DAY's of the Month of..." to always be a weekly event. 2) Added a strip_tag statement to remove unwanted HTML or PHP code from any event being entered; allows , , and tags still. 1.0.0 - 12/31/01 - Initial release. Written in PHP and powered by MySQL.