[commits] Horde-Hatchery branch master updated. 6f4a176845914aff70ace06bfefa0a6893afa34e

Ben Klang ben at alkaloid.net
Wed Sep 16 16:17:24 UTC 2009


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

from: 19e4902b7388356321c589fd133a66046649fd52

c26bec9... Import Beatnik from CVS
6f4a176... Import Vilma from CVS

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

commit c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
Author: Ben Klang <ben at alkaloid.net>
Date:   Wed Sep 16 12:16:18 2009 -0400

    Import Beatnik from CVS

 beatnik/autogenerate.php                    |   46 ++
 beatnik/commit.php                          |   54 +++
 beatnik/config/.cvsignore                   |    4 +
 beatnik/config/autogenerate.php.dist        |   78 ++++
 beatnik/config/conf.xml                     |   62 +++
 beatnik/config/prefs.php.dist               |   45 ++
 beatnik/delete.php                          |   55 +++
 beatnik/docs/CHANGES                        |    5 +
 beatnik/docs/CREDITS                        |   32 ++
 beatnik/docs/INSTALL                        |  215 ++++++++++
 beatnik/docs/RELEASE_NOTES                  |   49 +++
 beatnik/docs/TODO                           |   17 +
 beatnik/editrec.php                         |   56 +++
 beatnik/index.php                           |   21 +
 beatnik/js/beatnik.js                       |    3 +
 beatnik/js/src/beatnik.js                   |   14 +
 beatnik/lib/Application.php                 |   46 ++
 beatnik/lib/Beatnik.php                     |  590 +++++++++++++++++++++++++++
 beatnik/lib/Driver.php                      |  330 +++++++++++++++
 beatnik/lib/Driver/ldap2dns.php             |  526 ++++++++++++++++++++++++
 beatnik/lib/Driver/pdnsgsql.php             |  518 +++++++++++++++++++++++
 beatnik/lib/Driver/sql.php                  |  284 +++++++++++++
 beatnik/lib/Forms/Autogenerate.php          |   33 ++
 beatnik/lib/Forms/DeleteRecord.php          |   41 ++
 beatnik/lib/Forms/EditRecord.php            |   63 +++
 beatnik/lib/base.php                        |   93 +++++
 beatnik/lib/version.php                     |    1 +
 beatnik/listzones.php                       |   70 ++++
 beatnik/locale/en_US/help.xml               |   40 ++
 beatnik/locale/sl_SI/LC_MESSAGES/beatnik.mo |  Bin 0 -> 4972 bytes
 beatnik/po/beatnik.pot                      |  549 +++++++++++++++++++++++++
 beatnik/po/sl_SI.po                         |  503 +++++++++++++++++++++++
 beatnik/scripts/export_config.php           |  331 +++++++++++++++
 beatnik/scripts/sql/beatnik.mysql.php       |  132 ++++++
 beatnik/templates/common-header.inc         |   41 ++
 beatnik/templates/listzones/footer.inc      |   13 +
 beatnik/templates/listzones/header.inc      |   54 +++
 beatnik/templates/listzones/row.inc         |   32 ++
 beatnik/templates/menu.inc                  |   42 ++
 beatnik/templates/view/footer.inc           |   12 +
 beatnik/templates/view/header.inc           |   54 +++
 beatnik/templates/view/record.inc           |   45 ++
 beatnik/themes/graphics/beatnik.png         |  Bin 0 -> 882 bytes
 beatnik/themes/graphics/commit-all.png      |  Bin 0 -> 430 bytes
 beatnik/themes/screen.css                   |   14 +
 beatnik/viewzone.php                        |   56 +++
 46 files changed, 5269 insertions(+), 0 deletions(-)
 create mode 100644 beatnik/autogenerate.php
 create mode 100644 beatnik/commit.php
 create mode 100644 beatnik/config/.cvsignore
 create mode 100644 beatnik/config/autogenerate.php.dist
 create mode 100644 beatnik/config/conf.xml
 create mode 100644 beatnik/config/prefs.php.dist
 create mode 100644 beatnik/delete.php
 create mode 100644 beatnik/docs/CHANGES
 create mode 100644 beatnik/docs/CREDITS
 create mode 100644 beatnik/docs/INSTALL
 create mode 100644 beatnik/docs/RELEASE_NOTES
 create mode 100644 beatnik/docs/TODO
 create mode 100644 beatnik/editrec.php
 create mode 100644 beatnik/index.php
 create mode 100644 beatnik/js/beatnik.js
 create mode 100644 beatnik/js/src/beatnik.js
 create mode 100644 beatnik/lib/Application.php
 create mode 100644 beatnik/lib/Beatnik.php
 create mode 100644 beatnik/lib/Driver.php
 create mode 100644 beatnik/lib/Driver/ldap2dns.php
 create mode 100644 beatnik/lib/Driver/pdnsgsql.php
 create mode 100644 beatnik/lib/Driver/sql.php
 create mode 100644 beatnik/lib/Forms/Autogenerate.php
 create mode 100644 beatnik/lib/Forms/DeleteRecord.php
 create mode 100644 beatnik/lib/Forms/EditRecord.php
 create mode 100644 beatnik/lib/base.php
 create mode 100644 beatnik/lib/version.php
 create mode 100644 beatnik/listzones.php
 create mode 100644 beatnik/locale/en_US/help.xml
 create mode 100644 beatnik/locale/sl_SI/LC_MESSAGES/beatnik.mo
 create mode 100644 beatnik/po/beatnik.pot
 create mode 100644 beatnik/po/sl_SI.po
 create mode 100644 beatnik/scripts/export_config.php
 create mode 100644 beatnik/scripts/sql/beatnik.mysql.php
 create mode 100644 beatnik/templates/common-header.inc
 create mode 100644 beatnik/templates/listzones/footer.inc
 create mode 100644 beatnik/templates/listzones/header.inc
 create mode 100644 beatnik/templates/listzones/row.inc
 create mode 100644 beatnik/templates/menu.inc
 create mode 100644 beatnik/templates/view/footer.inc
 create mode 100644 beatnik/templates/view/header.inc
 create mode 100644 beatnik/templates/view/record.inc
 create mode 100644 beatnik/themes/graphics/beatnik.png
 create mode 100644 beatnik/themes/graphics/commit-all.png
 create mode 100644 beatnik/themes/screen.css
 create mode 100644 beatnik/viewzone.php

http://git.horde.org/co.php/beatnik/autogenerate.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/commit.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/config/.cvsignore?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/config/autogenerate.php.dist?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/config/conf.xml?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/config/prefs.php.dist?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/delete.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/docs/CHANGES?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/docs/CREDITS?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/docs/INSTALL?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/docs/RELEASE_NOTES?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/docs/TODO?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/editrec.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/index.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/js/beatnik.js?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/js/src/beatnik.js?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Application.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Beatnik.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Driver.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Driver/ldap2dns.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Driver/pdnsgsql.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Driver/sql.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Forms/Autogenerate.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Forms/DeleteRecord.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/Forms/EditRecord.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/base.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/lib/version.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/listzones.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/locale/en_US/help.xml?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/locale/sl_SI/LC_MESSAGES/beatnik.mo?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/po/beatnik.pot?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/po/sl_SI.po?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/scripts/export_config.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/scripts/sql/beatnik.mysql.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/common-header.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/listzones/footer.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/listzones/header.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/listzones/row.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/menu.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/view/footer.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/view/header.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/templates/view/record.inc?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/themes/graphics/beatnik.png?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/themes/graphics/commit-all.png?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/themes/screen.css?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1
http://git.horde.org/co.php/beatnik/viewzone.php?rt=horde-hatchery&r=c26bec99cfa41bff83bc05c53c13d53b9ba09cb1

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

commit 6f4a176845914aff70ace06bfefa0a6893afa34e
Author: Ben Klang <ben at alkaloid.net>
Date:   Wed Sep 16 12:16:37 2009 -0400

    Import Vilma from CVS

 vilma/LICENSE                           |   49 ++
 vilma/README                            |   65 ++
 vilma/config/.cvsignore                 |    2 +
 vilma/config/conf.xml                   |  179 ++++++
 vilma/config/hooks.php.dist             |  103 +++
 vilma/config/prefs.php.dist             |   20 +
 vilma/docs/CHANGES                      |   16 +
 vilma/docs/CREDITS                      |   26 +
 vilma/docs/INSTALL                      |  196 ++++++
 vilma/docs/TODO                         |   17 +
 vilma/domains/delete.php                |   57 ++
 vilma/domains/edit.php                  |   53 ++
 vilma/domains/index.php                 |   51 ++
 vilma/index.php                         |   24 +
 vilma/lib/Driver.php                    |  423 +++++++++++++
 vilma/lib/Driver/qmailldap.php          | 1044 +++++++++++++++++++++++++++++++
 vilma/lib/Driver/sql.php                |  640 +++++++++++++++++++
 vilma/lib/Forms/DeleteDomainForm.php    |   31 +
 vilma/lib/Forms/EditDomainForm.php      |   43 ++
 vilma/lib/Forms/EditUserForm.php        |   72 +++
 vilma/lib/MailboxDriver.php             |  110 ++++
 vilma/lib/MailboxDriver/hooks.php       |   49 ++
 vilma/lib/MailboxDriver/imap.php        |   81 +++
 vilma/lib/MailboxDriver/maildrop.php    |   77 +++
 vilma/lib/MailboxDriver/null.php        |   81 +++
 vilma/lib/Vilma.php                     |  192 ++++++
 vilma/lib/api.php                       |   68 ++
 vilma/lib/base.php                      |   58 ++
 vilma/lib/tests/driver.phpt             |  155 +++++
 vilma/lib/version.php                   |    1 +
 vilma/locale/de_DE/LC_MESSAGES/vilma.mo |  Bin 0 -> 164726 bytes
 vilma/locale/es_ES/LC_MESSAGES/vilma.mo |  Bin 0 -> 157725 bytes
 vilma/locale/it_IT/LC_MESSAGES/vilma.mo |  Bin 0 -> 150038 bytes
 vilma/locale/lt_LT/LC_MESSAGES/vilma.mo |  Bin 0 -> 146895 bytes
 vilma/po/.cvsignore                     |    1 +
 vilma/po/README                         |    1 +
 vilma/po/de_DE.po                       |  500 +++++++++++++++
 vilma/po/es_ES.po                       |  501 +++++++++++++++
 vilma/po/it_IT.po                       |  367 +++++++++++
 vilma/po/lt_LT.po                       |  484 ++++++++++++++
 vilma/po/vilma.pot                      |  476 ++++++++++++++
 vilma/scripts/.htaccess                 |    1 +
 vilma/scripts/create_mailboxes.php      |   53 ++
 vilma/scripts/sql/vilma.sql             |   41 ++
 vilma/templates/common-header.inc       |   29 +
 vilma/templates/domains/index.html      |   37 ++
 vilma/templates/main/main.html          |    5 +
 vilma/templates/users/index.html        |   62 ++
 vilma/templates/virtuals/index.html     |   38 ++
 vilma/test.php                          |   50 ++
 vilma/themes/graphics/display.png       |  Bin 0 -> 178 bytes
 vilma/themes/graphics/domain.png        |  Bin 0 -> 882 bytes
 vilma/themes/graphics/favicon.ico       |  Bin 0 -> 1150 bytes
 vilma/themes/graphics/sort.png          |  Bin 0 -> 168 bytes
 vilma/themes/graphics/vilma.png         |  Bin 0 -> 265 bytes
 vilma/users/delete.php                  |  165 +++++
 vilma/users/edit.php                    |  113 ++++
 vilma/users/index.php                   |  111 ++++
 vilma/virtuals/delete.php               |   69 ++
 vilma/virtuals/edit.php                 |   96 +++
 vilma/virtuals/index.php                |   65 ++
 61 files changed, 7248 insertions(+), 0 deletions(-)
 create mode 100644 vilma/LICENSE
 create mode 100644 vilma/README
 create mode 100644 vilma/config/.cvsignore
 create mode 100644 vilma/config/conf.xml
 create mode 100644 vilma/config/hooks.php.dist
 create mode 100644 vilma/config/prefs.php.dist
 create mode 100644 vilma/docs/CHANGES
 create mode 100644 vilma/docs/CREDITS
 create mode 100644 vilma/docs/INSTALL
 create mode 100644 vilma/docs/TODO
 create mode 100644 vilma/domains/delete.php
 create mode 100644 vilma/domains/edit.php
 create mode 100644 vilma/domains/index.php
 create mode 100644 vilma/index.php
 create mode 100644 vilma/lib/Driver.php
 create mode 100644 vilma/lib/Driver/qmailldap.php
 create mode 100644 vilma/lib/Driver/sql.php
 create mode 100644 vilma/lib/Forms/DeleteDomainForm.php
 create mode 100644 vilma/lib/Forms/EditDomainForm.php
 create mode 100644 vilma/lib/Forms/EditUserForm.php
 create mode 100644 vilma/lib/MailboxDriver.php
 create mode 100644 vilma/lib/MailboxDriver/hooks.php
 create mode 100644 vilma/lib/MailboxDriver/imap.php
 create mode 100644 vilma/lib/MailboxDriver/maildrop.php
 create mode 100644 vilma/lib/MailboxDriver/null.php
 create mode 100644 vilma/lib/Vilma.php
 create mode 100644 vilma/lib/api.php
 create mode 100644 vilma/lib/base.php
 create mode 100644 vilma/lib/tests/driver.phpt
 create mode 100644 vilma/lib/version.php
 create mode 100644 vilma/locale/de_DE/LC_MESSAGES/vilma.mo
 create mode 100644 vilma/locale/es_ES/LC_MESSAGES/vilma.mo
 create mode 100644 vilma/locale/it_IT/LC_MESSAGES/vilma.mo
 create mode 100644 vilma/locale/lt_LT/LC_MESSAGES/vilma.mo
 create mode 100644 vilma/po/.cvsignore
 create mode 100644 vilma/po/README
 create mode 100644 vilma/po/de_DE.po
 create mode 100644 vilma/po/es_ES.po
 create mode 100644 vilma/po/it_IT.po
 create mode 100644 vilma/po/lt_LT.po
 create mode 100644 vilma/po/vilma.pot
 create mode 100644 vilma/scripts/.htaccess
 create mode 100644 vilma/scripts/create_mailboxes.php
 create mode 100644 vilma/scripts/sql/vilma.sql
 create mode 100644 vilma/templates/common-header.inc
 create mode 100644 vilma/templates/domains/index.html
 create mode 100644 vilma/templates/main/main.html
 create mode 100644 vilma/templates/users/index.html
 create mode 100644 vilma/templates/virtuals/index.html
 create mode 100644 vilma/test.php
 create mode 100644 vilma/themes/graphics/display.png
 create mode 100644 vilma/themes/graphics/domain.png
 create mode 100644 vilma/themes/graphics/favicon.ico
 create mode 100644 vilma/themes/graphics/sort.png
 create mode 100644 vilma/themes/graphics/vilma.png
 create mode 100644 vilma/users/delete.php
 create mode 100644 vilma/users/edit.php
 create mode 100644 vilma/users/index.php
 create mode 100644 vilma/virtuals/delete.php
 create mode 100644 vilma/virtuals/edit.php
 create mode 100644 vilma/virtuals/index.php

http://git.horde.org/co.php/vilma/LICENSE?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/README?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/config/.cvsignore?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/config/conf.xml?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/config/hooks.php.dist?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/config/prefs.php.dist?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/docs/CHANGES?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/docs/CREDITS?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/docs/INSTALL?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/docs/TODO?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/domains/delete.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/domains/edit.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/domains/index.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/index.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/Driver.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/Driver/qmailldap.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/Driver/sql.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/Forms/DeleteDomainForm.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/Forms/EditDomainForm.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/Forms/EditUserForm.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/MailboxDriver.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/MailboxDriver/hooks.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/MailboxDriver/imap.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/MailboxDriver/maildrop.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/MailboxDriver/null.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/Vilma.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/api.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/base.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/tests/driver.phpt?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/lib/version.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/locale/de_DE/LC_MESSAGES/vilma.mo?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/locale/es_ES/LC_MESSAGES/vilma.mo?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/locale/it_IT/LC_MESSAGES/vilma.mo?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/locale/lt_LT/LC_MESSAGES/vilma.mo?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/po/.cvsignore?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/po/README?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/po/de_DE.po?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/po/es_ES.po?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/po/it_IT.po?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/po/lt_LT.po?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/po/vilma.pot?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/scripts/.htaccess?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/scripts/create_mailboxes.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/scripts/sql/vilma.sql?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/templates/common-header.inc?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/templates/domains/index.html?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/templates/main/main.html?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/templates/users/index.html?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/templates/virtuals/index.html?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/test.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/themes/graphics/display.png?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/themes/graphics/domain.png?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/themes/graphics/favicon.ico?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/themes/graphics/sort.png?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/themes/graphics/vilma.png?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/users/delete.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/users/edit.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/users/index.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/virtuals/delete.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/virtuals/edit.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e
http://git.horde.org/co.php/vilma/virtuals/index.php?rt=horde-hatchery&r=6f4a176845914aff70ace06bfefa0a6893afa34e




More information about the commits mailing list