[cvs] commit: mnemo README data.php index.php list.php memo.php notepads.php pref_api.php search.php view.php mnemo/config conf.xml prefs.php.dist mnemo/docs CHANGES CREDITS INSTALL RELEASE_NOTES TODO UPGRADING mnemo/js QuickFinder.js ...

Jan Schneider jan at horde.org
Thu Dec 20 14:18:32 UTC 2007


jan         2007-12-20 09:18:32 EST

  Modified files:        (Branch: FRAMEWORK_3)
    .                    README data.php index.php list.php 
                         memo.php pref_api.php search.php view.php 
    config               conf.xml prefs.php.dist 
    docs                 CHANGES CREDITS INSTALL RELEASE_NOTES 
                         TODO UPGRADING 
    js                   prototype.js tables.js 
    lib                  Driver.php Mnemo.php api.php base.php 
                         prefs.php version.php 
    lib/Block            summary.php 
    lib/Driver           kolab.php sql.php 
    locale/bg_BG/LC_MESSAGES mnemo.mo 
    locale/cs_CZ/LC_MESSAGES mnemo.mo 
    locale/da_DK/LC_MESSAGES mnemo.mo 
    locale/de_DE/LC_MESSAGES mnemo.mo 
    locale/es_ES/LC_MESSAGES mnemo.mo 
    locale/fi_FI         help.xml 
    locale/fi_FI/LC_MESSAGES mnemo.mo 
    locale/fr_FR/LC_MESSAGES mnemo.mo 
    locale/hu_HU         help.xml 
    locale/hu_HU/LC_MESSAGES mnemo.mo 
    locale/it_IT/LC_MESSAGES mnemo.mo 
    locale/ja_JP/LC_MESSAGES mnemo.mo 
    locale/lt_LT/LC_MESSAGES mnemo.mo 
    locale/lv_LV/LC_MESSAGES mnemo.mo 
    locale/nb_NO/LC_MESSAGES mnemo.mo 
    locale/nl_NL/LC_MESSAGES mnemo.mo 
    locale/nn_NO/LC_MESSAGES mnemo.mo 
    locale/pl_PL/LC_MESSAGES mnemo.mo 
    locale/pt_BR/LC_MESSAGES mnemo.mo 
    locale/ro_RO/LC_MESSAGES mnemo.mo 
    locale/ru_RU/LC_MESSAGES mnemo.mo 
    locale/sk_SK         help.xml 
    locale/sk_SK/LC_MESSAGES mnemo.mo 
    locale/sl_SI/LC_MESSAGES mnemo.mo 
    locale/sv_SE/LC_MESSAGES mnemo.mo 
    locale/tr_TR         help.xml 
    locale/zh_CN/LC_MESSAGES mnemo.mo 
    locale/zh_TW/LC_MESSAGES mnemo.mo 
    packaging/redhat     mnemo.spec rh9-mnemo.spec 
    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 
                         it_IT.po ja_JP.po lt_LT.po lv_LV.po 
                         mnemo.pot nb_NO.po nl_NL.po nn_NO.po 
                         pl_PL.po pt_BR.po ro_RO.po sk_SK.po 
                         sv_SE.po zh_CN.po zh_TW.po 
    scripts              import_vnotes.php 
    scripts/sql          mnemo.mssql.sql mnemo.oci8.sql mnemo.sql 
    templates            common-header.inc menu.inc 
    templates/data       export.inc import.inc 
    templates/list       empty.inc header.inc memo_footers.inc 
                         memo_headers.inc memo_summaries.inc 
    templates/memo       memo.inc 
    templates/prefs      notepadselect.inc 
    templates/search     search.inc 
    templates/view       memo.inc 
    themes               screen.css 
    themes/graphics      add.png az.png mnemo.png notepads.png 
                         za.png 
  Added files:           (Branch: FRAMEWORK_3)
    js                   QuickFinder.js 
    js/src               QuickFinder.js prototype.js tables.js 
    lib/Block            tree_menu.php 
    lib/Forms            CreateNotepad.php DeleteNotepad.php 
                         EditNotepad.php 
    note                 index.php pdf.php 
    notepads             create.php delete.php edit.php index.php 
    templates            notepad_list.php panel.inc 
    themes/bluewhite     screen.css 
    themes/fadetogreen   screen.css 
    themes/graphics      minus.png plus.png search.png 
    themes/silver        screen.css 
    themes/silver/graphics add.png az.png favicon.ico mnemo.png 
                           notepads.png za.png 
    themes/tango-blue/graphics add.png az.png favicon.ico 
                               mnemo.png notepads.png za.png 
  Removed files:         (Branch: FRAMEWORK_3)
    .                    notepads.php 
    js                   fixUnstyledOptions.js 
    scripts/upgrades     2004-12-21_add_memo_uid.sql 
    templates/notepads   notepads.inc 
  Log:
  Merge from HEAD.
  
  Revision    Changes    Path
  1.31.2.8    +0 -130    mnemo/Attic/notepads.php (dead)
  1.7.10.2    +3 -3      mnemo/README
  1.17.10.1   +17 -6     mnemo/config/conf.xml
  1.24.2.2    +23 -3     mnemo/config/prefs.php.dist
  1.36.2.9    +2 -4      mnemo/data.php
  1.63.2.39   +30 -2     mnemo/docs/CHANGES
  1.32.6.16   +1 -0      mnemo/docs/CREDITS
  1.11.10.5   +3 -4      mnemo/docs/INSTALL
  1.23.2.16   +17 -13    mnemo/docs/RELEASE_NOTES
  1.2.10.1    +3 -3      mnemo/docs/TODO
  1.1.8.1     +3 -3      mnemo/docs/UPGRADING
  1.10.10.6   +4 -4      mnemo/index.php
  1.1.2.3     +0 -37     mnemo/js/Attic/fixUnstyledOptions.js (dead)
  1.3.2.1     +1 -0      mnemo/js/QuickFinder.js (new)
  1.3.2.2     +1 -2385   mnemo/js/prototype.js
  1.1.2.1     +91 -0     mnemo/js/src/QuickFinder.js (new)
  1.6.2.1     +4184 -0   mnemo/js/src/prototype.js (new)
  1.4.2.1     +368 -0    mnemo/js/src/tables.js (new)
  1.3.2.4     +1 -361    mnemo/js/tables.js
  1.22.8.7    +13 -15    mnemo/lib/Block/summary.php
  1.4.2.1     +53 -0     mnemo/lib/Block/tree_menu.php (new)
  1.25.2.11   +144 -22   mnemo/lib/Driver.php
  1.7.2.9     +579 -48   mnemo/lib/Driver/kolab.php
  1.28.2.15   +155 -131  mnemo/lib/Driver/sql.php
  1.1.2.1     +54 -0     mnemo/lib/Forms/CreateNotepad.php (new)
  1.4.2.1     +94 -0     mnemo/lib/Forms/DeleteNotepad.php (new)
  1.2.2.1     +60 -0     mnemo/lib/Forms/EditNotepad.php (new)
  1.52.2.10   +211 -26   mnemo/lib/Mnemo.php
  1.53.2.19   +40 -8     mnemo/lib/api.php
  1.46.10.10  +3 -59     mnemo/lib/base.php
  1.2.10.7    +3 -3      mnemo/lib/prefs.php
  1.2.12.20   +1 -1      mnemo/lib/version.php
  1.35.8.7    +30 -15    mnemo/list.php
  1.2.12.2    +75 -33    mnemo/locale/bg_BG/LC_MESSAGES/mnemo.mo
  1.4.4.5     +225 -215  mnemo/locale/cs_CZ/LC_MESSAGES/mnemo.mo
  1.1.14.3    +245 -232  mnemo/locale/da_DK/LC_MESSAGES/mnemo.mo
  1.33.2.27   +237 -217  mnemo/locale/de_DE/LC_MESSAGES/mnemo.mo
  1.4.2.7     +269 -221  mnemo/locale/es_ES/LC_MESSAGES/mnemo.mo
  1.7.2.11    +220 -222  mnemo/locale/fi_FI/LC_MESSAGES/mnemo.mo
  1.4.12.4    +1 -1      mnemo/locale/fi_FI/help.xml
  1.14.2.11   +210 -181  mnemo/locale/fr_FR/LC_MESSAGES/mnemo.mo
  1.3.2.9     +230 -213  mnemo/locale/hu_HU/LC_MESSAGES/mnemo.mo
  1.2.12.2    +29 -36    mnemo/locale/hu_HU/help.xml
  1.2.10.7    +215 -145  mnemo/locale/it_IT/LC_MESSAGES/mnemo.mo
  1.1.2.6     +284 -284  mnemo/locale/ja_JP/LC_MESSAGES/mnemo.mo
  1.6.4.2     +228 -191  mnemo/locale/lt_LT/LC_MESSAGES/mnemo.mo
  1.2.4.2     +18 -15    mnemo/locale/lv_LV/LC_MESSAGES/mnemo.mo
  1.2.12.4    +155 -88   mnemo/locale/nb_NO/LC_MESSAGES/mnemo.mo
  1.17.2.6    +242 -235  mnemo/locale/nl_NL/LC_MESSAGES/mnemo.mo
  1.2.12.2    +32 -20    mnemo/locale/nn_NO/LC_MESSAGES/mnemo.mo
  1.1.12.8    +134 -134  mnemo/locale/pl_PL/LC_MESSAGES/mnemo.mo
  1.2.12.6    +256 -208  mnemo/locale/pt_BR/LC_MESSAGES/mnemo.mo
  1.1.14.2    +18 -25    mnemo/locale/ro_RO/LC_MESSAGES/mnemo.mo
  1.1.2.3     +32 -47    mnemo/locale/ru_RU/LC_MESSAGES/mnemo.mo
  1.17.2.9    +232 -196  mnemo/locale/sk_SK/LC_MESSAGES/mnemo.mo
  1.2.12.2    +1 -1      mnemo/locale/sk_SK/help.xml
  1.1.2.2     +207 -180  mnemo/locale/sl_SI/LC_MESSAGES/mnemo.mo
  1.6.2.8     +141 -239  mnemo/locale/sv_SE/LC_MESSAGES/mnemo.mo
  1.1.2.2     +0 -0      mnemo/locale/tr_TR/help.xml
  1.2.10.3    +248 -269  mnemo/locale/zh_CN/LC_MESSAGES/mnemo.mo
  1.22.4.10   +236 -227  mnemo/locale/zh_TW/LC_MESSAGES/mnemo.mo
  1.42.2.7    +57 -20    mnemo/memo.php
  1.1.2.1     +0 -0      mnemo/note/index.php (new)
  1.4.2.1     +86 -0     mnemo/note/pdf.php (new)
  1.1.2.1     +42 -0     mnemo/notepads/create.php (new)
  1.4.2.1     +59 -0     mnemo/notepads/delete.php (new)
  1.2.2.1     +58 -0     mnemo/notepads/edit.php (new)
  1.1.2.1     +41 -0     mnemo/notepads/index.php (new)
  1.5.12.4    +2 -2      mnemo/packaging/redhat/mnemo.spec
  1.2.12.1    +2 -2      mnemo/packaging/redhat/rh9-mnemo.spec
  1.2.12.2    +179 -378  mnemo/po/bg_BG.po
  1.3.4.3     +92 -120   mnemo/po/cs_CZ.po
  1.1.14.3    +13 -12    mnemo/po/da_DK.po
  1.24.2.21   +226 -173  mnemo/po/de_DE.po
  1.3.2.4     +159 -175  mnemo/po/es_ES.po
  1.7.2.8     +223 -175  mnemo/po/fi_FI.po
  1.5.2.3     +16 -15    mnemo/po/fr_FR.po
  1.2.2.7     +238 -199  mnemo/po/hu_HU.po
  1.4.10.7    +314 -272  mnemo/po/it_IT.po
  1.1.2.4     +221 -173  mnemo/po/ja_JP.po
  1.4.4.2     +270 -223  mnemo/po/lt_LT.po
  1.2.4.2     +132 -187  mnemo/po/lv_LV.po
  1.26.2.16   +203 -155  mnemo/po/mnemo.pot
  1.2.12.3    +115 -450  mnemo/po/nb_NO.po
  1.14.2.6    +227 -174  mnemo/po/nl_NL.po
  1.2.12.2    +122 -464  mnemo/po/nn_NO.po
  1.1.12.3    +304 -268  mnemo/po/pl_PL.po
  1.1.14.6    +140 -152  mnemo/po/pt_BR.po
  1.1.14.2    +253 -441  mnemo/po/ro_RO.po
  1.3.2.5     +126 -166  mnemo/po/sk_SK.po
  1.3.12.5    +118 -153  mnemo/po/sv_SE.po
  1.2.10.3    +216 -203  mnemo/po/zh_CN.po
  1.12.6.9    +222 -174  mnemo/po/zh_TW.po
  1.1.2.3     +11 -3     mnemo/pref_api.php
  1.3.2.4     +4 -2      mnemo/scripts/import_vnotes.php
  1.1.2.2     +2 -4      mnemo/scripts/sql/mnemo.mssql.sql
  1.1.2.4     +0 -0      mnemo/scripts/sql/mnemo.oci8.sql
  1.5.2.2     +2 -2      mnemo/scripts/sql/mnemo.sql
  1.1.2.1     +0 -4      mnemo/scripts/upgrades/Attic/2004-12-21_add_memo_uid.sql (dead)
  1.9.8.6     +5 -2      mnemo/search.php
  1.14.10.5   +12 -7     mnemo/templates/common-header.inc
  1.8.10.1    +17 -21    mnemo/templates/data/export.inc
  1.11.10.4   +14 -22    mnemo/templates/data/import.inc
  1.4.10.2    +1 -5      mnemo/templates/list/empty.inc
  1.9.10.2    +11 -7     mnemo/templates/list/header.inc
  1.4.10.2    +4 -0      mnemo/templates/list/memo_footers.inc
  1.17.8.9    +10 -5     mnemo/templates/list/memo_headers.inc
  1.27.8.2    +4 -1      mnemo/templates/list/memo_summaries.inc
  1.19.4.7    +78 -62    mnemo/templates/memo/memo.inc
  1.4.4.7     +0 -35     mnemo/templates/menu.inc
  1.4.2.1     +37 -0     mnemo/templates/notepad_list.php (new)
  1.6.2.7     +0 -105    mnemo/templates/notepads/Attic/notepads.inc (dead)
  1.6.2.1     +67 -0     mnemo/templates/panel.inc (new)
  1.4.12.2    +5 -5      mnemo/templates/prefs/notepadselect.inc
  1.6.10.3    +19 -25    mnemo/templates/search/search.inc
  1.11.10.7   +41 -20    mnemo/templates/view/memo.inc
  1.1.2.1     +7 -0      mnemo/themes/bluewhite/screen.css (new)
  1.1.2.1     +25 -0     mnemo/themes/fadetogreen/screen.css (new)
  1.3.2.2     +2 -2      mnemo/themes/graphics/add.png
  1.1.2.2     +1 -2      mnemo/themes/graphics/az.png
  1.2.2.1     +4 -0      mnemo/themes/graphics/minus.png (new)
  1.2.2.2     +2 -2      mnemo/themes/graphics/mnemo.png
  1.2.2.2     +2 -2      mnemo/themes/graphics/notepads.png
  1.2.2.1     +3 -0      mnemo/themes/graphics/plus.png (new)
  1.4.2.1     +6 -0      mnemo/themes/graphics/search.png (new)
  1.1.2.2     +1 -1      mnemo/themes/graphics/za.png
  1.4.2.2     +146 -2    mnemo/themes/screen.css
  1.1.2.1     +4 -0      mnemo/themes/silver/graphics/add.png (new)
  1.1.2.1     +7 -0      mnemo/themes/silver/graphics/az.png (new)
  1.1.2.1     +17 -0     mnemo/themes/silver/graphics/favicon.ico (new)
  1.1.2.1     +5 -0      mnemo/themes/silver/graphics/mnemo.png (new)
  1.1.2.1     +5 -0      mnemo/themes/silver/graphics/notepads.png (new)
  1.1.2.1     +8 -0      mnemo/themes/silver/graphics/za.png (new)
  1.1.2.1     +10 -0     mnemo/themes/silver/screen.css (new)
  1.1.2.1     +3 -0      mnemo/themes/tango-blue/graphics/add.png (new)
  1.1.2.1     +5 -0      mnemo/themes/tango-blue/graphics/az.png (new)
  1.1.2.1     +2 -0      mnemo/themes/tango-blue/graphics/favicon.ico (new)
  1.1.2.1     +5 -0      mnemo/themes/tango-blue/graphics/mnemo.png (new)
  1.1.2.1     +5 -0      mnemo/themes/tango-blue/graphics/notepads.png (new)
  1.1.2.1     +4 -0      mnemo/themes/tango-blue/graphics/za.png (new)
  1.27.2.9    +38 -12    mnemo/view.php

  Chora Links:
  http://cvs.horde.org/co.php/mnemo/Attic/notepads.php?r=1.31.2.7
  http://cvs.horde.org/diff.php/mnemo/README?r1=1.7.10.1&r2=1.7.10.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/config/conf.xml?r1=1.17&r2=1.17.10.1&ty=u
  http://cvs.horde.org/diff.php/mnemo/config/prefs.php.dist?r1=1.24.2.1&r2=1.24.2.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/data.php?r1=1.36.2.8&r2=1.36.2.9&ty=u
  http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63.2.38&r2=1.63.2.39&ty=u
  http://cvs.horde.org/diff.php/mnemo/docs/CREDITS?r1=1.32.6.15&r2=1.32.6.16&ty=u
  http://cvs.horde.org/diff.php/mnemo/docs/INSTALL?r1=1.11.10.4&r2=1.11.10.5&ty=u
  http://cvs.horde.org/diff.php/mnemo/docs/RELEASE_NOTES?r1=1.23.2.15&r2=1.23.2.16&ty=u
  http://cvs.horde.org/diff.php/mnemo/docs/TODO?r1=1.2&r2=1.2.10.1&ty=u
  http://cvs.horde.org/diff.php/mnemo/docs/UPGRADING?r1=1.1&r2=1.1.8.1&ty=u
  http://cvs.horde.org/diff.php/mnemo/index.php?r1=1.10.10.5&r2=1.10.10.6&ty=u
  http://cvs.horde.org/co.php/mnemo/js/Attic/fixUnstyledOptions.js?r=1.1.2.2
  http://cvs.horde.org/co.php/mnemo/js/QuickFinder.js?r=1.3.2.1
  http://cvs.horde.org/diff.php/mnemo/js/prototype.js?r1=1.3.2.1&r2=1.3.2.2&ty=u
  http://cvs.horde.org/co.php/mnemo/js/src/QuickFinder.js?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/js/src/prototype.js?r=1.6.2.1
  http://cvs.horde.org/co.php/mnemo/js/src/tables.js?r=1.4.2.1
  http://cvs.horde.org/diff.php/mnemo/js/tables.js?r1=1.3.2.3&r2=1.3.2.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/Block/summary.php?r1=1.22.8.6&r2=1.22.8.7&ty=u
  http://cvs.horde.org/co.php/mnemo/lib/Block/tree_menu.php?r=1.4.2.1
  http://cvs.horde.org/diff.php/mnemo/lib/Driver.php?r1=1.25.2.10&r2=1.25.2.11&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/Driver/kolab.php?r1=1.7.2.8&r2=1.7.2.9&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/Driver/sql.php?r1=1.28.2.14&r2=1.28.2.15&ty=u
  http://cvs.horde.org/co.php/mnemo/lib/Forms/CreateNotepad.php?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/lib/Forms/DeleteNotepad.php?r=1.4.2.1
  http://cvs.horde.org/co.php/mnemo/lib/Forms/EditNotepad.php?r=1.2.2.1
  http://cvs.horde.org/diff.php/mnemo/lib/Mnemo.php?r1=1.52.2.9&r2=1.52.2.10&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/api.php?r1=1.53.2.18&r2=1.53.2.19&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/base.php?r1=1.46.10.9&r2=1.46.10.10&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/prefs.php?r1=1.2.10.6&r2=1.2.10.7&ty=u
  http://cvs.horde.org/diff.php/mnemo/lib/version.php?r1=1.2.12.19&r2=1.2.12.20&ty=u
  http://cvs.horde.org/diff.php/mnemo/list.php?r1=1.35.8.6&r2=1.35.8.7&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/bg_BG/LC_MESSAGES/mnemo.mo?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/cs_CZ/LC_MESSAGES/mnemo.mo?r1=1.4.4.4&r2=1.4.4.5&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/da_DK/LC_MESSAGES/mnemo.mo?r1=1.1.14.2&r2=1.1.14.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/de_DE/LC_MESSAGES/mnemo.mo?r1=1.33.2.26&r2=1.33.2.27&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/es_ES/LC_MESSAGES/mnemo.mo?r1=1.4.2.6&r2=1.4.2.7&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/fi_FI/LC_MESSAGES/mnemo.mo?r1=1.7.2.10&r2=1.7.2.11&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/fi_FI/help.xml?r1=1.4.12.3&r2=1.4.12.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/fr_FR/LC_MESSAGES/mnemo.mo?r1=1.14.2.10&r2=1.14.2.11&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/hu_HU/LC_MESSAGES/mnemo.mo?r1=1.3.2.8&r2=1.3.2.9&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/hu_HU/help.xml?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/it_IT/LC_MESSAGES/mnemo.mo?r1=1.2.10.6&r2=1.2.10.7&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/ja_JP/LC_MESSAGES/mnemo.mo?r1=1.1.2.5&r2=1.1.2.6&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/lt_LT/LC_MESSAGES/mnemo.mo?r1=1.6.4.1&r2=1.6.4.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/lv_LV/LC_MESSAGES/mnemo.mo?r1=1.2.4.1&r2=1.2.4.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/nb_NO/LC_MESSAGES/mnemo.mo?r1=1.2.12.3&r2=1.2.12.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/nl_NL/LC_MESSAGES/mnemo.mo?r1=1.17.2.5&r2=1.17.2.6&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/nn_NO/LC_MESSAGES/mnemo.mo?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/pl_PL/LC_MESSAGES/mnemo.mo?r1=1.1.12.7&r2=1.1.12.8&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/pt_BR/LC_MESSAGES/mnemo.mo?r1=1.2.12.5&r2=1.2.12.6&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/ro_RO/LC_MESSAGES/mnemo.mo?r1=1.1.14.1&r2=1.1.14.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/ru_RU/LC_MESSAGES/mnemo.mo?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/sk_SK/LC_MESSAGES/mnemo.mo?r1=1.17.2.8&r2=1.17.2.9&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/sk_SK/help.xml?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/sl_SI/LC_MESSAGES/mnemo.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/sv_SE/LC_MESSAGES/mnemo.mo?r1=1.6.2.7&r2=1.6.2.8&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/tr_TR/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/zh_CN/LC_MESSAGES/mnemo.mo?r1=1.2.10.2&r2=1.2.10.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/locale/zh_TW/LC_MESSAGES/mnemo.mo?r1=1.22.4.9&r2=1.22.4.10&ty=u
  http://cvs.horde.org/diff.php/mnemo/memo.php?r1=1.42.2.6&r2=1.42.2.7&ty=u
  http://cvs.horde.org/co.php/mnemo/note/index.php?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/note/pdf.php?r=1.4.2.1
  http://cvs.horde.org/co.php/mnemo/notepads/create.php?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/notepads/delete.php?r=1.4.2.1
  http://cvs.horde.org/co.php/mnemo/notepads/edit.php?r=1.2.2.1
  http://cvs.horde.org/co.php/mnemo/notepads/index.php?r=1.1.2.1
  http://cvs.horde.org/diff.php/mnemo/packaging/redhat/mnemo.spec?r1=1.5.12.3&r2=1.5.12.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/packaging/redhat/rh9-mnemo.spec?r1=1.2&r2=1.2.12.1&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/bg_BG.po?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/cs_CZ.po?r1=1.3.4.2&r2=1.3.4.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/da_DK.po?r1=1.1.14.2&r2=1.1.14.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/de_DE.po?r1=1.24.2.20&r2=1.24.2.21&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/es_ES.po?r1=1.3.2.3&r2=1.3.2.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/fi_FI.po?r1=1.7.2.7&r2=1.7.2.8&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/fr_FR.po?r1=1.5.2.2&r2=1.5.2.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/hu_HU.po?r1=1.2.2.6&r2=1.2.2.7&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/it_IT.po?r1=1.4.10.6&r2=1.4.10.7&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/ja_JP.po?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/lt_LT.po?r1=1.4.4.1&r2=1.4.4.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/lv_LV.po?r1=1.2.4.1&r2=1.2.4.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/mnemo.pot?r1=1.26.2.15&r2=1.26.2.16&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/nb_NO.po?r1=1.2.12.2&r2=1.2.12.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/nl_NL.po?r1=1.14.2.5&r2=1.14.2.6&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/nn_NO.po?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/pl_PL.po?r1=1.1.12.2&r2=1.1.12.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/pt_BR.po?r1=1.1.14.5&r2=1.1.14.6&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/ro_RO.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/sk_SK.po?r1=1.3.2.4&r2=1.3.2.5&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/sv_SE.po?r1=1.3.12.4&r2=1.3.12.5&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/zh_CN.po?r1=1.2.10.2&r2=1.2.10.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/po/zh_TW.po?r1=1.12.6.8&r2=1.12.6.9&ty=u
  http://cvs.horde.org/diff.php/mnemo/pref_api.php?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/scripts/import_vnotes.php?r1=1.3.2.3&r2=1.3.2.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/scripts/sql/mnemo.mssql.sql?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/scripts/sql/mnemo.oci8.sql?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/scripts/sql/mnemo.sql?r1=1.5.2.1&r2=1.5.2.2&ty=u
  http://cvs.horde.org/co.php/mnemo/scripts/upgrades/Attic/2004-12-21_add_memo_uid.sql?r=1.1
  http://cvs.horde.org/diff.php/mnemo/search.php?r1=1.9.8.5&r2=1.9.8.6&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/common-header.inc?r1=1.14.10.4&r2=1.14.10.5&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/data/export.inc?r1=1.8&r2=1.8.10.1&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/data/import.inc?r1=1.11.10.3&r2=1.11.10.4&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/list/empty.inc?r1=1.4.10.1&r2=1.4.10.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/list/header.inc?r1=1.9.10.1&r2=1.9.10.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/list/memo_footers.inc?r1=1.4.10.1&r2=1.4.10.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/list/memo_headers.inc?r1=1.17.8.8&r2=1.17.8.9&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/list/memo_summaries.inc?r1=1.27.8.1&r2=1.27.8.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/memo/memo.inc?r1=1.19.4.6&r2=1.19.4.7&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/menu.inc?r1=1.4.4.6&r2=1.4.4.7&ty=u
  http://cvs.horde.org/co.php/mnemo/templates/notepad_list.php?r=1.4.2.1
  http://cvs.horde.org/co.php/mnemo/templates/notepads/Attic/notepads.inc?r=1.6.2.6
  http://cvs.horde.org/co.php/mnemo/templates/panel.inc?r=1.6.2.1
  http://cvs.horde.org/diff.php/mnemo/templates/prefs/notepadselect.inc?r1=1.4.12.1&r2=1.4.12.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/search/search.inc?r1=1.6.10.2&r2=1.6.10.3&ty=u
  http://cvs.horde.org/diff.php/mnemo/templates/view/memo.inc?r1=1.11.10.6&r2=1.11.10.7&ty=u
  http://cvs.horde.org/co.php/mnemo/themes/bluewhite/screen.css?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/fadetogreen/screen.css?r=1.1.2.1
  http://cvs.horde.org/diff.php/mnemo/themes/graphics/add.png?r1=1.3.2.1&r2=1.3.2.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/themes/graphics/az.png?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/co.php/mnemo/themes/graphics/minus.png?r=1.2.2.1
  http://cvs.horde.org/diff.php/mnemo/themes/graphics/mnemo.png?r1=1.2.2.1&r2=1.2.2.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/themes/graphics/notepads.png?r1=1.2.2.1&r2=1.2.2.2&ty=u
  http://cvs.horde.org/co.php/mnemo/themes/graphics/plus.png?r=1.2.2.1
  http://cvs.horde.org/co.php/mnemo/themes/graphics/search.png?r=1.4.2.1
  http://cvs.horde.org/diff.php/mnemo/themes/graphics/za.png?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/mnemo/themes/screen.css?r1=1.4.2.1&r2=1.4.2.2&ty=u
  http://cvs.horde.org/co.php/mnemo/themes/silver/graphics/add.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/silver/graphics/az.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/silver/graphics/favicon.ico?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/silver/graphics/mnemo.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/silver/graphics/notepads.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/silver/graphics/za.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/silver/screen.css?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/tango-blue/graphics/add.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/tango-blue/graphics/az.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/tango-blue/graphics/favicon.ico?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/tango-blue/graphics/mnemo.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/tango-blue/graphics/notepads.png?r=1.1.2.1
  http://cvs.horde.org/co.php/mnemo/themes/tango-blue/graphics/za.png?r=1.1.2.1
  http://cvs.horde.org/diff.php/mnemo/view.php?r1=1.27.2.8&r2=1.27.2.9&ty=u


More information about the cvs mailing list