[commits] Horde-Hatchery branch master updated. 4e075b9b5e26ea7d3de59ef5bad793a6a0161c03

Michael M Slusarz slusarz at horde.org
Sat Dec 20 18:50:26 UTC 2008


The branch master has been updated
       via  4e075b9b5e26ea7d3de59ef5bad793a6a0161c03 (commit)
       via  46236994061265f842ee6c11e9090b7fa1fc2239 (commit)
       via  913f6dfe8dbe9f45bc256cfe042ef1a793fb4b14 (commit)
       via  5b7b0247bda4c316881a094f96fba0c4e7564b7c (commit)
      from  6a839412944d9486aceb6da1022209b4576e3a0b (commit)

-----------------------------------------------------------------------
commit 4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Dec 20 11:49:24 2008 -0700

    Add Chora/Horde_VC lib from CVS HEAD.

 chora/.htaccess                          |    7 +
 chora/COPYING                            |  280 ++++++++
 chora/README                             |   86 +++
 chora/annotate.php                       |   72 ++
 chora/browse.php                         |  214 ++++++
 chora/co.php                             |  107 +++
 chora/config/.htaccess                   |    1 +
 chora/config/conf.xml                    |  117 +++
 chora/config/cvsgraph.conf.dist          |  187 +++++
 chora/config/longIntro.txt.dist          |    6 +
 chora/config/mime_drivers.php.dist       |   23 +
 chora/config/prefs.php.dist              |   36 +
 chora/config/sourceroots.php.dist        |   65 ++
 chora/cvsgraph.php                       |   86 +++
 chora/diff.php                           |  180 +++++
 chora/docs/CHANGES                       |  300 ++++++++
 chora/docs/CREDITS                       |   47 ++
 chora/docs/INSTALL                       |  186 +++++
 chora/docs/RELEASE_NOTES                 |   47 ++
 chora/docs/TODO                          |   22 +
 chora/history.php                        |  218 ++++++
 chora/index.php                          |   26 +
 chora/js/revlog.js                       |    1 +
 chora/js/src/revlog.js                   |   51 ++
 chora/lib/.htaccess                      |    1 +
 chora/lib/Block/tree_menu.php            |   37 +
 chora/lib/Chora.php                      |  605 ++++++++++++++++
 chora/lib/api.php                        |   38 +
 chora/lib/base.php                       |   58 ++
 chora/lib/version.php                    |    1 +
 chora/locale/.htaccess                   |    1 +
 chora/locale/cs_CZ/LC_MESSAGES/chora.mo  |  Bin 0 -> 141163 bytes
 chora/locale/da_DK/LC_MESSAGES/chora.mo  |  Bin 0 -> 129666 bytes
 chora/locale/de_DE/LC_MESSAGES/chora.mo  |  Bin 0 -> 162521 bytes
 chora/locale/de_DE/help.xml              |   95 +++
 chora/locale/en_US/help.xml              |   96 +++
 chora/locale/es_ES/LC_MESSAGES/chora.mo  |  Bin 0 -> 155320 bytes
 chora/locale/es_ES/help.xml              |   53 ++
 chora/locale/fi_FI/LC_MESSAGES/chora.mo  |  Bin 0 -> 151625 bytes
 chora/locale/fi_FI/help.xml              |   66 ++
 chora/locale/fr_FR/LC_MESSAGES/chora.mo  |  Bin 0 -> 154220 bytes
 chora/locale/it_IT/LC_MESSAGES/chora.mo  |  Bin 0 -> 151990 bytes
 chora/locale/nb_NO/LC_MESSAGES/chora.mo  |  Bin 0 -> 91269 bytes
 chora/locale/nl_NL/LC_MESSAGES/chora.mo  |  Bin 0 -> 148514 bytes
 chora/locale/pl_PL/LC_MESSAGES/chora.mo  |  Bin 0 -> 69464 bytes
 chora/locale/pt_BR/LC_MESSAGES/chora.mo  |  Bin 0 -> 154683 bytes
 chora/locale/ro_RO/LC_MESSAGES/chora.mo  |  Bin 0 -> 21391 bytes
 chora/locale/ru_RU/LC_MESSAGES/chora.mo  |  Bin 0 -> 25577 bytes
 chora/locale/sk_SK/LC_MESSAGES/chora.mo  |  Bin 0 -> 150872 bytes
 chora/locale/sv_SE/LC_MESSAGES/chora.mo  |  Bin 0 -> 91869 bytes
 chora/locale/zh_CN/LC_MESSAGES/chora.mo  |  Bin 0 -> 115245 bytes
 chora/locale/zh_TW/LC_MESSAGES/chora.mo  |  Bin 0 -> 131670 bytes
 chora/patchsets.php                      |   90 +++
 chora/po/.htaccess                       |    1 +
 chora/po/README                          |    1 +
 chora/po/chora.pot                       |  518 ++++++++++++++
 chora/po/cs_CZ.po                        |  551 +++++++++++++++
 chora/po/da_DK.po                        |  555 +++++++++++++++
 chora/po/de_DE.po                        |  528 ++++++++++++++
 chora/po/es_ES.po                        |  526 ++++++++++++++
 chora/po/fi_FI.po                        |  524 ++++++++++++++
 chora/po/fr_FR.po                        |  531 ++++++++++++++
 chora/po/it_IT.po                        |  528 ++++++++++++++
 chora/po/nb_NO.po                        |  327 +++++++++
 chora/po/nl_NL.po                        |  552 +++++++++++++++
 chora/po/pl_PL.po                        |  328 +++++++++
 chora/po/pt_BR.po                        |  553 +++++++++++++++
 chora/po/ro_RO.po                        |  505 ++++++++++++++
 chora/po/ru_RU.po                        |  547 +++++++++++++++
 chora/po/sk_SK.po                        |  552 +++++++++++++++
 chora/po/sv_SE.po                        |  550 +++++++++++++++
 chora/po/zh_CN.po                        |  452 ++++++++++++
 chora/po/zh_TW.po                        |  496 +++++++++++++
 chora/stats.php                          |   32 +
 chora/templates/.htaccess                |    1 +
 chora/templates/annotate/footer.inc      |   42 ++
 chora/templates/annotate/header.inc      |   11 +
 chora/templates/annotate/line.inc        |    7 +
 chora/templates/checkout/checkout.inc    |   26 +
 chora/templates/common-header.inc        |   22 +
 chora/templates/cvsgraph/cvsgraph.inc    |   13 +
 chora/templates/diff/hr/add.inc          |    4 +
 chora/templates/diff/hr/change.inc       |   20 +
 chora/templates/diff/hr/empty.inc        |    5 +
 chora/templates/diff/hr/footer.inc       |    2 +
 chora/templates/diff/hr/header.inc       |   60 ++
 chora/templates/diff/hr/nochange.inc     |    5 +
 chora/templates/diff/hr/remove.inc       |    4 +
 chora/templates/diff/hr/row.inc          |    8 +
 chora/templates/directory/back.inc       |   11 +
 chora/templates/directory/dir.inc        |   13 +
 chora/templates/directory/file.inc       |   41 ++
 chora/templates/directory/header.inc     |   19 +
 chora/templates/error_page.inc           |   17 +
 chora/templates/headerbar.inc            |   23 +
 chora/templates/history/blank.inc        |    1 +
 chora/templates/history/branch_cell.inc  |    7 +
 chora/templates/history/footer.inc       |    1 +
 chora/templates/history/header.inc       |    1 +
 chora/templates/history/rev.inc          |    9 +
 chora/templates/log/footer.inc           |   13 +
 chora/templates/log/header.inc           |   53 ++
 chora/templates/log/rev.inc              |   17 +
 chora/templates/menu.inc                 |    7 +
 chora/templates/patchsets/footer.inc     |    2 +
 chora/templates/patchsets/header.inc     |   20 +
 chora/templates/patchsets/ps.inc         |   25 +
 chora/templates/stats/stats.inc          |   20 +
 chora/test.php                           |   87 +++
 chora/themes/burntorange/screen.css      |    8 +
 chora/themes/graphics/az.png             |  Bin 0 -> 117 bytes
 chora/themes/graphics/back.png           |  Bin 0 -> 428 bytes
 chora/themes/graphics/chora.png          |  Bin 0 -> 199 bytes
 chora/themes/graphics/deleted.png        |  Bin 0 -> 564 bytes
 chora/themes/graphics/diff.png           |  Bin 0 -> 190 bytes
 chora/themes/graphics/favicon.ico        |  Bin 0 -> 318 bytes
 chora/themes/graphics/folder.png         |  Bin 0 -> 479 bytes
 chora/themes/graphics/za.png             |  Bin 0 -> 119 bytes
 chora/themes/hordeweb/screen.css         |   44 ++
 chora/themes/screen.css                  |  285 ++++++++
 chora/themes/silver/graphics/az.png      |  Bin 0 -> 201 bytes
 chora/themes/silver/graphics/back.png    |  Bin 0 -> 625 bytes
 chora/themes/silver/graphics/chora.png   |  Bin 0 -> 840 bytes
 chora/themes/silver/graphics/deleted.png |  Bin 0 -> 476 bytes
 chora/themes/silver/graphics/diff.png    |  Bin 0 -> 190 bytes
 chora/themes/silver/graphics/favicon.ico |  Bin 0 -> 1150 bytes
 chora/themes/silver/graphics/folder.png  |  Bin 0 -> 537 bytes
 chora/themes/silver/graphics/za.png      |  Bin 0 -> 201 bytes
 chora/themes/tango-blue/screen.css       |    3 +
 framework/VC/lib/Horde/VC.php            |  927 ++++++++++++++++++++++++
 framework/VC/lib/Horde/VC/Exception.php  |    2 +
 framework/VC/lib/Horde/VC/cvs.php        |  968 ++++++++++++++++++++++++++
 framework/VC/lib/Horde/VC/git.php        |  665 ++++++++++++++++++
 framework/VC/lib/Horde/VC/rcs.php        |  324 +++++++++
 framework/VC/lib/Horde/VC/svn.php        |  642 +++++++++++++++++
 framework/VC/package.xml                 |  123 ++++
 136 files changed, 17271 insertions(+), 0 deletions(-)
 create mode 100644 chora/.htaccess
 create mode 100644 chora/COPYING
 create mode 100644 chora/README
 create mode 100644 chora/annotate.php
 create mode 100644 chora/browse.php
 create mode 100644 chora/co.php
 create mode 100644 chora/config/.htaccess
 create mode 100644 chora/config/conf.xml
 create mode 100644 chora/config/cvsgraph.conf.dist
 create mode 100644 chora/config/longIntro.txt.dist
 create mode 100644 chora/config/mime_drivers.php.dist
 create mode 100644 chora/config/prefs.php.dist
 create mode 100644 chora/config/sourceroots.php.dist
 create mode 100644 chora/cvsgraph.php
 create mode 100644 chora/diff.php
 create mode 100644 chora/docs/CHANGES
 create mode 100644 chora/docs/CREDITS
 create mode 100644 chora/docs/INSTALL
 create mode 100644 chora/docs/RELEASE_NOTES
 create mode 100644 chora/docs/TODO
 create mode 100644 chora/history.php
 create mode 100644 chora/index.php
 create mode 100644 chora/js/revlog.js
 create mode 100644 chora/js/src/revlog.js
 create mode 100644 chora/lib/.htaccess
 create mode 100644 chora/lib/Block/tree_menu.php
 create mode 100644 chora/lib/Chora.php
 create mode 100644 chora/lib/api.php
 create mode 100644 chora/lib/base.php
 create mode 100644 chora/lib/version.php
 create mode 100644 chora/locale/.htaccess
 create mode 100644 chora/locale/cs_CZ/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/da_DK/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/de_DE/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/de_DE/help.xml
 create mode 100644 chora/locale/en_US/help.xml
 create mode 100644 chora/locale/es_ES/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/es_ES/help.xml
 create mode 100644 chora/locale/fi_FI/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/fi_FI/help.xml
 create mode 100644 chora/locale/fr_FR/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/it_IT/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/nb_NO/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/nl_NL/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/pl_PL/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/pt_BR/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/ro_RO/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/ru_RU/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/sk_SK/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/sv_SE/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/zh_CN/LC_MESSAGES/chora.mo
 create mode 100644 chora/locale/zh_TW/LC_MESSAGES/chora.mo
 create mode 100644 chora/patchsets.php
 create mode 100644 chora/po/.htaccess
 create mode 100644 chora/po/README
 create mode 100644 chora/po/chora.pot
 create mode 100644 chora/po/cs_CZ.po
 create mode 100644 chora/po/da_DK.po
 create mode 100644 chora/po/de_DE.po
 create mode 100644 chora/po/es_ES.po
 create mode 100644 chora/po/fi_FI.po
 create mode 100644 chora/po/fr_FR.po
 create mode 100644 chora/po/it_IT.po
 create mode 100644 chora/po/nb_NO.po
 create mode 100644 chora/po/nl_NL.po
 create mode 100644 chora/po/pl_PL.po
 create mode 100644 chora/po/pt_BR.po
 create mode 100644 chora/po/ro_RO.po
 create mode 100644 chora/po/ru_RU.po
 create mode 100644 chora/po/sk_SK.po
 create mode 100644 chora/po/sv_SE.po
 create mode 100644 chora/po/zh_CN.po
 create mode 100644 chora/po/zh_TW.po
 create mode 100644 chora/stats.php
 create mode 100644 chora/templates/.htaccess
 create mode 100644 chora/templates/annotate/footer.inc
 create mode 100644 chora/templates/annotate/header.inc
 create mode 100644 chora/templates/annotate/line.inc
 create mode 100644 chora/templates/checkout/checkout.inc
 create mode 100644 chora/templates/common-header.inc
 create mode 100644 chora/templates/cvsgraph/cvsgraph.inc
 create mode 100644 chora/templates/diff/hr/add.inc
 create mode 100644 chora/templates/diff/hr/change.inc
 create mode 100644 chora/templates/diff/hr/empty.inc
 create mode 100644 chora/templates/diff/hr/footer.inc
 create mode 100644 chora/templates/diff/hr/header.inc
 create mode 100644 chora/templates/diff/hr/nochange.inc
 create mode 100644 chora/templates/diff/hr/remove.inc
 create mode 100644 chora/templates/diff/hr/row.inc
 create mode 100644 chora/templates/directory/back.inc
 create mode 100644 chora/templates/directory/dir.inc
 create mode 100644 chora/templates/directory/file.inc
 create mode 100644 chora/templates/directory/header.inc
 create mode 100644 chora/templates/error_page.inc
 create mode 100644 chora/templates/headerbar.inc
 create mode 100644 chora/templates/history/blank.inc
 create mode 100644 chora/templates/history/branch_cell.inc
 create mode 100644 chora/templates/history/footer.inc
 create mode 100644 chora/templates/history/header.inc
 create mode 100644 chora/templates/history/rev.inc
 create mode 100644 chora/templates/log/footer.inc
 create mode 100644 chora/templates/log/header.inc
 create mode 100644 chora/templates/log/rev.inc
 create mode 100644 chora/templates/menu.inc
 create mode 100644 chora/templates/patchsets/footer.inc
 create mode 100644 chora/templates/patchsets/header.inc
 create mode 100644 chora/templates/patchsets/ps.inc
 create mode 100644 chora/templates/stats/stats.inc
 create mode 100644 chora/test.php
 create mode 100644 chora/themes/burntorange/screen.css
 create mode 100644 chora/themes/graphics/az.png
 create mode 100644 chora/themes/graphics/back.png
 create mode 100644 chora/themes/graphics/chora.png
 create mode 100644 chora/themes/graphics/deleted.png
 create mode 100644 chora/themes/graphics/diff.png
 create mode 100644 chora/themes/graphics/favicon.ico
 create mode 100644 chora/themes/graphics/folder.png
 create mode 100644 chora/themes/graphics/za.png
 create mode 100644 chora/themes/hordeweb/screen.css
 create mode 100644 chora/themes/screen.css
 create mode 100644 chora/themes/silver/graphics/az.png
 create mode 100644 chora/themes/silver/graphics/back.png
 create mode 100644 chora/themes/silver/graphics/chora.png
 create mode 100644 chora/themes/silver/graphics/deleted.png
 create mode 100644 chora/themes/silver/graphics/diff.png
 create mode 100644 chora/themes/silver/graphics/favicon.ico
 create mode 100644 chora/themes/silver/graphics/folder.png
 create mode 100644 chora/themes/silver/graphics/za.png
 create mode 100644 chora/themes/silver/themed_graphics
 create mode 100644 chora/themes/tango-blue/screen.css
 create mode 100644 framework/VC/lib/Horde/VC.php
 create mode 100644 framework/VC/lib/Horde/VC/Exception.php
 create mode 100644 framework/VC/lib/Horde/VC/cvs.php
 create mode 100644 framework/VC/lib/Horde/VC/git.php
 create mode 100644 framework/VC/lib/Horde/VC/rcs.php
 create mode 100644 framework/VC/lib/Horde/VC/svn.php
 create mode 100644 framework/VC/package.xml

http://cvs.horde.org/diff.php/chora/.htaccess?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/COPYING?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/README?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/annotate.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/browse.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/config/.htaccess?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/config/conf.xml?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/config/cvsgraph.conf.dist?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/config/longIntro.txt.dist?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/config/mime_drivers.php.dist?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/config/prefs.php.dist?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/config/sourceroots.php.dist?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/cvsgraph.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/diff.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/docs/CHANGES?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/docs/CREDITS?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/docs/INSTALL?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/docs/RELEASE_NOTES?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/docs/TODO?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/history.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/index.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/js/revlog.js?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/js/src/revlog.js?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/lib/.htaccess?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/lib/Block/tree_menu.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/lib/Chora.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/lib/api.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/lib/base.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/lib/version.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/.htaccess?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/cs_CZ/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/da_DK/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/de_DE/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/de_DE/help.xml?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/en_US/help.xml?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/es_ES/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/es_ES/help.xml?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/fi_FI/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/fi_FI/help.xml?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/fr_FR/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/it_IT/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/nb_NO/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/nl_NL/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/pl_PL/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/pt_BR/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/ro_RO/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/ru_RU/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/sk_SK/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/sv_SE/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/zh_CN/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/locale/zh_TW/LC_MESSAGES/chora.mo?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/patchsets.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/.htaccess?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/README?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/chora.pot?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/cs_CZ.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/da_DK.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/de_DE.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/es_ES.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/fi_FI.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/fr_FR.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/it_IT.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/nb_NO.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/nl_NL.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/pl_PL.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/pt_BR.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/ro_RO.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/ru_RU.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/sk_SK.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/sv_SE.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/zh_CN.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/po/zh_TW.po?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/stats.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/.htaccess?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/annotate/footer.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/annotate/header.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/annotate/line.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/checkout/checkout.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/common-header.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/cvsgraph/cvsgraph.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/add.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/change.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/empty.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/footer.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/header.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/nochange.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/remove.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/diff/hr/row.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/directory/back.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/directory/dir.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/directory/file.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/directory/header.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/error_page.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/headerbar.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/history/blank.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/history/branch_cell.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/history/footer.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/history/header.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/history/rev.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/log/footer.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/log/header.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/menu.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/patchsets/footer.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/patchsets/header.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/patchsets/ps.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/templates/stats/stats.inc?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/test.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/burntorange/screen.css?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/az.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/back.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/chora.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/deleted.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/diff.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/favicon.ico?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/folder.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/graphics/za.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/hordeweb/screen.css?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/screen.css?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/az.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/back.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/chora.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/deleted.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/diff.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/favicon.ico?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/folder.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/graphics/za.png?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/silver/themed_graphics?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/chora/themes/tango-blue/screen.css?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/framework/VC/lib/Horde/VC.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/framework/VC/lib/Horde/VC/Exception.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/framework/VC/lib/Horde/VC/cvs.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/framework/VC/lib/Horde/VC/git.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/framework/VC/lib/Horde/VC/rcs.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/framework/VC/lib/Horde/VC/svn.php?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03
http://cvs.horde.org/diff.php/framework/VC/package.xml?rt=horde-hatchery&r1=&r2=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03

-----------------------------------------------------------------------
commit 46236994061265f842ee6c11e9090b7fa1fc2239
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Dec 20 11:06:59 2008 -0700

    Fix version strings.

 crumb/lib/version.php |    2 +-
 folks/lib/version.php |    2 +-
 imp/lib/version.php   |    2 +-
 jeta/lib/version.php  |    2 +-
 news/lib/version.php  |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

http://cvs.horde.org/diff.php/crumb/lib/version.php?rt=horde-hatchery&r1=20b19494e974463311f27d9fb4f5c2b8da80ff02&r2=46236994061265f842ee6c11e9090b7fa1fc2239
http://cvs.horde.org/diff.php/folks/lib/version.php?rt=horde-hatchery&r1=037b01c9cf42b76e08c189c9472e064c20ef91a5&r2=46236994061265f842ee6c11e9090b7fa1fc2239
http://cvs.horde.org/diff.php/imp/lib/version.php?rt=horde-hatchery&r1=d5180b436d1cb16aa244ad5d1e8a86bdb7b941e5&r2=46236994061265f842ee6c11e9090b7fa1fc2239
http://cvs.horde.org/diff.php/jeta/lib/version.php?rt=horde-hatchery&r1=e505eea958fab18af0db600ae904bfbe04c7cd54&r2=46236994061265f842ee6c11e9090b7fa1fc2239
http://cvs.horde.org/diff.php/news/lib/version.php?rt=horde-hatchery&r1=b0c38e3f19a4405b01ff3bd45cede89f9ca68c79&r2=46236994061265f842ee6c11e9090b7fa1fc2239

-----------------------------------------------------------------------
commit 913f6dfe8dbe9f45bc256cfe042ef1a793fb4b14
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Sat Dec 20 10:55:38 2008 -0700

    Fix some bugs with the new additionalParams code

 imp/js/DimpBase.js     |    2 +-
 imp/js/ViewPort.js     |    2 +-
 imp/js/src/DimpBase.js |    2 +-
 imp/js/src/ViewPort.js |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://cvs.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=4ca5614ad1ff6e04b53a2c83b8bec51abea26967&r2=913f6dfe8dbe9f45bc256cfe042ef1a793fb4b14
http://cvs.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-hatchery&r1=cbd4ba78367536599cde7c10f5a2fc3b15ef1f18&r2=913f6dfe8dbe9f45bc256cfe042ef1a793fb4b14
http://cvs.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=4ca5614ad1ff6e04b53a2c83b8bec51abea26967&r2=913f6dfe8dbe9f45bc256cfe042ef1a793fb4b14
http://cvs.horde.org/diff.php/imp/js/src/ViewPort.js?rt=horde-hatchery&r1=cbd4ba78367536599cde7c10f5a2fc3b15ef1f18&r2=913f6dfe8dbe9f45bc256cfe042ef1a793fb4b14

-----------------------------------------------------------------------
commit 5b7b0247bda4c316881a094f96fba0c4e7564b7c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Dec 19 11:55:56 2008 -0700

    Add config support for some esoteric IMAP extensions.

 imp/config/servers.php.dist |   18 ++++++++++++++++++
 imp/lib/IMAP.php            |    9 ++++++---
 2 files changed, 24 insertions(+), 3 deletions(-)

http://cvs.horde.org/diff.php/imp/config/servers.php.dist?rt=horde-hatchery&r1=6150f1e289d7c532f380e11292da93d90e1255d1&r2=5b7b0247bda4c316881a094f96fba0c4e7564b7c
http://cvs.horde.org/diff.php/imp/lib/IMAP.php?rt=horde-hatchery&r1=1ab28217cb086bd04c53c45e400c10198dfc6961&r2=5b7b0247bda4c316881a094f96fba0c4e7564b7c




More information about the commits mailing list