[cvs] commit: gollem README clipboard.php edit.php index.php login.php manager.php permissions.php pref_api.php quota.php redirect.php selectlist.php test.php view.php gollem/config backends.php.dist conf.xml credentials.php.dist menu.php.dist mime_drivers.php.dist ...

Jan Schneider jan at horde.org
Thu Oct 9 20:55:04 UTC 2008


jan         2008-10-09 16:55:04 EDT

  Modified files:
    .                    README clipboard.php edit.php index.php 
                         login.php manager.php permissions.php 
                         pref_api.php quota.php redirect.php 
                         selectlist.php test.php view.php 
  Modified files:        (Branch: FRAMEWORK_3)
    config               backends.php.dist conf.xml 
                         credentials.php.dist menu.php.dist 
                         mime_drivers.php.dist prefs.php.dist 
    docs                 CHANGES CREDITS INSTALL RELEASE_NOTES 
    lib                  Gollem.php Session.php api.php base.php 
                         prefs.php version.php 
    lib/Auth             gollem.php 
    lib/Block            tree_menu.php 
    lib/MIME/Viewer      images.php 
    locale/bg_BG/LC_MESSAGES gollem.mo 
    locale/ca_ES         help.xml 
    locale/cs_CZ/LC_MESSAGES gollem.mo 
    locale/da_DK/LC_MESSAGES gollem.mo 
    locale/de_DE/LC_MESSAGES gollem.mo 
    locale/en_US         help.xml 
    locale/es_ES         help.xml 
    locale/es_ES/LC_MESSAGES gollem.mo 
    locale/eu_ES         help.xml 
    locale/fi_FI         help.xml 
    locale/fi_FI/LC_MESSAGES gollem.mo 
    locale/fr_FR/LC_MESSAGES gollem.mo 
    locale/hu_HU         help.xml 
    locale/hu_HU/LC_MESSAGES gollem.mo 
    locale/it_IT/LC_MESSAGES gollem.mo 
    locale/ko_KR/LC_MESSAGES gollem.mo 
    locale/lv_LV         help.xml 
    locale/lv_LV/LC_MESSAGES gollem.mo 
    locale/nl_NL/LC_MESSAGES gollem.mo 
    locale/nn_NO/LC_MESSAGES gollem.mo 
    locale/pl_PL/LC_MESSAGES gollem.mo 
    locale/pt_BR/LC_MESSAGES gollem.mo 
    locale/ro_RO/LC_MESSAGES gollem.mo 
    locale/ru_RU/LC_MESSAGES gollem.mo 
    locale/sk_SK/LC_MESSAGES gollem.mo 
    locale/sl_SI/LC_MESSAGES gollem.mo 
    locale/sv_SE/LC_MESSAGES gollem.mo 
    locale/zh_TW         help.xml 
    locale/zh_TW/LC_MESSAGES gollem.mo 
    po                   bg_BG.po cs_CZ.po da_DK.po de_DE.po 
                         es_ES.po fi_FI.po fr_FR.po gollem.pot 
                         hu_HU.po it_IT.po ko_KR.po lv_LV.po 
                         nl_NL.po nn_NO.po pl_PL.po ro_RO.po 
                         ru_RU.po sv_SE.po zh_TW.po 
    templates            common-header.inc menu.html 
    templates/clipboard  clipboard.html 
    templates/login      login.html 
    templates/manager    manager.html 
    templates/prefs      columnselect.inc 
    templates/quota      quota.html 
    templates/selectlist selectlist.html 
    themes               screen.css 
    themes/brown         screen.css 
    themes/graphics      clipboard.png copy.png cut.png 
                         favicon.ico gollem.png 
    themes/purple        screen.css 
  Added files:           (Branch: FRAMEWORK_3)
    js                   columnselect.js login.js manager.js 
                         popup.js prototype.js selectlist.js 
                         tables.js 
    js/src               columnselect.js login.js manager.js 
                         popup.js prototype.js selectlist.js 
                         tables.js 
    lib                  JSON.php Template.php 
    locale/tr_TR/LC_MESSAGES gollem.mo 
    locale/uk_UA/LC_MESSAGES gollem.mo 
    po                   tr_TR.po uk_UA.po 
    templates            javascript_defs.php 
    templates/edit       edit.inc 
    themes/graphics      az.png folder.png folder_create.png 
                         folder_goto.png folder_home.png 
                         folder_symlink.png za.png 
    themes/silver/graphics folder.png folder_create.png 
                           folder_goto.png folder_home.png 
                           folder_symlink.png 
  Removed files:         (Branch: FRAMEWORK_3)
    docs                 TODO 
    templates/javascript open_selectlist_win.js 
    templates/selectlist javascript.inc 
    themes/graphics      cd.png home.png mkdir.png 
    themes/graphics/manager folder.png symlink.png 
  Log:
  Merge from HEAD.
  
  Revision    Changes    Path
  1.8         +2 -2      gollem/README
  1.14        +1 -1      gollem/clipboard.php
  1.41.2.8    +57 -9     gollem/config/backends.php.dist
  1.5.2.3     +23 -10    gollem/config/conf.xml
  1.3.2.1     +1 -1      gollem/config/credentials.php.dist
  1.5.2.1     +1 -1      gollem/config/menu.php.dist
  1.8.2.1     +7 -4      gollem/config/mime_drivers.php.dist
  1.32.2.1    +15 -6     gollem/config/prefs.php.dist
  1.5.2.1     +0 -17     gollem/docs/Attic/TODO (dead)
  1.114.2.42  +30 -10    gollem/docs/CHANGES
  1.23.2.15   +14 -10    gollem/docs/CREDITS
  1.14.2.1    +10 -3     gollem/docs/INSTALL
  1.7.2.12    +24 -9     gollem/docs/RELEASE_NOTES
  1.5         +1 -1      gollem/edit.php
  1.28        +1 -1      gollem/index.php
  1.6.2.1     +1 -0      gollem/js/columnselect.js (new)
  1.5.2.1     +1 -0      gollem/js/login.js (new)
  1.13.2.1    +1 -0      gollem/js/manager.js (new)
  1.4.2.1     +1 -0      gollem/js/popup.js (new)
  1.12.2.1    +1 -0      gollem/js/prototype.js (new)
  1.5.2.1     +1 -0      gollem/js/selectlist.js (new)
  1.2.2.1     +189 -0    gollem/js/src/columnselect.js (new)
  1.3.2.1     +89 -0     gollem/js/src/login.js (new)
  1.11.2.1    +390 -0    gollem/js/src/manager.js (new)
  1.1.2.1     +68 -0     gollem/js/src/popup.js (new)
  1.10.2.1    +4320 -0   gollem/js/src/prototype.js (new)
  1.1.2.1     +24 -0     gollem/js/src/selectlist.js (new)
  1.8.2.1     +264 -0    gollem/js/src/tables.js (new)
  1.10.2.1    +1 -0      gollem/js/tables.js (new)
  1.18.2.6    +8 -3      gollem/lib/Auth/gollem.php
  1.5.2.3     +14 -12    gollem/lib/Block/tree_menu.php
  1.172.2.24  +245 -74   gollem/lib/Gollem.php
  1.2.2.1     +481 -0    gollem/lib/JSON.php (new)
  1.22.2.3    +2 -2      gollem/lib/MIME/Viewer/images.php
  1.34.2.6    +4 -6      gollem/lib/Session.php
  1.8.2.1     +513 -0    gollem/lib/Template.php (new)
  1.14.2.5    +482 -12   gollem/lib/api.php
  1.60.2.4    +18 -15    gollem/lib/base.php
  1.2.2.3     +6 -7      gollem/lib/prefs.php
  1.12.2.18   +1 -1      gollem/lib/version.php
  1.1.2.2     +77 -31    gollem/locale/bg_BG/LC_MESSAGES/gollem.mo
  1.1.2.2     +2 -2      gollem/locale/ca_ES/help.xml
  1.14.2.4    +213 -217  gollem/locale/cs_CZ/LC_MESSAGES/gollem.mo
  1.1.2.2     +234 -232  gollem/locale/da_DK/LC_MESSAGES/gollem.mo
  1.54.2.28   +235 -230  gollem/locale/de_DE/LC_MESSAGES/gollem.mo
  1.7.2.1     +6 -6      gollem/locale/en_US/help.xml
  1.12.2.12   +95 -99    gollem/locale/es_ES/LC_MESSAGES/gollem.mo
  1.6.2.3     +47 -8     gollem/locale/es_ES/help.xml
  1.1.2.2     +2 -2      gollem/locale/eu_ES/help.xml
  1.1.2.13    +212 -223  gollem/locale/fi_FI/LC_MESSAGES/gollem.mo
  1.2.2.3     +0 -0      gollem/locale/fi_FI/help.xml
  1.20.2.9    +202 -200  gollem/locale/fr_FR/LC_MESSAGES/gollem.mo
  1.1.2.6     +238 -197  gollem/locale/hu_HU/LC_MESSAGES/gollem.mo
  1.2.2.2     +117 -90   gollem/locale/hu_HU/help.xml
  1.10.2.8    +211 -222  gollem/locale/it_IT/LC_MESSAGES/gollem.mo
  1.1.2.3     +36 -32    gollem/locale/ko_KR/LC_MESSAGES/gollem.mo
  1.1.2.5     +27 -27    gollem/locale/lv_LV/LC_MESSAGES/gollem.mo
  1.1.2.2     +5 -5      gollem/locale/lv_LV/help.xml
  1.35.2.8    +243 -255  gollem/locale/nl_NL/LC_MESSAGES/gollem.mo
  1.1.2.2     +25 -14    gollem/locale/nn_NO/LC_MESSAGES/gollem.mo
  1.1.2.5     +132 -130  gollem/locale/pl_PL/LC_MESSAGES/gollem.mo
  1.1.2.5     +204 -220  gollem/locale/pt_BR/LC_MESSAGES/gollem.mo
  1.1.2.2     +22 -16    gollem/locale/ro_RO/LC_MESSAGES/gollem.mo
  1.3.2.4     +44 -48    gollem/locale/ru_RU/LC_MESSAGES/gollem.mo
  1.1.2.4     +218 -224  gollem/locale/sk_SK/LC_MESSAGES/gollem.mo
  1.1.2.2     +220 -184  gollem/locale/sl_SI/LC_MESSAGES/gollem.mo
  1.17.2.7    +153 -234  gollem/locale/sv_SE/LC_MESSAGES/gollem.mo
  1.3.2.1     +245 -0    gollem/locale/tr_TR/LC_MESSAGES/gollem.mo (new)
  1.1.2.1     +163 -0    gollem/locale/uk_UA/LC_MESSAGES/gollem.mo (new)
  1.33.2.9    +254 -250  gollem/locale/zh_TW/LC_MESSAGES/gollem.mo
  1.3.2.1     +64 -1     gollem/locale/zh_TW/help.xml
  1.125       +1 -1      gollem/login.php
  1.203       +1 -1      gollem/manager.php
  1.10        +1 -1      gollem/permissions.php
  1.2.2.2     +135 -399  gollem/po/bg_BG.po
  1.7.2.2     +216 -198  gollem/po/cs_CZ.po
  1.1.2.2     +80 -63    gollem/po/da_DK.po
  1.35.2.13   +235 -162  gollem/po/de_DE.po
  1.9.2.6     +57 -84    gollem/po/es_ES.po
  1.1.2.10    +191 -126  gollem/po/fi_FI.po
  1.11.2.3    +274 -229  gollem/po/fr_FR.po
  1.35.2.11   +186 -138  gollem/po/gollem.pot
  1.2.2.5     +67 -77    gollem/po/hu_HU.po
  1.9.2.5     +197 -132  gollem/po/it_IT.po
  1.1.2.2     +127 -403  gollem/po/ko_KR.po
  1.1.2.5     +250 -287  gollem/po/lv_LV.po
  1.25.2.3    +209 -142  gollem/po/nl_NL.po
  1.2.2.2     +135 -396  gollem/po/nn_NO.po
  1.1.2.4     +337 -206  gollem/po/pl_PL.po
  1.2.2.2     +234 -361  gollem/po/ro_RO.po
  1.3.2.3     +148 -908  gollem/po/ru_RU.po
  1.12.2.3    +212 -262  gollem/po/sv_SE.po
  1.4.2.1     +681 -0    gollem/po/tr_TR.po (new)
  1.1.2.1     +634 -0    gollem/po/uk_UA.po (new)
  1.21.2.5    +154 -129  gollem/po/zh_TW.po
  1.4         +1 -1      gollem/pref_api.php
  1.12        +1 -1      gollem/quota.php
  1.73        +1 -1      gollem/redirect.php
  1.30        +1 -1      gollem/selectlist.php
  1.2.2.4     +22 -9     gollem/templates/clipboard/clipboard.html
  1.26.2.3    +5 -4      gollem/templates/common-header.inc
  1.1.2.1     +18 -0     gollem/templates/edit/edit.inc (new)
  1.4.2.1     +0 -11     gollem/templates/javascript/Attic/open_selectlist_win.js (dead)
  1.3.2.1     +38 -0     gollem/templates/javascript_defs.php (new)
  1.1.2.4     +9 -8      gollem/templates/login/login.html
  1.9.2.10    +64 -52    gollem/templates/manager/manager.html
  1.1.2.3     +1 -1      gollem/templates/menu.html
  1.9.2.3     +12 -11    gollem/templates/prefs/columnselect.inc
  1.2.2.3     +0 -3      gollem/templates/quota/quota.html
  1.3.2.2     +0 -21     gollem/templates/selectlist/Attic/javascript.inc (dead)
  1.5.2.3     +2 -2      gollem/templates/selectlist/selectlist.html
  1.21        +1 -1      gollem/test.php
  1.1.2.2     +2 -1      gollem/themes/brown/screen.css
  1.2.2.1     +0 -5      gollem/themes/graphics/Attic/cd.png (dead)
  1.1.2.1     +0 -3      gollem/themes/graphics/Attic/home.png (dead)
  1.2.2.1     +0 -4      gollem/themes/graphics/Attic/mkdir.png (dead)
  1.2.2.1     +3 -0      gollem/themes/graphics/az.png (new)
  1.3.2.1     +2 -2      gollem/themes/graphics/clipboard.png
  1.2.2.1     +2 -1      gollem/themes/graphics/copy.png
  1.2.2.1     +3 -1      gollem/themes/graphics/cut.png
  1.1.2.1     +3 -121    gollem/themes/graphics/favicon.ico
  1.2.2.1     +4 -0      gollem/themes/graphics/folder.png (new)
  1.2.2.1     +3 -0      gollem/themes/graphics/folder_create.png (new)
  1.2.2.1     +5 -0      gollem/themes/graphics/folder_goto.png (new)
  1.2.2.1     +3 -0      gollem/themes/graphics/folder_home.png (new)
  1.2.2.1     +4 -0      gollem/themes/graphics/folder_symlink.png (new)
  1.1.2.1     +1 -2      gollem/themes/graphics/gollem.png
  1.1.2.1     +0 -3      gollem/themes/graphics/manager/Attic/folder.png (dead)
  1.2.2.1     +0 -5      gollem/themes/graphics/manager/Attic/symlink.png (dead)
  1.2.2.1     +3 -0      gollem/themes/graphics/za.png (new)
  1.1.2.1     +1 -1      gollem/themes/purple/screen.css
  1.4.2.2     +59 -15    gollem/themes/screen.css
  1.1.2.3     +9 -0      gollem/themes/silver/graphics/folder.png (new)
  1.1.2.3     +5 -0      gollem/themes/silver/graphics/folder_create.png (new)
  1.1.2.3     +7 -0      gollem/themes/silver/graphics/folder_goto.png (new)
  1.1.2.3     +4 -0      gollem/themes/silver/graphics/folder_home.png (new)
  1.1.2.3     +5 -0      gollem/themes/silver/graphics/folder_symlink.png (new)
  1.65        +1 -1      gollem/view.php

  Chora Links:
  http://cvs.horde.org/diff.php/gollem/README?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/gollem/clipboard.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/gollem/config/backends.php.dist?r1=1.41.2.7&r2=1.41.2.8&ty=u
  http://cvs.horde.org/diff.php/gollem/config/conf.xml?r1=1.5.2.2&r2=1.5.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/config/credentials.php.dist?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/config/menu.php.dist?r1=1.5&r2=1.5.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/config/mime_drivers.php.dist?r1=1.8&r2=1.8.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/config/prefs.php.dist?r1=1.32&r2=1.32.2.1&ty=u
  http://cvs.horde.org/co.php/gollem/docs/Attic/TODO?r=1.5
  http://cvs.horde.org/diff.php/gollem/docs/CHANGES?r1=1.114.2.41&r2=1.114.2.42&ty=u
  http://cvs.horde.org/diff.php/gollem/docs/CREDITS?r1=1.23.2.14&r2=1.23.2.15&ty=u
  http://cvs.horde.org/diff.php/gollem/docs/INSTALL?r1=1.14&r2=1.14.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/docs/RELEASE_NOTES?r1=1.7.2.11&r2=1.7.2.12&ty=u
  http://cvs.horde.org/diff.php/gollem/edit.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/gollem/index.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/co.php/gollem/js/columnselect.js?r=1.6.2.1
  http://cvs.horde.org/co.php/gollem/js/login.js?r=1.5.2.1
  http://cvs.horde.org/co.php/gollem/js/manager.js?r=1.13.2.1
  http://cvs.horde.org/co.php/gollem/js/popup.js?r=1.4.2.1
  http://cvs.horde.org/co.php/gollem/js/prototype.js?r=1.12.2.1
  http://cvs.horde.org/co.php/gollem/js/selectlist.js?r=1.5.2.1
  http://cvs.horde.org/co.php/gollem/js/src/columnselect.js?r=1.2.2.1
  http://cvs.horde.org/co.php/gollem/js/src/login.js?r=1.3.2.1
  http://cvs.horde.org/co.php/gollem/js/src/manager.js?r=1.11.2.1
  http://cvs.horde.org/co.php/gollem/js/src/popup.js?r=1.1.2.1
  http://cvs.horde.org/co.php/gollem/js/src/prototype.js?r=1.10.2.1
  http://cvs.horde.org/co.php/gollem/js/src/selectlist.js?r=1.1.2.1
  http://cvs.horde.org/co.php/gollem/js/src/tables.js?r=1.8.2.1
  http://cvs.horde.org/co.php/gollem/js/tables.js?r=1.10.2.1
  http://cvs.horde.org/diff.php/gollem/lib/Auth/gollem.php?r1=1.18.2.5&r2=1.18.2.6&ty=u
  http://cvs.horde.org/diff.php/gollem/lib/Block/tree_menu.php?r1=1.5.2.2&r2=1.5.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/lib/Gollem.php?r1=1.172.2.23&r2=1.172.2.24&ty=u
  http://cvs.horde.org/co.php/gollem/lib/JSON.php?r=1.2.2.1
  http://cvs.horde.org/diff.php/gollem/lib/MIME/Viewer/images.php?r1=1.22.2.2&r2=1.22.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/lib/Session.php?r1=1.34.2.5&r2=1.34.2.6&ty=u
  http://cvs.horde.org/co.php/gollem/lib/Template.php?r=1.8.2.1
  http://cvs.horde.org/diff.php/gollem/lib/api.php?r1=1.14.2.4&r2=1.14.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/lib/base.php?r1=1.60.2.3&r2=1.60.2.4&ty=u
  http://cvs.horde.org/diff.php/gollem/lib/prefs.php?r1=1.2.2.2&r2=1.2.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/lib/version.php?r1=1.12.2.17&r2=1.12.2.18&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/bg_BG/LC_MESSAGES/gollem.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/ca_ES/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/cs_CZ/LC_MESSAGES/gollem.mo?r1=1.14.2.3&r2=1.14.2.4&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/da_DK/LC_MESSAGES/gollem.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/de_DE/LC_MESSAGES/gollem.mo?r1=1.54.2.27&r2=1.54.2.28&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/en_US/help.xml?r1=1.7&r2=1.7.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/es_ES/LC_MESSAGES/gollem.mo?r1=1.12.2.11&r2=1.12.2.12&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/es_ES/help.xml?r1=1.6.2.2&r2=1.6.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/eu_ES/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/fi_FI/LC_MESSAGES/gollem.mo?r1=1.1.2.12&r2=1.1.2.13&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/fi_FI/help.xml?r1=1.2.2.2&r2=1.2.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/fr_FR/LC_MESSAGES/gollem.mo?r1=1.20.2.8&r2=1.20.2.9&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/hu_HU/LC_MESSAGES/gollem.mo?r1=1.1.2.5&r2=1.1.2.6&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/hu_HU/help.xml?r1=1.2.2.1&r2=1.2.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/it_IT/LC_MESSAGES/gollem.mo?r1=1.10.2.7&r2=1.10.2.8&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/ko_KR/LC_MESSAGES/gollem.mo?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/lv_LV/LC_MESSAGES/gollem.mo?r1=1.1.2.4&r2=1.1.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/lv_LV/help.xml?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/nl_NL/LC_MESSAGES/gollem.mo?r1=1.35.2.7&r2=1.35.2.8&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/nn_NO/LC_MESSAGES/gollem.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/pl_PL/LC_MESSAGES/gollem.mo?r1=1.1.2.4&r2=1.1.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/pt_BR/LC_MESSAGES/gollem.mo?r1=1.1.2.4&r2=1.1.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/ro_RO/LC_MESSAGES/gollem.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/ru_RU/LC_MESSAGES/gollem.mo?r1=1.3.2.3&r2=1.3.2.4&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/sk_SK/LC_MESSAGES/gollem.mo?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/sl_SI/LC_MESSAGES/gollem.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/sv_SE/LC_MESSAGES/gollem.mo?r1=1.17.2.6&r2=1.17.2.7&ty=u
  http://cvs.horde.org/co.php/gollem/locale/tr_TR/LC_MESSAGES/gollem.mo?r=1.3.2.1
  http://cvs.horde.org/co.php/gollem/locale/uk_UA/LC_MESSAGES/gollem.mo?r=1.1.2.1
  http://cvs.horde.org/diff.php/gollem/locale/zh_TW/LC_MESSAGES/gollem.mo?r1=1.33.2.8&r2=1.33.2.9&ty=u
  http://cvs.horde.org/diff.php/gollem/locale/zh_TW/help.xml?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/login.php?r1=1.124&r2=1.125&ty=u
  http://cvs.horde.org/diff.php/gollem/manager.php?r1=1.202&r2=1.203&ty=u
  http://cvs.horde.org/diff.php/gollem/permissions.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/gollem/po/bg_BG.po?r1=1.2.2.1&r2=1.2.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/po/cs_CZ.po?r1=1.7.2.1&r2=1.7.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/po/da_DK.po?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/po/de_DE.po?r1=1.35.2.12&r2=1.35.2.13&ty=u
  http://cvs.horde.org/diff.php/gollem/po/es_ES.po?r1=1.9.2.5&r2=1.9.2.6&ty=u
  http://cvs.horde.org/diff.php/gollem/po/fi_FI.po?r1=1.1.2.9&r2=1.1.2.10&ty=u
  http://cvs.horde.org/diff.php/gollem/po/fr_FR.po?r1=1.11.2.2&r2=1.11.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/po/gollem.pot?r1=1.35.2.10&r2=1.35.2.11&ty=u
  http://cvs.horde.org/diff.php/gollem/po/hu_HU.po?r1=1.2.2.4&r2=1.2.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/po/it_IT.po?r1=1.9.2.4&r2=1.9.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/po/ko_KR.po?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/po/lv_LV.po?r1=1.1.2.4&r2=1.1.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/po/nl_NL.po?r1=1.25.2.2&r2=1.25.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/po/nn_NO.po?r1=1.2.2.1&r2=1.2.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/po/pl_PL.po?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/gollem/po/ro_RO.po?r1=1.2.2.1&r2=1.2.2.2&ty=u
  http://cvs.horde.org/diff.php/gollem/po/ru_RU.po?r1=1.3.2.2&r2=1.3.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/po/sv_SE.po?r1=1.12.2.2&r2=1.12.2.3&ty=u
  http://cvs.horde.org/co.php/gollem/po/tr_TR.po?r=1.4.2.1
  http://cvs.horde.org/co.php/gollem/po/uk_UA.po?r=1.1.2.1
  http://cvs.horde.org/diff.php/gollem/po/zh_TW.po?r1=1.21.2.4&r2=1.21.2.5&ty=u
  http://cvs.horde.org/diff.php/gollem/pref_api.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/gollem/quota.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/gollem/redirect.php?r1=1.72&r2=1.73&ty=u
  http://cvs.horde.org/diff.php/gollem/selectlist.php?r1=1.29&r2=1.30&ty=u
  http://cvs.horde.org/diff.php/gollem/templates/clipboard/clipboard.html?r1=1.2.2.3&r2=1.2.2.4&ty=u
  http://cvs.horde.org/diff.php/gollem/templates/common-header.inc?r1=1.26.2.2&r2=1.26.2.3&ty=u
  http://cvs.horde.org/co.php/gollem/templates/edit/edit.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/gollem/templates/javascript/Attic/open_selectlist_win.js?r=1.4
  http://cvs.horde.org/co.php/gollem/templates/javascript_defs.php?r=1.3.2.1
  http://cvs.horde.org/diff.php/gollem/templates/login/login.html?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/gollem/templates/manager/manager.html?r1=1.9.2.9&r2=1.9.2.10&ty=u
  http://cvs.horde.org/diff.php/gollem/templates/menu.html?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/templates/prefs/columnselect.inc?r1=1.9.2.2&r2=1.9.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/templates/quota/quota.html?r1=1.2.2.2&r2=1.2.2.3&ty=u
  http://cvs.horde.org/co.php/gollem/templates/selectlist/Attic/javascript.inc?r=1.3.2.1
  http://cvs.horde.org/diff.php/gollem/templates/selectlist/selectlist.html?r1=1.5.2.2&r2=1.5.2.3&ty=u
  http://cvs.horde.org/diff.php/gollem/test.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/gollem/themes/brown/screen.css?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/co.php/gollem/themes/graphics/Attic/cd.png?r=1.2
  http://cvs.horde.org/co.php/gollem/themes/graphics/Attic/home.png?r=1.1
  http://cvs.horde.org/co.php/gollem/themes/graphics/Attic/mkdir.png?r=1.2
  http://cvs.horde.org/co.php/gollem/themes/graphics/az.png?r=1.2.2.1
  http://cvs.horde.org/diff.php/gollem/themes/graphics/clipboard.png?r1=1.3&r2=1.3.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/themes/graphics/copy.png?r1=1.2&r2=1.2.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/themes/graphics/cut.png?r1=1.2&r2=1.2.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/themes/graphics/favicon.ico?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/co.php/gollem/themes/graphics/folder.png?r=1.2.2.1
  http://cvs.horde.org/co.php/gollem/themes/graphics/folder_create.png?r=1.2.2.1
  http://cvs.horde.org/co.php/gollem/themes/graphics/folder_goto.png?r=1.2.2.1
  http://cvs.horde.org/co.php/gollem/themes/graphics/folder_home.png?r=1.2.2.1
  http://cvs.horde.org/co.php/gollem/themes/graphics/folder_symlink.png?r=1.2.2.1
  http://cvs.horde.org/diff.php/gollem/themes/graphics/gollem.png?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/co.php/gollem/themes/graphics/manager/Attic/folder.png?r=1.1
  http://cvs.horde.org/co.php/gollem/themes/graphics/manager/Attic/symlink.png?r=1.2
  http://cvs.horde.org/co.php/gollem/themes/graphics/za.png?r=1.2.2.1
  http://cvs.horde.org/diff.php/gollem/themes/purple/screen.css?r1=1.1&r2=1.1.2.1&ty=u
  http://cvs.horde.org/diff.php/gollem/themes/screen.css?r1=1.4.2.1&r2=1.4.2.2&ty=u
  http://cvs.horde.org/co.php/gollem/themes/silver/graphics/folder.png?r=1.1.2.3
  http://cvs.horde.org/co.php/gollem/themes/silver/graphics/folder_create.png?r=1.1.2.3
  http://cvs.horde.org/co.php/gollem/themes/silver/graphics/folder_goto.png?r=1.1.2.3
  http://cvs.horde.org/co.php/gollem/themes/silver/graphics/folder_home.png?r=1.1.2.3
  http://cvs.horde.org/co.php/gollem/themes/silver/graphics/folder_symlink.png?r=1.1.2.3
  http://cvs.horde.org/diff.php/gollem/view.php?r1=1.64&r2=1.65&ty=u


More information about the cvs mailing list