[cvs] commit: kronolith README addevent.php addeventaction.php attend.php attendees.php calendar_search.php calendars.php contacts.php data.php day.php delevent.php deleventaction.php editevent.php editeventaction.php fb.php ics.php month.php ...
Jan Schneider
jan at horde.org
Tue Oct 18 05:27:46 PDT 2005
jan 2005-10-18 05:27:46 PDT
Modified files: (Branch: FRAMEWORK_3)
. README addevent.php addeventaction.php
attendees.php calendars.php contacts.php
data.php day.php delevent.php
deleventaction.php editevent.php
editeventaction.php fb.php month.php
search.php viewevent.php week.php
workweek.php
config conf.xml prefs.php.dist
docs CHANGES CREDITS INSTALL RELEASE_NOTES
TODO
lib Day.php DayView.php Driver.php FBView.php
Kronolith.php WeekView.php api.php
base.php prefs.php version.php
lib/Block month.php monthlist.php prevmonthlist.php
summary.php tree_menu.php
lib/Driver ical.php kolab.php sql.php
lib/FBView day.php week.php workweek.php
lib/Scheduler kronolith.php
lib/Storage kolab.php sql.php
locale/cs_CZ/LC_MESSAGES kronolith.mo
locale/de_DE help.xml
locale/de_DE/LC_MESSAGES kronolith.mo
locale/fi_FI help.xml
locale/fi_FI/LC_MESSAGES kronolith.mo
locale/fr_FR/LC_MESSAGES kronolith.mo
locale/hu_HU/LC_MESSAGES kronolith.mo
locale/it_IT/LC_MESSAGES kronolith.mo
locale/ja_JP/LC_MESSAGES kronolith.mo
locale/nl_NL/LC_MESSAGES kronolith.mo
locale/pl_PL/LC_MESSAGES kronolith.mo
locale/pt_BR/LC_MESSAGES kronolith.mo
locale/sk_SK/LC_MESSAGES kronolith.mo
locale/sv_SE/LC_MESSAGES kronolith.mo
locale/zh_TW/LC_MESSAGES kronolith.mo
packaging/redhat kronolith.spec
po de_DE.po fi_FI.po fr_FR.po hu_HU.po
it_IT.po ja_JP.po kronolith.pot nl_NL.po
pt_BR.po sk_SK.po sv_SE.po zh_TW.po
scripts reminders.php
scripts/sql kronolith.oci8.sql
scripts/upgrades
2004-05-19_convert_categories_to_strings.php
2004-12-21_add_event_uid.pgsql.sql
templates category_legend.inc common-header.inc
menu.inc
templates/attendees attendees.inc
templates/calendars calendars.inc
templates/contacts contacts.inc
templates/data export.inc import.inc
templates/day all_day.inc head.inc
head_side_by_side.inc
templates/delete delete.inc one.inc
templates/edit edit.inc edit_timespan.inc javascript.inc
templates/fbview busyblock.tpl header.tpl meetingblock.tpl
row.tpl section.tpl unknownblock.tpl
templates/javascript goto.inc open_attendees_win.js
templates/month head.inc head_side_by_side.inc
templates/prefs remote_cal_management.inc
search_abook_select.inc shareselect.inc
templates/search event_summaries.inc search.inc
search_advanced.inc
templates/view view.inc
templates/week head.inc head_side_by_side.inc
themes screen.css
themes/bluewhite screen.css
themes/burntorange screen.css
themes/print screen.css
Added files: (Branch: FRAMEWORK_3)
. attend.php calendar_search.php ics.php
year.php
js fixUnstyledOptions.js
lib/Block tree_alarms.php
locale/tr_TR help.xml
scripts import_icals.php
templates/calendars search.inc
templates/day rows.html
templates/fbview emptyblock.tpl legend.tpl
templates/javascript open_calendar_search.js
templates/prefs fb_cals_select.inc
templates/year head.inc
themes categoryCSS.php page.css page_ie.css
themes/graphics addressbook_browse.png alarm.png
expand.png new_big.png yearview.png
Removed files: (Branch: FRAMEWORK_3)
packaging/redhat mcal.README
templates/day foot.inc
templates/fbview legend.inc linesblock.tpl
Log:
Merged from HEAD.
Revision Changes Path
1.9.8.1 +51 -28 kronolith/README
1.55.8.1 +18 -4 kronolith/addevent.php
1.50.2.3 +3 -2 kronolith/addeventaction.php
1.2.2.1 +69 -0 kronolith/attend.php (new)
1.7.8.5 +15 -12 kronolith/attendees.php
1.2.2.1 +29 -0 kronolith/calendar_search.php (new)
1.46.2.4 +13 -4 kronolith/calendars.php
1.14.10.2 +1 -15 kronolith/config/conf.xml
1.66.2.5 +52 -16 kronolith/config/prefs.php.dist
1.16.10.3 +6 -12 kronolith/contacts.php
1.72.2.3 +38 -2 kronolith/data.php
1.63.8.4 +7 -3 kronolith/day.php
1.42.8.2 +3 -1 kronolith/delevent.php
1.22.10.3 +1 -1 kronolith/deleventaction.php
1.165.2.70 +41 -9 kronolith/docs/CHANGES
1.37.8.7 +4 -9 kronolith/docs/CREDITS
1.16.10.3 +9 -55 kronolith/docs/INSTALL
1.24.2.21 +29 -26 kronolith/docs/RELEASE_NOTES
1.15.4.2 +3 -3 kronolith/docs/TODO
1.52.8.1 +13 -4 kronolith/editevent.php
1.53.12.2 +27 -16 kronolith/editeventaction.php
1.25.10.3 +24 -5 kronolith/fb.php
1.5.2.1 +67 -0 kronolith/ics.php (new)
1.1.2.1 +37 -0 kronolith/js/fixUnstyledOptions.js (new)
1.21.2.4 +4 -8 kronolith/lib/Block/month.php
1.27.2.3 +28 -41 kronolith/lib/Block/monthlist.php
1.15.2.4 +32 -48 kronolith/lib/Block/prevmonthlist.php
1.41.2.4 +19 -31 kronolith/lib/Block/summary.php
1.1.2.1 +68 -0 kronolith/lib/Block/tree_alarms.php (new)
1.10.8.1 +2 -1 kronolith/lib/Block/tree_menu.php
1.26.10.2 +40 -12 kronolith/lib/Day.php
1.139.2.7 +69 -62 kronolith/lib/DayView.php
1.116.2.23 +122 -74 kronolith/lib/Driver.php
1.3.2.4 +6 -1 kronolith/lib/Driver/ical.php
1.16.2.5 +70 -22 kronolith/lib/Driver/kolab.php
1.136.2.14 +113 -26 kronolith/lib/Driver/sql.php
1.10.10.5 +45 -14 kronolith/lib/FBView.php
1.13.4.4 +11 -61 kronolith/lib/FBView/day.php
1.11.4.6 +15 -143 kronolith/lib/FBView/week.php
1.7.10.3 +1 -2 kronolith/lib/FBView/workweek.php
1.263.2.20 +271 -57 kronolith/lib/Kronolith.php
1.25.6.7 +3 -3 kronolith/lib/Scheduler/kronolith.php
1.4.10.3 +1 -1 kronolith/lib/Storage/kolab.php
1.7.10.4 +1 -1 kronolith/lib/Storage/sql.php
1.88.2.4 +67 -63 kronolith/lib/WeekView.php
1.126.2.8 +268 -25 kronolith/lib/api.php
1.117.8.1 +6 -7 kronolith/lib/base.php
1.5.10.3 +18 -1 kronolith/lib/prefs.php
1.10.12.17 +1 -1 kronolith/lib/version.php
1.12.4.2 +257 -256 kronolith/locale/cs_CZ/LC_MESSAGES/kronolith.mo
1.49.2.14 +262 -285 kronolith/locale/de_DE/LC_MESSAGES/kronolith.mo
1.1.2.2 +1 -1 kronolith/locale/de_DE/help.xml
1.7.2.5 +269 -262 kronolith/locale/fi_FI/LC_MESSAGES/kronolith.mo
1.2.12.2 +1 -1 kronolith/locale/fi_FI/help.xml
1.21.2.6 +231 -225 kronolith/locale/fr_FR/LC_MESSAGES/kronolith.mo
1.2.2.7 +192 -231 kronolith/locale/hu_HU/LC_MESSAGES/kronolith.mo
1.9.10.4 +110 -118 kronolith/locale/it_IT/LC_MESSAGES/kronolith.mo
1.1.2.3 +166 -177 kronolith/locale/ja_JP/LC_MESSAGES/kronolith.mo
1.34.2.2 +253 -269 kronolith/locale/nl_NL/LC_MESSAGES/kronolith.mo
1.1.14.3 +101 -85 kronolith/locale/pl_PL/LC_MESSAGES/kronolith.mo
1.3.12.2 +270 -239 kronolith/locale/pt_BR/LC_MESSAGES/kronolith.mo
1.16.2.6 +218 -225 kronolith/locale/sk_SK/LC_MESSAGES/kronolith.mo
1.12.2.2 +175 -110 kronolith/locale/sv_SE/LC_MESSAGES/kronolith.mo
1.1.2.1 +267 -0 kronolith/locale/tr_TR/help.xml (new)
1.27.4.5 +275 -304 kronolith/locale/zh_TW/LC_MESSAGES/kronolith.mo
1.170.4.7 +19 -14 kronolith/month.php
1.1.14.1 +0 -9 kronolith/packaging/redhat/Attic/mcal.README (dead)
1.8.12.2 +2 -2 kronolith/packaging/redhat/kronolith.spec
1.43.2.14 +596 -381 kronolith/po/de_DE.po
1.7.2.4 +331 -288 kronolith/po/fi_FI.po
1.13.2.2 +243 -262 kronolith/po/fr_FR.po
1.2.2.5 +340 -389 kronolith/po/hu_HU.po
1.9.10.3 +3 -23 kronolith/po/it_IT.po
1.1.2.3 +17 -39 kronolith/po/ja_JP.po
1.31.2.12 +534 -349 kronolith/po/kronolith.pot
1.28.2.2 +198 -212 kronolith/po/nl_NL.po
1.1.14.2 +1340 -294 kronolith/po/pt_BR.po
1.3.2.4 +341 -392 kronolith/po/sk_SK.po
1.9.4.2 +308 -165 kronolith/po/sv_SE.po
1.19.6.5 +575 -356 kronolith/po/zh_TW.po
1.3.2.1 +69 -0 kronolith/scripts/import_icals.php (new)
1.17.10.3 +1 -1 kronolith/scripts/reminders.php
1.4.2.2 +1 -1 kronolith/scripts/sql/kronolith.oci8.sql
1.2.10.2 +1 -1 kronolith/scripts/upgrades/2004-05-19_convert_categories_to_strings.php
1.1.2.2 +0 -0 kronolith/scripts/upgrades/2004-12-21_add_event_uid.pgsql.sql
1.8.4.4 +3 -6 kronolith/search.php
1.12.8.5 +57 -73 kronolith/templates/attendees/attendees.inc
1.7.2.2 +169 -111 kronolith/templates/calendars/calendars.inc
1.4.2.1 +26 -0 kronolith/templates/calendars/search.inc (new)
1.13.2.3 +5 -8 kronolith/templates/category_legend.inc
1.26.10.3 +13 -0 kronolith/templates/common-header.inc
1.7.10.3 +8 -8 kronolith/templates/contacts/contacts.inc
1.16.10.2 +2 -2 kronolith/templates/data/export.inc
1.17.10.2 +5 -6 kronolith/templates/data/import.inc
1.5.10.1 +0 -2 kronolith/templates/day/Attic/foot.inc (dead)
1.14.4.1 +3 -3 kronolith/templates/day/all_day.inc
1.28.4.3 +3 -3 kronolith/templates/day/head.inc
1.15.4.4 +2 -2 kronolith/templates/day/head_side_by_side.inc
1.1.2.1 +13 -0 kronolith/templates/day/rows.html (new)
1.10.12.2 +2 -2 kronolith/templates/delete/delete.inc
1.10.12.2 +2 -2 kronolith/templates/delete/one.inc
1.111.4.4 +31 -30 kronolith/templates/edit/edit.inc
1.4.10.2 +13 -17 kronolith/templates/edit/edit_timespan.inc
1.32.10.3 +1 -1 kronolith/templates/edit/javascript.inc
1.2.10.1 +0 -8 kronolith/templates/fbview/Attic/legend.inc (dead)
1.1.10.1 +0 -9 kronolith/templates/fbview/Attic/linesblock.tpl (dead)
1.3.10.1 +1 -1 kronolith/templates/fbview/busyblock.tpl
1.1.2.1 +1 -0 kronolith/templates/fbview/emptyblock.tpl (new)
1.6.10.1 +1 -1 kronolith/templates/fbview/header.tpl
1.1.2.1 +15 -0 kronolith/templates/fbview/legend.tpl (new)
1.1.12.1 +1 -1 kronolith/templates/fbview/meetingblock.tpl
1.2.6.2 +4 -12 kronolith/templates/fbview/row.tpl
1.3.10.1 +6 -9 kronolith/templates/fbview/section.tpl
1.2.10.1 +1 -1 kronolith/templates/fbview/unknownblock.tpl
1.23.6.5 +0 -8 kronolith/templates/javascript/goto.inc
1.2.10.1 +1 -1 kronolith/templates/javascript/open_attendees_win.js
1.2.2.1 +15 -0 kronolith/templates/javascript/open_calendar_search.js (new)
1.5.4.7 +30 -15 kronolith/templates/menu.inc
1.26.4.3 +3 -3 kronolith/templates/month/head.inc
1.17.4.4 +5 -5 kronolith/templates/month/head_side_by_side.inc
1.1.2.1 +19 -0 kronolith/templates/prefs/fb_cals_select.inc (new)
1.5.10.2 +6 -6 kronolith/templates/prefs/remote_cal_management.inc
1.1.10.2 +15 -12 kronolith/templates/prefs/search_abook_select.inc
1.5.12.1 +1 -1 kronolith/templates/prefs/shareselect.inc
1.3.10.2 +3 -1 kronolith/templates/search/event_summaries.inc
1.4.4.3 +3 -3 kronolith/templates/search/search.inc
1.3.4.4 +8 -8 kronolith/templates/search/search_advanced.inc
1.38.8.4 +56 -74 kronolith/templates/view/view.inc
1.52.2.4 +9 -6 kronolith/templates/week/head.inc
1.17.2.5 +2 -2 kronolith/templates/week/head_side_by_side.inc
1.3.2.1 +10 -0 kronolith/templates/year/head.inc (new)
1.4.10.4 +1 -1 kronolith/themes/bluewhite/screen.css
1.1.2.2 +0 -0 kronolith/themes/burntorange/screen.css
1.4.2.1 +35 -0 kronolith/themes/categoryCSS.php (new)
1.1.2.1 +3 -0 kronolith/themes/graphics/addressbook_browse.png (new)
1.1.2.1 +3 -0 kronolith/themes/graphics/alarm.png (new)
1.1.2.1 +4 -0 kronolith/themes/graphics/expand.png (new)
1.1.2.1 +6 -0 kronolith/themes/graphics/new_big.png (new)
1.1.2.1 +6 -0 kronolith/themes/graphics/yearview.png (new)
1.2.2.1 +25 -0 kronolith/themes/page.css (new)
1.2.2.1 +19 -0 kronolith/themes/page_ie.css (new)
1.2.2.2 +1 -1 kronolith/themes/print/screen.css
1.2.4.5 +33 -21 kronolith/themes/screen.css
1.49.2.7 +9 -15 kronolith/viewevent.php
1.43.2.5 +7 -3 kronolith/week.php
1.34.8.5 +7 -2 kronolith/workweek.php
1.16.2.1 +188 -0 kronolith/year.php (new)
Chora Links:
http://cvs.horde.org/diff.php/kronolith/README?r1=1.9&r2=1.9.8.1&ty=u
http://cvs.horde.org/diff.php/kronolith/addevent.php?r1=1.55&r2=1.55.8.1&ty=u
http://cvs.horde.org/diff.php/kronolith/addeventaction.php?r1=1.50.2.2&r2=1.50.2.3&ty=u
http://cvs.horde.org/co.php/kronolith/attend.php?r=1.2.2.1
http://cvs.horde.org/diff.php/kronolith/attendees.php?r1=1.7.8.4&r2=1.7.8.5&ty=u
http://cvs.horde.org/co.php/kronolith/calendar_search.php?r=1.2.2.1
http://cvs.horde.org/diff.php/kronolith/calendars.php?r1=1.46.2.3&r2=1.46.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/config/conf.xml?r1=1.14.10.1&r2=1.14.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/config/prefs.php.dist?r1=1.66.2.4&r2=1.66.2.5&ty=u
http://cvs.horde.org/diff.php/kronolith/contacts.php?r1=1.16.10.2&r2=1.16.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/data.php?r1=1.72.2.2&r2=1.72.2.3&ty=u
http://cvs.horde.org/diff.php/kronolith/day.php?r1=1.63.8.3&r2=1.63.8.4&ty=u
http://cvs.horde.org/diff.php/kronolith/delevent.php?r1=1.42.8.1&r2=1.42.8.2&ty=u
http://cvs.horde.org/diff.php/kronolith/deleventaction.php?r1=1.22.10.2&r2=1.22.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.69&r2=1.165.2.70&ty=u
http://cvs.horde.org/diff.php/kronolith/docs/CREDITS?r1=1.37.8.6&r2=1.37.8.7&ty=u
http://cvs.horde.org/diff.php/kronolith/docs/INSTALL?r1=1.16.10.2&r2=1.16.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/docs/RELEASE_NOTES?r1=1.24.2.20&r2=1.24.2.21&ty=u
http://cvs.horde.org/diff.php/kronolith/docs/TODO?r1=1.15.4.1&r2=1.15.4.2&ty=u
http://cvs.horde.org/diff.php/kronolith/editevent.php?r1=1.52&r2=1.52.8.1&ty=u
http://cvs.horde.org/diff.php/kronolith/editeventaction.php?r1=1.53.12.1&r2=1.53.12.2&ty=u
http://cvs.horde.org/diff.php/kronolith/fb.php?r1=1.25.10.2&r2=1.25.10.3&ty=u
http://cvs.horde.org/co.php/kronolith/ics.php?r=1.5.2.1
http://cvs.horde.org/co.php/kronolith/js/fixUnstyledOptions.js?r=1.1.2.1
http://cvs.horde.org/diff.php/kronolith/lib/Block/month.php?r1=1.21.2.3&r2=1.21.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Block/monthlist.php?r1=1.27.2.2&r2=1.27.2.3&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Block/prevmonthlist.php?r1=1.15.2.3&r2=1.15.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Block/summary.php?r1=1.41.2.3&r2=1.41.2.4&ty=u
http://cvs.horde.org/co.php/kronolith/lib/Block/tree_alarms.php?r=1.1.2.1
http://cvs.horde.org/diff.php/kronolith/lib/Block/tree_menu.php?r1=1.10&r2=1.10.8.1&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Day.php?r1=1.26.10.1&r2=1.26.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/DayView.php?r1=1.139.2.6&r2=1.139.2.7&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver.php?r1=1.116.2.22&r2=1.116.2.23&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver/ical.php?r1=1.3.2.3&r2=1.3.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver/kolab.php?r1=1.16.2.4&r2=1.16.2.5&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Driver/sql.php?r1=1.136.2.13&r2=1.136.2.14&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/FBView.php?r1=1.10.10.4&r2=1.10.10.5&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/FBView/day.php?r1=1.13.4.3&r2=1.13.4.4&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/FBView/week.php?r1=1.11.4.5&r2=1.11.4.6&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/FBView/workweek.php?r1=1.7.10.2&r2=1.7.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Kronolith.php?r1=1.263.2.19&r2=1.263.2.20&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Scheduler/kronolith.php?r1=1.25.6.6&r2=1.25.6.7&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Storage/kolab.php?r1=1.4.10.2&r2=1.4.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/Storage/sql.php?r1=1.7.10.3&r2=1.7.10.4&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/WeekView.php?r1=1.88.2.3&r2=1.88.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/api.php?r1=1.126.2.7&r2=1.126.2.8&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/base.php?r1=1.117&r2=1.117.8.1&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/prefs.php?r1=1.5.10.2&r2=1.5.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/version.php?r1=1.10.12.16&r2=1.10.12.17&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/cs_CZ/LC_MESSAGES/kronolith.mo?r1=1.12.4.1&r2=1.12.4.2&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/de_DE/LC_MESSAGES/kronolith.mo?r1=1.49.2.13&r2=1.49.2.14&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/de_DE/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/fi_FI/LC_MESSAGES/kronolith.mo?r1=1.7.2.4&r2=1.7.2.5&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/fi_FI/help.xml?r1=1.2.12.1&r2=1.2.12.2&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/fr_FR/LC_MESSAGES/kronolith.mo?r1=1.21.2.5&r2=1.21.2.6&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/hu_HU/LC_MESSAGES/kronolith.mo?r1=1.2.2.6&r2=1.2.2.7&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/it_IT/LC_MESSAGES/kronolith.mo?r1=1.9.10.3&r2=1.9.10.4&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/ja_JP/LC_MESSAGES/kronolith.mo?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/nl_NL/LC_MESSAGES/kronolith.mo?r1=1.34.2.1&r2=1.34.2.2&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/pl_PL/LC_MESSAGES/kronolith.mo?r1=1.1.14.2&r2=1.1.14.3&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/pt_BR/LC_MESSAGES/kronolith.mo?r1=1.3.12.1&r2=1.3.12.2&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/sk_SK/LC_MESSAGES/kronolith.mo?r1=1.16.2.5&r2=1.16.2.6&ty=u
http://cvs.horde.org/diff.php/kronolith/locale/sv_SE/LC_MESSAGES/kronolith.mo?r1=1.12.2.1&r2=1.12.2.2&ty=u
http://cvs.horde.org/co.php/kronolith/locale/tr_TR/help.xml?r=1.1.2.1
http://cvs.horde.org/diff.php/kronolith/locale/zh_TW/LC_MESSAGES/kronolith.mo?r1=1.27.4.4&r2=1.27.4.5&ty=u
http://cvs.horde.org/diff.php/kronolith/month.php?r1=1.170.4.6&r2=1.170.4.7&ty=u
http://cvs.horde.org/co.php/kronolith/packaging/redhat/Attic/mcal.README?r=1.1
http://cvs.horde.org/diff.php/kronolith/packaging/redhat/kronolith.spec?r1=1.8.12.1&r2=1.8.12.2&ty=u
http://cvs.horde.org/diff.php/kronolith/po/de_DE.po?r1=1.43.2.13&r2=1.43.2.14&ty=u
http://cvs.horde.org/diff.php/kronolith/po/fi_FI.po?r1=1.7.2.3&r2=1.7.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/po/fr_FR.po?r1=1.13.2.1&r2=1.13.2.2&ty=u
http://cvs.horde.org/diff.php/kronolith/po/hu_HU.po?r1=1.2.2.4&r2=1.2.2.5&ty=u
http://cvs.horde.org/diff.php/kronolith/po/it_IT.po?r1=1.9.10.2&r2=1.9.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/po/ja_JP.po?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/kronolith/po/kronolith.pot?r1=1.31.2.11&r2=1.31.2.12&ty=u
http://cvs.horde.org/diff.php/kronolith/po/nl_NL.po?r1=1.28.2.1&r2=1.28.2.2&ty=u
http://cvs.horde.org/diff.php/kronolith/po/pt_BR.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
http://cvs.horde.org/diff.php/kronolith/po/sk_SK.po?r1=1.3.2.3&r2=1.3.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/po/sv_SE.po?r1=1.9.4.1&r2=1.9.4.2&ty=u
http://cvs.horde.org/diff.php/kronolith/po/zh_TW.po?r1=1.19.6.4&r2=1.19.6.5&ty=u
http://cvs.horde.org/co.php/kronolith/scripts/import_icals.php?r=1.3.2.1
http://cvs.horde.org/diff.php/kronolith/scripts/reminders.php?r1=1.17.10.2&r2=1.17.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/scripts/sql/kronolith.oci8.sql?r1=1.4.2.1&r2=1.4.2.2&ty=u
http://cvs.horde.org/diff.php/kronolith/scripts/upgrades/2004-05-19_convert_categories_to_strings.php?r1=1.2.10.1&r2=1.2.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/scripts/upgrades/2004-12-21_add_event_uid.pgsql.sql?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/kronolith/search.php?r1=1.8.4.3&r2=1.8.4.4&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/attendees/attendees.inc?r1=1.12.8.4&r2=1.12.8.5&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/calendars/calendars.inc?r1=1.7.2.1&r2=1.7.2.2&ty=u
http://cvs.horde.org/co.php/kronolith/templates/calendars/search.inc?r=1.4.2.1
http://cvs.horde.org/diff.php/kronolith/templates/category_legend.inc?r1=1.13.2.2&r2=1.13.2.3&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/common-header.inc?r1=1.26.10.2&r2=1.26.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?r1=1.7.10.2&r2=1.7.10.3&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/data/export.inc?r1=1.16.10.1&r2=1.16.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/data/import.inc?r1=1.17.10.1&r2=1.17.10.2&ty=u
http://cvs.horde.org/co.php/kronolith/templates/day/Attic/foot.inc?r=1.5
http://cvs.horde.org/diff.php/kronolith/templates/day/all_day.inc?r1=1.14&r2=1.14.4.1&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/day/head.inc?r1=1.28.4.2&r2=1.28.4.3&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/day/head_side_by_side.inc?r1=1.15.4.3&r2=1.15.4.4&ty=u
http://cvs.horde.org/co.php/kronolith/templates/day/rows.html?r=1.1.2.1
http://cvs.horde.org/diff.php/kronolith/templates/delete/delete.inc?r1=1.10.12.1&r2=1.10.12.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/delete/one.inc?r1=1.10.12.1&r2=1.10.12.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/edit/edit.inc?r1=1.111.4.3&r2=1.111.4.4&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/edit/edit_timespan.inc?r1=1.4.10.1&r2=1.4.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/edit/javascript.inc?r1=1.32.10.2&r2=1.32.10.3&ty=u
http://cvs.horde.org/co.php/kronolith/templates/fbview/Attic/legend.inc?r=1.2
http://cvs.horde.org/co.php/kronolith/templates/fbview/Attic/linesblock.tpl?r=1.1
http://cvs.horde.org/diff.php/kronolith/templates/fbview/busyblock.tpl?r1=1.3&r2=1.3.10.1&ty=u
http://cvs.horde.org/co.php/kronolith/templates/fbview/emptyblock.tpl?r=1.1.2.1
http://cvs.horde.org/diff.php/kronolith/templates/fbview/header.tpl?r1=1.6&r2=1.6.10.1&ty=u
http://cvs.horde.org/co.php/kronolith/templates/fbview/legend.tpl?r=1.1.2.1
http://cvs.horde.org/diff.php/kronolith/templates/fbview/meetingblock.tpl?r1=1.1&r2=1.1.12.1&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/fbview/row.tpl?r1=1.2.6.1&r2=1.2.6.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/fbview/section.tpl?r1=1.3&r2=1.3.10.1&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/fbview/unknownblock.tpl?r1=1.2&r2=1.2.10.1&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/javascript/goto.inc?r1=1.23.6.4&r2=1.23.6.5&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/javascript/open_attendees_win.js?r1=1.2&r2=1.2.10.1&ty=u
http://cvs.horde.org/co.php/kronolith/templates/javascript/open_calendar_search.js?r=1.2.2.1
http://cvs.horde.org/diff.php/kronolith/templates/menu.inc?r1=1.5.4.6&r2=1.5.4.7&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/month/head.inc?r1=1.26.4.2&r2=1.26.4.3&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/month/head_side_by_side.inc?r1=1.17.4.3&r2=1.17.4.4&ty=u
http://cvs.horde.org/co.php/kronolith/templates/prefs/fb_cals_select.inc?r=1.1.2.1
http://cvs.horde.org/diff.php/kronolith/templates/prefs/remote_cal_management.inc?r1=1.5.10.1&r2=1.5.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/prefs/search_abook_select.inc?r1=1.1.10.1&r2=1.1.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/prefs/shareselect.inc?r1=1.5&r2=1.5.12.1&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/search/event_summaries.inc?r1=1.3.10.1&r2=1.3.10.2&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/search/search.inc?r1=1.4.4.2&r2=1.4.4.3&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/search/search_advanced.inc?r1=1.3.4.3&r2=1.3.4.4&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/view/view.inc?r1=1.38.8.3&r2=1.38.8.4&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/week/head.inc?r1=1.52.2.3&r2=1.52.2.4&ty=u
http://cvs.horde.org/diff.php/kronolith/templates/week/head_side_by_side.inc?r1=1.17.2.4&r2=1.17.2.5&ty=u
http://cvs.horde.org/co.php/kronolith/templates/year/head.inc?r=1.3.2.1
http://cvs.horde.org/diff.php/kronolith/themes/bluewhite/screen.css?r1=1.4.10.3&r2=1.4.10.4&ty=u
http://cvs.horde.org/diff.php/kronolith/themes/burntorange/screen.css?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/co.php/kronolith/themes/categoryCSS.php?r=1.4.2.1
http://cvs.horde.org/co.php/kronolith/themes/graphics/addressbook_browse.png?r=1.1.2.1
http://cvs.horde.org/co.php/kronolith/themes/graphics/alarm.png?r=1.1.2.1
http://cvs.horde.org/co.php/kronolith/themes/graphics/expand.png?r=1.1.2.1
http://cvs.horde.org/co.php/kronolith/themes/graphics/new_big.png?r=1.1.2.1
http://cvs.horde.org/co.php/kronolith/themes/graphics/yearview.png?r=1.1.2.1
http://cvs.horde.org/co.php/kronolith/themes/page.css?r=1.2.2.1
http://cvs.horde.org/co.php/kronolith/themes/page_ie.css?r=1.2.2.1
http://cvs.horde.org/diff.php/kronolith/themes/print/screen.css?r1=1.2.2.1&r2=1.2.2.2&ty=u
http://cvs.horde.org/diff.php/kronolith/themes/screen.css?r1=1.2.4.4&r2=1.2.4.5&ty=u
http://cvs.horde.org/diff.php/kronolith/viewevent.php?r1=1.49.2.6&r2=1.49.2.7&ty=u
http://cvs.horde.org/diff.php/kronolith/week.php?r1=1.43.2.4&r2=1.43.2.5&ty=u
http://cvs.horde.org/diff.php/kronolith/workweek.php?r1=1.34.8.4&r2=1.34.8.5&ty=u
http://cvs.horde.org/co.php/kronolith/year.php?r=1.16.2.1
More information about the cvs
mailing list