The branch "develop" has been updated. The following is a summary of the commits.
from: f12c9761a1d366c1ce9f9e5c12928465c0288d53 065fe7c Add setter and getter for "timezone". 9bdc117 Fix weekly recurrence instances having the wrong timezone set. 65b46cf Allow to set individual timezones for each event (Request #10727). 8e82852 Merge branch 'develop' of dev.horde.org:/horde/git/horde into develop ----------------------------------------------------------------------- commit 065fe7c2a0be4e5bc0c7f978450bc24377e72b91 Author: Jan Schneider <[email protected]> Date: Sat Nov 12 01:18:04 2011 +0100 Add setter and getter for "timezone". framework/Date/lib/Horde/Date.php | 18 ++++++++++++------ framework/Date/package.xml | 9 ++++----- 2 files changed, 16 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/065fe7c2a0be4e5bc0c7f978450bc24377e72b91 ----------------------------------------------------------------------- commit 9bdc1173e4d27e21cf87d45480f4975f9aaf6679 Author: Jan Schneider <[email protected]> Date: Sat Nov 12 01:18:28 2011 +0100 Fix weekly recurrence instances having the wrong timezone set. framework/Date/lib/Horde/Date/Recurrence.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9bdc1173e4d27e21cf87d45480f4975f9aaf6679 ----------------------------------------------------------------------- commit 65b46cf8f1fef3ea006f6bde35c73cd244e3c386 Author: Jan Schneider <[email protected]> Date: Sat Nov 12 01:40:52 2011 +0100 Allow to set individual timezones for each event (Request #10727). Todos: - Implement in traditional view. - Dynamically show and hide timezone field depending on the selected driver's capabilities. - Think about recurrence exceptions. kronolith/docs/CHANGES | 1 + kronolith/js/kronolith.js | 1 + kronolith/lib/Ajax/Application.php | 5 +++ kronolith/lib/Driver.php | 10 ++++++ kronolith/lib/Driver/Sql.php | 16 +++++++-- kronolith/lib/Event.php | 46 +++++++++++++++++++++++--- kronolith/lib/Event/Sql.php | 5 +++ kronolith/lib/Kronolith.php | 62 +++++++++++++++++++++++++++++++---- kronolith/package.xml | 2 +- kronolith/templates/index/edit.inc | 8 +++++ 10 files changed, 140 insertions(+), 16 deletions(-) http://git.horde.org/horde-git/-/commit/65b46cf8f1fef3ea006f6bde35c73cd244e3c386 ----------------------------------------------------------------------- commit 8e82852303a2454c8a77c4a8162b247cdbce22e3 Merge: 65b46cf f12c976 Author: Jan Schneider <[email protected]> Date: Sat Nov 12 01:43:00 2011 +0100 Merge branch 'develop' of dev.horde.org:/horde/git/horde into develop framework/Cli_Modular/doc/Horde/Cli/Modular/README | 14 ++-- framework/Cli_Modular/package.xml | 4 +- framework/Core/package.xml | 3 +- framework/Date/test/Horde/Date/DateTest.php | 1 + framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php | 2 +- framework/Kolab_Format/package.xml | 7 ++ framework/Kolab_Format/test/Horde/Kolab/Format/Unit/DateTest.php | 10 +++ .../Kolab_Storage/test/Horde/Kolab/Storage/Server/DriverTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php | 4 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Driver/ImapTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php | 10 +- .../test/Horde/Kolab/Storage/Unit/Driver/PearTest.php | 2 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php | 6 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/BaseTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php | 16 ++-- .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php | 18 ++-- kronolith/js/kronolith.js | 1 + 22 files changed, 72 insertions(+), 52 deletions(-) http://git.horde.org/horde-git/-/commit/8e82852303a2454c8a77c4a8162b247cdbce22e3 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
