PROVERBS WEB CALENDAR REVISION HISTORY 2.1.4 - 08/15/10 - 1) Forced IE7 and IE8 Compatibility View to use the alt views (IE7 handles CSS poorly). 2) Added mysql_real_escape_string() function to text variables sent to the database. 3) Added Polish language file "polish.lng.php" translated by Matthew. 2.1.3 - 12/27/09 - 1) Fixed "language.inc.php" to include all current additional language files. 2) Updated base HTML files ("base.inc.php" and "abase.inc.php") to use character sets from language files. 3) Added variable $charset to all language files for proper display of different languages 4) Added Portuguese language file "portuguese.lng.php" translated by Paulo Roberto Gaefke and Hebrew language file "hebrew.lng.php" translated by Oleg. 2.1.2a- 10/31/09 - 1) Added Norwegian (Norsk) language file "norsk.lng.php" translated by Asbjorn Aamot. 2.1.2 - 10/30/09 - 1) Updated the "dutch.lng.php" and "german.lng.php" files with better translations. Thank you to Jesse Wilson and Wolfram Schulz-Zander for their respective file translations. 2.1.1 - 10/05/09 - 1) Replaced deprecated PHP functions for PHP 6 compatibility. 2) Fixed character HTML encoding for foreign languages. 3) Fixed POST/REQUEST for foreign languages. 4) Minor fixes for W3C compliance. 2.1.0 - 08/16/09 - 1) Fixed minor compatibility issues with PHP ver 5. 2) Updated stylesheets and javascript for compatibility with newer browsers (IE 8, FF 3.5, etc). 3) Removed Netscape Navigator specific files (navstylesheet.css.php, schedule.nav.php) 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.