commit: chora .htaccess README annotate.php browse.php co.php cvs.php cvsgraph.php diff.php history.php index.php patchsets.php stats.php test.php chora/config conf.xml cvsgraph.conf.dist longIntro.txt.dist mime_drivers.php.dist prefs.php.dist ...

"Jan Schneider" <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
jan         2008-10-09 13:40:36 EDT

  Modified files:        (Branch: FRAMEWORK_3)
    .                    .htaccess README annotate.php browse.php 
                         co.php cvs.php cvsgraph.php diff.php 
                         history.php index.php patchsets.php 
                         stats.php 
    config               conf.xml cvsgraph.conf.dist 
                         longIntro.txt.dist mime_drivers.php.dist 
                         prefs.php.dist sourceroots.php.dist 
    docs                 CHANGES CREDITS INSTALL RELEASE_NOTES 
                         TODO 
    lib                  Chora.php base.php version.php 
    locale/cs_CZ/LC_MESSAGES chora.mo 
    locale/da_DK/LC_MESSAGES chora.mo 
    locale/de_DE/LC_MESSAGES chora.mo 
    locale/es_ES         help.xml 
    locale/es_ES/LC_MESSAGES chora.mo 
    locale/fi_FI         help.xml 
    locale/fi_FI/LC_MESSAGES chora.mo 
    locale/fr_FR/LC_MESSAGES chora.mo 
    locale/nb_NO/LC_MESSAGES chora.mo 
    locale/nl_NL/LC_MESSAGES chora.mo 
    locale/pl_PL/LC_MESSAGES chora.mo 
    locale/pt_BR/LC_MESSAGES chora.mo 
    locale/ro_RO/LC_MESSAGES chora.mo 
    locale/ru_RU/LC_MESSAGES chora.mo 
    locale/sk_SK/LC_MESSAGES chora.mo 
    locale/sv_SE/LC_MESSAGES chora.mo 
    locale/zh_CN/LC_MESSAGES chora.mo 
    locale/zh_TW/LC_MESSAGES chora.mo 
    packaging/redhat     chora.conf chora.spec 
    po                   chora.pot cs_CZ.po da_DK.po de_DE.po 
                         es_ES.po fi_FI.po fr_FR.po nb_NO.po 
                         nl_NL.po pl_PL.po ro_RO.po ru_RU.po 
                         sk_SK.po sv_SE.po zh_CN.po zh_TW.po 
    templates            common-header.inc error_page.inc 
                         headerbar.inc menu.inc 
    templates/annotate   footer.inc header.inc line.inc 
    templates/checkout   checkout.inc 
    templates/cvsgraph   cvsgraph.inc 
    templates/diff/hr    add.inc change.inc empty.inc footer.inc 
                         header.inc nochange.inc remove.inc 
                         row.inc 
    templates/directory  back.inc dir.inc file.inc header.inc 
    templates/history    blank.inc branch_cell.inc header.inc 
                         rev.inc 
    templates/log        rev.inc 
    templates/patchsets  ps.inc 
    templates/stats      stats.inc 
    themes               screen.css 
    themes/burntorange   screen.css 
    themes/graphics      back.png chora.png deleted.png folder.png 
  Added files:           (Branch: FRAMEWORK_3)
    .                    test.php 
    js                   QuickFinder.js prototype.js revlog.js 
                         stripe.js tables.js 
    js/src               QuickFinder.js prototype.js revlog.js 
                         stripe.js tables.js 
    lib                  api.php 
    lib/Block            tree_menu.php 
    locale/it_IT/LC_MESSAGES chora.mo 
    po                   it_IT.po 
    templates/log        footer.inc header.inc 
    templates/patchsets  footer.inc header.inc 
    themes/graphics      az.png diff.png za.png 
    themes/hordeweb      screen.css 
    themes/silver        themed_graphics 
    themes/silver/graphics az.png back.png chora.png deleted.png 
                           diff.png favicon.ico folder.png za.png 
  Removed files:         (Branch: FRAMEWORK_3)
    templates/directory  footer.inc 
    templates/history    row_end.inc row_start.inc 
    templates/log        request.inc 
  Log:
  Merge from HEAD.
  
  Revision    Changes    Path
  1.2.10.1    +2 -1      chora/.htaccess
  1.11.10.2   +0 -0      chora/README
  1.48.8.6    +28 -6     chora/annotate.php
  1.5.4.7     +163 -172  chora/browse.php
  1.59.2.6    +63 -83    chora/co.php
  1.8.10.3    +28 -16    chora/config/conf.xml
  1.1.12.1    +9 -9      chora/config/cvsgraph.conf.dist
  1.2.14.1    +1 -1      chora/config/longIntro.txt.dist
  1.5.10.1    +1 -1      chora/config/mime_drivers.php.dist
  1.3.12.1    +1 -1      chora/config/prefs.php.dist
  1.2.12.2    +1 -1      chora/config/sourceroots.php.dist
  1.180.10.5  +5 -4      chora/cvs.php
  1.15.8.5    +11 -9     chora/cvsgraph.php
  1.87.8.4    +141 -158  chora/diff.php
  1.100.2.15  +37 -5     chora/docs/CHANGES
  1.18.2.7    +1 -0      chora/docs/CREDITS
  1.7.4.2     +4 -5      chora/docs/INSTALL
  1.20.2.8    +14 -9     chora/docs/RELEASE_NOTES
  1.5.10.1    +2 -2      chora/docs/TODO
  1.53.8.5    +73 -68    chora/history.php
  1.25.10.4   +9 -7      chora/index.php
  1.6.2.1     +1 -0      chora/js/QuickFinder.js (new)
  1.14.2.1    +1 -0      chora/js/prototype.js (new)
  1.5.2.1     +1 -0      chora/js/revlog.js (new)
  1.4.2.1     +101 -0    chora/js/src/QuickFinder.js (new)
  1.12.2.1    +4320 -0   chora/js/src/prototype.js (new)
  1.4.2.1     +53 -0     chora/js/src/revlog.js (new)
  1.4.2.1     +43 -0     chora/js/src/stripe.js (new)
  1.6.2.1     +264 -0    chora/js/src/tables.js (new)
  1.6.2.1     +1 -0      chora/js/stripe.js (new)
  1.11.2.1    +1 -0      chora/js/tables.js (new)
  1.5.2.1     +40 -0     chora/lib/Block/tree_menu.php (new)
  1.72.6.8    +262 -110  chora/lib/Chora.php
  1.1.2.1     +40 -0     chora/lib/api.php (new)
  1.101.10.2  +15 -13    chora/lib/base.php
  1.14.12.11  +1 -1      chora/lib/version.php
  1.10.4.4    +216 -220  chora/locale/cs_CZ/LC_MESSAGES/chora.mo
  1.1.2.2     +238 -229  chora/locale/da_DK/LC_MESSAGES/chora.mo
  1.44.2.36   +234 -243  chora/locale/de_DE/LC_MESSAGES/chora.mo
  1.9.2.12    +220 -228  chora/locale/es_ES/LC_MESSAGES/chora.mo
  1.3.2.2     +1 -1      chora/locale/es_ES/help.xml
  1.3.2.16    +229 -241  chora/locale/fi_FI/LC_MESSAGES/chora.mo
  1.1.2.4     +1 -1      chora/locale/fi_FI/help.xml
  1.19.4.11   +199 -191  chora/locale/fr_FR/LC_MESSAGES/chora.mo
  1.1.2.1     +251 -0    chora/locale/it_IT/LC_MESSAGES/chora.mo (new)
  1.1.14.4    +150 -89   chora/locale/nb_NO/LC_MESSAGES/chora.mo
  1.32.2.8    +238 -253  chora/locale/nl_NL/LC_MESSAGES/chora.mo
  1.2.12.6    +127 -118  chora/locale/pl_PL/LC_MESSAGES/chora.mo
  1.3.12.8    +209 -217  chora/locale/pt_BR/LC_MESSAGES/chora.mo
  1.1.14.2    +19 -16    chora/locale/ro_RO/LC_MESSAGES/chora.mo
  1.1.2.6     +51 -48    chora/locale/ru_RU/LC_MESSAGES/chora.mo
  1.1.2.10    +227 -221  chora/locale/sk_SK/LC_MESSAGES/chora.mo
  1.11.2.6    +135 -234  chora/locale/sv_SE/LC_MESSAGES/chora.mo
  1.3.10.3    +234 -257  chora/locale/zh_CN/LC_MESSAGES/chora.mo
  1.13.4.10   +221 -212  chora/locale/zh_TW/LC_MESSAGES/chora.mo
  1.1.10.1    +1 -1      chora/packaging/redhat/chora.conf
  1.1.10.1    +1 -1      chora/packaging/redhat/chora.spec
  1.18.8.7    +25 -18    chora/patchsets.php
  1.24.4.8    +162 -194  chora/po/chora.pot
  1.7.4.2     +52 -57    chora/po/cs_CZ.po
  1.1.2.2     +55 -60    chora/po/da_DK.po
  1.26.2.9    +204 -234  chora/po/de_DE.po
  1.5.2.4     +192 -231  chora/po/es_ES.po
  1.2.2.11    +188 -222  chora/po/fi_FI.po
  1.7.12.2    +223 -266  chora/po/fr_FR.po
  1.1.2.1     +528 -0    chora/po/it_IT.po (new)
  1.1.14.3    +100 -345  chora/po/nb_NO.po
  1.24.4.2    +52 -57    chora/po/nl_NL.po
  1.2.12.2    +100 -345  chora/po/pl_PL.po
  1.1.14.2    +202 -268  chora/po/ro_RO.po
  1.1.2.3     +27 -32    chora/po/ru_RU.po
  1.1.2.3     +54 -59    chora/po/sk_SK.po
  1.7.2.2     +46 -51    chora/po/sv_SE.po
  1.2.10.2    +64 -179   chora/po/zh_CN.po
  1.2.12.2    +195 -271  chora/po/zh_TW.po
  1.26.8.4    +7 -5      chora/stats.php
  1.1.14.1    +41 -0     chora/templates/annotate/footer.inc
  1.5.12.1    +10 -7     chora/templates/annotate/header.inc
  1.10.12.3   +6 -13     chora/templates/annotate/line.inc
  1.4.10.4    +21 -60    chora/templates/checkout/checkout.inc
  1.35.10.5   +7 -5      chora/templates/common-header.inc
  1.1.12.1    +11 -12    chora/templates/cvsgraph/cvsgraph.inc
  1.3.12.1    +2 -2      chora/templates/diff/hr/add.inc
  1.3.10.1    +10 -10    chora/templates/diff/hr/change.inc
  1.2.12.1    +3 -3      chora/templates/diff/hr/empty.inc
  1.6.12.2    +1 -23     chora/templates/diff/hr/footer.inc
  1.7.12.2    +50 -13    chora/templates/diff/hr/header.inc
  1.4.12.1    +3 -6      chora/templates/diff/hr/nochange.inc
  1.2.12.1    +2 -4      chora/templates/diff/hr/remove.inc
  1.4.12.2    +7 -9      chora/templates/diff/hr/row.inc
  1.1.14.1    +0 -3      chora/templates/directory/Attic/footer.inc (dead)
  1.11.10.2   +11 -9     chora/templates/directory/back.inc
  1.11.10.2   +10 -10    chora/templates/directory/dir.inc
  1.17.10.2   +33 -32    chora/templates/directory/file.inc
  1.19.10.1   +14 -21    chora/templates/directory/header.inc
  1.7.12.1    +3 -3      chora/templates/error_page.inc
  1.8.10.1    +17 -34    chora/templates/headerbar.inc
  1.1.14.1    +0 -1      chora/templates/history/Attic/row_end.inc (dead)
  1.1.14.1    +0 -1      chora/templates/history/Attic/row_start.inc (dead)
  1.2.12.1    +1 -1      chora/templates/history/blank.inc
  1.8.10.2    +3 -3      chora/templates/history/branch_cell.inc
  1.1.14.1    +1 -2      chora/templates/history/header.inc
  1.7.10.3    +4 -5      chora/templates/history/rev.inc
  1.16.10.2   +0 -66     chora/templates/log/Attic/request.inc (dead)
  1.2.2.1     +13 -0     chora/templates/log/footer.inc (new)
  1.11.2.1    +53 -0     chora/templates/log/header.inc (new)
  1.23.10.5   +16 -65    chora/templates/log/rev.inc
  1.1.8.2     +3 -1      chora/templates/menu.inc
  1.1.2.1     +2 -0      chora/templates/patchsets/footer.inc (new)
  1.1.2.1     +20 -0     chora/templates/patchsets/header.inc (new)
  1.4.10.3    +25 -33    chora/templates/patchsets/ps.inc
  1.7.10.1    +15 -17    chora/templates/stats/stats.inc
  1.18.2.1    +89 -0     chora/test.php (new)
  1.1.10.1    +1 -1      chora/themes/burntorange/screen.css
  1.2.2.1     +3 -0      chora/themes/graphics/az.png (new)
  1.1.4.2     +1 -1      chora/themes/graphics/back.png
  1.1.4.1     +1 -1      chora/themes/graphics/chora.png
  1.1.4.1     +1 -1      chora/themes/graphics/deleted.png
  1.2.2.1     +4 -0      chora/themes/graphics/diff.png (new)
  1.1.4.1     +2 -1      chora/themes/graphics/folder.png
  1.2.2.1     +3 -0      chora/themes/graphics/za.png (new)
  1.2.2.1     +48 -0     chora/themes/hordeweb/screen.css (new)
  1.1.4.1     +262 -47   chora/themes/screen.css
  1.1.2.1     +5 -0      chora/themes/silver/graphics/az.png (new)
  1.1.2.1     +8 -0      chora/themes/silver/graphics/back.png (new)
  1.1.2.1     +4 -0      chora/themes/silver/graphics/chora.png (new)
  1.1.2.1     +3 -0      chora/themes/silver/graphics/deleted.png (new)
  1.1.2.1     +4 -0      chora/themes/silver/graphics/diff.png (new)
  1.1.2.1     +17 -0     chora/themes/silver/graphics/favicon.ico (new)
  1.1.2.1     +9 -0      chora/themes/silver/graphics/folder.png (new)
  1.1.2.1     +4 -0      chora/themes/silver/graphics/za.png (new)
  1.1.2.1     +0 -0      chora/themes/silver/themed_graphics (new)

  Chora Links:
  http://cvs.horde.org/diff.php/chora/.htaccess?r1=1.2&r2=1.2.10.1&ty=u
  http://cvs.horde.org/diff.php/chora/README?r1=1.11.10.1&r2=1.11.10.2&ty=u
  http://cvs.horde.org/diff.php/chora/annotate.php?r1=1.48.8.5&r2=1.48.8.6&ty=u
  http://cvs.horde.org/diff.php/chora/browse.php?r1=1.5.4.6&r2=1.5.4.7&ty=u
  http://cvs.horde.org/diff.php/chora/co.php?r1=1.59.2.5&r2=1.59.2.6&ty=u
  http://cvs.horde.org/diff.php/chora/config/conf.xml?r1=1.8.10.2&r2=1.8.10.3&ty=u
  http://cvs.horde.org/diff.php/chora/config/cvsgraph.conf.dist?r1=1.1&r2=1.1.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/config/longIntro.txt.dist?r1=1.2&r2=1.2.14.1&ty=u
  http://cvs.horde.org/diff.php/chora/config/mime_drivers.php.dist?r1=1.5&r2=1.5.10.1&ty=u
  http://cvs.horde.org/diff.php/chora/config/prefs.php.dist?r1=1.3&r2=1.3.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/config/sourceroots.php.dist?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/chora/cvs.php?r1=1.180.10.4&r2=1.180.10.5&ty=u
  http://cvs.horde.org/diff.php/chora/cvsgraph.php?r1=1.15.8.4&r2=1.15.8.5&ty=u
  http://cvs.horde.org/diff.php/chora/diff.php?r1=1.87.8.3&r2=1.87.8.4&ty=u
  http://cvs.horde.org/diff.php/chora/docs/CHANGES?r1=1.100.2.14&r2=1.100.2.15&ty=u
  http://cvs.horde.org/diff.php/chora/docs/CREDITS?r1=1.18.2.6&r2=1.18.2.7&ty=u
  http://cvs.horde.org/diff.php/chora/docs/INSTALL?r1=1.7.4.1&r2=1.7.4.2&ty=u
  http://cvs.horde.org/diff.php/chora/docs/RELEASE_NOTES?r1=1.20.2.7&r2=1.20.2.8&ty=u
  http://cvs.horde.org/diff.php/chora/docs/TODO?r1=1.5&r2=1.5.10.1&ty=u
  http://cvs.horde.org/diff.php/chora/history.php?r1=1.53.8.4&r2=1.53.8.5&ty=u
  http://cvs.horde.org/diff.php/chora/index.php?r1=1.25.10.3&r2=1.25.10.4&ty=u
  http://cvs.horde.org/co.php/chora/js/QuickFinder.js?r=1.6.2.1
  http://cvs.horde.org/co.php/chora/js/prototype.js?r=1.14.2.1
  http://cvs.horde.org/co.php/chora/js/revlog.js?r=1.5.2.1
  http://cvs.horde.org/co.php/chora/js/src/QuickFinder.js?r=1.4.2.1
  http://cvs.horde.org/co.php/chora/js/src/prototype.js?r=1.12.2.1
  http://cvs.horde.org/co.php/chora/js/src/revlog.js?r=1.4.2.1
  http://cvs.horde.org/co.php/chora/js/src/stripe.js?r=1.4.2.1
  http://cvs.horde.org/co.php/chora/js/src/tables.js?r=1.6.2.1
  http://cvs.horde.org/co.php/chora/js/stripe.js?r=1.6.2.1
  http://cvs.horde.org/co.php/chora/js/tables.js?r=1.11.2.1
  http://cvs.horde.org/co.php/chora/lib/Block/tree_menu.php?r=1.5.2.1
  http://cvs.horde.org/diff.php/chora/lib/Chora.php?r1=1.72.6.7&r2=1.72.6.8&ty=u
  http://cvs.horde.org/co.php/chora/lib/api.php?r=1.1.2.1
  http://cvs.horde.org/diff.php/chora/lib/base.php?r1=1.101.10.1&r2=1.101.10.2&ty=u
  http://cvs.horde.org/diff.php/chora/lib/version.php?r1=1.14.12.10&r2=1.14.12.11&ty=u
  http://cvs.horde.org/diff.php/chora/locale/cs_CZ/LC_MESSAGES/chora.mo?r1=1.10.4.3&r2=1.10.4.4&ty=u
  http://cvs.horde.org/diff.php/chora/locale/da_DK/LC_MESSAGES/chora.mo?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/locale/de_DE/LC_MESSAGES/chora.mo?r1=1.44.2.35&r2=1.44.2.36&ty=u
  http://cvs.horde.org/diff.php/chora/locale/es_ES/LC_MESSAGES/chora.mo?r1=1.9.2.11&r2=1.9.2.12&ty=u
  http://cvs.horde.org/diff.php/chora/locale/es_ES/help.xml?r1=1.3.2.1&r2=1.3.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/locale/fi_FI/LC_MESSAGES/chora.mo?r1=1.3.2.15&r2=1.3.2.16&ty=u
  http://cvs.horde.org/diff.php/chora/locale/fi_FI/help.xml?r1=1.1.2.3&r2=1.1.2.4&ty=u
  http://cvs.horde.org/diff.php/chora/locale/fr_FR/LC_MESSAGES/chora.mo?r1=1.19.4.10&r2=1.19.4.11&ty=u
  http://cvs.horde.org/co.php/chora/locale/it_IT/LC_MESSAGES/chora.mo?r=1.1.2.1
  http://cvs.horde.org/diff.php/chora/locale/nb_NO/LC_MESSAGES/chora.mo?r1=1.1.14.3&r2=1.1.14.4&ty=u
  http://cvs.horde.org/diff.php/chora/locale/nl_NL/LC_MESSAGES/chora.mo?r1=1.32.2.7&r2=1.32.2.8&ty=u
  http://cvs.horde.org/diff.php/chora/locale/pl_PL/LC_MESSAGES/chora.mo?r1=1.2.12.5&r2=1.2.12.6&ty=u
  http://cvs.horde.org/diff.php/chora/locale/pt_BR/LC_MESSAGES/chora.mo?r1=1.3.12.7&r2=1.3.12.8&ty=u
  http://cvs.horde.org/diff.php/chora/locale/ro_RO/LC_MESSAGES/chora.mo?r1=1.1.14.1&r2=1.1.14.2&ty=u
  http://cvs.horde.org/diff.php/chora/locale/ru_RU/LC_MESSAGES/chora.mo?r1=1.1.2.5&r2=1.1.2.6&ty=u
  http://cvs.horde.org/diff.php/chora/locale/sk_SK/LC_MESSAGES/chora.mo?r1=1.1.2.9&r2=1.1.2.10&ty=u
  http://cvs.horde.org/diff.php/chora/locale/sv_SE/LC_MESSAGES/chora.mo?r1=1.11.2.5&r2=1.11.2.6&ty=u
  http://cvs.horde.org/diff.php/chora/locale/zh_CN/LC_MESSAGES/chora.mo?r1=1.3.10.2&r2=1.3.10.3&ty=u
  http://cvs.horde.org/diff.php/chora/locale/zh_TW/LC_MESSAGES/chora.mo?r1=1.13.4.9&r2=1.13.4.10&ty=u
  http://cvs.horde.org/diff.php/chora/packaging/redhat/chora.conf?r1=1.1&r2=1.1.10.1&ty=u
  http://cvs.horde.org/diff.php/chora/packaging/redhat/chora.spec?r1=1.1&r2=1.1.10.1&ty=u
  http://cvs.horde.org/diff.php/chora/patchsets.php?r1=1.18.8.6&r2=1.18.8.7&ty=u
  http://cvs.horde.org/diff.php/chora/po/chora.pot?r1=1.24.4.7&r2=1.24.4.8&ty=u
  http://cvs.horde.org/diff.php/chora/po/cs_CZ.po?r1=1.7.4.1&r2=1.7.4.2&ty=u
  http://cvs.horde.org/diff.php/chora/po/da_DK.po?r1=1.1.2.1&r2=1.1.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/po/de_DE.po?r1=1.26.2.8&r2=1.26.2.9&ty=u
  http://cvs.horde.org/diff.php/chora/po/es_ES.po?r1=1.5.2.3&r2=1.5.2.4&ty=u
  http://cvs.horde.org/diff.php/chora/po/fi_FI.po?r1=1.2.2.10&r2=1.2.2.11&ty=u
  http://cvs.horde.org/diff.php/chora/po/fr_FR.po?r1=1.7.12.1&r2=1.7.12.2&ty=u
  http://cvs.horde.org/co.php/chora/po/it_IT.po?r=1.1.2.1
  http://cvs.horde.org/diff.php/chora/po/nb_NO.po?r1=1.1.14.2&r2=1.1.14.3&ty=u
  http://cvs.horde.org/diff.php/chora/po/nl_NL.po?r1=1.24.4.1&r2=1.24.4.2&ty=u
  http://cvs.horde.org/diff.php/chora/po/pl_PL.po?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/chora/po/ro_RO.po?r1=1.1.14.1&r2=1.1.14.2&ty=u
  http://cvs.horde.org/diff.php/chora/po/ru_RU.po?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/chora/po/sk_SK.po?r1=1.1.2.2&r2=1.1.2.3&ty=u
  http://cvs.horde.org/diff.php/chora/po/sv_SE.po?r1=1.7.2.1&r2=1.7.2.2&ty=u
  http://cvs.horde.org/diff.php/chora/po/zh_CN.po?r1=1.2.10.1&r2=1.2.10.2&ty=u
  http://cvs.horde.org/diff.php/chora/po/zh_TW.po?r1=1.2.12.1&r2=1.2.12.2&ty=u
  http://cvs.horde.org/diff.php/chora/stats.php?r1=1.26.8.3&r2=1.26.8.4&ty=u
  http://cvs.horde.org/diff.php/chora/templates/annotate/footer.inc?r1=1.1&r2=1.1.14.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/annotate/header.inc?r1=1.5&r2=1.5.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/annotate/line.inc?r1=1.10.12.2&r2=1.10.12.3&ty=u
  http://cvs.horde.org/diff.php/chora/templates/checkout/checkout.inc?r1=1.4.10.3&r2=1.4.10.4&ty=u
  http://cvs.horde.org/diff.php/chora/templates/common-header.inc?r1=1.35.10.4&r2=1.35.10.5&ty=u
  http://cvs.horde.org/diff.php/chora/templates/cvsgraph/cvsgraph.inc?r1=1.1&r2=1.1.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/add.inc?r1=1.3&r2=1.3.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/change.inc?r1=1.3&r2=1.3.10.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/empty.inc?r1=1.2&r2=1.2.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/footer.inc?r1=1.6.12.1&r2=1.6.12.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/header.inc?r1=1.7.12.1&r2=1.7.12.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/nochange.inc?r1=1.4&r2=1.4.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/remove.inc?r1=1.2&r2=1.2.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/diff/hr/row.inc?r1=1.4.12.1&r2=1.4.12.2&ty=u
  http://cvs.horde.org/co.php/chora/templates/directory/Attic/footer.inc?r=1.1
  http://cvs.horde.org/diff.php/chora/templates/directory/back.inc?r1=1.11.10.1&r2=1.11.10.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/directory/dir.inc?r1=1.11.10.1&r2=1.11.10.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/directory/file.inc?r1=1.17.10.1&r2=1.17.10.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/directory/header.inc?r1=1.19&r2=1.19.10.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/error_page.inc?r1=1.7&r2=1.7.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/headerbar.inc?r1=1.8&r2=1.8.10.1&ty=u
  http://cvs.horde.org/co.php/chora/templates/history/Attic/row_end.inc?r=1.1
  http://cvs.horde.org/co.php/chora/templates/history/Attic/row_start.inc?r=1.1
  http://cvs.horde.org/diff.php/chora/templates/history/blank.inc?r1=1.2&r2=1.2.12.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/history/branch_cell.inc?r1=1.8.10.1&r2=1.8.10.2&ty=u
  http://cvs.horde.org/diff.php/chora/templates/history/header.inc?r1=1.1&r2=1.1.14.1&ty=u
  http://cvs.horde.org/diff.php/chora/templates/history/rev.inc?r1=1.7.10.2&r2=1.7.10.3&ty=u
  http://cvs.horde.org/co.php/chora/templates/log/Attic/request.inc?r=1.16.10.1
  http://cvs.horde.org/co.php/chora/templates/log/footer.inc?r=1.2.2.1
  http://cvs.horde.org/co.php/chora/templates/log/header.inc?r=1.11.2.1
  http://cvs.horde.org/diff.php/chora/templates/log/rev.inc?r1=1.23.10.4&r2=1.23.10.5&ty=u
  http://cvs.horde.org/diff.php/chora/templates/menu.inc?r1=1.1.8.1&r2=1.1.8.2&ty=u
  http://cvs.horde.org/co.php/chora/templates/patchsets/footer.inc?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/templates/patchsets/header.inc?r=1.1.2.1
  http://cvs.horde.org/diff.php/chora/templates/patchsets/ps.inc?r1=1.4.10.2&r2=1.4.10.3&ty=u
  http://cvs.horde.org/diff.php/chora/templates/stats/stats.inc?r1=1.7&r2=1.7.10.1&ty=u
  http://cvs.horde.org/co.php/chora/test.php?r=1.18.2.1
  http://cvs.horde.org/diff.php/chora/themes/burntorange/screen.css?r1=1.1&r2=1.1.10.1&ty=u
  http://cvs.horde.org/co.php/chora/themes/graphics/az.png?r=1.2.2.1
  http://cvs.horde.org/diff.php/chora/themes/graphics/back.png?r1=1.1.4.1&r2=1.1.4.2&ty=u
  http://cvs.horde.org/diff.php/chora/themes/graphics/chora.png?r1=1.1&r2=1.1.4.1&ty=u
  http://cvs.horde.org/diff.php/chora/themes/graphics/deleted.png?r1=1.1&r2=1.1.4.1&ty=u
  http://cvs.horde.org/co.php/chora/themes/graphics/diff.png?r=1.2.2.1
  http://cvs.horde.org/diff.php/chora/themes/graphics/folder.png?r1=1.1&r2=1.1.4.1&ty=u
  http://cvs.horde.org/co.php/chora/themes/graphics/za.png?r=1.2.2.1
  http://cvs.horde.org/co.php/chora/themes/hordeweb/screen.css?r=1.2.2.1
  http://cvs.horde.org/diff.php/chora/themes/screen.css?r1=1.1&r2=1.1.4.1&ty=u
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/az.png?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/back.png?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/chora.png?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/deleted.png?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/diff.png?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/favicon.ico?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/folder.png?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/graphics/za.png?r=1.1.2.1
  http://cvs.horde.org/co.php/chora/themes/silver/themed_graphics?r=1.1.2.1

--
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.