---------------
VERSION UPDATES
---------------

0.3.20030228
- Added Finnish translation, courtesy of Ari Haapaniemi.
- Added Arabic translation, courtesy of Hani Draye. 
- Added Russian translation, courtesy of Dr Victor Mosco. 
- Added feature to search records between a certain date range and within categories. 
- Added feature to browse records by batches in listing views, with new variable $limitrow.
- Added feature to view events of selected user in Administration calendar views. 
- Corrected bug on error messages in add event when no time entry is enabled in adding event. 

For upgraders, take note of new variables created for cal_config.inc.php (found in cal_config.inc.php.new):
$limitrow

Note also that new files have been added, old files reorganised and split into smaller files for easier maintenance.

0.3.20030130
- Added Danish Translation, courtesy of Thomas Mller. 
- Added Swedish Translation, courtesy of Christian Wavik. 
- New top and bottom html files available to enclose login screens nicely into website, defined by files "callogin_top.html" and "callogin_bottom.html".
- Calendar in month view able to reflect start day of week accordingly.
- Added feature provides ability to show user of added event on calendar, through variable $showuserentry.
- Added feature allows for public viewing of calendar with login for users to add events to calendar, through variable $publicview
- Added feature to condensed events when it exceeds a certain number in month view through variable $limitmthevt.
- Added feature for setting width of week view, day view, header and footer, through variables $weekview_w, $dayview_w, $headermenu_w, $footermenu_w respectively.
- Improved view through added formatting in stylesheet. Check out file stylesheet.php style sheet formatting.
- Corrected bug on disabling of month, week and day view. 
- Corrected bug on viewing events filtered by categories. 

For upgraders, take note of new variables created for cal_config.inc.php (found in cal_config.inc.php.new):
$showuserentry
$publicview
$limitmthevt
$weekview_w
$dayview_w
$headermenu_w
$footermenu_w

Note also that new files have been added, old files reorganised and split into smaller files for easier maintenance.  The following files are no longer needed: about.php, cal_db.inc.php and cal_utils.php in "admin" directory.

0.2.20030114
- Added Norwegian translation, courtesy of Thore Danielsen. 
- Added Turkish translation, courtesy of Hulusi Cerraholu. 
- Added Slovenian translation, courtesy of Nejc Crenar.
- Added new user description for user accounts. 
- Added feature to view events on calendar filtered by categories, available through variable $eventcatfilter in configration file. 
- Added feature to allow users to delete their own events in user calendar, available through variable $allowuserdel in configuration file.
- Corrected bug for search error messages. 
- Corrected bug for disabling of event adding affecting administrators. 
- Corrected bug for retaining information on hitting 'back' when adding event with missing information. 
- Corrected bug for user admin not working for certain languages. 

For upgraders, take note of new variables created in cal_config.inc.php:
$eventcatfilter 
$allowuserdel 

Note also that new files have been added, old files reorganised and split into smaller files for easier maintenance.

For users of languages other than English, new phrases have been added. They are commented with "translate" in the language files.

0.2.20021111
- Added Portuguese translation, courtesy of Rodrigo Carvalho.
- Added ability to view calendar in either 12-hour or 24-hour format through new variable $time12hour in configuration file.
- Added new setting through $shortdesclen variable in configuration file to define length of description display in weekly and daily calendar view.  
- Added new feature to list events under a category by month and year.

For upgraders, take note of new variables created in cal_config.inc.php:
$time12hour
$shortdesclen

For users of languages other than English, there are no new phrases added for translations from last version.

0.2.20021021
- Added French translation, courtesy of Michaud, Christophe.
- Added new popup calendar for the year with new icon and hyperlinks to specific month views.
- Added feature to enable and disable time entry for adding events with new variable $notimeentry in configuration file.
- Add new variables $addeventwin_w and $addeventwin_h to set Add Event window width and height.
- Added more information in emailing of events with better formatting.
- Corrected bug on event pop-up looking for hard-coded category table instead of variable. 
- Corrected bug on errors coming up when there is no login required and setting is for user to view only user-specific events. 
- Corrected bug on translation needed text when approval of events is enabled.

For upgraders, take note of new variables created in cal_config.inc.php:
$notimeentry
$addeventwin_w
$addeventwin_h


0.2.20021003
- Added configurable border around event display in calendar month view with variables $showeventborder and $showeventtimeborder in configuration file.
- Added feature to view particular user events in historical items in Administration.
- Added feature to view particular user events under categories in Administration.
- Corrected bug on searching through all events when user is only viewing his own events.
- Corrected bug on being to post event after logout when add_event window is still open.
- Added German translation, courtesy of Uli from Webdesign Mnchhalfen.
- Added Dutch translation, courtesy of Rob Gielen.
- Added Email notification setting in configuration file for events posted through user calendar with variables $mailevent and $emailrcpt.

0.2.20020925
- Added Italian translation, courtesy of Andrea Favini.
- Added repeat events for every particular weekday.
- Added new feature to copy events to another date from viewing one event.
- Added hyperlink back to user calendar in header menu in Administration.
- Corrected bug on being able to delete current login user in Administration.
- Added validation checks for creating of new users in Administration.
- Added changing of password and groups for users in Administration.
- Added new variable $userview to determine if calendar is user specific (not applicable to administrators).


0.1.20020918
- strip slashes for category names in historical items display.
- corrected display date in historical items page to take into account timezone.
- corrected adjustment of timezone to rollover month and year and not just day.

0.1.20020913
- Added timezone hours offset for differences in client browser's time against host server time.
- Today's date shown on calendar and date and time entries of events now take into account time zone differences.
- strip slashes for category names displayed.
- removed checkbox for use of entering start time and end time. Detection of selection of start time hour and end time hour is used instead.
- Added waiting messages in updating and deleting categories and users.

0.1.20020905 - First Beta release.
