Wed Aug 7 19:19:58 2013 UTC ()
Install missing files, especially kronolith/calendars/ which contains code
needed to manage calendars.


(bouyer)
diff -r1.21 -r1.22 pkgsrc/time/kronolith/Makefile
diff -r1.12 -r1.13 pkgsrc/time/kronolith/PLIST

cvs diff -r1.21 -r1.22 pkgsrc/time/kronolith/Makefile (switch to unified diff)

--- pkgsrc/time/kronolith/Makefile 2013/03/16 07:21:23 1.21
+++ pkgsrc/time/kronolith/Makefile 2013/08/07 19:19:58 1.22
@@ -1,94 +1,94 @@ @@ -1,94 +1,94 @@
1# $NetBSD: Makefile,v 1.21 2013/03/16 07:21:23 obache Exp $ 1# $NetBSD: Makefile,v 1.22 2013/08/07 19:19:58 bouyer Exp $
2 2
3DISTNAME= kronolith-h3-${KRONOLITHVER} 3DISTNAME= kronolith-h3-${KRONOLITHVER}
4PKGNAME= kronolith-${KRONOLITHVER} 4PKGNAME= kronolith-${KRONOLITHVER}
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= www time 6CATEGORIES= www time
7MASTER_SITES= http://ftp.horde.org/pub/kronolith/ \ 7MASTER_SITES= http://ftp.horde.org/pub/kronolith/ \
8 ftp://ftp.horde.org/pub/kronolith/ 8 ftp://ftp.horde.org/pub/kronolith/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.horde.org/kronolith/ 11HOMEPAGE= http://www.horde.org/kronolith/
12COMMENT= Horde calendar application 12COMMENT= Horde calendar application
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15DEPENDS+= horde>=3.2:../../www/horde 15DEPENDS+= horde>=3.2:../../www/horde
16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql 16DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
17DEPENDS+= ${PHP_PKG_PREFIX}-pear-Date-[0-9]*:../../time/pear-Date 17DEPENDS+= ${PHP_PKG_PREFIX}-pear-Date-[0-9]*:../../time/pear-Date
18 18
19USE_TOOLS+= pax 19USE_TOOLS+= pax
20 20
21.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
22 22
23DOCDIR= ${PREFIX}/share/doc/kronolith 23DOCDIR= ${PREFIX}/share/doc/kronolith
24EGDIR= ${PREFIX}/share/examples/kronolith 24EGDIR= ${PREFIX}/share/examples/kronolith
25HORDEDIR= ${PREFIX}/share/horde 25HORDEDIR= ${PREFIX}/share/horde
26KRONOLITHDIR= ${HORDEDIR}/kronolith 26KRONOLITHDIR= ${HORDEDIR}/kronolith
27KRONOLITHVER= 2.3.6 27KRONOLITHVER= 2.3.6
28PAXDIRS= js lib locale po scripts templates themes 28PAXDIRS= calendars feed js lib locale po scripts templates themes
29 29
30INSTALLATION_DIRS+= ${DOCDIR} 30INSTALLATION_DIRS+= ${DOCDIR}
31INSTALLATION_DIRS+= ${EGDIR} 31INSTALLATION_DIRS+= ${EGDIR}
32INSTALLATION_DIRS+= ${KRONOLITHDIR}/config 32INSTALLATION_DIRS+= ${KRONOLITHDIR}/config
33INSTALLATION_DIRS+= ${PAXDIRS:=${KRONOLITHDIR}/%} 33INSTALLATION_DIRS+= ${PAXDIRS:=${KRONOLITHDIR}/%}
34 34
35REPLACE_INTERPRETER+= php 35REPLACE_INTERPRETER+= php
36REPLACE.php.old= .*/bin.php 36REPLACE.php.old= .*/bin.php
37REPLACE.php.new= ${PREFIX}/bin/php 37REPLACE.php.new= ${PREFIX}/bin/php
38REPLACE_FILES.php= scripts/import_icals.php \ 38REPLACE_FILES.php= scripts/import_icals.php \
39 scripts/migrate_to_sql_driver.php \ 39 scripts/migrate_to_sql_driver.php \
40 scripts/reminders.php 40 scripts/reminders.php
41 41
42MESSAGE_SUBST+= KRONOLITHDIR=${KRONOLITHDIR:Q} 42MESSAGE_SUBST+= KRONOLITHDIR=${KRONOLITHDIR:Q}
43MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} 43MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
44 44
45PKG_SYSCONFSUBDIR?= httpd 45PKG_SYSCONFSUBDIR?= httpd
46USE_PKGINSTALL= YES 46USE_PKGINSTALL= YES
47 47
48SUBST_CLASSES+= files 48SUBST_CLASSES+= files
49SUBST_STAGE.files= post-build 49SUBST_STAGE.files= post-build
50SUBST_FILES.files= kronolith.conf.dist 50SUBST_FILES.files= kronolith.conf.dist
51SUBST_SED.files= -e "s|@KRONOLITHDIR@|${KRONOLITHDIR}|g" 51SUBST_SED.files= -e "s|@KRONOLITHDIR@|${KRONOLITHDIR}|g"
52SUBST_MESSAGE.files= Fixing configuration files. 52SUBST_MESSAGE.files= Fixing configuration files.
53 53
54PKG_USERS_VARS+= APACHE_USER 54PKG_USERS_VARS+= APACHE_USER
55 55
56CONF_FILES= ${EGDIR}/kronolith.conf ${PKG_SYSCONFDIR}/kronolith.conf 56CONF_FILES= ${EGDIR}/kronolith.conf ${PKG_SYSCONFDIR}/kronolith.conf
57CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/conf.xml.dist \ 57CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/conf.xml.dist \
58 ${KRONOLITHDIR}/config/conf.xml \ 58 ${KRONOLITHDIR}/config/conf.xml \
59 ${APACHE_USER} ${ROOT_GROUP} 0440 59 ${APACHE_USER} ${ROOT_GROUP} 0440
60CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/keywords.php.dist \ 60CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/keywords.php.dist \
61 ${KRONOLITHDIR}/config/keywords.php \ 61 ${KRONOLITHDIR}/config/keywords.php \
62 ${APACHE_USER} ${ROOT_GROUP} 0440 62 ${APACHE_USER} ${ROOT_GROUP} 0440
63CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/menu.php.dist \ 63CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/menu.php.dist \
64 ${KRONOLITHDIR}/config/menu.php \ 64 ${KRONOLITHDIR}/config/menu.php \
65 ${APACHE_USER} ${ROOT_GROUP} 0440 65 ${APACHE_USER} ${ROOT_GROUP} 0440
66CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/prefs.php.dist \ 66CONF_FILES_PERMS+= ${KRONOLITHDIR}/config/prefs.php.dist \
67 ${KRONOLITHDIR}/config/prefs.php \ 67 ${KRONOLITHDIR}/config/prefs.php \
68 ${APACHE_USER} ${ROOT_GROUP} 0440 68 ${APACHE_USER} ${ROOT_GROUP} 0440
69SPECIAL_PERMS+= ${KRONOLITHDIR}/config ${APACHE_USER} ${SHAREGRP} 0750 69SPECIAL_PERMS+= ${KRONOLITHDIR}/config ${APACHE_USER} ${SHAREGRP} 0750
70 70
71do-build: 71do-build:
72 ${CP} ${FILESDIR}/kronolith.conf.dist ${WRKSRC}/kronolith.conf.dist 72 ${CP} ${FILESDIR}/kronolith.conf.dist ${WRKSRC}/kronolith.conf.dist
73 ${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist 73 ${CP} ${WRKSRC}/config/conf.xml ${WRKSRC}/config/conf.xml.dist
74 ${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f 74 ${FIND} ${WRKSRC} -name .htaccess -print | ${XARGS} ${RM} -f
75 75
76do-install: 76do-install:
77 ${INSTALL_DATA} ${WRKSRC}/kronolith.conf.dist ${DESTDIR}${EGDIR}/kronolith.conf 77 ${INSTALL_DATA} ${WRKSRC}/kronolith.conf.dist ${DESTDIR}${EGDIR}/kronolith.conf
78 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} 78 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
79 ${INSTALL_DATA} ${WRKSRC}/docs/INSTALL ${DESTDIR}${DOCDIR} 79 ${INSTALL_DATA} ${WRKSRC}/docs/INSTALL ${DESTDIR}${DOCDIR}
80 ${INSTALL_DATA} ${WRKSRC}/docs/RELEASE_NOTES ${DESTDIR}${DOCDIR} 80 ${INSTALL_DATA} ${WRKSRC}/docs/RELEASE_NOTES ${DESTDIR}${DOCDIR}
81 ${INSTALL_DATA} ${WRKSRC}/docs/UPGRADING ${DESTDIR}${DOCDIR} 81 ${INSTALL_DATA} ${WRKSRC}/docs/UPGRADING ${DESTDIR}${DOCDIR}
82 82
83. for d in ${PAXDIRS} 83. for d in ${PAXDIRS}
84 cd ${WRKSRC}/${d} && pax -rwpma . ${DESTDIR}${KRONOLITHDIR}/${d} 84 cd ${WRKSRC}/${d} && pax -rwpma . ${DESTDIR}${KRONOLITHDIR}/${d}
85. endfor 85. endfor
86 86
87 ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${DESTDIR}${KRONOLITHDIR}/config 87 ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${DESTDIR}${KRONOLITHDIR}/config
88 ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${KRONOLITHDIR} 88 ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${KRONOLITHDIR}
89 ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${KRONOLITHDIR} 89 ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${KRONOLITHDIR}
90 ${FIND} ${DESTDIR}${KRONOLITHDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} 90 ${FIND} ${DESTDIR}${KRONOLITHDIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
91 ${FIND} ${DESTDIR}${KRONOLITHDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE} 91 ${FIND} ${DESTDIR}${KRONOLITHDIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
92 92
93.include "../../lang/php/phpversion.mk" 93.include "../../lang/php/phpversion.mk"
94.include "../../mk/bsd.pkg.mk" 94.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/time/kronolith/PLIST (switch to unified diff)

--- pkgsrc/time/kronolith/PLIST 2012/02/23 12:05:50 1.12
+++ pkgsrc/time/kronolith/PLIST 2013/08/07 19:19:58 1.13
@@ -1,384 +1,393 @@ @@ -1,384 +1,393 @@
1@comment $NetBSD: PLIST,v 1.12 2012/02/23 12:05:50 obache Exp $ 1@comment $NetBSD: PLIST,v 1.13 2013/08/07 19:19:58 bouyer Exp $
2share/doc/kronolith/INSTALL 2share/doc/kronolith/INSTALL
3share/doc/kronolith/README 3share/doc/kronolith/README
4share/doc/kronolith/RELEASE_NOTES 4share/doc/kronolith/RELEASE_NOTES
5share/doc/kronolith/UPGRADING 5share/doc/kronolith/UPGRADING
6share/examples/kronolith/kronolith.conf 6share/examples/kronolith/kronolith.conf
7share/horde/kronolith/add.php 7share/horde/kronolith/add.php
8share/horde/kronolith/attend.php 8share/horde/kronolith/attend.php
9share/horde/kronolith/attendees.php 9share/horde/kronolith/attendees.php
 10share/horde/kronolith/calendars/create.php
 11share/horde/kronolith/calendars/delete.php
 12share/horde/kronolith/calendars/edit.php
 13share/horde/kronolith/calendars/index.php
 14share/horde/kronolith/calendars/info.php
 15share/horde/kronolith/calendars/remote_edit.php
 16share/horde/kronolith/calendars/remote_subscribe.php
 17share/horde/kronolith/calendars/remote_unsubscribe.php
10share/horde/kronolith/config/conf.xml.dist 18share/horde/kronolith/config/conf.xml.dist
11share/horde/kronolith/config/keywords.php.dist 19share/horde/kronolith/config/keywords.php.dist
12share/horde/kronolith/config/menu.php.dist 20share/horde/kronolith/config/menu.php.dist
13share/horde/kronolith/config/prefs.php.dist 21share/horde/kronolith/config/prefs.php.dist
14share/horde/kronolith/contacts.php 22share/horde/kronolith/contacts.php
15share/horde/kronolith/data.php 23share/horde/kronolith/data.php
16share/horde/kronolith/day.php 24share/horde/kronolith/day.php
17share/horde/kronolith/delete.php 25share/horde/kronolith/delete.php
18share/horde/kronolith/edit.php 26share/horde/kronolith/edit.php
19share/horde/kronolith/event.php 27share/horde/kronolith/event.php
20share/horde/kronolith/fb.php 28share/horde/kronolith/fb.php
 29share/horde/kronolith/feed/index.php
21share/horde/kronolith/ics.php 30share/horde/kronolith/ics.php
22share/horde/kronolith/imple.php 31share/horde/kronolith/imple.php
23share/horde/kronolith/index.php 32share/horde/kronolith/index.php
24share/horde/kronolith/js/QuickFinder.js 33share/horde/kronolith/js/QuickFinder.js
25share/horde/kronolith/js/builder.js 34share/horde/kronolith/js/builder.js
26share/horde/kronolith/js/calendar-panel.js 35share/horde/kronolith/js/calendar-panel.js
27share/horde/kronolith/js/controls.js 36share/horde/kronolith/js/controls.js
28share/horde/kronolith/js/effects.js 37share/horde/kronolith/js/effects.js
29share/horde/kronolith/js/embed.js 38share/horde/kronolith/js/embed.js
30share/horde/kronolith/js/prototype.js 39share/horde/kronolith/js/prototype.js
31share/horde/kronolith/js/redbox.js 40share/horde/kronolith/js/redbox.js
32share/horde/kronolith/js/scriptaculous.js 41share/horde/kronolith/js/scriptaculous.js
33share/horde/kronolith/js/src/QuickFinder.js 42share/horde/kronolith/js/src/QuickFinder.js
34share/horde/kronolith/js/src/builder.js 43share/horde/kronolith/js/src/builder.js
35share/horde/kronolith/js/src/calendar-panel.js 44share/horde/kronolith/js/src/calendar-panel.js
36share/horde/kronolith/js/src/controls.js 45share/horde/kronolith/js/src/controls.js
37share/horde/kronolith/js/src/effects.js 46share/horde/kronolith/js/src/effects.js
38share/horde/kronolith/js/src/embed.js 47share/horde/kronolith/js/src/embed.js
39share/horde/kronolith/js/src/prototype.js 48share/horde/kronolith/js/src/prototype.js
40share/horde/kronolith/js/src/redbox.js 49share/horde/kronolith/js/src/redbox.js
41share/horde/kronolith/js/src/scriptaculous.js 50share/horde/kronolith/js/src/scriptaculous.js
42share/horde/kronolith/js/src/stripe.js 51share/horde/kronolith/js/src/stripe.js
43share/horde/kronolith/js/src/tables.js 52share/horde/kronolith/js/src/tables.js
44share/horde/kronolith/js/src/views.js 53share/horde/kronolith/js/src/views.js
45share/horde/kronolith/js/stripe.js 54share/horde/kronolith/js/stripe.js
46share/horde/kronolith/js/tables.js 55share/horde/kronolith/js/tables.js
47share/horde/kronolith/js/views.js 56share/horde/kronolith/js/views.js
48share/horde/kronolith/lib/Block/month.php 57share/horde/kronolith/lib/Block/month.php
49share/horde/kronolith/lib/Block/monthlist.php 58share/horde/kronolith/lib/Block/monthlist.php
50share/horde/kronolith/lib/Block/prevmonthlist.php 59share/horde/kronolith/lib/Block/prevmonthlist.php
51share/horde/kronolith/lib/Block/summary.php 60share/horde/kronolith/lib/Block/summary.php
52share/horde/kronolith/lib/Block/tree_alarms.php 61share/horde/kronolith/lib/Block/tree_alarms.php
53share/horde/kronolith/lib/Block/tree_menu.php 62share/horde/kronolith/lib/Block/tree_menu.php
54share/horde/kronolith/lib/Day.php 63share/horde/kronolith/lib/Day.php
55share/horde/kronolith/lib/Driver.php 64share/horde/kronolith/lib/Driver.php
56share/horde/kronolith/lib/Driver/holidays.php 65share/horde/kronolith/lib/Driver/holidays.php
57share/horde/kronolith/lib/Driver/ical.php 66share/horde/kronolith/lib/Driver/ical.php
58share/horde/kronolith/lib/Driver/kolab.php 67share/horde/kronolith/lib/Driver/kolab.php
59share/horde/kronolith/lib/Driver/sql.php 68share/horde/kronolith/lib/Driver/sql.php
60share/horde/kronolith/lib/FBView.php 69share/horde/kronolith/lib/FBView.php
61share/horde/kronolith/lib/FBView/day.php 70share/horde/kronolith/lib/FBView/day.php
62share/horde/kronolith/lib/FBView/month.php 71share/horde/kronolith/lib/FBView/month.php
63share/horde/kronolith/lib/FBView/week.php 72share/horde/kronolith/lib/FBView/week.php
64share/horde/kronolith/lib/FBView/workweek.php 73share/horde/kronolith/lib/FBView/workweek.php
65share/horde/kronolith/lib/Forms/CreateCalendar.php 74share/horde/kronolith/lib/Forms/CreateCalendar.php
66share/horde/kronolith/lib/Forms/DeleteCalendar.php 75share/horde/kronolith/lib/Forms/DeleteCalendar.php
67share/horde/kronolith/lib/Forms/EditCalendar.php 76share/horde/kronolith/lib/Forms/EditCalendar.php
68share/horde/kronolith/lib/Forms/EditRemoteCalendar.php 77share/horde/kronolith/lib/Forms/EditRemoteCalendar.php
69share/horde/kronolith/lib/Forms/SubscribeRemoteCalendar.php 78share/horde/kronolith/lib/Forms/SubscribeRemoteCalendar.php
70share/horde/kronolith/lib/Forms/UnsubscribeRemoteCalendar.php 79share/horde/kronolith/lib/Forms/UnsubscribeRemoteCalendar.php
71share/horde/kronolith/lib/FreeBusy.php 80share/horde/kronolith/lib/FreeBusy.php
72share/horde/kronolith/lib/Imple.php 81share/horde/kronolith/lib/Imple.php
73share/horde/kronolith/lib/Imple/ContactAutoCompleter.php 82share/horde/kronolith/lib/Imple/ContactAutoCompleter.php
74share/horde/kronolith/lib/Imple/Embed.php 83share/horde/kronolith/lib/Imple/Embed.php
75share/horde/kronolith/lib/JSON.php 84share/horde/kronolith/lib/JSON.php
76share/horde/kronolith/lib/Kronolith.php 85share/horde/kronolith/lib/Kronolith.php
77share/horde/kronolith/lib/Maintenance/Task/purge_events.php 86share/horde/kronolith/lib/Maintenance/Task/purge_events.php
78share/horde/kronolith/lib/Maintenance/kronolith.php 87share/horde/kronolith/lib/Maintenance/kronolith.php
79share/horde/kronolith/lib/Recurrence.php 88share/horde/kronolith/lib/Recurrence.php
80share/horde/kronolith/lib/Scheduler/kronolith.php 89share/horde/kronolith/lib/Scheduler/kronolith.php
81share/horde/kronolith/lib/Storage.php 90share/horde/kronolith/lib/Storage.php
82share/horde/kronolith/lib/Storage/kolab.php 91share/horde/kronolith/lib/Storage/kolab.php
83share/horde/kronolith/lib/Storage/sql.php 92share/horde/kronolith/lib/Storage/sql.php
84share/horde/kronolith/lib/Views/Day.php 93share/horde/kronolith/lib/Views/Day.php
85share/horde/kronolith/lib/Views/DeleteEvent.php 94share/horde/kronolith/lib/Views/DeleteEvent.php
86share/horde/kronolith/lib/Views/EditEvent.php 95share/horde/kronolith/lib/Views/EditEvent.php
87share/horde/kronolith/lib/Views/Event.php 96share/horde/kronolith/lib/Views/Event.php
88share/horde/kronolith/lib/Views/ExportEvent.php 97share/horde/kronolith/lib/Views/ExportEvent.php
89share/horde/kronolith/lib/Views/Month.php 98share/horde/kronolith/lib/Views/Month.php
90share/horde/kronolith/lib/Views/Week.php 99share/horde/kronolith/lib/Views/Week.php
91share/horde/kronolith/lib/Views/WorkWeek.php 100share/horde/kronolith/lib/Views/WorkWeek.php
92share/horde/kronolith/lib/Views/Year.php 101share/horde/kronolith/lib/Views/Year.php
93share/horde/kronolith/lib/api.php 102share/horde/kronolith/lib/api.php
94share/horde/kronolith/lib/base.php 103share/horde/kronolith/lib/base.php
95share/horde/kronolith/lib/prefs.php 104share/horde/kronolith/lib/prefs.php
96share/horde/kronolith/lib/tests/allday.ics 105share/horde/kronolith/lib/tests/allday.ics
97share/horde/kronolith/lib/tests/allday.phpt 106share/horde/kronolith/lib/tests/allday.phpt
98share/horde/kronolith/lib/tests/bug2813.ics 107share/horde/kronolith/lib/tests/bug2813.ics
99share/horde/kronolith/lib/tests/bug2813.phpt 108share/horde/kronolith/lib/tests/bug2813.phpt
100share/horde/kronolith/lib/tests/bug6031.phpt 109share/horde/kronolith/lib/tests/bug6031.phpt
101share/horde/kronolith/lib/tests/bug7068.ics 110share/horde/kronolith/lib/tests/bug7068.ics
102share/horde/kronolith/lib/tests/bug7068.phpt 111share/horde/kronolith/lib/tests/bug7068.phpt
103share/horde/kronolith/lib/tests/fromicalendar.ics 112share/horde/kronolith/lib/tests/fromicalendar.ics
104share/horde/kronolith/lib/tests/fromicalendar.phpt 113share/horde/kronolith/lib/tests/fromicalendar.phpt
105share/horde/kronolith/lib/tests/recurrence.phpt 114share/horde/kronolith/lib/tests/recurrence.phpt
106share/horde/kronolith/lib/tests/toicalendar.phpt 115share/horde/kronolith/lib/tests/toicalendar.phpt
107share/horde/kronolith/lib/version.php 116share/horde/kronolith/lib/version.php
108share/horde/kronolith/locale/ar_SY/LC_MESSAGES/kronolith.mo 117share/horde/kronolith/locale/ar_SY/LC_MESSAGES/kronolith.mo
109share/horde/kronolith/locale/bg_BG/LC_MESSAGES/kronolith.mo 118share/horde/kronolith/locale/bg_BG/LC_MESSAGES/kronolith.mo
110share/horde/kronolith/locale/ca_ES/LC_MESSAGES/kronolith.mo 119share/horde/kronolith/locale/ca_ES/LC_MESSAGES/kronolith.mo
111share/horde/kronolith/locale/ca_ES/help.xml 120share/horde/kronolith/locale/ca_ES/help.xml
112share/horde/kronolith/locale/cs_CZ/LC_MESSAGES/kronolith.mo 121share/horde/kronolith/locale/cs_CZ/LC_MESSAGES/kronolith.mo
113share/horde/kronolith/locale/da_DK/LC_MESSAGES/kronolith.mo 122share/horde/kronolith/locale/da_DK/LC_MESSAGES/kronolith.mo
114share/horde/kronolith/locale/de_DE/LC_MESSAGES/kronolith.mo 123share/horde/kronolith/locale/de_DE/LC_MESSAGES/kronolith.mo
115share/horde/kronolith/locale/de_DE/help.xml 124share/horde/kronolith/locale/de_DE/help.xml
116share/horde/kronolith/locale/el_GR/LC_MESSAGES/kronolith.mo 125share/horde/kronolith/locale/el_GR/LC_MESSAGES/kronolith.mo
117share/horde/kronolith/locale/en_US/help.xml 126share/horde/kronolith/locale/en_US/help.xml
118share/horde/kronolith/locale/es_ES/LC_MESSAGES/kronolith.mo 127share/horde/kronolith/locale/es_ES/LC_MESSAGES/kronolith.mo
119share/horde/kronolith/locale/es_ES/help.xml 128share/horde/kronolith/locale/es_ES/help.xml
120share/horde/kronolith/locale/et_EE/LC_MESSAGES/kronolith.mo 129share/horde/kronolith/locale/et_EE/LC_MESSAGES/kronolith.mo
121share/horde/kronolith/locale/eu_ES/LC_MESSAGES/kronolith.mo 130share/horde/kronolith/locale/eu_ES/LC_MESSAGES/kronolith.mo
122share/horde/kronolith/locale/eu_ES/help.xml 131share/horde/kronolith/locale/eu_ES/help.xml
123share/horde/kronolith/locale/fi_FI/LC_MESSAGES/kronolith.mo 132share/horde/kronolith/locale/fi_FI/LC_MESSAGES/kronolith.mo
124share/horde/kronolith/locale/fi_FI/help.xml 133share/horde/kronolith/locale/fi_FI/help.xml
125share/horde/kronolith/locale/fr_FR/LC_MESSAGES/kronolith.mo 134share/horde/kronolith/locale/fr_FR/LC_MESSAGES/kronolith.mo
126share/horde/kronolith/locale/fr_FR/help.xml 135share/horde/kronolith/locale/fr_FR/help.xml
127share/horde/kronolith/locale/hr_HR/LC_MESSAGES/kronolith.mo 136share/horde/kronolith/locale/hr_HR/LC_MESSAGES/kronolith.mo
128share/horde/kronolith/locale/hr_HR/help.xml 137share/horde/kronolith/locale/hr_HR/help.xml
129share/horde/kronolith/locale/hu_HU/LC_MESSAGES/kronolith.mo 138share/horde/kronolith/locale/hu_HU/LC_MESSAGES/kronolith.mo
130share/horde/kronolith/locale/hu_HU/help.xml 139share/horde/kronolith/locale/hu_HU/help.xml
131share/horde/kronolith/locale/it_IT/LC_MESSAGES/kronolith.mo 140share/horde/kronolith/locale/it_IT/LC_MESSAGES/kronolith.mo
132share/horde/kronolith/locale/ja_JP/LC_MESSAGES/kronolith.mo 141share/horde/kronolith/locale/ja_JP/LC_MESSAGES/kronolith.mo
133share/horde/kronolith/locale/ko_KR/LC_MESSAGES/kronolith.mo 142share/horde/kronolith/locale/ko_KR/LC_MESSAGES/kronolith.mo
134share/horde/kronolith/locale/lt_LT/LC_MESSAGES/kronolith.mo 143share/horde/kronolith/locale/lt_LT/LC_MESSAGES/kronolith.mo
135share/horde/kronolith/locale/lv_LV/LC_MESSAGES/kronolith.mo 144share/horde/kronolith/locale/lv_LV/LC_MESSAGES/kronolith.mo
136share/horde/kronolith/locale/nb_NO/LC_MESSAGES/kronolith.mo 145share/horde/kronolith/locale/nb_NO/LC_MESSAGES/kronolith.mo
137share/horde/kronolith/locale/nl_NL/LC_MESSAGES/kronolith.mo 146share/horde/kronolith/locale/nl_NL/LC_MESSAGES/kronolith.mo
138share/horde/kronolith/locale/nn_NO/LC_MESSAGES/kronolith.mo 147share/horde/kronolith/locale/nn_NO/LC_MESSAGES/kronolith.mo
139share/horde/kronolith/locale/pl_PL/LC_MESSAGES/kronolith.mo 148share/horde/kronolith/locale/pl_PL/LC_MESSAGES/kronolith.mo
140share/horde/kronolith/locale/pt_BR/LC_MESSAGES/kronolith.mo 149share/horde/kronolith/locale/pt_BR/LC_MESSAGES/kronolith.mo
141share/horde/kronolith/locale/pt_BR/help.xml 150share/horde/kronolith/locale/pt_BR/help.xml
142share/horde/kronolith/locale/pt_PT/LC_MESSAGES/kronolith.mo 151share/horde/kronolith/locale/pt_PT/LC_MESSAGES/kronolith.mo
143share/horde/kronolith/locale/ro_RO/LC_MESSAGES/kronolith.mo 152share/horde/kronolith/locale/ro_RO/LC_MESSAGES/kronolith.mo
144share/horde/kronolith/locale/ru_RU/LC_MESSAGES/kronolith.mo 153share/horde/kronolith/locale/ru_RU/LC_MESSAGES/kronolith.mo
145share/horde/kronolith/locale/sk_SK/LC_MESSAGES/kronolith.mo 154share/horde/kronolith/locale/sk_SK/LC_MESSAGES/kronolith.mo
146share/horde/kronolith/locale/sl_SI/LC_MESSAGES/kronolith.mo 155share/horde/kronolith/locale/sl_SI/LC_MESSAGES/kronolith.mo
147share/horde/kronolith/locale/sv_SE/LC_MESSAGES/kronolith.mo 156share/horde/kronolith/locale/sv_SE/LC_MESSAGES/kronolith.mo
148share/horde/kronolith/locale/tr_TR/LC_MESSAGES/kronolith.mo 157share/horde/kronolith/locale/tr_TR/LC_MESSAGES/kronolith.mo
149share/horde/kronolith/locale/tr_TR/help.xml 158share/horde/kronolith/locale/tr_TR/help.xml
150share/horde/kronolith/locale/uk_UA/LC_MESSAGES/kronolith.mo 159share/horde/kronolith/locale/uk_UA/LC_MESSAGES/kronolith.mo
151share/horde/kronolith/locale/zh_CN/LC_MESSAGES/kronolith.mo 160share/horde/kronolith/locale/zh_CN/LC_MESSAGES/kronolith.mo
152share/horde/kronolith/locale/zh_TW/LC_MESSAGES/kronolith.mo 161share/horde/kronolith/locale/zh_TW/LC_MESSAGES/kronolith.mo
153share/horde/kronolith/month.php 162share/horde/kronolith/month.php
154share/horde/kronolith/new.php 163share/horde/kronolith/new.php
155share/horde/kronolith/perms.php 164share/horde/kronolith/perms.php
156share/horde/kronolith/po/README 165share/horde/kronolith/po/README
157share/horde/kronolith/po/ar_SY.po 166share/horde/kronolith/po/ar_SY.po
158share/horde/kronolith/po/bg_BG.po 167share/horde/kronolith/po/bg_BG.po
159share/horde/kronolith/po/ca_ES.po 168share/horde/kronolith/po/ca_ES.po
160share/horde/kronolith/po/cs_CZ.po 169share/horde/kronolith/po/cs_CZ.po
161share/horde/kronolith/po/da_DK.po 170share/horde/kronolith/po/da_DK.po
162share/horde/kronolith/po/de_DE.po 171share/horde/kronolith/po/de_DE.po
163share/horde/kronolith/po/el_GR.po 172share/horde/kronolith/po/el_GR.po
164share/horde/kronolith/po/es_ES.po 173share/horde/kronolith/po/es_ES.po
165share/horde/kronolith/po/et_EE.po 174share/horde/kronolith/po/et_EE.po
166share/horde/kronolith/po/eu_ES.po 175share/horde/kronolith/po/eu_ES.po
167share/horde/kronolith/po/fi_FI.po 176share/horde/kronolith/po/fi_FI.po
168share/horde/kronolith/po/fr_FR.po 177share/horde/kronolith/po/fr_FR.po
169share/horde/kronolith/po/hr_HR.po 178share/horde/kronolith/po/hr_HR.po
170share/horde/kronolith/po/hu_HU.po 179share/horde/kronolith/po/hu_HU.po
171share/horde/kronolith/po/it_IT.po 180share/horde/kronolith/po/it_IT.po
172share/horde/kronolith/po/ja_JP.po 181share/horde/kronolith/po/ja_JP.po
173share/horde/kronolith/po/ko_KR.po 182share/horde/kronolith/po/ko_KR.po
174share/horde/kronolith/po/kronolith.pot 183share/horde/kronolith/po/kronolith.pot
175share/horde/kronolith/po/lt_LT.po 184share/horde/kronolith/po/lt_LT.po
176share/horde/kronolith/po/lv_LV.po 185share/horde/kronolith/po/lv_LV.po
177share/horde/kronolith/po/nb_NO.po 186share/horde/kronolith/po/nb_NO.po
178share/horde/kronolith/po/nl_NL.po 187share/horde/kronolith/po/nl_NL.po
179share/horde/kronolith/po/nn_NO.po 188share/horde/kronolith/po/nn_NO.po
180share/horde/kronolith/po/pl_PL.po 189share/horde/kronolith/po/pl_PL.po
181share/horde/kronolith/po/pt_BR.po 190share/horde/kronolith/po/pt_BR.po
182share/horde/kronolith/po/pt_PT.po 191share/horde/kronolith/po/pt_PT.po
183share/horde/kronolith/po/ro_RO.po 192share/horde/kronolith/po/ro_RO.po
184share/horde/kronolith/po/ru_RU.po 193share/horde/kronolith/po/ru_RU.po
185share/horde/kronolith/po/sk_SK.po 194share/horde/kronolith/po/sk_SK.po
186share/horde/kronolith/po/sl_SI.po 195share/horde/kronolith/po/sl_SI.po
187share/horde/kronolith/po/sv_SE.po 196share/horde/kronolith/po/sv_SE.po
188share/horde/kronolith/po/tr_TR.po 197share/horde/kronolith/po/tr_TR.po
189share/horde/kronolith/po/uk_UA.po 198share/horde/kronolith/po/uk_UA.po
190share/horde/kronolith/po/zh_CN.po 199share/horde/kronolith/po/zh_CN.po
191share/horde/kronolith/po/zh_TW.po 200share/horde/kronolith/po/zh_TW.po
192share/horde/kronolith/pref_api.php 201share/horde/kronolith/pref_api.php
193share/horde/kronolith/scripts/import_icals.php 202share/horde/kronolith/scripts/import_icals.php
194share/horde/kronolith/scripts/import_squirrelmail_calendar.php 203share/horde/kronolith/scripts/import_squirrelmail_calendar.php
195share/horde/kronolith/scripts/migrate_to_sql_driver.php 204share/horde/kronolith/scripts/migrate_to_sql_driver.php
196share/horde/kronolith/scripts/reminders.php 205share/horde/kronolith/scripts/reminders.php
197share/horde/kronolith/scripts/sql/kronolith.mssql.sql 206share/horde/kronolith/scripts/sql/kronolith.mssql.sql
198share/horde/kronolith/scripts/sql/kronolith.mysql.sql 207share/horde/kronolith/scripts/sql/kronolith.mysql.sql
199share/horde/kronolith/scripts/sql/kronolith.oci8.sql 208share/horde/kronolith/scripts/sql/kronolith.oci8.sql
200share/horde/kronolith/scripts/sql/kronolith.pgsql.sql 209share/horde/kronolith/scripts/sql/kronolith.pgsql.sql
201share/horde/kronolith/scripts/sql/kronolith.sql 210share/horde/kronolith/scripts/sql/kronolith.sql
202share/horde/kronolith/scripts/sql/kronolith.xml 211share/horde/kronolith/scripts/sql/kronolith.xml
203share/horde/kronolith/scripts/upgrades/1.1_to_2.0.mysql.sql 212share/horde/kronolith/scripts/upgrades/1.1_to_2.0.mysql.sql
204share/horde/kronolith/scripts/upgrades/1.1_to_2.0.oci8.sql 213share/horde/kronolith/scripts/upgrades/1.1_to_2.0.oci8.sql
205share/horde/kronolith/scripts/upgrades/1.1_to_2.0.pgsql.sql 214share/horde/kronolith/scripts/upgrades/1.1_to_2.0.pgsql.sql
206share/horde/kronolith/scripts/upgrades/2.1_to_2.2.oci8.sql 215share/horde/kronolith/scripts/upgrades/2.1_to_2.2.oci8.sql
207share/horde/kronolith/scripts/upgrades/2.1_to_2.2.pgsql.sql 216share/horde/kronolith/scripts/upgrades/2.1_to_2.2.pgsql.sql
208share/horde/kronolith/scripts/upgrades/2.1_to_2.2.sql 217share/horde/kronolith/scripts/upgrades/2.1_to_2.2.sql
209share/horde/kronolith/scripts/upgrades/2.2_to_2.3.oci8.sql 218share/horde/kronolith/scripts/upgrades/2.2_to_2.3.oci8.sql
210share/horde/kronolith/scripts/upgrades/2.2_to_2.3.pgsql.sql 219share/horde/kronolith/scripts/upgrades/2.2_to_2.3.pgsql.sql
211share/horde/kronolith/scripts/upgrades/2.2_to_2.3.sql 220share/horde/kronolith/scripts/upgrades/2.2_to_2.3.sql
212share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql 221share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql
213share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.pgsql.sql 222share/horde/kronolith/scripts/upgrades/2006-08-20_fix_recur_int_fields.pgsql.sql
214share/horde/kronolith/scripts/upgrades/2008-09-23_fix_group_uid.sql 223share/horde/kronolith/scripts/upgrades/2008-09-23_fix_group_uid.sql
215share/horde/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php 224share/horde/kronolith/scripts/upgrades/convert_datatree_shares_to_sql.php
216share/horde/kronolith/scripts/upgrades/convert_sql_shares_to_sqlng.php 225share/horde/kronolith/scripts/upgrades/convert_sql_shares_to_sqlng.php
217share/horde/kronolith/scripts/upgrades/sharesng.sql 226share/horde/kronolith/scripts/upgrades/sharesng.sql
218share/horde/kronolith/search.php 227share/horde/kronolith/search.php
219share/horde/kronolith/templates/attendees/attendees.inc 228share/horde/kronolith/templates/attendees/attendees.inc
220share/horde/kronolith/templates/calendar_info.php 229share/horde/kronolith/templates/calendar_info.php
221share/horde/kronolith/templates/calendar_list.php 230share/horde/kronolith/templates/calendar_list.php
222share/horde/kronolith/templates/calendar_titles.inc 231share/horde/kronolith/templates/calendar_titles.inc
223share/horde/kronolith/templates/category_legend.inc 232share/horde/kronolith/templates/category_legend.inc
224share/horde/kronolith/templates/common-header.inc 233share/horde/kronolith/templates/common-header.inc
225share/horde/kronolith/templates/contacts/contacts.inc 234share/horde/kronolith/templates/contacts/contacts.inc
226share/horde/kronolith/templates/data/export.inc 235share/horde/kronolith/templates/data/export.inc
227share/horde/kronolith/templates/data/import.inc 236share/horde/kronolith/templates/data/import.inc
228share/horde/kronolith/templates/day/all_day.inc 237share/horde/kronolith/templates/day/all_day.inc
229share/horde/kronolith/templates/day/head.inc 238share/horde/kronolith/templates/day/head.inc
230share/horde/kronolith/templates/day/head_side_by_side.inc 239share/horde/kronolith/templates/day/head_side_by_side.inc
231share/horde/kronolith/templates/day/rows.html 240share/horde/kronolith/templates/day/rows.html
232share/horde/kronolith/templates/delete/delete.inc 241share/horde/kronolith/templates/delete/delete.inc
233share/horde/kronolith/templates/delete/one.inc 242share/horde/kronolith/templates/delete/one.inc
234share/horde/kronolith/templates/edit/edit.inc 243share/horde/kronolith/templates/edit/edit.inc
235share/horde/kronolith/templates/edit/edit_timespan.inc 244share/horde/kronolith/templates/edit/edit_timespan.inc
236share/horde/kronolith/templates/edit/javascript.inc 245share/horde/kronolith/templates/edit/javascript.inc
237share/horde/kronolith/templates/fbview/busyblock.html 246share/horde/kronolith/templates/fbview/busyblock.html
238share/horde/kronolith/templates/fbview/emptyblock.html 247share/horde/kronolith/templates/fbview/emptyblock.html
239share/horde/kronolith/templates/fbview/header.html 248share/horde/kronolith/templates/fbview/header.html
240share/horde/kronolith/templates/fbview/legend.html 249share/horde/kronolith/templates/fbview/legend.html
241share/horde/kronolith/templates/fbview/meetingblock.html 250share/horde/kronolith/templates/fbview/meetingblock.html
242share/horde/kronolith/templates/fbview/row.html 251share/horde/kronolith/templates/fbview/row.html
243share/horde/kronolith/templates/fbview/section.html 252share/horde/kronolith/templates/fbview/section.html
244share/horde/kronolith/templates/fbview/unknownblock.html 253share/horde/kronolith/templates/fbview/unknownblock.html
245share/horde/kronolith/templates/feeds/atom.xml 254share/horde/kronolith/templates/feeds/atom.xml
246share/horde/kronolith/templates/javascript/goto.js 255share/horde/kronolith/templates/javascript/goto.js
247share/horde/kronolith/templates/javascript_defs.php 256share/horde/kronolith/templates/javascript_defs.php
248share/horde/kronolith/templates/menu.inc 257share/horde/kronolith/templates/menu.inc
249share/horde/kronolith/templates/month/head.inc 258share/horde/kronolith/templates/month/head.inc
250share/horde/kronolith/templates/month/head_side_by_side.inc 259share/horde/kronolith/templates/month/head_side_by_side.inc
251share/horde/kronolith/templates/panel.inc 260share/horde/kronolith/templates/panel.inc
252share/horde/kronolith/templates/perms/perms.inc 261share/horde/kronolith/templates/perms/perms.inc
253share/horde/kronolith/templates/prefs/default_alarm_management.inc 262share/horde/kronolith/templates/prefs/default_alarm_management.inc
254share/horde/kronolith/templates/prefs/fb_cals_select.inc 263share/horde/kronolith/templates/prefs/fb_cals_select.inc
255share/horde/kronolith/templates/prefs/shareselect.inc 264share/horde/kronolith/templates/prefs/shareselect.inc
256share/horde/kronolith/templates/prefs/sourceselect.inc 265share/horde/kronolith/templates/prefs/sourceselect.inc
257share/horde/kronolith/templates/search/empty.inc 266share/horde/kronolith/templates/search/empty.inc
258share/horde/kronolith/templates/search/event_footers.inc 267share/horde/kronolith/templates/search/event_footers.inc
259share/horde/kronolith/templates/search/event_headers.inc 268share/horde/kronolith/templates/search/event_headers.inc
260share/horde/kronolith/templates/search/event_summaries.inc 269share/horde/kronolith/templates/search/event_summaries.inc
261share/horde/kronolith/templates/search/header.inc 270share/horde/kronolith/templates/search/header.inc
262share/horde/kronolith/templates/search/search.inc 271share/horde/kronolith/templates/search/search.inc
263share/horde/kronolith/templates/search/search_advanced.inc 272share/horde/kronolith/templates/search/search_advanced.inc
264share/horde/kronolith/templates/view/view.inc 273share/horde/kronolith/templates/view/view.inc
265share/horde/kronolith/templates/week/head.inc 274share/horde/kronolith/templates/week/head.inc
266share/horde/kronolith/templates/week/head_side_by_side.inc 275share/horde/kronolith/templates/week/head_side_by_side.inc
267share/horde/kronolith/templates/year/head.inc 276share/horde/kronolith/templates/year/head.inc
268share/horde/kronolith/test.php 277share/horde/kronolith/test.php
269share/horde/kronolith/themes/bluewhite/screen.css 278share/horde/kronolith/themes/bluewhite/screen.css
270share/horde/kronolith/themes/burntorange/screen.css 279share/horde/kronolith/themes/burntorange/screen.css
271share/horde/kronolith/themes/categoryCSS.php 280share/horde/kronolith/themes/categoryCSS.php
272share/horde/kronolith/themes/embed.css 281share/horde/kronolith/themes/embed.css
273share/horde/kronolith/themes/fadetogreen/graphics/headerbox.png 282share/horde/kronolith/themes/fadetogreen/graphics/headerbox.png
274share/horde/kronolith/themes/fadetogreen/screen.css 283share/horde/kronolith/themes/fadetogreen/screen.css
275share/horde/kronolith/themes/feed-rss.xsl 284share/horde/kronolith/themes/feed-rss.xsl
276share/horde/kronolith/themes/graphics/addressbook_browse.png 285share/horde/kronolith/themes/graphics/addressbook_browse.png
277share/horde/kronolith/themes/graphics/alarm-000.png 286share/horde/kronolith/themes/graphics/alarm-000.png
278share/horde/kronolith/themes/graphics/alarm-fff.png 287share/horde/kronolith/themes/graphics/alarm-fff.png
279share/horde/kronolith/themes/graphics/alarm.png 288share/horde/kronolith/themes/graphics/alarm.png
280share/horde/kronolith/themes/graphics/attendees.png 289share/horde/kronolith/themes/graphics/attendees.png
281share/horde/kronolith/themes/graphics/az.png 290share/horde/kronolith/themes/graphics/az.png
282share/horde/kronolith/themes/graphics/calendars.png 291share/horde/kronolith/themes/graphics/calendars.png
283share/horde/kronolith/themes/graphics/dayview.png 292share/horde/kronolith/themes/graphics/dayview.png
284share/horde/kronolith/themes/graphics/delete-000.png 293share/horde/kronolith/themes/graphics/delete-000.png
285share/horde/kronolith/themes/graphics/delete-fff.png 294share/horde/kronolith/themes/graphics/delete-fff.png
286share/horde/kronolith/themes/graphics/edit-000.png 295share/horde/kronolith/themes/graphics/edit-000.png
287share/horde/kronolith/themes/graphics/edit-fff.png 296share/horde/kronolith/themes/graphics/edit-fff.png
288share/horde/kronolith/themes/graphics/favicon.ico 297share/horde/kronolith/themes/graphics/favicon.ico
289share/horde/kronolith/themes/graphics/goto.png 298share/horde/kronolith/themes/graphics/goto.png
290share/horde/kronolith/themes/graphics/kronolith.png 299share/horde/kronolith/themes/graphics/kronolith.png
291share/horde/kronolith/themes/graphics/loading.gif 300share/horde/kronolith/themes/graphics/loading.gif
292share/horde/kronolith/themes/graphics/minus.png 301share/horde/kronolith/themes/graphics/minus.png
293share/horde/kronolith/themes/graphics/monthview.png 302share/horde/kronolith/themes/graphics/monthview.png
294share/horde/kronolith/themes/graphics/new.png 303share/horde/kronolith/themes/graphics/new.png
295share/horde/kronolith/themes/graphics/new_big.png 304share/horde/kronolith/themes/graphics/new_big.png
296share/horde/kronolith/themes/graphics/new_small.png 305share/horde/kronolith/themes/graphics/new_small.png
297share/horde/kronolith/themes/graphics/plus.png 306share/horde/kronolith/themes/graphics/plus.png
298share/horde/kronolith/themes/graphics/private-000.png 307share/horde/kronolith/themes/graphics/private-000.png
299share/horde/kronolith/themes/graphics/private-fff.png 308share/horde/kronolith/themes/graphics/private-fff.png
300share/horde/kronolith/themes/graphics/recur-000.png 309share/horde/kronolith/themes/graphics/recur-000.png
301share/horde/kronolith/themes/graphics/recur-fff.png 310share/horde/kronolith/themes/graphics/recur-fff.png
302share/horde/kronolith/themes/graphics/redbox_spinner.gif 311share/horde/kronolith/themes/graphics/redbox_spinner.gif
303share/horde/kronolith/themes/graphics/search.png 312share/horde/kronolith/themes/graphics/search.png
304share/horde/kronolith/themes/graphics/today.png 313share/horde/kronolith/themes/graphics/today.png
305share/horde/kronolith/themes/graphics/unknown-background.png 314share/horde/kronolith/themes/graphics/unknown-background.png
306share/horde/kronolith/themes/graphics/weekview.png 315share/horde/kronolith/themes/graphics/weekview.png
307share/horde/kronolith/themes/graphics/workweekview.png 316share/horde/kronolith/themes/graphics/workweekview.png
308share/horde/kronolith/themes/graphics/yearview.png 317share/horde/kronolith/themes/graphics/yearview.png
309share/horde/kronolith/themes/graphics/za.png 318share/horde/kronolith/themes/graphics/za.png
310share/horde/kronolith/themes/mozilla/screen.css 319share/horde/kronolith/themes/mozilla/screen.css
311share/horde/kronolith/themes/print/screen.css 320share/horde/kronolith/themes/print/screen.css
312share/horde/kronolith/themes/screen.css 321share/horde/kronolith/themes/screen.css
313share/horde/kronolith/themes/silver/graphics/addressbook_browse.png 322share/horde/kronolith/themes/silver/graphics/addressbook_browse.png
314share/horde/kronolith/themes/silver/graphics/alarm-000.png 323share/horde/kronolith/themes/silver/graphics/alarm-000.png
315share/horde/kronolith/themes/silver/graphics/alarm-fff.png 324share/horde/kronolith/themes/silver/graphics/alarm-fff.png
316share/horde/kronolith/themes/silver/graphics/alarm.png 325share/horde/kronolith/themes/silver/graphics/alarm.png
317share/horde/kronolith/themes/silver/graphics/attendees.png 326share/horde/kronolith/themes/silver/graphics/attendees.png
318share/horde/kronolith/themes/silver/graphics/calendars.png 327share/horde/kronolith/themes/silver/graphics/calendars.png
319share/horde/kronolith/themes/silver/graphics/dayview.png 328share/horde/kronolith/themes/silver/graphics/dayview.png
320share/horde/kronolith/themes/silver/graphics/delete-000.png 329share/horde/kronolith/themes/silver/graphics/delete-000.png
321share/horde/kronolith/themes/silver/graphics/delete-fff.png 330share/horde/kronolith/themes/silver/graphics/delete-fff.png
322share/horde/kronolith/themes/silver/graphics/edit-000.png 331share/horde/kronolith/themes/silver/graphics/edit-000.png
323share/horde/kronolith/themes/silver/graphics/edit-fff.png 332share/horde/kronolith/themes/silver/graphics/edit-fff.png
324share/horde/kronolith/themes/silver/graphics/favicon.ico 333share/horde/kronolith/themes/silver/graphics/favicon.ico
325share/horde/kronolith/themes/silver/graphics/goto.png 334share/horde/kronolith/themes/silver/graphics/goto.png
326share/horde/kronolith/themes/silver/graphics/kronolith.png 335share/horde/kronolith/themes/silver/graphics/kronolith.png
327share/horde/kronolith/themes/silver/graphics/loading.gif 336share/horde/kronolith/themes/silver/graphics/loading.gif
328share/horde/kronolith/themes/silver/graphics/minus.png 337share/horde/kronolith/themes/silver/graphics/minus.png
329share/horde/kronolith/themes/silver/graphics/monthview.png 338share/horde/kronolith/themes/silver/graphics/monthview.png
330share/horde/kronolith/themes/silver/graphics/new.png 339share/horde/kronolith/themes/silver/graphics/new.png
331share/horde/kronolith/themes/silver/graphics/new_big.png 340share/horde/kronolith/themes/silver/graphics/new_big.png
332share/horde/kronolith/themes/silver/graphics/new_small.png 341share/horde/kronolith/themes/silver/graphics/new_small.png
333share/horde/kronolith/themes/silver/graphics/plus.png 342share/horde/kronolith/themes/silver/graphics/plus.png
334share/horde/kronolith/themes/silver/graphics/private-000.png 343share/horde/kronolith/themes/silver/graphics/private-000.png
335share/horde/kronolith/themes/silver/graphics/private-fff.png 344share/horde/kronolith/themes/silver/graphics/private-fff.png
336share/horde/kronolith/themes/silver/graphics/recur-000.png 345share/horde/kronolith/themes/silver/graphics/recur-000.png
337share/horde/kronolith/themes/silver/graphics/recur-fff.png 346share/horde/kronolith/themes/silver/graphics/recur-fff.png
338share/horde/kronolith/themes/silver/graphics/search.png 347share/horde/kronolith/themes/silver/graphics/search.png
339share/horde/kronolith/themes/silver/graphics/today.png 348share/horde/kronolith/themes/silver/graphics/today.png
340share/horde/kronolith/themes/silver/graphics/unknown-background.png 349share/horde/kronolith/themes/silver/graphics/unknown-background.png
341share/horde/kronolith/themes/silver/graphics/weekview.png 350share/horde/kronolith/themes/silver/graphics/weekview.png
342share/horde/kronolith/themes/silver/graphics/workweekview.png 351share/horde/kronolith/themes/silver/graphics/workweekview.png
343share/horde/kronolith/themes/silver/graphics/yearview.png 352share/horde/kronolith/themes/silver/graphics/yearview.png
344share/horde/kronolith/themes/silver/screen.css 353share/horde/kronolith/themes/silver/screen.css
345share/horde/kronolith/themes/silver/themed_graphics 354share/horde/kronolith/themes/silver/themed_graphics
346share/horde/kronolith/themes/simplex/screen.css 355share/horde/kronolith/themes/simplex/screen.css
347share/horde/kronolith/themes/sounds/theetone.wav 356share/horde/kronolith/themes/sounds/theetone.wav
348share/horde/kronolith/themes/tango-blue/graphics/addressbook_browse.png 357share/horde/kronolith/themes/tango-blue/graphics/addressbook_browse.png
349share/horde/kronolith/themes/tango-blue/graphics/alarm-000.png 358share/horde/kronolith/themes/tango-blue/graphics/alarm-000.png
350share/horde/kronolith/themes/tango-blue/graphics/alarm-fff.png 359share/horde/kronolith/themes/tango-blue/graphics/alarm-fff.png
351share/horde/kronolith/themes/tango-blue/graphics/alarm.png 360share/horde/kronolith/themes/tango-blue/graphics/alarm.png
352share/horde/kronolith/themes/tango-blue/graphics/attendees.png 361share/horde/kronolith/themes/tango-blue/graphics/attendees.png
353share/horde/kronolith/themes/tango-blue/graphics/calendars.png 362share/horde/kronolith/themes/tango-blue/graphics/calendars.png
354share/horde/kronolith/themes/tango-blue/graphics/dayview.png 363share/horde/kronolith/themes/tango-blue/graphics/dayview.png
355share/horde/kronolith/themes/tango-blue/graphics/delete-000.png 364share/horde/kronolith/themes/tango-blue/graphics/delete-000.png
356share/horde/kronolith/themes/tango-blue/graphics/delete-fff.png 365share/horde/kronolith/themes/tango-blue/graphics/delete-fff.png
357share/horde/kronolith/themes/tango-blue/graphics/edit-000.png 366share/horde/kronolith/themes/tango-blue/graphics/edit-000.png
358share/horde/kronolith/themes/tango-blue/graphics/edit-fff.png 367share/horde/kronolith/themes/tango-blue/graphics/edit-fff.png
359share/horde/kronolith/themes/tango-blue/graphics/favicon.ico 368share/horde/kronolith/themes/tango-blue/graphics/favicon.ico
360share/horde/kronolith/themes/tango-blue/graphics/goto.png 369share/horde/kronolith/themes/tango-blue/graphics/goto.png
361share/horde/kronolith/themes/tango-blue/graphics/kronolith.png 370share/horde/kronolith/themes/tango-blue/graphics/kronolith.png
362share/horde/kronolith/themes/tango-blue/graphics/loading.gif 371share/horde/kronolith/themes/tango-blue/graphics/loading.gif
363share/horde/kronolith/themes/tango-blue/graphics/minus.png 372share/horde/kronolith/themes/tango-blue/graphics/minus.png
364share/horde/kronolith/themes/tango-blue/graphics/monthview.png 373share/horde/kronolith/themes/tango-blue/graphics/monthview.png
365share/horde/kronolith/themes/tango-blue/graphics/new.png 374share/horde/kronolith/themes/tango-blue/graphics/new.png
366share/horde/kronolith/themes/tango-blue/graphics/new_big.png 375share/horde/kronolith/themes/tango-blue/graphics/new_big.png
367share/horde/kronolith/themes/tango-blue/graphics/new_small.png 376share/horde/kronolith/themes/tango-blue/graphics/new_small.png
368share/horde/kronolith/themes/tango-blue/graphics/plus.png 377share/horde/kronolith/themes/tango-blue/graphics/plus.png
369share/horde/kronolith/themes/tango-blue/graphics/private-000.png 378share/horde/kronolith/themes/tango-blue/graphics/private-000.png
370share/horde/kronolith/themes/tango-blue/graphics/private-fff.png 379share/horde/kronolith/themes/tango-blue/graphics/private-fff.png
371share/horde/kronolith/themes/tango-blue/graphics/recur-000.png 380share/horde/kronolith/themes/tango-blue/graphics/recur-000.png
372share/horde/kronolith/themes/tango-blue/graphics/recur-fff.png 381share/horde/kronolith/themes/tango-blue/graphics/recur-fff.png
373share/horde/kronolith/themes/tango-blue/graphics/search.png 382share/horde/kronolith/themes/tango-blue/graphics/search.png
374share/horde/kronolith/themes/tango-blue/graphics/today.png 383share/horde/kronolith/themes/tango-blue/graphics/today.png
375share/horde/kronolith/themes/tango-blue/graphics/unknown-background.png 384share/horde/kronolith/themes/tango-blue/graphics/unknown-background.png
376share/horde/kronolith/themes/tango-blue/graphics/weekview.png 385share/horde/kronolith/themes/tango-blue/graphics/weekview.png
377share/horde/kronolith/themes/tango-blue/graphics/workweekview.png 386share/horde/kronolith/themes/tango-blue/graphics/workweekview.png
378share/horde/kronolith/themes/tango-blue/graphics/yearview.png 387share/horde/kronolith/themes/tango-blue/graphics/yearview.png
379share/horde/kronolith/themes/tango-blue/screen.css 388share/horde/kronolith/themes/tango-blue/screen.css
380share/horde/kronolith/themes/tango-blue/themed_graphics 389share/horde/kronolith/themes/tango-blue/themed_graphics
381share/horde/kronolith/view.php 390share/horde/kronolith/view.php
382share/horde/kronolith/week.php 391share/horde/kronolith/week.php
383share/horde/kronolith/workweek.php 392share/horde/kronolith/workweek.php
384share/horde/kronolith/year.php 393share/horde/kronolith/year.php