]> git.koha-community.org Git - koha.git/commit
Bug 7532 - remove dependency on Date::ICal
authorRobin Sheat <robin@catalyst.net.nz>
Sun, 12 Feb 2012 03:36:34 +0000 (16:36 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 02:00:38 +0000 (21:00 -0500)
commitf5a59eaa8c6aba693358cd933c44d159e21b1509
treeeb910bcbc7f5628c64fa7302246d75588cf46adb
parent79f2130d6426a1b36c70dc37ba9836cbf311cb02
Bug 7532 - remove dependency on Date::ICal

This removes the dependency on Date::ICal (which is largely
unmaintained) and replaces it with DateTime::Format::ICal which can do
the same job. It also updates all the docs and installation scripts to
handle this change.

Note that this causes a minor behaviour change: previously the generated
times were converted to UTC, now they are left "floating" (that is, have
no timezone attached) and so will appear as the local time when imported
into a calendar. I don't anticipate this'll cause any issues however.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 70d95b515e491e5526c7276f0af03d51ff236d40)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Installer/PerlDependencies.pm
INSTALL.fedora7
debian/control
install_misc/debian.packages
install_misc/install_koha_on_fresh_debian
install_misc/ubuntu.packages
install_misc/ubuntu_maverick.packages
opac/opac-ics.pl