pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/kronolith Update to 2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc5b36213553
branches:  trunk
changeset: 548241:fc5b36213553
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Oct 12 12:08:07 2008 +0000

description:
Update to 2.3

----
v2.3
----

[jan] Change group field in shares table to work with LDAP groups (Bug 6883).
[jan] Fix user name conversion with user hooks in the calendar panel
      (Bug 7366).
[gwr] Fixed handling of free events in the Kolab driver
      (noethen%uni-paderborn.de@localhost, Bug 7192).
[jan] Differentiate between days with events and days with busy events in the
      year view.


--------
v2.3-RC1
--------

[jan] Send correct iTip notifications when deleting recurring event instances
      (Bug 6636).
[mjr] Add support for embedding calendar widgets on external websites.
[jan] Log moving of events in the history backend (Bug 3207).
[jan] Fix listing alarms of recurring events crossing day boundaries
      (Bug 7035).
[jan] Fix deleting all events over WebDAV (Bug 7005).
[jan] Add Atom feeds.
[jan] Fix encoding of holiday names.
[jan] Add Estonian translation (Alar Sing <alar.sing%err.ee@localhost>).
[jan] Consider RECURRENCE-ID attributes in iCalendar data.
[cjh] Fix a problem with the put() API call and events that already exist
      (almarin%um.es@localhost, Bug 7088).
[jan] Fix importing iCalendar events with only a single recurrence exception
      (guyzdm%gmail.com@localhost, Bug 7068).
[jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV
      <xabier.arrieta%ehu.es@localhost>).
[mjr] Add support for maintenance tasks and add a task for purging old events.
[jan] Fix future events not being received under certain circumstances
      (Bugs 6946, 6966).
[jan] Correctly sort recurring events (develop%kristov.de@localhost, Bug 7037).
[jan] Fix display of recurring events crossing midnight in the portal block
      (develop%kristov.de@localhost, Bug 7036).
[jan] Fix agenda emails containing wrong events.
[mjr] Remove user permissions on all shares when deleting a user.
[jan] Fix warning when importing events through the API (Bug 6865).
[cjh] Be case insensitive when comparing attendees
      (aloyse.gilbert%gmail.com@localhost, Bug 6833).
[jan] Use smaller icons for private events.

diffstat:

 time/kronolith/Makefile |   4 ++--
 time/kronolith/PLIST    |  34 +++++++++++++++++++++++++++++++---
 time/kronolith/distinfo |   8 ++++----
 3 files changed, 37 insertions(+), 9 deletions(-)

diffs (168 lines):

diff -r d67dd4ad07a0 -r fc5b36213553 time/kronolith/Makefile
--- a/time/kronolith/Makefile   Sun Oct 12 12:07:08 2008 +0000
+++ b/time/kronolith/Makefile   Sun Oct 12 12:08:07 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/05/26 12:58:49 adrianp Exp $
+# $NetBSD: Makefile,v 1.15 2008/10/12 12:08:07 adrianp Exp $
 
 DISTNAME=      kronolith-h3-${KRONOLITHVER}
 PKGNAME=       kronolith-${KRONOLITHVER}
@@ -22,7 +22,7 @@
 EGDIR=         ${PREFIX}/share/examples/kronolith
 HORDEDIR=      ${PREFIX}/share/horde
 KRONOLITHDIR=  ${HORDEDIR}/kronolith
-KRONOLITHVER=  2.2
+KRONOLITHVER=  2.3
 PAXDIRS=       js lib locale po scripts templates themes
 
 REPLACE_INTERPRETER+=  php
diff -r d67dd4ad07a0 -r fc5b36213553 time/kronolith/PLIST
--- a/time/kronolith/PLIST      Sun Oct 12 12:07:08 2008 +0000
+++ b/time/kronolith/PLIST      Sun Oct 12 12:08:07 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2008/05/26 12:58:49 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/10/12 12:08:07 adrianp Exp $
 share/doc/kronolith/INSTALL
 share/doc/kronolith/README
 share/doc/kronolith/RELEASE_NOTES
@@ -26,6 +26,7 @@
 share/horde/kronolith/js/calendar-panel.js
 share/horde/kronolith/js/controls.js
 share/horde/kronolith/js/effects.js
+share/horde/kronolith/js/embed.js
 share/horde/kronolith/js/prototype.js
 share/horde/kronolith/js/redbox.js
 share/horde/kronolith/js/scriptaculous.js
@@ -34,6 +35,7 @@
 share/horde/kronolith/js/src/calendar-panel.js
 share/horde/kronolith/js/src/controls.js
 share/horde/kronolith/js/src/effects.js
+share/horde/kronolith/js/src/embed.js
 share/horde/kronolith/js/src/prototype.js
 share/horde/kronolith/js/src/redbox.js
 share/horde/kronolith/js/src/scriptaculous.js
@@ -69,8 +71,11 @@
 share/horde/kronolith/lib/FreeBusy.php
 share/horde/kronolith/lib/Imple.php
 share/horde/kronolith/lib/Imple/ContactAutoCompleter.php
+share/horde/kronolith/lib/Imple/Embed.php
 share/horde/kronolith/lib/JSON.php
 share/horde/kronolith/lib/Kronolith.php
+share/horde/kronolith/lib/Maintenance/Task/purge_events.php
+share/horde/kronolith/lib/Maintenance/kronolith.php
 share/horde/kronolith/lib/Recurrence.php
 share/horde/kronolith/lib/Scheduler/kronolith.php
 share/horde/kronolith/lib/Storage.php
@@ -92,6 +97,9 @@
 share/horde/kronolith/lib/tests/allday.phpt
 share/horde/kronolith/lib/tests/bug2813.ics
 share/horde/kronolith/lib/tests/bug2813.phpt
+share/horde/kronolith/lib/tests/bug6031.phpt
+share/horde/kronolith/lib/tests/bug7068.ics
+share/horde/kronolith/lib/tests/bug7068.phpt
 share/horde/kronolith/lib/tests/recurrence.phpt
 share/horde/kronolith/lib/tests/toicalendar.phpt
 share/horde/kronolith/lib/version.php
@@ -107,6 +115,9 @@
 share/horde/kronolith/locale/en_US/help.xml
 share/horde/kronolith/locale/es_ES/LC_MESSAGES/kronolith.mo
 share/horde/kronolith/locale/es_ES/help.xml
+share/horde/kronolith/locale/et_EE/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/eu_ES/LC_MESSAGES/kronolith.mo
+share/horde/kronolith/locale/eu_ES/help.xml
 share/horde/kronolith/locale/fi_FI/LC_MESSAGES/kronolith.mo
 share/horde/kronolith/locale/fi_FI/help.xml
 share/horde/kronolith/locale/fr_FR/LC_MESSAGES/kronolith.mo
@@ -147,6 +158,8 @@
 share/horde/kronolith/po/de_DE.po
 share/horde/kronolith/po/el_GR.po
 share/horde/kronolith/po/es_ES.po
+share/horde/kronolith/po/et_EE.po
+share/horde/kronolith/po/eu_ES.po
 share/horde/kronolith/po/fi_FI.po
 share/horde/kronolith/po/fr_FR.po
 share/horde/kronolith/po/hu_HU.po
@@ -184,9 +197,12 @@
 share/horde/kronolith/scripts/upgrades/1.1_to_2.0.mysql.sql
 share/horde/kronolith/scripts/upgrades/1.1_to_2.0.oci8.sql
 share/horde/kronolith/scripts/upgrades/1.1_to_2.0.pgsql.sql
-share/horde/kronolith/scripts/upgrades/2.1_to_${PKGVERSION}.pgsql.sql
-share/horde/kronolith/scripts/upgrades/2.1_to_${PKGVERSION}.sql
+share/horde/kronolith/scripts/upgrades/2.1_to_2.2.pgsql.sql
+share/horde/kronolith/scripts/upgrades/2.1_to_2.2.sql
+share/horde/kronolith/scripts/upgrades/2.2_to_2.3.oci8.sql
+share/horde/kronolith/scripts/upgrades/2.2_to_2.3.sql
 share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql
+share/horde/kronolith/scripts/upgrades/2008-09-23_fix_group_uid.sql
 share/horde/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php
 share/horde/kronolith/search.php
 share/horde/kronolith/templates/attendees/attendees.inc
@@ -215,6 +231,7 @@
 share/horde/kronolith/templates/fbview/row.html
 share/horde/kronolith/templates/fbview/section.html
 share/horde/kronolith/templates/fbview/unknownblock.html
+share/horde/kronolith/templates/feeds/atom.xml
 share/horde/kronolith/templates/javascript/goto.js
 share/horde/kronolith/templates/javascript_defs.php
 share/horde/kronolith/templates/menu.inc
@@ -241,8 +258,10 @@
 share/horde/kronolith/themes/bluewhite/screen.css
 share/horde/kronolith/themes/burntorange/screen.css
 share/horde/kronolith/themes/categoryCSS.php
+share/horde/kronolith/themes/embed.css
 share/horde/kronolith/themes/fadetogreen/graphics/headerbox.png
 share/horde/kronolith/themes/fadetogreen/screen.css
+share/horde/kronolith/themes/feed-rss.xsl
 share/horde/kronolith/themes/graphics/addressbook_browse.png
 share/horde/kronolith/themes/graphics/alarm-000.png
 share/horde/kronolith/themes/graphics/alarm-fff.png
@@ -265,6 +284,8 @@
 share/horde/kronolith/themes/graphics/new_big.png
 share/horde/kronolith/themes/graphics/new_small.png
 share/horde/kronolith/themes/graphics/plus.png
+share/horde/kronolith/themes/graphics/private-000.png
+share/horde/kronolith/themes/graphics/private-fff.png
 share/horde/kronolith/themes/graphics/recur-000.png
 share/horde/kronolith/themes/graphics/recur-fff.png
 share/horde/kronolith/themes/graphics/redbox_spinner.gif
@@ -368,6 +389,7 @@
 @dirrm share/horde/kronolith/templates/perms
 @dirrm share/horde/kronolith/templates/month
 @dirrm share/horde/kronolith/templates/javascript
+@dirrm share/horde/kronolith/templates/feeds
 @dirrm share/horde/kronolith/templates/fbview
 @dirrm share/horde/kronolith/templates/edit
 @dirrm share/horde/kronolith/templates/delete
@@ -426,6 +448,10 @@
 @dirrm share/horde/kronolith/locale/fr_FR
 @dirrm share/horde/kronolith/locale/fi_FI/LC_MESSAGES
 @dirrm share/horde/kronolith/locale/fi_FI
+@dirrm share/horde/kronolith/locale/eu_ES/LC_MESSAGES
+@dirrm share/horde/kronolith/locale/eu_ES
+@dirrm share/horde/kronolith/locale/et_EE/LC_MESSAGES
+@dirrm share/horde/kronolith/locale/et_EE
 @dirrm share/horde/kronolith/locale/es_ES/LC_MESSAGES
 @dirrm share/horde/kronolith/locale/es_ES
 @dirrm share/horde/kronolith/locale/en_US
@@ -448,6 +474,8 @@
 @dirrm share/horde/kronolith/lib/Views
 @dirrm share/horde/kronolith/lib/Storage
 @dirrm share/horde/kronolith/lib/Scheduler
+@dirrm share/horde/kronolith/lib/Maintenance/Task
+@dirrm share/horde/kronolith/lib/Maintenance
 @dirrm share/horde/kronolith/lib/Imple
 @dirrm share/horde/kronolith/lib/Forms
 @dirrm share/horde/kronolith/lib/FBView
diff -r d67dd4ad07a0 -r fc5b36213553 time/kronolith/distinfo
--- a/time/kronolith/distinfo   Sun Oct 12 12:07:08 2008 +0000
+++ b/time/kronolith/distinfo   Sun Oct 12 12:08:07 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2008/05/26 12:58:49 adrianp Exp $
+$NetBSD: distinfo,v 1.9 2008/10/12 12:08:07 adrianp Exp $
 
-SHA1 (kronolith-h3-2.2.tar.gz) = 7b349cff099df2c8eacd29c40c0d06d0c24d9d78
-RMD160 (kronolith-h3-2.2.tar.gz) = af946383ec1eafe4e35323e3e47e6421e53d0eaa
-Size (kronolith-h3-2.2.tar.gz) = 2354137 bytes
+SHA1 (kronolith-h3-2.3.tar.gz) = c343b0712730d5a3ca888598515ef453437c247f
+RMD160 (kronolith-h3-2.3.tar.gz) = a6ce6629c79587f0dd3c473c97bf1667e9a0f370
+Size (kronolith-h3-2.3.tar.gz) = 2550567 bytes



Home | Main Index | Thread Index | Old Index