[commits] Horde-Hatchery branch master updated. 24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82

Michael M Slusarz slusarz at horde.org
Thu Jul 23 00:36:19 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: aa4586bb2a9d2dc82b43a703b977bb49f764a786

1a8bac6... Fix username
d70d593... No longer needed (was part of login code).
24c6fb0... Initial gollem import & conversion from CVS to Horde 4.

-----------------------------------------------------------------------

commit 1a8bac67b6f102dedf8ec9a38450b5d9a180ac4a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 22 16:43:17 2009 -0600

    Fix username

 imp/lib/Identity/imp.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Identity/imp.php?rt=horde-hatchery&r1=c0c5954756a84a9d282fe7efaff62885a1e411ae&r2=1a8bac67b6f102dedf8ec9a38450b5d9a180ac4a

-----------------------------------------------------------------------

commit d70d593ec875477a70c1b7e544e77d298d99ff0d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 22 18:23:49 2009 -0600

    No longer needed (was part of login code).

 imp/templates/common-header.inc |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/imp/templates/common-header.inc?rt=horde-hatchery&r1=03b873a3c2c36e31645423438c483ca2c3ccc51d&r2=d70d593ec875477a70c1b7e544e77d298d99ff0d

-----------------------------------------------------------------------

commit 24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Jul 22 17:42:12 2009 -0600

    Initial gollem import & conversion from CVS to Horde 4.
    
    This doesn't work yet because none of the authentication code has yet
    been rewritten.

 .gitignore                                       |    1 +
 gollem/COPYING                                   |  280 ++++++
 gollem/README                                    |   83 ++
 gollem/clipboard.php                             |   49 +
 gollem/config/backends.php.dist                  |  354 ++++++++
 gollem/config/conf.xml                           |   45 +
 gollem/config/credentials.php.dist               |   29 +
 gollem/config/menu.php.dist                      |   41 +
 gollem/config/mime_drivers.php.dist              |   35 +
 gollem/config/prefs.php.dist                     |  102 +++
 gollem/docs/CHANGES                              |  317 +++++++
 gollem/docs/CREDITS                              |   59 ++
 gollem/docs/INSTALL                              |  205 +++++
 gollem/docs/RELEASE_NOTES                        |   54 ++
 gollem/edit.php                                  |   60 ++
 gollem/index.php                                 |   29 +
 gollem/js/src/columnselect.js                    |  187 ++++
 gollem/js/src/manager.js                         |  388 ++++++++
 gollem/js/src/popup.js                           |   66 ++
 gollem/js/src/selectlist.js                      |   22 +
 gollem/lib/Auth.php                              |  105 +++
 gollem/lib/Block/tree_menu.php                   |   49 +
 gollem/lib/Gollem.php                            | 1050 ++++++++++++++++++++++
 gollem/lib/Mime/Viewer/Images.php                |   47 +
 gollem/lib/Session.php                           |  195 ++++
 gollem/lib/api.php                               |  606 +++++++++++++
 gollem/lib/base.load.php                         |   28 +
 gollem/lib/base.php                              |   57 ++
 gollem/lib/prefs.php                             |   20 +
 gollem/lib/version.php                           |    1 +
 gollem/locale/bg_BG/LC_MESSAGES/gollem.mo        |  Bin 0 -> 52937 bytes
 gollem/locale/ca_ES/LC_MESSAGES/gollem.mo        |  Bin 0 -> 143448 bytes
 gollem/locale/ca_ES/help.xml                     |   42 +
 gollem/locale/cs_CZ/LC_MESSAGES/gollem.mo        |  Bin 0 -> 142262 bytes
 gollem/locale/da_DK/LC_MESSAGES/gollem.mo        |  Bin 0 -> 131086 bytes
 gollem/locale/de_DE/LC_MESSAGES/gollem.mo        |  Bin 0 -> 165592 bytes
 gollem/locale/en_US/help.xml                     |   70 ++
 gollem/locale/es_ES/LC_MESSAGES/gollem.mo        |  Bin 0 -> 156931 bytes
 gollem/locale/es_ES/help.xml                     |  114 +++
 gollem/locale/et_EE/LC_MESSAGES/gollem.mo        |  Bin 0 -> 142406 bytes
 gollem/locale/eu_ES/LC_MESSAGES/gollem.mo        |  Bin 0 -> 147533 bytes
 gollem/locale/eu_ES/help.xml                     |   17 +
 gollem/locale/fi_FI/LC_MESSAGES/gollem.mo        |  Bin 0 -> 154389 bytes
 gollem/locale/fi_FI/help.xml                     |   42 +
 gollem/locale/fr_FR/LC_MESSAGES/gollem.mo        |  Bin 0 -> 156298 bytes
 gollem/locale/hu_HU/LC_MESSAGES/gollem.mo        |  Bin 0 -> 155716 bytes
 gollem/locale/hu_HU/help.xml                     |  131 +++
 gollem/locale/it_IT/LC_MESSAGES/gollem.mo        |  Bin 0 -> 154855 bytes
 gollem/locale/ko_KR/LC_MESSAGES/gollem.mo        |  Bin 0 -> 27755 bytes
 gollem/locale/lv_LV/LC_MESSAGES/gollem.mo        |  Bin 0 -> 22565 bytes
 gollem/locale/lv_LV/help.xml                     |   57 ++
 gollem/locale/nl_NL/LC_MESSAGES/gollem.mo        |  Bin 0 -> 150827 bytes
 gollem/locale/nn_NO/LC_MESSAGES/gollem.mo        |  Bin 0 -> 28358 bytes
 gollem/locale/pl_PL/LC_MESSAGES/gollem.mo        |  Bin 0 -> 72525 bytes
 gollem/locale/pt_BR/LC_MESSAGES/gollem.mo        |  Bin 0 -> 156941 bytes
 gollem/locale/ro_RO/LC_MESSAGES/gollem.mo        |  Bin 0 -> 21497 bytes
 gollem/locale/ru_RU/LC_MESSAGES/gollem.mo        |  Bin 0 -> 24243 bytes
 gollem/locale/sk_SK/LC_MESSAGES/gollem.mo        |  Bin 0 -> 152035 bytes
 gollem/locale/sl_SI/LC_MESSAGES/gollem.mo        |  Bin 0 -> 134104 bytes
 gollem/locale/sv_SE/LC_MESSAGES/gollem.mo        |  Bin 0 -> 92580 bytes
 gollem/locale/tr_TR/LC_MESSAGES/gollem.mo        |  Bin 0 -> 149396 bytes
 gollem/locale/uk_UA/LC_MESSAGES/gollem.mo        |  Bin 0 -> 123442 bytes
 gollem/locale/zh_TW/LC_MESSAGES/gollem.mo        |  Bin 0 -> 134364 bytes
 gollem/locale/zh_TW/help.xml                     |  205 +++++
 gollem/manager.php                               |  568 ++++++++++++
 gollem/permissions.php                           |   49 +
 gollem/po/README                                 |    1 +
 gollem/po/bg_BG.po                               |  325 +++++++
 gollem/po/ca_ES.po                               |  624 +++++++++++++
 gollem/po/cs_CZ.po                               |  598 ++++++++++++
 gollem/po/da_DK.po                               |  641 +++++++++++++
 gollem/po/de_DE.po                               |  689 ++++++++++++++
 gollem/po/es_ES.po                               |  614 +++++++++++++
 gollem/po/et_EE.po                               |  671 ++++++++++++++
 gollem/po/eu_ES.po                               |  614 +++++++++++++
 gollem/po/fi_FI.po                               |  680 ++++++++++++++
 gollem/po/fr_FR.po                               |  645 +++++++++++++
 gollem/po/gollem.pot                             |  654 ++++++++++++++
 gollem/po/hu_HU.po                               |  622 +++++++++++++
 gollem/po/it_IT.po                               |  680 ++++++++++++++
 gollem/po/ko_KR.po                               |  318 +++++++
 gollem/po/lv_LV.po                               |  577 ++++++++++++
 gollem/po/nl_NL.po                               |  681 ++++++++++++++
 gollem/po/nn_NO.po                               |  334 +++++++
 gollem/po/pl_PL.po                               |  663 ++++++++++++++
 gollem/po/pt_BR.po                               |  681 ++++++++++++++
 gollem/po/ro_RO.po                               |  468 ++++++++++
 gollem/po/ru_RU.po                               |  311 +++++++
 gollem/po/sk_SK.po                               |  612 +++++++++++++
 gollem/po/sl_SI.po                               |  641 +++++++++++++
 gollem/po/sv_SE.po                               |  593 ++++++++++++
 gollem/po/tr_TR.po                               |  681 ++++++++++++++
 gollem/po/uk_UA.po                               |  634 +++++++++++++
 gollem/po/zh_TW.po                               |  629 +++++++++++++
 gollem/quota.php                                 |   60 ++
 gollem/selectlist.php                            |  199 ++++
 gollem/templates/clipboard/clipboard.html        |   50 +
 gollem/templates/common-header.inc               |   32 +
 gollem/templates/edit/edit.inc                   |   18 +
 gollem/templates/javascript_defs.php             |   37 +
 gollem/templates/login/login.html                |   88 ++
 gollem/templates/manager/manager.html            |  204 +++++
 gollem/templates/menu.html                       |   36 +
 gollem/templates/prefs/columnselect.html         |   39 +
 gollem/templates/prefs/columnselect.inc          |   49 +
 gollem/templates/quota/quota.html                |   25 +
 gollem/templates/selectlist/selectlist.html      |   33 +
 gollem/test.php                                  |  122 +++
 gollem/themes/brown/screen.css                   |    3 +
 gollem/themes/graphics/az.png                    |  Bin 0 -> 117 bytes
 gollem/themes/graphics/clipboard.png             |  Bin 0 -> 383 bytes
 gollem/themes/graphics/copy.png                  |  Bin 0 -> 218 bytes
 gollem/themes/graphics/cut.png                   |  Bin 0 -> 229 bytes
 gollem/themes/graphics/favicon.ico               |  Bin 0 -> 1092 bytes
 gollem/themes/graphics/folder.png                |  Bin 0 -> 1144 bytes
 gollem/themes/graphics/folder_create.png         |  Bin 0 -> 1098 bytes
 gollem/themes/graphics/folder_goto.png           |  Bin 0 -> 1104 bytes
 gollem/themes/graphics/folder_home.png           |  Bin 0 -> 1092 bytes
 gollem/themes/graphics/folder_symlink.png        |  Bin 0 -> 1152 bytes
 gollem/themes/graphics/gollem.png                |  Bin 0 -> 1092 bytes
 gollem/themes/graphics/za.png                    |  Bin 0 -> 119 bytes
 gollem/themes/purple/screen.css                  |    3 +
 gollem/themes/screen.css                         |   71 ++
 gollem/themes/silver/graphics/clipboard.png      |  Bin 0 -> 703 bytes
 gollem/themes/silver/graphics/copy.png           |  Bin 0 -> 663 bytes
 gollem/themes/silver/graphics/cut.png            |  Bin 0 -> 648 bytes
 gollem/themes/silver/graphics/favicon.ico        |  Bin 0 -> 1150 bytes
 gollem/themes/silver/graphics/folder.png         |  Bin 0 -> 537 bytes
 gollem/themes/silver/graphics/folder_create.png  |  Bin 0 -> 668 bytes
 gollem/themes/silver/graphics/folder_goto.png    |  Bin 0 -> 694 bytes
 gollem/themes/silver/graphics/folder_home.png    |  Bin 0 -> 806 bytes
 gollem/themes/silver/graphics/folder_symlink.png |  Bin 0 -> 785 bytes
 gollem/themes/silver/graphics/gollem.png         |  Bin 0 -> 555 bytes
 gollem/view.php                                  |   81 ++
 134 files changed, 22890 insertions(+), 0 deletions(-)
 create mode 100644 gollem/COPYING
 create mode 100644 gollem/README
 create mode 100644 gollem/clipboard.php
 create mode 100644 gollem/config/backends.php.dist
 create mode 100644 gollem/config/conf.xml
 create mode 100644 gollem/config/credentials.php.dist
 create mode 100644 gollem/config/menu.php.dist
 create mode 100644 gollem/config/mime_drivers.php.dist
 create mode 100644 gollem/config/prefs.php.dist
 create mode 100644 gollem/docs/CHANGES
 create mode 100644 gollem/docs/CREDITS
 create mode 100644 gollem/docs/INSTALL
 create mode 100644 gollem/docs/RELEASE_NOTES
 create mode 100644 gollem/edit.php
 create mode 100644 gollem/index.php
 create mode 100644 gollem/js/src/columnselect.js
 create mode 100644 gollem/js/src/manager.js
 create mode 100644 gollem/js/src/popup.js
 create mode 100644 gollem/js/src/selectlist.js
 create mode 100644 gollem/lib/Auth.php
 create mode 100644 gollem/lib/Block/tree_menu.php
 create mode 100644 gollem/lib/Gollem.php
 create mode 100644 gollem/lib/Mime/Viewer/Images.php
 create mode 100644 gollem/lib/Session.php
 create mode 100644 gollem/lib/api.php
 create mode 100644 gollem/lib/base.load.php
 create mode 100644 gollem/lib/base.php
 create mode 100644 gollem/lib/prefs.php
 create mode 100644 gollem/lib/version.php
 create mode 100644 gollem/locale/bg_BG/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/ca_ES/LC_MESSAGES/gollem.mo
 create mode 100755 gollem/locale/ca_ES/help.xml
 create mode 100644 gollem/locale/cs_CZ/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/da_DK/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/de_DE/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/en_US/help.xml
 create mode 100644 gollem/locale/es_ES/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/es_ES/help.xml
 create mode 100644 gollem/locale/et_EE/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/eu_ES/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/eu_ES/help.xml
 create mode 100644 gollem/locale/fi_FI/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/fi_FI/help.xml
 create mode 100644 gollem/locale/fr_FR/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/hu_HU/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/hu_HU/help.xml
 create mode 100644 gollem/locale/it_IT/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/ko_KR/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/lv_LV/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/lv_LV/help.xml
 create mode 100644 gollem/locale/nl_NL/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/nn_NO/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/pl_PL/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/pt_BR/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/ro_RO/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/ru_RU/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/sk_SK/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/sl_SI/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/sv_SE/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/tr_TR/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/uk_UA/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/zh_TW/LC_MESSAGES/gollem.mo
 create mode 100644 gollem/locale/zh_TW/help.xml
 create mode 100644 gollem/manager.php
 create mode 100644 gollem/permissions.php
 create mode 100644 gollem/po/README
 create mode 100644 gollem/po/bg_BG.po
 create mode 100644 gollem/po/ca_ES.po
 create mode 100644 gollem/po/cs_CZ.po
 create mode 100644 gollem/po/da_DK.po
 create mode 100644 gollem/po/de_DE.po
 create mode 100644 gollem/po/es_ES.po
 create mode 100644 gollem/po/et_EE.po
 create mode 100644 gollem/po/eu_ES.po
 create mode 100644 gollem/po/fi_FI.po
 create mode 100644 gollem/po/fr_FR.po
 create mode 100644 gollem/po/gollem.pot
 create mode 100644 gollem/po/hu_HU.po
 create mode 100644 gollem/po/it_IT.po
 create mode 100644 gollem/po/ko_KR.po
 create mode 100644 gollem/po/lv_LV.po
 create mode 100644 gollem/po/nl_NL.po
 create mode 100644 gollem/po/nn_NO.po
 create mode 100644 gollem/po/pl_PL.po
 create mode 100644 gollem/po/pt_BR.po
 create mode 100644 gollem/po/ro_RO.po
 create mode 100644 gollem/po/ru_RU.po
 create mode 100644 gollem/po/sk_SK.po
 create mode 100644 gollem/po/sl_SI.po
 create mode 100644 gollem/po/sv_SE.po
 create mode 100644 gollem/po/tr_TR.po
 create mode 100644 gollem/po/uk_UA.po
 create mode 100644 gollem/po/zh_TW.po
 create mode 100644 gollem/quota.php
 create mode 100644 gollem/selectlist.php
 create mode 100644 gollem/templates/clipboard/clipboard.html
 create mode 100644 gollem/templates/common-header.inc
 create mode 100644 gollem/templates/edit/edit.inc
 create mode 100644 gollem/templates/javascript_defs.php
 create mode 100644 gollem/templates/login/login.html
 create mode 100644 gollem/templates/manager/manager.html
 create mode 100644 gollem/templates/menu.html
 create mode 100644 gollem/templates/prefs/columnselect.html
 create mode 100644 gollem/templates/prefs/columnselect.inc
 create mode 100644 gollem/templates/quota/quota.html
 create mode 100644 gollem/templates/selectlist/selectlist.html
 create mode 100644 gollem/test.php
 create mode 100644 gollem/themes/brown/screen.css
 create mode 100644 gollem/themes/graphics/az.png
 create mode 100644 gollem/themes/graphics/clipboard.png
 create mode 100644 gollem/themes/graphics/copy.png
 create mode 100644 gollem/themes/graphics/cut.png
 create mode 100644 gollem/themes/graphics/favicon.ico
 create mode 100644 gollem/themes/graphics/folder.png
 create mode 100644 gollem/themes/graphics/folder_create.png
 create mode 100644 gollem/themes/graphics/folder_goto.png
 create mode 100644 gollem/themes/graphics/folder_home.png
 create mode 100644 gollem/themes/graphics/folder_symlink.png
 create mode 100644 gollem/themes/graphics/gollem.png
 create mode 100644 gollem/themes/graphics/za.png
 create mode 100644 gollem/themes/purple/screen.css
 create mode 100644 gollem/themes/screen.css
 create mode 100644 gollem/themes/silver/graphics/clipboard.png
 create mode 100644 gollem/themes/silver/graphics/copy.png
 create mode 100644 gollem/themes/silver/graphics/cut.png
 create mode 100644 gollem/themes/silver/graphics/favicon.ico
 create mode 100644 gollem/themes/silver/graphics/folder.png
 create mode 100644 gollem/themes/silver/graphics/folder_create.png
 create mode 100644 gollem/themes/silver/graphics/folder_goto.png
 create mode 100644 gollem/themes/silver/graphics/folder_home.png
 create mode 100644 gollem/themes/silver/graphics/folder_symlink.png
 create mode 100644 gollem/themes/silver/graphics/gollem.png
 create mode 100644 gollem/themes/silver/themed_graphics
 create mode 100644 gollem/view.php

http://git.horde.org/diff.php/.gitignore?rt=horde-hatchery&r1=99d3ec3de78ee8fb862d211e2b330747a31aac23&r2=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/COPYING?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/README?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/clipboard.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/config/backends.php.dist?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/config/conf.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/config/credentials.php.dist?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/config/menu.php.dist?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/config/mime_drivers.php.dist?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/config/prefs.php.dist?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/docs/CHANGES?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/docs/CREDITS?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/docs/INSTALL?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/docs/RELEASE_NOTES?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/edit.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/index.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/js/src/columnselect.js?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/js/src/manager.js?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/js/src/popup.js?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/js/src/selectlist.js?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/Auth.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/Block/tree_menu.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/Gollem.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/Mime/Viewer/Images.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/Session.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/api.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/base.load.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/base.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/prefs.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/lib/version.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/bg_BG/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/ca_ES/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/ca_ES/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/cs_CZ/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/da_DK/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/de_DE/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/en_US/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/es_ES/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/es_ES/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/et_EE/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/eu_ES/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/eu_ES/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/fi_FI/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/fi_FI/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/fr_FR/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/hu_HU/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/hu_HU/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/it_IT/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/ko_KR/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/lv_LV/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/lv_LV/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/nl_NL/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/nn_NO/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/pl_PL/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/pt_BR/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/ro_RO/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/ru_RU/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/sk_SK/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/sl_SI/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/sv_SE/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/tr_TR/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/uk_UA/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/zh_TW/LC_MESSAGES/gollem.mo?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/locale/zh_TW/help.xml?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/manager.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/permissions.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/README?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/bg_BG.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/ca_ES.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/cs_CZ.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/da_DK.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/de_DE.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/es_ES.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/et_EE.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/eu_ES.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/fi_FI.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/fr_FR.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/gollem.pot?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/hu_HU.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/it_IT.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/ko_KR.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/lv_LV.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/nl_NL.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/nn_NO.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/pl_PL.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/pt_BR.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/ro_RO.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/ru_RU.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/sk_SK.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/sl_SI.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/sv_SE.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/tr_TR.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/uk_UA.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/po/zh_TW.po?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/quota.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/selectlist.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/clipboard/clipboard.html?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/common-header.inc?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/edit/edit.inc?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/javascript_defs.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/login/login.html?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/manager/manager.html?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/menu.html?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/prefs/columnselect.html?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/prefs/columnselect.inc?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/quota/quota.html?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/templates/selectlist/selectlist.html?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/test.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/brown/screen.css?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/az.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/clipboard.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/copy.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/cut.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/favicon.ico?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/folder.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/folder_create.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/folder_goto.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/folder_home.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/folder_symlink.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/gollem.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/graphics/za.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/purple/screen.css?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/screen.css?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/clipboard.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/copy.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/cut.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/favicon.ico?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/folder.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/folder_create.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/folder_goto.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/folder_home.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/folder_symlink.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/graphics/gollem.png?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/themes/silver/themed_graphics?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82
http://git.horde.org/co.php/gollem/view.php?rt=horde-hatchery&r=24c6fb039dbd7cc7fd6799294ba7f7ed00bcfe82




More information about the commits mailing list