Calendar Module Version 1.6
Originally by Rob Sutton. Development continued by Aleks A.-Lessmann (aleks@lessmann-consulting.com) from August 2001 on (version 1.5 and on). 

If you have something to contribute to the project, be it an idea, a bug or even yourself as developer, visit https://sourceforge.net/projects/calendarmodule/. If you want to contribute as a developer feel free to drop me a line and tell me which part you'd like to develop. Make sure you send me your SourceForge nickname so I can add you to the list in no time. The more we are the more fun it is!

See upgrade.txt for upgrading from 1.x to 1.6, install.txt file for install information, history.txt to see the changes and todo.txt for a list of planned enhancements. Developers for blame and praise can be found in the credits.txt.

1.6
Added new block "Next Events", which shows the next X events. The number is set to 5 by default and is configurable via config.php. (files: config.php, block-Next_Events.php). Thanks to Christian Berg for submitting that code.
Added polish translation for simplecal block. Updated polish translation for Calendar. Thanks again to Tomasz Fabiszewski for both files. (files: simplecal-polish.php, lang-polish.php)
Added "$pagetitle" so your CALNAME will be up in the Title line of the browser. (file: index.php)
Linked images in Calendar Block. (file: block-Calendar.php)
Added Use of "$prefix" variable (Thanks to Karsten! - files: calendar.php, block-Calendar.php, index.php)
Fixed bug where deleting Event would NOT send you back to the Cal Module but to some other module. (In my case, the Forum. Files: index.php and admin/modules/calendar.php)
Added polish translation by Tomasz Fabiszewski
Fixed bugs reported by Christopher Lukas
Fixed bug "Call to undefined function: opentable()" if "$eventsopeninnewwindow = 1;" reported by Stefan Rosskopf <kiezkicker.de@fcstpauli.de> (file: index.php).
Added capability to decide if Monday or Sunday should be the first day of the week.
Added comments where I understood Robs code enough to write something about it
Changed type of variable $netscapeFriendlyMonthView to boolean. It suits so better my style of programming.
Better performance of Netscape if $netscapeFriendlyMonthView set to true.
Added "Simple Calendar" block provided by Vesa Nippala. Please address any questions about this Block to him (vnippala@yahoo.com). I only include the block here as an alternative
Added translation for "_CALNOEVENTS" (all "language-" files) Thanks to Michael B. Aghajanian for that one
Added field "cat" to DB for multiple DBs (by Sebastian Clauen) (files: Calendar.sql and index php)
Added "drop table if exists" statement to Calendar.sql (by Sebastian Clauen) (file: Calendar.sql)
Capability for comments:
Added multiple functions for comments (by Sebastian Clauen) (file: index.php)
Added $allowcomments variable to config.php (file: config.php)
Added Table nuke_events_comments (by Sebastian Clauen) (file: Calendar.sql), of course, I  had to make a file "update_1-5_to_1-6.sql"

Added variables:  $caldotcolorred, $caldotcolorgreen, $caldotcolorblue, $caldotcolorwhite, $caldotcoloryellow, $popcolormain, $popbgcolorcontent, $popcolormainheadfont (by flobee) (files: admin/calendar.php, index.php, submit.php), they control popup colors and assign textual descriptions for events and color dots
Warning if no topic set (by flobee) (file: calendar.php)
Italian Translation File by Antonello Onida
Inserted _CALSUBMIT to define translation for "Termin vorschlagen". (File: index.php and all lang-* files)
Inserted _CALTODAY to define translation for "Heute". (File: index.php and all lang-* files)
Changed declaration of $module-name. Now you don't need to touch the files, the script takes its name out of the "name=" declaration in the location. Nifty trick that was in an article about modules for PHPNuke which I can't find or I would tell you right now whose trick it is. :-)
Corrected bug in combo box, now allowing different languages (file: index.php) Thanks to Jos L. Redrejo for that one.

1.5
Some changes in the german translation (file: lang-german.php)
Changed "FONT SIZE" where found to "font class" using standard PHPNuke classes (all files)
Changed Event Date Preview to contain starting time of Event (file: submit.php)
Changed Table for choosing daily, monthly yearly views to drop down menu, chosen day doesn't change. [It's a feature, not a bug (-: ] (files: submit.php, index.php)
Added button for "Today" so Users can always get back to the active day no matter where they are right now.
Added international dates functionality to "Month name and year" in dayly view (file: index.php)
Changed Rob's blocks to conform with PHPNuke 5.1 block file funtionality (file: block-Calendar.php)
