[cvs] commit: turba LICENSE README add.php addressbooks.php browse.php data.php delete.php display.php edit.php index.php minisearch.php search.php test.php vcard.php view.php turba/config .cvsignore attributes.php.dist conf.xml mime_drivers.php.dist prefs.php.dist ...

Jan Schneider jan at horde.org
Tue Oct 18 05:50:19 PDT 2005


jan         2005-10-18 05:50:19 PDT

  Modified files:        (Branch: FRAMEWORK_3)
    .                    LICENSE README add.php browse.php 
                         data.php delete.php display.php edit.php 
                         index.php minisearch.php search.php 
                         test.php vcard.php 
    config               .cvsignore attributes.php.dist conf.xml 
                         prefs.php.dist sources.php.dist 
    docs                 CHANGES CREDITS INSTALL LDAP 
                         RELEASE_NOTES UPGRADING 
    lib                  Driver.php List.php ListView.php 
                         Object.php ObjectView.php Renderer.php 
                         Turba.php api.php base.php prefs.php 
                         version.php 
    lib/Block            minisearch.php 
    lib/Driver           imsp.php kolab.php ldap.php prefs.php 
                         sql.php 
    locale/cs_CZ/LC_MESSAGES turba.mo 
    locale/da_DK/LC_MESSAGES turba.mo 
    locale/de_DE/LC_MESSAGES turba.mo 
    locale/fa_IR/LC_MESSAGES turba.mo 
    locale/fi_FI         help.xml 
    locale/fi_FI/LC_MESSAGES turba.mo 
    locale/fr_FR/LC_MESSAGES turba.mo 
    locale/hu_HU/LC_MESSAGES turba.mo 
    locale/it_IT/LC_MESSAGES turba.mo 
    locale/ja_JP/LC_MESSAGES turba.mo 
    locale/nl_NL/LC_MESSAGES turba.mo 
    locale/pl_PL/LC_MESSAGES turba.mo 
    locale/pt_BR/LC_MESSAGES turba.mo 
    locale/sk_SK/LC_MESSAGES turba.mo 
    locale/sl_SI/LC_MESSAGES turba.mo 
    locale/sv_SE/LC_MESSAGES turba.mo 
    locale/zh_TW/LC_MESSAGES turba.mo 
    packaging/redhat     rh9-turba.spec turba.spec 
    po                   cs_CZ.po da_DK.po de_DE.po fa_IR.po 
                         fi_FI.po fr_FR.po hu_HU.po it_IT.po 
                         ja_JP.po nl_NL.po pt_BR.po sk_SK.po 
                         sv_SE.po turba.pot zh_TW.po 
    scripts/sql          turba_objects.mysql.sql 
                         turba_objects.pgsql.sql 
    scripts/upgrades     2004-10-26_create_default_histories.php 
    templates            common-header.inc menu.inc 
    templates/block      minisearch.inc 
    templates/browse     actions.inc column_footers.inc 
                         column_headers.inc footer.inc 
                         footerAlpha.inc header.inc javascript.inc 
                         search.inc search_criteria.inc 
    templates/data       export.inc import.inc 
    templates/prefs      columnselect.inc 
    themes               screen.css 
  Added files:           (Branch: FRAMEWORK_3)
    .                    addressbooks.php view.php 
    config               mime_drivers.php.dist 
    lib/Block            tree_menu.php 
    lib/Object           Group.php 
    locale/fa_IR         help.xml 
    locale/tr_TR         help.xml 
    scripts              import_vcards.php 
    scripts/upgrades     public_to_horde_share.php 
    templates            addressbooks.inc 
    templates/browse     row.inc 
    templates/prefs      addressbookselect.inc imsp_opt.inc 
    themes/ideas         screen.css 
  Removed files:         (Branch: FRAMEWORK_3)
    templates/browse     select.inc 
  Log:
  Merged from HEAD.
  
  Revision    Changes    Path
  1.1.2.2     +1 -1      turba/LICENSE
  1.12.10.2   +18 -11    turba/README
  1.54.4.9    +32 -10    turba/add.php
  1.3.2.1     +124 -0    turba/addressbooks.php (new)
  1.76.2.14   +147 -192  turba/browse.php
  1.9.10.2    +1 -0      turba/config/.cvsignore
  1.36.6.3    +1 -1      turba/config/attributes.php.dist
  1.6.2.1     +19 -12    turba/config/conf.xml
  1.2.2.1     +21 -0     turba/config/mime_drivers.php.dist (new)
  1.28.10.1   +49 -14    turba/config/prefs.php.dist
  1.97.6.13   +186 -147  turba/config/sources.php.dist
  1.70.4.3    +136 -41   turba/data.php
  1.29.4.3    +16 -10    turba/delete.php
  1.64.2.5    +27 -5     turba/display.php
  1.181.2.52  +58 -7     turba/docs/CHANGES
  1.54.8.15   +12 -19    turba/docs/CREDITS
  1.10.10.3   +2 -2      turba/docs/INSTALL
  1.3.10.1    +27 -9     turba/docs/LDAP
  1.22.2.9    +20 -14    turba/docs/RELEASE_NOTES
  1.3.6.2     +49 -5     turba/docs/UPGRADING
  1.70.4.4    +140 -10   turba/edit.php
  1.29.10.5   +4 -3      turba/index.php
  1.17.2.2    +1 -1      turba/lib/Block/minisearch.php
  1.5.2.1     +57 -0     turba/lib/Block/tree_menu.php (new)
  1.57.2.13   +247 -94   turba/lib/Driver.php
  1.21.4.9    +60 -13    turba/lib/Driver/imsp.php
  1.5.10.5    +2 -2      turba/lib/Driver/kolab.php
  1.54.4.10   +123 -50   turba/lib/Driver/ldap.php
  1.10.10.2   +1 -1      turba/lib/Driver/prefs.php
  1.59.10.11  +60 -7     turba/lib/Driver/sql.php
  1.41.10.4   +21 -89    turba/lib/List.php
  1.17.10.3   +251 -12   turba/lib/ListView.php
  1.17.10.2   +340 -11   turba/lib/Object.php
  1.9.2.1     +188 -0    turba/lib/Object/Group.php (new)
  1.27.4.4    +7 -8      turba/lib/ObjectView.php
  1.19.6.1    +24 -19    turba/lib/Renderer.php
  1.59.4.11   +268 -67   turba/lib/Turba.php
  1.120.2.16  +311 -130  turba/lib/api.php
  1.62.10.9   +36 -17    turba/lib/base.php
  1.2.10.3    +35 -2     turba/lib/prefs.php
  1.10.12.15  +1 -1      turba/lib/version.php
  1.12.4.2    +243 -259  turba/locale/cs_CZ/LC_MESSAGES/turba.mo
  1.1.14.2    +23 -41    turba/locale/da_DK/LC_MESSAGES/turba.mo
  1.51.2.15   +230 -271  turba/locale/de_DE/LC_MESSAGES/turba.mo
  1.4.4.2     +177 -183  turba/locale/fa_IR/LC_MESSAGES/turba.mo
  1.2.2.1     +113 -0    turba/locale/fa_IR/help.xml (new)
  1.7.2.5     +229 -232  turba/locale/fi_FI/LC_MESSAGES/turba.mo
  1.4.10.2    +1 -1      turba/locale/fi_FI/help.xml
  1.22.2.6    +228 -222  turba/locale/fr_FR/LC_MESSAGES/turba.mo
  1.2.2.6     +186 -246  turba/locale/hu_HU/LC_MESSAGES/turba.mo
  1.11.10.4   +98 -97    turba/locale/it_IT/LC_MESSAGES/turba.mo
  1.6.2.3     +163 -159  turba/locale/ja_JP/LC_MESSAGES/turba.mo
  1.36.2.2    +246 -248  turba/locale/nl_NL/LC_MESSAGES/turba.mo
  1.2.12.5    +106 -82   turba/locale/pl_PL/LC_MESSAGES/turba.mo
  1.3.12.3    +232 -236  turba/locale/pt_BR/LC_MESSAGES/turba.mo
  1.18.2.6    +216 -204  turba/locale/sk_SK/LC_MESSAGES/turba.mo
  1.1.14.3    +246 -214  turba/locale/sl_SI/LC_MESSAGES/turba.mo
  1.14.2.2    +149 -89   turba/locale/sv_SE/LC_MESSAGES/turba.mo
  1.1.2.1     +210 -0    turba/locale/tr_TR/help.xml (new)
  1.27.4.3    +219 -276  turba/locale/zh_TW/LC_MESSAGES/turba.mo
  1.20.4.4    +10 -14    turba/minisearch.php
  1.2.10.2    +1 -1      turba/packaging/redhat/rh9-turba.spec
  1.11.10.3   +1 -1      turba/packaging/redhat/turba.spec
  1.9.4.2     +148 -130  turba/po/cs_CZ.po
  1.1.14.2    +194 -948  turba/po/da_DK.po
  1.44.2.15   +536 -315  turba/po/de_DE.po
  1.4.4.1     +660 -500  turba/po/fa_IR.po
  1.7.2.4     +201 -142  turba/po/fi_FI.po
  1.10.2.2    +239 -265  turba/po/fr_FR.po
  1.2.2.4     +165 -195  turba/po/hu_HU.po
  1.13.10.3   +0 -12     turba/po/it_IT.po
  1.5.2.3     +7 -39     turba/po/ja_JP.po
  1.31.2.2    +142 -162  turba/po/nl_NL.po
  1.1.14.3    +200 -136  turba/po/pt_BR.po
  1.16.2.3    +161 -191  turba/po/sk_SK.po
  1.13.4.2    +417 -315  turba/po/sv_SE.po
  1.32.2.11   +387 -291  turba/po/turba.pot
  1.17.6.3    +408 -316  turba/po/zh_TW.po
  1.4.2.1     +69 -0     turba/scripts/import_vcards.php (new)
  1.2.8.2     +1 -1      turba/scripts/sql/turba_objects.mysql.sql
  1.2.8.3     +1 -1      turba/scripts/sql/turba_objects.pgsql.sql
  1.5.4.4     +3 -3      turba/scripts/upgrades/2004-10-26_create_default_histories.php
  1.3.2.1     +149 -0    turba/scripts/upgrades/public_to_horde_share.php (new)
  1.94.4.5    +29 -37    turba/search.php
  1.6.2.1     +128 -0    turba/templates/addressbooks.inc (new)
  1.13.4.2    +4 -8      turba/templates/block/minisearch.inc
  1.8.12.1    +0 -19     turba/templates/browse/Attic/select.inc (dead)
  1.18.4.3    +26 -36    turba/templates/browse/actions.inc
  1.4.12.3    +6 -5      turba/templates/browse/column_footers.inc
  1.19.2.6    +37 -10    turba/templates/browse/column_headers.inc
  1.8.10.2    +1 -1      turba/templates/browse/footer.inc
  1.3.10.2    +4 -2      turba/templates/browse/footerAlpha.inc
  1.4.12.2    +3 -1      turba/templates/browse/header.inc
  1.12.4.2    +9 -5      turba/templates/browse/javascript.inc
  1.10.2.1    +74 -0     turba/templates/browse/row.inc (new)
  1.9.4.1     +49 -61    turba/templates/browse/search.inc
  1.2.6.1     +2 -2      turba/templates/browse/search_criteria.inc
  1.25.10.3   +1 -1      turba/templates/common-header.inc
  1.18.10.2   +31 -39    turba/templates/data/export.inc
  1.17.10.2   +38 -38    turba/templates/data/import.inc
  1.1.4.2     +11 -1     turba/templates/menu.inc
  1.3.2.1     +197 -0    turba/templates/prefs/addressbookselect.inc (new)
  1.17.2.5    +18 -19    turba/templates/prefs/columnselect.inc
  1.4.2.1     +46 -0     turba/templates/prefs/imsp_opt.inc (new)
  1.9.10.3    +2 -2      turba/test.php
  1.1.2.1     +10 -0     turba/themes/ideas/screen.css (new)
  1.2.4.1     +4 -9      turba/themes/screen.css
  1.12.10.3   +3 -3      turba/vcard.php
  1.6.2.1     +76 -0     turba/view.php (new)

  Chora Links:
  http://cvs.horde.org/diff.php/turba/LICENSE?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/turba/README?r1=1.12.10.1&r2=1.12.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/add.php?r1=1.54.4.8&r2=1.54.4.9&ty=u
  http://cvs.horde.org/co.php/turba/addressbooks.php?r=1.3.2.1
  http://cvs.horde.org/diff.php/turba/browse.php?r1=1.76.2.13&r2=1.76.2.14&ty=u
  http://cvs.horde.org/diff.php/turba/config/.cvsignore?r1=1.9.10.1&r2=1.9.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/config/attributes.php.dist?r1=1.36.6.2&r2=1.36.6.3&ty=u
  http://cvs.horde.org/diff.php/turba/config/conf.xml?r1=1.6&r2=1.6.2.1&ty=u
  http://cvs.horde.org/co.php/turba/config/mime_drivers.php.dist?r=1.2.2.1
  http://cvs.horde.org/diff.php/turba/config/prefs.php.dist?r1=1.28&r2=1.28.10.1&ty=u
  http://cvs.horde.org/diff.php/turba/config/sources.php.dist?r1=1.97.6.12&r2=1.97.6.13&ty=u
  http://cvs.horde.org/diff.php/turba/data.php?r1=1.70.4.2&r2=1.70.4.3&ty=u
  http://cvs.horde.org/diff.php/turba/delete.php?r1=1.29.4.2&r2=1.29.4.3&ty=u
  http://cvs.horde.org/diff.php/turba/display.php?r1=1.64.2.4&r2=1.64.2.5&ty=u
  http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.51&r2=1.181.2.52&ty=u
  http://cvs.horde.org/diff.php/turba/docs/CREDITS?r1=1.54.8.14&r2=1.54.8.15&ty=u
  http://cvs.horde.org/diff.php/turba/docs/INSTALL?r1=1.10.10.2&r2=1.10.10.3&ty=u
  http://cvs.horde.org/diff.php/turba/docs/LDAP?r1=1.3&r2=1.3.10.1&ty=u
  http://cvs.horde.org/diff.php/turba/docs/RELEASE_NOTES?r1=1.22.2.8&r2=1.22.2.9&ty=u
  http://cvs.horde.org/diff.php/turba/docs/UPGRADING?r1=1.3.6.1&r2=1.3.6.2&ty=u
  http://cvs.horde.org/diff.php/turba/edit.php?r1=1.70.4.3&r2=1.70.4.4&ty=u
  http://cvs.horde.org/diff.php/turba/index.php?r1=1.29.10.4&r2=1.29.10.5&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Block/minisearch.php?r1=1.17.2.1&r2=1.17.2.2&ty=u
  http://cvs.horde.org/co.php/turba/lib/Block/tree_menu.php?r=1.5.2.1
  http://cvs.horde.org/diff.php/turba/lib/Driver.php?r1=1.57.2.12&r2=1.57.2.13&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver/imsp.php?r1=1.21.4.8&r2=1.21.4.9&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver/kolab.php?r1=1.5.10.4&r2=1.5.10.5&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver/ldap.php?r1=1.54.4.9&r2=1.54.4.10&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver/prefs.php?r1=1.10.10.1&r2=1.10.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Driver/sql.php?r1=1.59.10.10&r2=1.59.10.11&ty=u
  http://cvs.horde.org/diff.php/turba/lib/List.php?r1=1.41.10.3&r2=1.41.10.4&ty=u
  http://cvs.horde.org/diff.php/turba/lib/ListView.php?r1=1.17.10.2&r2=1.17.10.3&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Object.php?r1=1.17.10.1&r2=1.17.10.2&ty=u
  http://cvs.horde.org/co.php/turba/lib/Object/Group.php?r=1.9.2.1
  http://cvs.horde.org/diff.php/turba/lib/ObjectView.php?r1=1.27.4.3&r2=1.27.4.4&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Renderer.php?r1=1.19&r2=1.19.6.1&ty=u
  http://cvs.horde.org/diff.php/turba/lib/Turba.php?r1=1.59.4.10&r2=1.59.4.11&ty=u
  http://cvs.horde.org/diff.php/turba/lib/api.php?r1=1.120.2.15&r2=1.120.2.16&ty=u
  http://cvs.horde.org/diff.php/turba/lib/base.php?r1=1.62.10.8&r2=1.62.10.9&ty=u
  http://cvs.horde.org/diff.php/turba/lib/prefs.php?r1=1.2.10.2&r2=1.2.10.3&ty=u
  http://cvs.horde.org/diff.php/turba/lib/version.php?r1=1.10.12.14&r2=1.10.12.15&ty=u
  http://cvs.horde.org/diff.php/turba/locale/cs_CZ/LC_MESSAGES/turba.mo?r1=1.12.4.1&r2=1.12.4.2&ty=u
  http://cvs.horde.org/diff.php/turba/locale/da_DK/LC_MESSAGES/turba.mo?r1=1.1.14.1&r2=1.1.14.2&ty=u
  http://cvs.horde.org/diff.php/turba/locale/de_DE/LC_MESSAGES/turba.mo?r1=1.51.2.14&r2=1.51.2.15&ty=u
  http://cvs.horde.org/diff.php/turba/locale/fa_IR/LC_MESSAGES/turba.mo?r1=1.4.4.1&r2=1.4.4.2&ty=u
  http://cvs.horde.org/co.php/turba/locale/fa_IR/help.xml?r=1.2.2.1
  http://cvs.horde.org/diff.php/turba/locale/fi_FI/LC_MESSAGES/turba.mo?r1=1.7.2.4&r2=1.7.2.5&ty=u
  http://cvs.horde.org/diff.php/turba/locale/fi_FI/help.xml?r1=1.4.10.1&r2=1.4.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/locale/fr_FR/LC_MESSAGES/turba.mo?r1=1.22.2.5&r2=1.22.2.6&ty=u
  http://cvs.horde.org/diff.php/turba/locale/hu_HU/LC_MESSAGES/turba.mo?r1=1.2.2.5&r2=1.2.2.6&ty=u
  http://cvs.horde.org/diff.php/turba/locale/it_IT/LC_MESSAGES/turba.mo?r1=1.11.10.3&r2=1.11.10.4&ty=u
  http://cvs.horde.org/diff.php/turba/locale/ja_JP/LC_MESSAGES/turba.mo?r1=1.6.2.2&r2=1.6.2.3&ty=u
  http://cvs.horde.org/diff.php/turba/locale/nl_NL/LC_MESSAGES/turba.mo?r1=1.36.2.1&r2=1.36.2.2&ty=u
  http://cvs.horde.org/diff.php/turba/locale/pl_PL/LC_MESSAGES/turba.mo?r1=1.2.12.4&r2=1.2.12.5&ty=u
  http://cvs.horde.org/diff.php/turba/locale/pt_BR/LC_MESSAGES/turba.mo?r1=1.3.12.2&r2=1.3.12.3&ty=u
  http://cvs.horde.org/diff.php/turba/locale/sk_SK/LC_MESSAGES/turba.mo?r1=1.18.2.5&r2=1.18.2.6&ty=u
  http://cvs.horde.org/diff.php/turba/locale/sl_SI/LC_MESSAGES/turba.mo?r1=1.1.14.2&r2=1.1.14.3&ty=u
  http://cvs.horde.org/diff.php/turba/locale/sv_SE/LC_MESSAGES/turba.mo?r1=1.14.2.1&r2=1.14.2.2&ty=u
  http://cvs.horde.org/co.php/turba/locale/tr_TR/help.xml?r=1.1.2.1
  http://cvs.horde.org/diff.php/turba/locale/zh_TW/LC_MESSAGES/turba.mo?r1=1.27.4.2&r2=1.27.4.3&ty=u
  http://cvs.horde.org/diff.php/turba/minisearch.php?r1=1.20.4.3&r2=1.20.4.4&ty=u
  http://cvs.horde.org/diff.php/turba/packaging/redhat/rh9-turba.spec?r1=1.2.10.1&r2=1.2.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/packaging/redhat/turba.spec?r1=1.11.10.2&r2=1.11.10.3&ty=u
  http://cvs.horde.org/diff.php/turba/po/cs_CZ.po?r1=1.9.4.1&r2=1.9.4.2&ty=u
  http://cvs.horde.org/diff.php/turba/po/da_DK.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
  http://cvs.horde.org/diff.php/turba/po/de_DE.po?r1=1.44.2.14&r2=1.44.2.15&ty=u
  http://cvs.horde.org/diff.php/turba/po/fa_IR.po?r1=1.4&r2=1.4.4.1&ty=u
  http://cvs.horde.org/diff.php/turba/po/fi_FI.po?r1=1.7.2.3&r2=1.7.2.4&ty=u
  http://cvs.horde.org/diff.php/turba/po/fr_FR.po?r1=1.10.2.1&r2=1.10.2.2&ty=u
  http://cvs.horde.org/diff.php/turba/po/hu_HU.po?r1=1.2.2.3&r2=1.2.2.4&ty=u
  http://cvs.horde.org/diff.php/turba/po/it_IT.po?r1=1.13.10.2&r2=1.13.10.3&ty=u
  http://cvs.horde.org/diff.php/turba/po/ja_JP.po?r1=1.5.2.2&r2=1.5.2.3&ty=u
  http://cvs.horde.org/diff.php/turba/po/nl_NL.po?r1=1.31.2.1&r2=1.31.2.2&ty=u
  http://cvs.horde.org/diff.php/turba/po/pt_BR.po?r1=1.1.14.2&r2=1.1.14.3&ty=u
  http://cvs.horde.org/diff.php/turba/po/sk_SK.po?r1=1.16.2.2&r2=1.16.2.3&ty=u
  http://cvs.horde.org/diff.php/turba/po/sv_SE.po?r1=1.13.4.1&r2=1.13.4.2&ty=u
  http://cvs.horde.org/diff.php/turba/po/turba.pot?r1=1.32.2.10&r2=1.32.2.11&ty=u
  http://cvs.horde.org/diff.php/turba/po/zh_TW.po?r1=1.17.6.2&r2=1.17.6.3&ty=u
  http://cvs.horde.org/co.php/turba/scripts/import_vcards.php?r=1.4.2.1
  http://cvs.horde.org/diff.php/turba/scripts/sql/turba_objects.mysql.sql?r1=1.2.8.1&r2=1.2.8.2&ty=u
  http://cvs.horde.org/diff.php/turba/scripts/sql/turba_objects.pgsql.sql?r1=1.2.8.2&r2=1.2.8.3&ty=u
  http://cvs.horde.org/diff.php/turba/scripts/upgrades/2004-10-26_create_default_histories.php?r1=1.5.4.3&r2=1.5.4.4&ty=u
  http://cvs.horde.org/co.php/turba/scripts/upgrades/public_to_horde_share.php?r=1.3.2.1
  http://cvs.horde.org/diff.php/turba/search.php?r1=1.94.4.4&r2=1.94.4.5&ty=u
  http://cvs.horde.org/co.php/turba/templates/addressbooks.inc?r=1.6.2.1
  http://cvs.horde.org/diff.php/turba/templates/block/minisearch.inc?r1=1.13.4.1&r2=1.13.4.2&ty=u
  http://cvs.horde.org/co.php/turba/templates/browse/Attic/select.inc?r=1.8
  http://cvs.horde.org/diff.php/turba/templates/browse/actions.inc?r1=1.18.4.2&r2=1.18.4.3&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/column_footers.inc?r1=1.4.12.2&r2=1.4.12.3&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/column_headers.inc?r1=1.19.2.5&r2=1.19.2.6&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/footer.inc?r1=1.8.10.1&r2=1.8.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/footerAlpha.inc?r1=1.3.10.1&r2=1.3.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/header.inc?r1=1.4.12.1&r2=1.4.12.2&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/javascript.inc?r1=1.12.4.1&r2=1.12.4.2&ty=u
  http://cvs.horde.org/co.php/turba/templates/browse/row.inc?r=1.10.2.1
  http://cvs.horde.org/diff.php/turba/templates/browse/search.inc?r1=1.9&r2=1.9.4.1&ty=u
  http://cvs.horde.org/diff.php/turba/templates/browse/search_criteria.inc?r1=1.2&r2=1.2.6.1&ty=u
  http://cvs.horde.org/diff.php/turba/templates/common-header.inc?r1=1.25.10.2&r2=1.25.10.3&ty=u
  http://cvs.horde.org/diff.php/turba/templates/data/export.inc?r1=1.18.10.1&r2=1.18.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/templates/data/import.inc?r1=1.17.10.1&r2=1.17.10.2&ty=u
  http://cvs.horde.org/diff.php/turba/templates/menu.inc?r1=1.1.4.1&r2=1.1.4.2&ty=u
  http://cvs.horde.org/co.php/turba/templates/prefs/addressbookselect.inc?r=1.3.2.1
  http://cvs.horde.org/diff.php/turba/templates/prefs/columnselect.inc?r1=1.17.2.4&r2=1.17.2.5&ty=u
  http://cvs.horde.org/co.php/turba/templates/prefs/imsp_opt.inc?r=1.4.2.1
  http://cvs.horde.org/diff.php/turba/test.php?r1=1.9.10.2&r2=1.9.10.3&ty=u
  http://cvs.horde.org/co.php/turba/themes/ideas/screen.css?r=1.1.2.1
  http://cvs.horde.org/diff.php/turba/themes/screen.css?r1=1.2&r2=1.2.4.1&ty=u
  http://cvs.horde.org/diff.php/turba/vcard.php?r1=1.12.10.2&r2=1.12.10.3&ty=u
  http://cvs.horde.org/co.php/turba/view.php?r=1.6.2.1


More information about the cvs mailing list