| [new] |
PostgreSQL support added. |
| [new] |
Added "dbCharSet" web.xml parameter to allow a DB
character set to be specified in the web.xml file. |
| [enhance] |
iCal 2.0 decided to delete the whole calendar every time
it refreshes it. This caused unnecessary updating in the DB. Now
iGroupCal waits 5 seconds after an iCal 2.0 delete request to
see if it is followed by an update, and then only makes the
necessary updates. If the update is not received, the
calendar is deleted as usual. |
| [fix] |
Recurrences with a given number of repetitions (i.e. RRULE
contains COUNT elements) should now be handled correctly. |
| [fix] |
"fieldMarker" parameter is now used consistently
throughout the DB access routines. |
| [fix] |
Strings are now normalised to account for different OSes and
DB characteristics. |
| [fix] |
User/Owner mapping is now handled correctly when deleting
calendars. |