Lozinski's Calendar!

Program History: PHP Version


This section contains the history of each php module I've created for my calendar program.

calendar.php

#11.11	05/01/10	Fixed bug which allowed users to view a calendar w/o logging in.
#			Replaced HTTP_COOKIE_VARS with $_COOKIE array because it's deprecated.
#			Replaced $_SERVER["PATH_TRANSLATED"] with $_SCRIPT["SCRIPT_FILENAME"] 
#			because the former wasn't working correctly on IIS.
#11.10	07/22/04	Updated to take advantage of improved "sharing" options.
#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.02   10/11/02	Fixed a "next 11 months" viewing bug which gave
#			multiple warnings.
#10.01   03/29/02	Fixed a search bug and Netscape alignment issue.
#10.0    02/01/02	First official release!

calendar_day.php

#11.12	05/01/10	Replaced $_SERVER["PATH_TRANSLATED"] with $_SCRIPT["SCRIPT_FILENAME"] 
#			because the former wasn't working correctly on IIS.
#11.11	12/12/08	Fixed a syntax error calling "file" function -- removed a "r" parameter.
#11.10	07/22/04	Updated to take advantage of improved "sharing" options.
#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.01   10/26/02	Corrected a bug that displayed extra 
			slashes in the desc when HTML input was set.
#10.0			02/01/02 First official release!

calendar_addeditdelete.php

#11.05	05/01/10	Replaced $_SERVER["PATH_TRANSLATED"] with $_SCRIPT["SCRIPT_FILENAME"] 
#			because the former wasn't working correctly on IIS.
#11.04	12/12/08	Fixed a syntax error calling the stripslashes function in the email routine.
#11.03	01/08/06	Fixed a syntax error in code that seemed to appear in archive.
#11.02	09/06/05	Corrected a bug that always emailed the WEBMASTER in
#			the send_emails function.
#11.01	07/20/04	Corrected a bug that didn't allow a different user to
#			add an event if cookies were enabled (it used previous 
#			cookie info)
#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.04   11/10/02	Correct a bug that didn't strip newlines
#10.01   10/26/02	Corrected a bug that added "slashes" to 
			input when HTML was allowed. 
			Had to make $USE_COOKIES global in scope.
#10.0    02/01/02	First official release!

calendar_common_routines.php

#11.14	05/01/10	Fixed bug which allowed users to view a calendar w/o logging in.
#			Replaced HTTP_COOKIE_VARS with $_COOKIE array because it's deprecated.
#			Replaced $_SERVER["PATH_TRANSLATED"] with $_SCRIPT["SCRIPT_FILENAME"] 
#			because the former wasn't working correctly on IIS.
#11.13	12/12/08	Fixed a syntax error calling "file" function -- removed a "r" parameter.
#11.12	01/08/06	Fixed a bug displaying events on a shared calendar from other
#			calendars when there was no event on those other calenedars. 
#11.11	08/06/04	Fixed a bug displaying slashes in the description. 
#11.10	07/22/04	Updated to take advantage of improved "sharing" options.
#11.01  06/26/04	Fixed the javascript bug that didn't allow the
#			print icon to work. Window.echo() -> window.print()
#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.02	10/26/02	Fixed the cookie bug. Had to make HTTP_COOKIE_VARS global
#10.01	04/22/02	Minor "global" variable bug corrected in PrintTopDayWindow.
#10.00	02/01/02 	First official release!

calendar_master_text.txt

#11.00	06/05/04	Reworked so language settings are no longer stored in
#			arrays. Easier to edit, and HTML tags can be included. Also
#			added in more text, including the numeric "dates". 
#10.0    02/01/02	First official release!

calendar_config_form.php

#11.11	05/01/10	Fixed parameter call to the login form procedure.
#			Replaced $_SERVER["PATH_TRANSLATED"] with $_SCRIPT["SCRIPT_FILENAME"] 
#			because the former wasn't working correctly on IIS.
#11.10	07/22/04	Updated to configure improved "sharing" options.
#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.0    02/01/02	First official release!

calendar_config_common.php

#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.0    02/01/02	First official release!

calendar_update_config.php

#11.11	05/01/10	Replaced $_SERVER["PATH_TRANSLATED"] with $_SCRIPT["SCRIPT_FILENAME"] 
#			because the former wasn't working correctly on IIS.
#11.10	07/22/04	Updated to configure improved "sharing" options.
#			Fixed a bug that allowed users to create calendars without 
#			providing name or dept abbr.
#11.01	06/26/04	Fixed a bug that wasn't properly setting the 
#			"extra event information"
#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.0    02/01/02	First official release!

calendar_stats.php

#11.01	05/01/10	Replaced $_SERVER["PATH_TRANSLATED"] with $_SCRIPT["SCRIPT_FILENAME"] 
#			because the former wasn't working correctly on IIS.
#11.00    06/05/04        First release. Implemented after user feedback.

calendar_config.php

#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.0    02/01/02	First official release!

calendar_util.php

#11.00	06/05/04	Added several new significant features, and fixed some bugs.
#			Also upgraded to work with the latest versions of PHP. 
#10.0    02/01/02	First official release!


"The only way to predict the future is to create it."
http://www.davelozinski.com