Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jorani-0.4.0.zip | 2015-05-12 | 5.1 MB | |
README.md | 2015-05-12 | 991 Bytes | |
Totals: 2 Items | 5.1 MB | 0 |
This version needs a DB patch and contains the following enhancements: * Translation in Spanish * Translation in German * Translation in Dutch * Delegation (delegate validation of requests) * ICS / CalDAV feeds (sync with Google Agenda, Thunderbird or Outlook) need a config. * Fully compatible with PHP7 * New functions in REST API * IMPORTANT : Patch database with sql/patch_to_0.4.0.sql if you've already installed an older version.
Bugs fixed: * Monthly reports didn't work on FireFox. * Tabular calendar didn't work with some overlapping cases.
Known issues: * Outlook may add one extra hour to each event in summer time. This has nothing to do with Jorani and this bug is known by Microsoft.
In order to enable public CalDAV / ICS feeds, you must use the following two new variables:
$config['ics_enabled'] = TRUE;
$config['default_timezone'] = 'Europe/Paris';
Please note that a new field in DB allows to set the timezone for each user.