[cvs] commit: nag README data.php ics.php index.php list.php pref_api.php search.php task.php tasklists.php view.php nag/config conf.xml menu.php.dist prefs.php.dist nag/docs CHANGES CREDITS INSTALL RELEASE_NOTES UPGRADING nag/js QuickFinder.js effects.js ...
Jan Schneider
jan at horde.org
Thu Dec 20 14:23:44 UTC 2007
jan 2007-12-20 09:23:44 EST
Modified files: (Branch: FRAMEWORK_3)
. README data.php ics.php index.php
list.php pref_api.php search.php task.php
view.php
config conf.xml menu.php.dist prefs.php.dist
docs CHANGES CREDITS INSTALL RELEASE_NOTES
UPGRADING
js prototype.js tables.js
lib Driver.php Nag.php api.php base.php
prefs.php version.php
lib/Block summary.php
lib/Driver kolab.php sql.php
lib/Notification/Listener status.php
locale/ar_SY/LC_MESSAGES nag.mo
locale/bg_BG/LC_MESSAGES nag.mo
locale/ca_ES help.xml
locale/cs_CZ/LC_MESSAGES nag.mo
locale/da_DK/LC_MESSAGES nag.mo
locale/de_DE/LC_MESSAGES nag.mo
locale/es_ES/LC_MESSAGES nag.mo
locale/fi_FI help.xml
locale/fi_FI/LC_MESSAGES nag.mo
locale/fr_FR/LC_MESSAGES nag.mo
locale/hu_HU help.xml
locale/hu_HU/LC_MESSAGES nag.mo
locale/id_ID/LC_MESSAGES nag.mo
locale/it_IT/LC_MESSAGES nag.mo
locale/ja_JP/LC_MESSAGES nag.mo
locale/ko_KR/LC_MESSAGES nag.mo
locale/lt_LT/LC_MESSAGES nag.mo
locale/lv_LV/LC_MESSAGES nag.mo
locale/nb_NO/LC_MESSAGES nag.mo
locale/nl_NL/LC_MESSAGES nag.mo
locale/nn_NO/LC_MESSAGES nag.mo
locale/pl_PL/LC_MESSAGES nag.mo
locale/pt_BR/LC_MESSAGES nag.mo
locale/ro_RO/LC_MESSAGES nag.mo
locale/ru_RU/LC_MESSAGES nag.mo
locale/sk_SK/LC_MESSAGES nag.mo
locale/sl_SI/LC_MESSAGES nag.mo
locale/sv_SE/LC_MESSAGES nag.mo
locale/tr_TR help.xml
locale/zh_CN/LC_MESSAGES nag.mo
locale/zh_TW/LC_MESSAGES nag.mo
packaging/redhat nag.spec
po ar_SY.po bg_BG.po cs_CZ.po da_DK.po
de_DE.po es_ES.po fi_FI.po fr_FR.po
hu_HU.po id_ID.po it_IT.po ja_JP.po
ko_KR.po lt_LT.po lv_LV.po nag.pot
nb_NO.po nl_NL.po nn_NO.po pl_PL.po
pt_BR.po ro_RO.po ru_RU.po sk_SK.po
sl_SI.po sv_SE.po zh_CN.po zh_TW.po
scripts import_vtodos.php
scripts/sql nag.mssql.sql nag.oci8.sql nag.sql
nag.xml
scripts/upgrades 1.1_to_2.0.mysql.sql 1.1_to_2.0.oci8.sql
templates common-header.inc menu.inc
templates/data export.inc import.inc
templates/list header.inc task_footers.inc
task_headers.inc task_summaries.inc
templates/prefs tasklistselect.inc
templates/search search.inc
templates/view task.inc
themes categoryCSS.php screen.css
themes/graphics add.png alarm.png alarm_small.png az.png
checkbox.png checked.png nag.png note.png
tasklists.png unchecked.png za.png
Added files: (Branch: FRAMEWORK_3)
js QuickFinder.js effects.js redbox.js
scriptaculous.js
js/src QuickFinder.js effects.js prototype.js
redbox.js scriptaculous.js tables.js
lib/Block tree_alarms.php tree_menu.php
lib/Forms CreateTaskList.php DeleteTaskList.php
EditTaskList.php task.php
lib/UI/VarRenderer nag.php
scripts/upgrades 2.1_to_2.2.sql
2006-04-18_add_creator_and_assignee_fields.php
create_missing_add_histories_sql.php
tasklists create.php delete.php edit.php index.php
info.php
templates panel.inc tasklist_info.php
tasklist_list.php
templates/prefs defaultduetimeselect.inc
themes/bluewhite screen.css
themes/fadetogreen screen.css
themes/graphics minus.png plus.png redbox_spinner.gif
search.png
themes/silver screen.css
themes/silver/graphics add.png alarm.png alarm_small.png
az.png checkbox.png checked.png
favicon.ico nag.png note.png
tasklists.png unchecked.png za.png
themes/sounds theetone.wav
themes/tango-blue/graphics add.png alarm.png alarm_small.png
checkbox.png checked.png
favicon.ico nag.png note.png
tasklists.png unchecked.png
Removed files: (Branch: FRAMEWORK_3)
. tasklists.php
js fixUnstyledOptions.js
lib Widgets.php
templates/task task.inc
templates/tasklists tasklists.inc
Log:
Merge from HEAD.
Revision Changes Path
1.38.2.6 +0 -127 nag/Attic/tasklists.php (dead)
1.9.10.2 +0 -0 nag/README
1.25.10.2 +0 -0 nag/config/conf.xml
1.4.8.1 +2 -2 nag/config/menu.php.dist
1.42.2.6 +74 -16 nag/config/prefs.php.dist
1.39.8.11 +22 -16 nag/data.php
1.115.2.57 +49 -4 nag/docs/CHANGES
1.40.4.16 +2 -0 nag/docs/CREDITS
1.19.10.8 +5 -6 nag/docs/INSTALL
1.26.2.25 +15 -10 nag/docs/RELEASE_NOTES
1.1.8.1 +32 -9 nag/docs/UPGRADING
1.4.2.5 +19 -15 nag/ics.php
1.16.10.5 +5 -5 nag/index.php
1.1.2.3 +0 -37 nag/js/Attic/fixUnstyledOptions.js (dead)
1.4.2.1 +1 -0 nag/js/QuickFinder.js (new)
1.6.2.1 +1 -0 nag/js/effects.js (new)
1.4.2.2 +1 -2385 nag/js/prototype.js
1.1.2.1 +1 -0 nag/js/redbox.js (new)
1.6.2.1 +1 -0 nag/js/scriptaculous.js (new)
1.1.2.1 +91 -0 nag/js/src/QuickFinder.js (new)
1.5.2.1 +1122 -0 nag/js/src/effects.js (new)
1.8.2.1 +4184 -0 nag/js/src/prototype.js (new)
1.1.2.1 +129 -0 nag/js/src/redbox.js (new)
1.5.2.1 +58 -0 nag/js/src/scriptaculous.js (new)
1.4.2.1 +368 -0 nag/js/src/tables.js (new)
1.3.2.4 +1 -361 nag/js/tables.js
1.2.12.9 +0 -203 nag/lib/Attic/Widgets.php (dead)
1.51.8.11 +85 -49 nag/lib/Block/summary.php
1.5.2.1 +89 -0 nag/lib/Block/tree_alarms.php (new)
1.2.2.1 +55 -0 nag/lib/Block/tree_menu.php (new)
1.57.2.15 +1061 -190 nag/lib/Driver.php
1.6.10.12 +883 -91 nag/lib/Driver/kolab.php
1.60.2.20 +240 -106 nag/lib/Driver/sql.php
1.1.2.1 +54 -0 nag/lib/Forms/CreateTaskList.php (new)
1.1.2.1 +94 -0 nag/lib/Forms/DeleteTaskList.php (new)
1.1.2.1 +60 -0 nag/lib/Forms/EditTaskList.php (new)
1.11.2.1 +215 -0 nag/lib/Forms/task.php (new)
1.124.2.18 +206 -147 nag/lib/Nag.php
1.6.10.6 +2 -2 nag/lib/Notification/Listener/status.php
1.9.2.1 +354 -0 nag/lib/UI/VarRenderer/nag.php (new)
1.100.10.17 +605 -96 nag/lib/api.php
1.75.10.6 +11 -62 nag/lib/base.php
1.3.10.5 +10 -5 nag/lib/prefs.php
1.4.12.24 +1 -1 nag/lib/version.php
1.93.8.7 +76 -39 nag/list.php
1.2.12.2 +33 -21 nag/locale/ar_SY/LC_MESSAGES/nag.mo
1.2.12.2 +87 -37 nag/locale/bg_BG/LC_MESSAGES/nag.mo
1.1.2.2 +1 -1 nag/locale/ca_ES/help.xml
1.11.4.5 +215 -221 nag/locale/cs_CZ/LC_MESSAGES/nag.mo
1.1.14.3 +239 -229 nag/locale/da_DK/LC_MESSAGES/nag.mo
1.42.2.26 +279 -225 nag/locale/de_DE/LC_MESSAGES/nag.mo
1.11.2.7 +287 -226 nag/locale/es_ES/LC_MESSAGES/nag.mo
1.7.2.11 +270 -241 nag/locale/fi_FI/LC_MESSAGES/nag.mo
1.6.4.4 +1 -1 nag/locale/fi_FI/help.xml
1.17.2.13 +231 -182 nag/locale/fr_FR/LC_MESSAGES/nag.mo
1.2.2.9 +240 -229 nag/locale/hu_HU/LC_MESSAGES/nag.mo
1.3.4.4 +24 -15 nag/locale/hu_HU/help.xml
1.1.14.3 +112 -93 nag/locale/id_ID/LC_MESSAGES/nag.mo
1.5.10.7 +242 -148 nag/locale/it_IT/LC_MESSAGES/nag.mo
1.1.2.7 +309 -309 nag/locale/ja_JP/LC_MESSAGES/nag.mo
1.1.14.3 +41 -37 nag/locale/ko_KR/LC_MESSAGES/nag.mo
1.6.4.2 +254 -201 nag/locale/lt_LT/LC_MESSAGES/nag.mo
1.2.4.2 +38 -33 nag/locale/lv_LV/LC_MESSAGES/nag.mo
1.2.12.4 +151 -97 nag/locale/nb_NO/LC_MESSAGES/nag.mo
1.31.2.6 +286 -249 nag/locale/nl_NL/LC_MESSAGES/nag.mo
1.2.12.2 +35 -21 nag/locale/nn_NO/LC_MESSAGES/nag.mo
1.1.6.8 +159 -158 nag/locale/pl_PL/LC_MESSAGES/nag.mo
1.2.12.7 +271 -232 nag/locale/pt_BR/LC_MESSAGES/nag.mo
1.1.14.2 +26 -20 nag/locale/ro_RO/LC_MESSAGES/nag.mo
1.2.12.5 +40 -56 nag/locale/ru_RU/LC_MESSAGES/nag.mo
1.17.2.10 +244 -206 nag/locale/sk_SK/LC_MESSAGES/nag.mo
1.1.2.2 +232 -196 nag/locale/sl_SI/LC_MESSAGES/nag.mo
1.11.2.8 +149 -261 nag/locale/sv_SE/LC_MESSAGES/nag.mo
1.1.2.2 +0 -0 nag/locale/tr_TR/help.xml
1.2.10.3 +238 -257 nag/locale/zh_CN/LC_MESSAGES/nag.mo
1.26.4.9 +285 -223 nag/locale/zh_TW/LC_MESSAGES/nag.mo
1.4.12.3 +2 -2 nag/packaging/redhat/nag.spec
1.1.14.2 +135 -699 nag/po/ar_SY.po
1.2.12.2 +215 -627 nag/po/bg_BG.po
1.6.4.3 +181 -204 nag/po/cs_CZ.po
1.1.14.3 +69 -42 nag/po/da_DK.po
1.35.2.20 +498 -251 nag/po/de_DE.po
1.8.2.6 +246 -348 nag/po/es_ES.po
1.7.2.10 +493 -249 nag/po/fi_FI.po
1.8.2.6 +480 -253 nag/po/fr_FR.po
1.2.2.6 +217 -332 nag/po/hu_HU.po
1.1.14.2 +178 -679 nag/po/id_ID.po
1.5.10.7 +614 -403 nag/po/it_IT.po
1.1.2.7 +447 -237 nag/po/ja_JP.po
1.1.14.2 +133 -699 nag/po/ko_KR.po
1.6.4.2 +624 -279 nag/po/lt_LT.po
1.2.4.2 +210 -272 nag/po/lv_LV.po
1.28.2.17 +456 -224 nag/po/nag.pot
1.2.12.3 +136 -698 nag/po/nb_NO.po
1.25.2.6 +528 -279 nag/po/nl_NL.po
1.2.12.2 +142 -708 nag/po/nn_NO.po
1.1.6.3 +551 -377 nag/po/pl_PL.po
1.1.14.7 +204 -319 nag/po/pt_BR.po
1.1.14.2 +179 -679 nag/po/ro_RO.po
1.1.14.3 +188 -1213 nag/po/ru_RU.po
1.3.2.5 +211 -322 nag/po/sk_SK.po
1.1.2.2 +168 -125 nag/po/sl_SI.po
1.8.12.5 +203 -332 nag/po/sv_SE.po
1.1.14.2 +136 -697 nag/po/zh_CN.po
1.18.6.8 +507 -266 nag/po/zh_TW.po
1.1.2.3 +11 -3 nag/pref_api.php
1.3.2.4 +5 -3 nag/scripts/import_vtodos.php
1.1.2.2 +19 -14 nag/scripts/sql/nag.mssql.sql
1.1.2.3 +19 -14 nag/scripts/sql/nag.oci8.sql
1.4.8.3 +19 -12 nag/scripts/sql/nag.sql
1.1.2.2 +43 -1 nag/scripts/sql/nag.xml
1.6.2.3 +2 -2 nag/scripts/upgrades/1.1_to_2.0.mysql.sql
1.1.2.2 +0 -0 nag/scripts/upgrades/1.1_to_2.0.oci8.sql
1.1.2.1 +8 -0 nag/scripts/upgrades/2.1_to_2.2.sql (new)
1.8.2.1 +78 -0 nag/scripts/upgrades/2006-04-18_add_creator_and_assignee_fields.php (new)
1.8.2.1 +61 -0 nag/scripts/upgrades/create_missing_add_histories_sql.php (new)
1.17.8.5 +5 -3 nag/search.php
1.80.8.8 +169 -234 nag/task.php
1.1.2.1 +42 -0 nag/tasklists/create.php (new)
1.2.2.1 +59 -0 nag/tasklists/delete.php (new)
1.1.2.1 +58 -0 nag/tasklists/edit.php (new)
1.1.2.1 +65 -0 nag/tasklists/index.php (new)
1.1.2.1 +41 -0 nag/tasklists/info.php (new)
1.21.10.6 +12 -7 nag/templates/common-header.inc
1.10.10.2 +2 -2 nag/templates/data/export.inc
1.12.10.5 +5 -5 nag/templates/data/import.inc
1.21.10.4 +11 -4 nag/templates/list/header.inc
1.4.10.2 +6 -0 nag/templates/list/task_footers.inc
1.37.8.7 +2 -2 nag/templates/list/task_headers.inc
1.60.8.6 +43 -14 nag/templates/list/task_summaries.inc
1.5.4.8 +0 -27 nag/templates/menu.inc
1.6.2.1 +87 -0 nag/templates/panel.inc (new)
1.1.2.1 +20 -0 nag/templates/prefs/defaultduetimeselect.inc (new)
1.2.12.2 +2 -2 nag/templates/prefs/tasklistselect.inc
1.8.10.2 +25 -27 nag/templates/search/search.inc
1.36.4.4 +0 -114 nag/templates/task/Attic/task.inc (dead)
1.1.2.1 +9 -0 nag/templates/tasklist_info.php (new)
1.2.2.1 +41 -0 nag/templates/tasklist_list.php (new)
1.7.2.7 +0 -111 nag/templates/tasklists/Attic/tasklists.inc (dead)
1.8.2.5 +43 -37 nag/templates/view/task.inc
1.1.2.1 +7 -0 nag/themes/bluewhite/screen.css (new)
1.1.2.4 +6 -4 nag/themes/categoryCSS.php
1.1.2.1 +25 -0 nag/themes/fadetogreen/screen.css (new)
1.3.2.1 +2 -3 nag/themes/graphics/add.png
1.2.2.1 +1 -1 nag/themes/graphics/alarm.png
1.2.2.1 +1 -2 nag/themes/graphics/alarm_small.png
1.1.2.2 +1 -2 nag/themes/graphics/az.png
1.2.2.1 +1 -1 nag/themes/graphics/checkbox.png
1.2.2.1 +1 -1 nag/themes/graphics/checked.png
1.2.2.1 +4 -0 nag/themes/graphics/minus.png (new)
1.2.2.1 +2 -4 nag/themes/graphics/nag.png
1.2.2.1 +1 -1 nag/themes/graphics/note.png
1.2.2.1 +3 -0 nag/themes/graphics/plus.png (new)
1.1.2.1 +39 -0 nag/themes/graphics/redbox_spinner.gif (new)
1.2.2.1 +6 -0 nag/themes/graphics/search.png (new)
1.2.2.1 +2 -4 nag/themes/graphics/tasklists.png
1.2.2.1 +1 -1 nag/themes/graphics/unchecked.png
1.1.2.2 +1 -1 nag/themes/graphics/za.png
1.1.4.2 +212 -2 nag/themes/screen.css
1.1.2.1 +5 -0 nag/themes/silver/graphics/add.png (new)
1.1.2.1 +6 -0 nag/themes/silver/graphics/alarm.png (new)
1.1.2.1 +12 -0 nag/themes/silver/graphics/alarm_small.png (new)
1.1.2.1 +7 -0 nag/themes/silver/graphics/az.png (new)
1.1.2.1 +5 -0 nag/themes/silver/graphics/checkbox.png (new)
1.1.2.1 +10 -0 nag/themes/silver/graphics/checked.png (new)
1.1.2.1 +17 -0 nag/themes/silver/graphics/favicon.ico (new)
1.1.2.1 +8 -0 nag/themes/silver/graphics/nag.png (new)
1.1.2.1 +5 -0 nag/themes/silver/graphics/note.png (new)
1.1.2.1 +4 -0 nag/themes/silver/graphics/tasklists.png (new)
1.1.2.1 +6 -0 nag/themes/silver/graphics/unchecked.png (new)
1.1.2.1 +8 -0 nag/themes/silver/graphics/za.png (new)
1.1.2.1 +10 -0 nag/themes/silver/screen.css (new)
1.1.2.1 +1 -0 nag/themes/sounds/theetone.wav (new)
1.1.2.1 +5 -0 nag/themes/tango-blue/graphics/add.png (new)
1.1.2.1 +3 -0 nag/themes/tango-blue/graphics/alarm.png (new)
1.1.2.1 +8 -0 nag/themes/tango-blue/graphics/alarm_small.png (new)
1.1.2.1 +3 -0 nag/themes/tango-blue/graphics/checkbox.png (new)
1.1.2.1 +3 -0 nag/themes/tango-blue/graphics/checked.png (new)
1.1.2.1 +1 -0 nag/themes/tango-blue/graphics/favicon.ico (new)
1.1.2.1 +4 -0 nag/themes/tango-blue/graphics/nag.png (new)
1.1.2.1 +3 -0 nag/themes/tango-blue/graphics/note.png (new)
1.1.2.1 +5 -0 nag/themes/tango-blue/graphics/tasklists.png (new)
1.1.2.1 +3 -0 nag/themes/tango-blue/graphics/unchecked.png (new)
1.55.2.8 +44 -14 nag/view.php
Chora Links:
http://cvs.horde.org/co.php/nag/Attic/tasklists.php?r=1.38.2.5
http://cvs.horde.org/diff.php/nag/README?r1=1.9.10.1&r2=1.9.10.2&ty=u
http://cvs.horde.org/diff.php/nag/config/conf.xml?r1=1.25.10.1&r2=1.25.10.2&ty=u
http://cvs.horde.org/diff.php/nag/config/menu.php.dist?r1=1.4&r2=1.4.8.1&ty=u
http://cvs.horde.org/diff.php/nag/config/prefs.php.dist?r1=1.42.2.5&r2=1.42.2.6&ty=u
http://cvs.horde.org/diff.php/nag/data.php?r1=1.39.8.10&r2=1.39.8.11&ty=u
http://cvs.horde.org/diff.php/nag/docs/CHANGES?r1=1.115.2.56&r2=1.115.2.57&ty=u
http://cvs.horde.org/diff.php/nag/docs/CREDITS?r1=1.40.4.15&r2=1.40.4.16&ty=u
http://cvs.horde.org/diff.php/nag/docs/INSTALL?r1=1.19.10.7&r2=1.19.10.8&ty=u
http://cvs.horde.org/diff.php/nag/docs/RELEASE_NOTES?r1=1.26.2.24&r2=1.26.2.25&ty=u
http://cvs.horde.org/diff.php/nag/docs/UPGRADING?r1=1.1&r2=1.1.8.1&ty=u
http://cvs.horde.org/diff.php/nag/ics.php?r1=1.4.2.4&r2=1.4.2.5&ty=u
http://cvs.horde.org/diff.php/nag/index.php?r1=1.16.10.4&r2=1.16.10.5&ty=u
http://cvs.horde.org/co.php/nag/js/Attic/fixUnstyledOptions.js?r=1.1.2.2
http://cvs.horde.org/co.php/nag/js/QuickFinder.js?r=1.4.2.1
http://cvs.horde.org/co.php/nag/js/effects.js?r=1.6.2.1
http://cvs.horde.org/diff.php/nag/js/prototype.js?r1=1.4.2.1&r2=1.4.2.2&ty=u
http://cvs.horde.org/co.php/nag/js/redbox.js?r=1.1.2.1
http://cvs.horde.org/co.php/nag/js/scriptaculous.js?r=1.6.2.1
http://cvs.horde.org/co.php/nag/js/src/QuickFinder.js?r=1.1.2.1
http://cvs.horde.org/co.php/nag/js/src/effects.js?r=1.5.2.1
http://cvs.horde.org/co.php/nag/js/src/prototype.js?r=1.8.2.1
http://cvs.horde.org/co.php/nag/js/src/redbox.js?r=1.1.2.1
http://cvs.horde.org/co.php/nag/js/src/scriptaculous.js?r=1.5.2.1
http://cvs.horde.org/co.php/nag/js/src/tables.js?r=1.4.2.1
http://cvs.horde.org/diff.php/nag/js/tables.js?r1=1.3.2.3&r2=1.3.2.4&ty=u
http://cvs.horde.org/co.php/nag/lib/Attic/Widgets.php?r=1.2.12.8
http://cvs.horde.org/diff.php/nag/lib/Block/summary.php?r1=1.51.8.10&r2=1.51.8.11&ty=u
http://cvs.horde.org/co.php/nag/lib/Block/tree_alarms.php?r=1.5.2.1
http://cvs.horde.org/co.php/nag/lib/Block/tree_menu.php?r=1.2.2.1
http://cvs.horde.org/diff.php/nag/lib/Driver.php?r1=1.57.2.14&r2=1.57.2.15&ty=u
http://cvs.horde.org/diff.php/nag/lib/Driver/kolab.php?r1=1.6.10.11&r2=1.6.10.12&ty=u
http://cvs.horde.org/diff.php/nag/lib/Driver/sql.php?r1=1.60.2.19&r2=1.60.2.20&ty=u
http://cvs.horde.org/co.php/nag/lib/Forms/CreateTaskList.php?r=1.1.2.1
http://cvs.horde.org/co.php/nag/lib/Forms/DeleteTaskList.php?r=1.1.2.1
http://cvs.horde.org/co.php/nag/lib/Forms/EditTaskList.php?r=1.1.2.1
http://cvs.horde.org/co.php/nag/lib/Forms/task.php?r=1.11.2.1
http://cvs.horde.org/diff.php/nag/lib/Nag.php?r1=1.124.2.17&r2=1.124.2.18&ty=u
http://cvs.horde.org/diff.php/nag/lib/Notification/Listener/status.php?r1=1.6.10.5&r2=1.6.10.6&ty=u
http://cvs.horde.org/co.php/nag/lib/UI/VarRenderer/nag.php?r=1.9.2.1
http://cvs.horde.org/diff.php/nag/lib/api.php?r1=1.100.10.16&r2=1.100.10.17&ty=u
http://cvs.horde.org/diff.php/nag/lib/base.php?r1=1.75.10.5&r2=1.75.10.6&ty=u
http://cvs.horde.org/diff.php/nag/lib/prefs.php?r1=1.3.10.4&r2=1.3.10.5&ty=u
http://cvs.horde.org/diff.php/nag/lib/version.php?r1=1.4.12.23&r2=1.4.12.24&ty=u
http://cvs.horde.org/diff.php/nag/list.php?r1=1.93.8.6&r2=1.93.8.7&ty=u
http://cvs.horde.org/diff.php/nag/locale/ar_SY/LC_MESSAGES/nag.mo?r1=1.2.12.1&r2=1.2.12.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/bg_BG/LC_MESSAGES/nag.mo?r1=1.2.12.1&r2=1.2.12.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/ca_ES/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/cs_CZ/LC_MESSAGES/nag.mo?r1=1.11.4.4&r2=1.11.4.5&ty=u
http://cvs.horde.org/diff.php/nag/locale/da_DK/LC_MESSAGES/nag.mo?r1=1.1.14.2&r2=1.1.14.3&ty=u
http://cvs.horde.org/diff.php/nag/locale/de_DE/LC_MESSAGES/nag.mo?r1=1.42.2.25&r2=1.42.2.26&ty=u
http://cvs.horde.org/diff.php/nag/locale/es_ES/LC_MESSAGES/nag.mo?r1=1.11.2.6&r2=1.11.2.7&ty=u
http://cvs.horde.org/diff.php/nag/locale/fi_FI/LC_MESSAGES/nag.mo?r1=1.7.2.10&r2=1.7.2.11&ty=u
http://cvs.horde.org/diff.php/nag/locale/fi_FI/help.xml?r1=1.6.4.3&r2=1.6.4.4&ty=u
http://cvs.horde.org/diff.php/nag/locale/fr_FR/LC_MESSAGES/nag.mo?r1=1.17.2.12&r2=1.17.2.13&ty=u
http://cvs.horde.org/diff.php/nag/locale/hu_HU/LC_MESSAGES/nag.mo?r1=1.2.2.8&r2=1.2.2.9&ty=u
http://cvs.horde.org/diff.php/nag/locale/hu_HU/help.xml?r1=1.3.4.3&r2=1.3.4.4&ty=u
http://cvs.horde.org/diff.php/nag/locale/id_ID/LC_MESSAGES/nag.mo?r1=1.1.14.2&r2=1.1.14.3&ty=u
http://cvs.horde.org/diff.php/nag/locale/it_IT/LC_MESSAGES/nag.mo?r1=1.5.10.6&r2=1.5.10.7&ty=u
http://cvs.horde.org/diff.php/nag/locale/ja_JP/LC_MESSAGES/nag.mo?r1=1.1.2.6&r2=1.1.2.7&ty=u
http://cvs.horde.org/diff.php/nag/locale/ko_KR/LC_MESSAGES/nag.mo?r1=1.1.14.2&r2=1.1.14.3&ty=u
http://cvs.horde.org/diff.php/nag/locale/lt_LT/LC_MESSAGES/nag.mo?r1=1.6.4.1&r2=1.6.4.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/lv_LV/LC_MESSAGES/nag.mo?r1=1.2.4.1&r2=1.2.4.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/nb_NO/LC_MESSAGES/nag.mo?r1=1.2.12.3&r2=1.2.12.4&ty=u
http://cvs.horde.org/diff.php/nag/locale/nl_NL/LC_MESSAGES/nag.mo?r1=1.31.2.5&r2=1.31.2.6&ty=u
http://cvs.horde.org/diff.php/nag/locale/nn_NO/LC_MESSAGES/nag.mo?r1=1.2.12.1&r2=1.2.12.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/pl_PL/LC_MESSAGES/nag.mo?r1=1.1.6.7&r2=1.1.6.8&ty=u
http://cvs.horde.org/diff.php/nag/locale/pt_BR/LC_MESSAGES/nag.mo?r1=1.2.12.6&r2=1.2.12.7&ty=u
http://cvs.horde.org/diff.php/nag/locale/ro_RO/LC_MESSAGES/nag.mo?r1=1.1.14.1&r2=1.1.14.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/ru_RU/LC_MESSAGES/nag.mo?r1=1.2.12.4&r2=1.2.12.5&ty=u
http://cvs.horde.org/diff.php/nag/locale/sk_SK/LC_MESSAGES/nag.mo?r1=1.17.2.9&r2=1.17.2.10&ty=u
http://cvs.horde.org/diff.php/nag/locale/sl_SI/LC_MESSAGES/nag.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/sv_SE/LC_MESSAGES/nag.mo?r1=1.11.2.7&r2=1.11.2.8&ty=u
http://cvs.horde.org/diff.php/nag/locale/tr_TR/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/locale/zh_CN/LC_MESSAGES/nag.mo?r1=1.2.10.2&r2=1.2.10.3&ty=u
http://cvs.horde.org/diff.php/nag/locale/zh_TW/LC_MESSAGES/nag.mo?r1=1.26.4.8&r2=1.26.4.9&ty=u
http://cvs.horde.org/diff.php/nag/packaging/redhat/nag.spec?r1=1.4.12.2&r2=1.4.12.3&ty=u
http://cvs.horde.org/diff.php/nag/po/ar_SY.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
http://cvs.horde.org/diff.php/nag/po/bg_BG.po?r1=1.2.12.1&r2=1.2.12.2&ty=u
http://cvs.horde.org/diff.php/nag/po/cs_CZ.po?r1=1.6.4.2&r2=1.6.4.3&ty=u
http://cvs.horde.org/diff.php/nag/po/da_DK.po?r1=1.1.14.2&r2=1.1.14.3&ty=u
http://cvs.horde.org/diff.php/nag/po/de_DE.po?r1=1.35.2.19&r2=1.35.2.20&ty=u
http://cvs.horde.org/diff.php/nag/po/es_ES.po?r1=1.8.2.5&r2=1.8.2.6&ty=u
http://cvs.horde.org/diff.php/nag/po/fi_FI.po?r1=1.7.2.9&r2=1.7.2.10&ty=u
http://cvs.horde.org/diff.php/nag/po/fr_FR.po?r1=1.8.2.5&r2=1.8.2.6&ty=u
http://cvs.horde.org/diff.php/nag/po/hu_HU.po?r1=1.2.2.5&r2=1.2.2.6&ty=u
http://cvs.horde.org/diff.php/nag/po/id_ID.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
http://cvs.horde.org/diff.php/nag/po/it_IT.po?r1=1.5.10.6&r2=1.5.10.7&ty=u
http://cvs.horde.org/diff.php/nag/po/ja_JP.po?r1=1.1.2.6&r2=1.1.2.7&ty=u
http://cvs.horde.org/diff.php/nag/po/ko_KR.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
http://cvs.horde.org/diff.php/nag/po/lt_LT.po?r1=1.6.4.1&r2=1.6.4.2&ty=u
http://cvs.horde.org/diff.php/nag/po/lv_LV.po?r1=1.2.4.1&r2=1.2.4.2&ty=u
http://cvs.horde.org/diff.php/nag/po/nag.pot?r1=1.28.2.16&r2=1.28.2.17&ty=u
http://cvs.horde.org/diff.php/nag/po/nb_NO.po?r1=1.2.12.2&r2=1.2.12.3&ty=u
http://cvs.horde.org/diff.php/nag/po/nl_NL.po?r1=1.25.2.5&r2=1.25.2.6&ty=u
http://cvs.horde.org/diff.php/nag/po/nn_NO.po?r1=1.2.12.1&r2=1.2.12.2&ty=u
http://cvs.horde.org/diff.php/nag/po/pl_PL.po?r1=1.1.6.2&r2=1.1.6.3&ty=u
http://cvs.horde.org/diff.php/nag/po/pt_BR.po?r1=1.1.14.6&r2=1.1.14.7&ty=u
http://cvs.horde.org/diff.php/nag/po/ro_RO.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
http://cvs.horde.org/diff.php/nag/po/ru_RU.po?r1=1.1.14.2&r2=1.1.14.3&ty=u
http://cvs.horde.org/diff.php/nag/po/sk_SK.po?r1=1.3.2.4&r2=1.3.2.5&ty=u
http://cvs.horde.org/diff.php/nag/po/sl_SI.po?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/po/sv_SE.po?r1=1.8.12.4&r2=1.8.12.5&ty=u
http://cvs.horde.org/diff.php/nag/po/zh_CN.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
http://cvs.horde.org/diff.php/nag/po/zh_TW.po?r1=1.18.6.7&r2=1.18.6.8&ty=u
http://cvs.horde.org/diff.php/nag/pref_api.php?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/nag/scripts/import_vtodos.php?r1=1.3.2.3&r2=1.3.2.4&ty=u
http://cvs.horde.org/diff.php/nag/scripts/sql/nag.mssql.sql?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/scripts/sql/nag.oci8.sql?r1=1.1.2.2&r2=1.1.2.3&ty=u
http://cvs.horde.org/diff.php/nag/scripts/sql/nag.sql?r1=1.4.8.2&r2=1.4.8.3&ty=u
http://cvs.horde.org/diff.php/nag/scripts/sql/nag.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/scripts/upgrades/1.1_to_2.0.mysql.sql?r1=1.6.2.2&r2=1.6.2.3&ty=u
http://cvs.horde.org/diff.php/nag/scripts/upgrades/1.1_to_2.0.oci8.sql?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/co.php/nag/scripts/upgrades/2.1_to_2.2.sql?r=1.1.2.1
http://cvs.horde.org/co.php/nag/scripts/upgrades/2006-04-18_add_creator_and_assignee_fields.php?r=1.8.2.1
http://cvs.horde.org/co.php/nag/scripts/upgrades/create_missing_add_histories_sql.php?r=1.8.2.1
http://cvs.horde.org/diff.php/nag/search.php?r1=1.17.8.4&r2=1.17.8.5&ty=u
http://cvs.horde.org/diff.php/nag/task.php?r1=1.80.8.7&r2=1.80.8.8&ty=u
http://cvs.horde.org/co.php/nag/tasklists/create.php?r=1.1.2.1
http://cvs.horde.org/co.php/nag/tasklists/delete.php?r=1.2.2.1
http://cvs.horde.org/co.php/nag/tasklists/edit.php?r=1.1.2.1
http://cvs.horde.org/co.php/nag/tasklists/index.php?r=1.1.2.1
http://cvs.horde.org/co.php/nag/tasklists/info.php?r=1.1.2.1
http://cvs.horde.org/diff.php/nag/templates/common-header.inc?r1=1.21.10.5&r2=1.21.10.6&ty=u
http://cvs.horde.org/diff.php/nag/templates/data/export.inc?r1=1.10.10.1&r2=1.10.10.2&ty=u
http://cvs.horde.org/diff.php/nag/templates/data/import.inc?r1=1.12.10.4&r2=1.12.10.5&ty=u
http://cvs.horde.org/diff.php/nag/templates/list/header.inc?r1=1.21.10.3&r2=1.21.10.4&ty=u
http://cvs.horde.org/diff.php/nag/templates/list/task_footers.inc?r1=1.4.10.1&r2=1.4.10.2&ty=u
http://cvs.horde.org/diff.php/nag/templates/list/task_headers.inc?r1=1.37.8.6&r2=1.37.8.7&ty=u
http://cvs.horde.org/diff.php/nag/templates/list/task_summaries.inc?r1=1.60.8.5&r2=1.60.8.6&ty=u
http://cvs.horde.org/diff.php/nag/templates/menu.inc?r1=1.5.4.7&r2=1.5.4.8&ty=u
http://cvs.horde.org/co.php/nag/templates/panel.inc?r=1.6.2.1
http://cvs.horde.org/co.php/nag/templates/prefs/defaultduetimeselect.inc?r=1.1.2.1
http://cvs.horde.org/diff.php/nag/templates/prefs/tasklistselect.inc?r1=1.2.12.1&r2=1.2.12.2&ty=u
http://cvs.horde.org/diff.php/nag/templates/search/search.inc?r1=1.8.10.1&r2=1.8.10.2&ty=u
http://cvs.horde.org/co.php/nag/templates/task/Attic/task.inc?r=1.36.4.3
http://cvs.horde.org/co.php/nag/templates/tasklist_info.php?r=1.1.2.1
http://cvs.horde.org/co.php/nag/templates/tasklist_list.php?r=1.2.2.1
http://cvs.horde.org/co.php/nag/templates/tasklists/Attic/tasklists.inc?r=1.7.2.6
http://cvs.horde.org/diff.php/nag/templates/view/task.inc?r1=1.8.2.4&r2=1.8.2.5&ty=u
http://cvs.horde.org/co.php/nag/themes/bluewhite/screen.css?r=1.1.2.1
http://cvs.horde.org/diff.php/nag/themes/categoryCSS.php?r1=1.1.2.3&r2=1.1.2.4&ty=u
http://cvs.horde.org/co.php/nag/themes/fadetogreen/screen.css?r=1.1.2.1
http://cvs.horde.org/diff.php/nag/themes/graphics/add.png?r1=1.3&r2=1.3.2.1&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/alarm.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/alarm_small.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/az.png?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/checkbox.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/checked.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/co.php/nag/themes/graphics/minus.png?r=1.2.2.1
http://cvs.horde.org/diff.php/nag/themes/graphics/nag.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/note.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/co.php/nag/themes/graphics/plus.png?r=1.2.2.1
http://cvs.horde.org/co.php/nag/themes/graphics/redbox_spinner.gif?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/graphics/search.png?r=1.2.2.1
http://cvs.horde.org/diff.php/nag/themes/graphics/tasklists.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/unchecked.png?r1=1.2&r2=1.2.2.1&ty=u
http://cvs.horde.org/diff.php/nag/themes/graphics/za.png?r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/nag/themes/screen.css?r1=1.1.4.1&r2=1.1.4.2&ty=u
http://cvs.horde.org/co.php/nag/themes/silver/graphics/add.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/alarm.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/alarm_small.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/az.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/checkbox.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/checked.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/favicon.ico?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/nag.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/note.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/tasklists.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/unchecked.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/graphics/za.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/silver/screen.css?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/sounds/theetone.wav?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/add.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/alarm.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/alarm_small.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/checkbox.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/checked.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/favicon.ico?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/nag.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/note.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/tasklists.png?r=1.1.2.1
http://cvs.horde.org/co.php/nag/themes/tango-blue/graphics/unchecked.png?r=1.1.2.1
http://cvs.horde.org/diff.php/nag/view.php?r1=1.55.2.7&r2=1.55.2.8&ty=u
More information about the cvs
mailing list