2020-07-28 10:56:36 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
php-baikal: update to 0.7.1.
!! Configuration format was updated !!
With the 0.7.0 release, our configuration format was updated to
use YAML files. Baikal stores data in both the Specific and the
config folders. Keep this in mind when upgrading! We recommend that
you make a full backup of your data, as a safety measure.
0.7.1
-----
* Fixed user deletion
* Fixed upgrading from versions older than 0.6.1
* Re-added config option for base uri
* Ships with sabre/dav 4.1.0
0.7.0 (2020-05-31)
------------------
* New configuration format
* Added support for php 7.4
* REMOVED support for php 7.0
* Shows event count per calendar
* Shows contact count per address book
* Ships with sabre/dav 4.1.0
|
2020-06-08 19:57:30 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
php-baikal: update HOMEPAGE.
|
2019-11-18 16:42:42 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
php73-baikal: update to 0.6.1.
0.6.1 (2019-11-13)
------------------
* Fixed sync issues with Thunderbird
* Ships with sabre/dav 4.0.2
|
2019-11-03 23:28:30 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
php-baikal: mark as incompatible to php-5.x (per release notes of last update)
|
2019-11-03 19:50:18 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3) | |
Log message:
php-baikal: update to 0.6.0
pkgsrc changes:
---------------
* Remove APACHE_{GROUP,USER} definition to appease pkglint.
* Remove an executable permission to suppress a warning.
upstream changes:
-----------------
0.6.0 (2019-08-25)
Added support for php 7.3
REMOVED support for php 5.x
Enabled event invitation plugin
Enabled calendar sharing plugin
Ships with sabre/dav 4.0.1
0.5.3 (2019-05-13)
Added confirmation page before upgrading to prevent aborting upgrades \
accidentally
Ships with sabre/dav 3.2.3
0.5.2 (2019-04-26)
Fixed creating new users/calendars
New front page
Increased timeout for database upgrades
Ships with sabre/dav 3.2.3
0.5.1 (2019-04-21)
Fixed authentication bypass
Upgraded sabre/dav to version 3.2.3
Support for PHP 7.2
|
2017-04-05 14:33:49 by Filip Hajny | Files touched by this commit (27) |
Log message:
Remove traces of textproc/php-dom which is not needed anymore, now that dom is \
built into PHP. Bump resp. PKGREVISION.
|
2016-08-22 16:22:30 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Updated php56-baikal to 0.4.6.
Updated sabre/dav database definitions
#559: Fix contacts in new addressbooks not syncing
Now allows creation of calendars that contain VJOURNAL, VTODO and VEVENT.
Upgrading from Baikal version 0.2.3 and older is no longer supported.
Ships with sabre/dav 3.1.4
|
2016-08-03 00:44:02 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Updated php56-baikal to 0.4.5.
0.4.5 (2016-05-28)
------------------
* #552: PHP 7.0.7 introduced a sublte BC break that caused Baikal to error.
* Upgraded sabre/dav, which fixes CardDAV performance problems.
* Ships with sabre/dav 3.1.4
|
2016-05-26 11:22:35 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Updated php55-baikal to 0.4.4.
0.4.4 (2016-03-30)
------------------
* #517: Added the Sync plugin. Should speed things up and fix syncing bugs
with Em Client.
* Ships with sabre/dav 3.1.2
0.4.3 (2016-03-23)
------------------
* #513: Fixed error during installation, introduced with 0.4.2.
* Ships with sabre/dav 3.1.2
0.4.2 (2016-03-21)
------------------
* #510: Fix PHP warning on fresh install.
* #507: Disable installer if Baikal was already configured.
* Ships with sabre/dav 3.1.2
0.4.1 (2016-03-17)
------------------
* #506: Fix Sqlite upgrades from people that are upgrading from 0.2.7 or
earlier.
* Ships with sabre/dav 3.1.2
0.4.0 (2016-03-15)
------------------
* #472: If you were using Sqlite, Cal- CardDAV clients might have missed
updates from the server.
* #482 / #490: Fix installation issue if Sqlite is not enabled. (@fabianwolf)
* #491: Added CalDAV Scheduling plugin.
* Added Property Storage plugin.
* Removed features related to locking the admin interface. This means that you
no longer have to create the `ENABLE_ADMIN` / `ENABLE_INSTALL` files.
* Ships with sabre/dav 3.1.2
|
2016-04-02 10:23:30 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Fix INSTALLATION_DIRS typo.
|