[commits] Horde-Hatchery branch master updated. 99d3ec3de78ee8fb862d211e2b330747a31aac23

Michael M Slusarz slusarz at horde.org
Tue Jul 14 17:21:21 UTC 2009


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

from: 35be412ce680ccb63ee6780650e2bb0208a3f858

f8d998c... For fatal w/ Horde_Exception, no need to provide file or line numbers
99d3ec3... Import turba from CVS HEAD.

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

commit f8d998c7fdf3821a5472715e1751706250c3b456
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 13 22:49:32 2009 -0600

    For fatal w/ Horde_Exception, no need to provide file or line numbers

 imp/acl.php            |    6 +++---
 imp/cache.php          |    2 +-
 imp/fetchmailprefs.php |    2 +-
 imp/filterprefs.php    |    2 +-
 imp/lib/IMP.php        |    2 +-
 imp/pgp.php            |    8 ++++----
 imp/smime.php          |    8 ++++----
 imp/stationery.php     |    2 +-
 imp/view.php           |    2 +-
 9 files changed, 17 insertions(+), 17 deletions(-)

http://git.horde.org/diff.php/imp/acl.php?rt=horde-hatchery&r1=16c5fa5780f25e019c0b4fbdda398881bd893b01&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/cache.php?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/fetchmailprefs.php?rt=horde-hatchery&r1=16c5fa5780f25e019c0b4fbdda398881bd893b01&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/filterprefs.php?rt=horde-hatchery&r1=16c5fa5780f25e019c0b4fbdda398881bd893b01&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=fcbfdc9e6494d10c6290a76e5ce279663ce7f918&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-hatchery&r1=16c5fa5780f25e019c0b4fbdda398881bd893b01&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/smime.php?rt=horde-hatchery&r1=16c5fa5780f25e019c0b4fbdda398881bd893b01&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/stationery.php?rt=horde-hatchery&r1=16c5fa5780f25e019c0b4fbdda398881bd893b01&r2=f8d998c7fdf3821a5472715e1751706250c3b456
http://git.horde.org/diff.php/imp/view.php?rt=horde-hatchery&r1=680965a10eac9b2c7a98568da16bea79747741b2&r2=f8d998c7fdf3821a5472715e1751706250c3b456

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

commit 99d3ec3de78ee8fb862d211e2b330747a31aac23
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Jul 13 23:13:35 2009 -0600

    Import turba from CVS HEAD.

 .gitignore                                                        |    1 +
 turba/LICENSE                                                     |   48 +
 turba/README                                                      |   89 +
 turba/add.php                                                     |   73 +
 turba/addressbooks/create.php                                     |   42 +
 turba/addressbooks/delete.php                                     |   60 +
 turba/addressbooks/edit.php                                       |   59 +
 turba/addressbooks/index.php                                      |   49 +
 turba/browse.php                                                  |   35 +
 turba/config/.htaccess                                            |    1 +
 turba/config/attributes.php.dist                                  |  565 ++
 turba/config/conf.xml                                             |   41 +
 turba/config/hooks.php.dist                                       |   40 +
 turba/config/menu.php.dist                                        |   41 +
 turba/config/mime_drivers.php.dist                                |   21 +
 turba/config/prefs.php.dist                                       |  156 +
 turba/config/sources.php.dist                                     | 1047 ++
 turba/contact.php                                                 |  124 +
 turba/data.php                                                    |  545 ++
 turba/delete.php                                                  |   42 +
 turba/deletefile.php                                              |   47 +
 turba/docs/CHANGES                                                |  918 ++
 turba/docs/CREDITS                                                |  107 +
 turba/docs/INSTALL                                                |  252 +
 turba/docs/LDAP                                                   |  148 +
 turba/docs/RELEASE_NOTES                                          |   49 +
 turba/docs/UPGRADING                                              |  298 +
 turba/docs/vcf/README                                             |    3 +
 turba/docs/vcf/brad.vcf                                           |   11 +
 turba/docs/vcf/dimitris.vcf                                       |   15 +
 turba/docs/vcf/dwalt.vcf                                          |   17 +
 turba/docs/vcf/foo.vcf                                            |   28 +
 turba/docs/vcf/larry.vcf                                          |   14 +
 turba/docs/vcf/multiple.vcf                                       |   24 +
 turba/docs/vcf/palm.vcf                                           |   24 +
 turba/docs/vcf/sfg.vcf                                            |   21 +
 turba/docs/vcf/test.vcf                                           |   14 +
 turba/edit.php                                                    |   93 +
 turba/index.php                                                   |   30 +
 turba/js/src/contact_tabs.js                                      |   19 +
 turba/lib/.htaccess                                               |    1 +
 turba/lib/Block/minisearch.php                                    |   47 +
 turba/lib/Block/tree_menu.php                                     |   68 +
 turba/lib/Data/ldif.php                                           |  297 +
 turba/lib/Driver.php                                              | 2176 +++++
 turba/lib/Driver/Facebook.php                                     |  191 +
 turba/lib/Driver/Favourites.php                                   |  137 +
 turba/lib/Driver/Group.php                                        |  155 +
 turba/lib/Driver/Imsp.php                                         |  691 ++
 turba/lib/Driver/Kolab.php                                        | 1283 +++
 turba/lib/Driver/Ldap.php                                         |  782 ++
 turba/lib/Driver/Prefs.php                                        |  121 +
 turba/lib/Driver/Share.php                                        |  183 +
 turba/lib/Driver/Sql.php                                          |  593 ++
 turba/lib/Driver/Vbook.php                                        |  149 +
 turba/lib/Forms/AddContact.php                                    |  101 +
 turba/lib/Forms/Contact.php                                       |  113 +
 turba/lib/Forms/CreateAddressBook.php                             |   51 +
 turba/lib/Forms/DeleteAddressBook.php                             |   84 +
 turba/lib/Forms/EditAddressBook.php                               |   51 +
 turba/lib/Forms/EditContact.php                                   |  193 +
 turba/lib/List.php                                                |  193 +
 turba/lib/ListView.php                                            |  497 +
 turba/lib/LoginTasks/Task/UpgradeLists.php                        |  160 +
 turba/lib/LoginTasks/Task/UpgradePrefs.php                        |  236 +
 turba/lib/Object.php                                              |  400 +
 turba/lib/Object/Group.php                                        |  207 +
 turba/lib/Turba.php                                               |  619 ++
 turba/lib/View/Browse.php                                         |  402 +
 turba/lib/View/Contact.php                                        |  125 +
 turba/lib/View/DeleteContact.php                                  |   72 +
 turba/lib/View/EditContact.php                                    |   67 +
 turba/lib/api.php                                                 | 2064 ++++
 turba/lib/base.load.php                                           |   28 +
 turba/lib/base.php                                                |  109 +
 turba/lib/prefs.php                                               |   47 +
 turba/lib/tests/ApiTest.php                                       |   50 +
 turba/lib/tests/BrowsePageTest.php                                |  179 +
 turba/lib/tests/DriverTest.php                                    |   49 +
 turba/lib/tests/GroupTest.php                                     |   29 +
 turba/lib/tests/KolabTest.php                                     |  201 +
 turba/lib/tests/KolabTestBase.php                                 |  179 +
 turba/lib/tests/ListTest.php                                      |   30 +
 turba/lib/tests/ListViewTest.php                                  |   87 +
 turba/lib/tests/TestBase.php                                      |  273 +
 turba/lib/tests/ViewBrowseTest.php                                |  180 +
 turba/lib/tests/az.png                                            |  Bin 0 -> 117 bytes
 turba/lib/tests/bug_6518.phpt                                     |   34 +
 turba/lib/tests/import.ldif                                       |   51 +
 turba/lib/tests/importCRLF.ldif                                   |   51 +
 turba/lib/tests/ldif_exportFile.phpt                              |   92 +
 turba/lib/tests/ldif_importFile.phpt                              |   85 +
 turba/lib/tests/ldif_importFileCRLF.phpt                          |   85 +
 turba/lib/tests/tohash.phpt                                       |  441 +
 turba/lib/tests/tovcard.phpt                                      |  104 +
 turba/lib/version.php                                             |    1 +
 turba/locale/.htaccess                                            |    1 +
 turba/locale/ar_SY/LC_MESSAGES/turba.mo                           |  Bin 0 -> 32249 bytes
 turba/locale/bg_BG/LC_MESSAGES/turba.mo                           |  Bin 0 -> 58252 bytes
 turba/locale/ca_ES/LC_MESSAGES/turba.mo                           |  Bin 0 -> 157132 bytes
 turba/locale/ca_ES/help.xml                                       |  159 +
 turba/locale/cs_CZ/LC_MESSAGES/turba.mo                           |  Bin 0 -> 155177 bytes
 turba/locale/da_DK/LC_MESSAGES/turba.mo                           |  Bin 0 -> 147306 bytes
 turba/locale/de_DE/LC_MESSAGES/turba.mo                           |  Bin 0 -> 185930 bytes
 turba/locale/de_DE/help.xml                                       |  145 +
 turba/locale/el_GR/LC_MESSAGES/turba.mo                           |  Bin 0 -> 147270 bytes
 turba/locale/en_US/help.xml                                       |  104 +
 turba/locale/es_ES/LC_MESSAGES/turba.mo                           |  Bin 0 -> 177638 bytes
 turba/locale/es_ES/help.xml                                       |  104 +
 turba/locale/et_EE/LC_MESSAGES/turba.mo                           |  Bin 0 -> 156693 bytes
 turba/locale/eu_ES/LC_MESSAGES/turba.mo                           |  Bin 0 -> 160831 bytes
 turba/locale/eu_ES/help.xml                                       |   40 +
 turba/locale/fa_IR/LC_MESSAGES/turba.mo                           |  Bin 0 -> 158884 bytes
 turba/locale/fa_IR/help.xml                                       |  112 +
 turba/locale/fi_FI/LC_MESSAGES/turba.mo                           |  Bin 0 -> 172265 bytes
 turba/locale/fi_FI/help.xml                                       |  126 +
 turba/locale/fr_FR/LC_MESSAGES/turba.mo                           |  Bin 0 -> 173324 bytes
 turba/locale/fr_FR/help.xml                                       |  117 +
 turba/locale/gl_ES/LC_MESSAGES/turba.mo                           |  Bin 0 -> 25082 bytes
 turba/locale/hu_HU/LC_MESSAGES/turba.mo                           |  Bin 0 -> 173160 bytes
 turba/locale/is_IS/LC_MESSAGES/turba.mo                           |  Bin 0 -> 8982 bytes
 turba/locale/it_IT/LC_MESSAGES/turba.mo                           |  Bin 0 -> 172849 bytes
 turba/locale/ja_JP/LC_MESSAGES/turba.mo                           |  Bin 0 -> 157493 bytes
 turba/locale/ko_KR/LC_MESSAGES/turba.mo                           |  Bin 0 -> 34090 bytes
 turba/locale/lt_LT/LC_MESSAGES/turba.mo                           |  Bin 0 -> 163237 bytes
 turba/locale/lv_LV/LC_MESSAGES/turba.mo                           |  Bin 0 -> 21325 bytes
 turba/locale/mk_MK/LC_MESSAGES/turba.mo                           |  Bin 0 -> 21490 bytes
 turba/locale/nb_NO/LC_MESSAGES/turba.mo                           |  Bin 0 -> 95079 bytes
 turba/locale/nl_NL/LC_MESSAGES/turba.mo                           |  Bin 0 -> 166981 bytes
 turba/locale/nn_NO/LC_MESSAGES/turba.mo                           |  Bin 0 -> 31189 bytes
 turba/locale/pl_PL/LC_MESSAGES/turba.mo                           |  Bin 0 -> 88246 bytes
 turba/locale/pt_BR/LC_MESSAGES/turba.mo                           |  Bin 0 -> 164263 bytes
 turba/locale/pt_BR/help.xml                                       |  104 +
 turba/locale/pt_PT/LC_MESSAGES/turba.mo                           |  Bin 0 -> 163102 bytes
 turba/locale/pt_PT/help.xml                                       |   60 +
 turba/locale/ro_RO/LC_MESSAGES/turba.mo                           |  Bin 0 -> 22201 bytes
 turba/locale/ru_RU/LC_MESSAGES/turba.mo                           |  Bin 0 -> 25415 bytes
 turba/locale/sk_SK/LC_MESSAGES/turba.mo                           |  Bin 0 -> 172264 bytes
 turba/locale/sk_SK/help.xml                                       |  127 +
 turba/locale/sl_SI/LC_MESSAGES/turba.mo                           |  Bin 0 -> 149633 bytes
 turba/locale/sv_SE/LC_MESSAGES/turba.mo                           |  Bin 0 -> 102751 bytes
 turba/locale/tr_TR/LC_MESSAGES/turba.mo                           |  Bin 0 -> 164929 bytes
 turba/locale/tr_TR/help.xml                                       |  209 +
 turba/locale/uk_UA/LC_MESSAGES/turba.mo                           |  Bin 0 -> 144133 bytes
 turba/locale/zh_CN/LC_MESSAGES/turba.mo                           |  Bin 0 -> 94125 bytes
 turba/locale/zh_TW/LC_MESSAGES/turba.mo                           |  Bin 0 -> 150006 bytes
 turba/minisearch.php                                              |   95 +
 turba/po/.htaccess                                                |    1 +
 turba/po/README                                                   |    1 +
 turba/po/ar_SY.po                                                 |  743 ++
 turba/po/bg_BG.po                                                 |  505 +
 turba/po/ca_ES.po                                                 | 1357 +++
 turba/po/cs_CZ.po                                                 | 1329 +++
 turba/po/da_DK.po                                                 | 1491 +++
 turba/po/de_DE.po                                                 | 1818 ++++
 turba/po/el_GR.po                                                 | 1283 +++
 turba/po/es_ES.po                                                 | 1772 ++++
 turba/po/et_EE.po                                                 | 1608 +++
 turba/po/eu_ES.po                                                 | 1309 +++
 turba/po/fa_IR.po                                                 | 1235 +++
 turba/po/fi_FI.po                                                 | 1746 ++++
 turba/po/fr_FR.po                                                 | 1665 ++++
 turba/po/gl_ES.po                                                 |  426 +
 turba/po/hu_HU.po                                                 | 1640 ++++
 turba/po/is_IS.po                                                 | 1120 +++
 turba/po/it_IT.po                                                 | 1762 ++++
 turba/po/ja_JP.po                                                 | 1606 +++
 turba/po/ko_KR.po                                                 | 1055 ++
 turba/po/lt_LT.po                                                 | 1602 +++
 turba/po/lv_LV.po                                                 |  386 +
 turba/po/mk_MK.po                                                 |  313 +
 turba/po/nb_NO.po                                                 |  541 +
 turba/po/nl_NL.po                                                 | 1618 +++
 turba/po/nn_NO.po                                                 |  373 +
 turba/po/pl_PL.po                                                 | 1526 +++
 turba/po/pt_BR.po                                                 | 1761 ++++
 turba/po/pt_PT.po                                                 | 1334 +++
 turba/po/ro_RO.po                                                 |  405 +
 turba/po/ru_RU.po                                                 | 1227 +++
 turba/po/sk_SK.po                                                 | 1824 ++++
 turba/po/sl_SI.po                                                 | 1538 +++
 turba/po/sv_SE.po                                                 | 1175 +++
 turba/po/tr_TR.po                                                 | 1630 +++
 turba/po/turba.pot                                                | 1753 ++++
 turba/po/uk_UA.po                                                 | 1800 ++++
 turba/po/zh_CN.po                                                 | 1507 +++
 turba/po/zh_TW.po                                                 | 1752 ++++
 turba/scripts/.htaccess                                           |    1 +
 turba/scripts/Turba.reg                                           |  Bin 0 -> 886 bytes
 turba/scripts/import_squirrelmail_file_abook.php                  |  161 +
 turba/scripts/import_squirrelmail_sql_abook.php                   |  167 +
 turba/scripts/import_vcards.php                                   |   67 +
 turba/scripts/ldap/addou                                          |    3 +
 turba/scripts/ldap/addou.pl                                       |   32 +
 turba/scripts/ldap/rfc2739.schema                                 |   98 +
 turba/scripts/sql/test.xml                                        |  154 +
 turba/scripts/sql/turba.mssql.sql                                 |   94 +
 turba/scripts/sql/turba.oci8.sql                                  |   93 +
 turba/scripts/sql/turba.pgsql.sql                                 |   95 +
 turba/scripts/sql/turba.sql                                       |   93 +
 turba/scripts/sql/turba.xml                                       |  578 ++
 turba/scripts/upgrades/1.1_to_1.2.sql                             |   21 +
 turba/scripts/upgrades/1.2_to_2.0.oci8.sql                        |    4 +
 turba/scripts/upgrades/1.2_to_2.0.sql                             |   15 +
 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.mssql.sql  |   39 +
 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.oci8.sql   |   39 +
 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.pgsql.sql  |   39 +
 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.sql        |   40 +
 turba/scripts/upgrades/2.1_to_2.2_sql_schema.php                  |  303 +
 turba/scripts/upgrades/2.2.1_to_2.3.pgsql.sql                     |    3 +
 turba/scripts/upgrades/2.2.1_to_2.3.sql                           |    3 +
 turba/scripts/upgrades/2005-09-23_flat_comments.php               |   65 +
 turba/scripts/upgrades/2007-06-17_delete_old_vbooks.php           |   68 +
 turba/scripts/upgrades/2007-06-17_flatten_shares.php              |  138 +
 .../upgrades/2007-08-05_remove_lastname_null_constraint.sql       |    7 +
 turba/scripts/upgrades/2007-11-17_sql_schema.sql                  |   14 +
 turba/scripts/upgrades/2008-06-17_fix_varchar_lengths.sql         |    2 +
 turba/scripts/upgrades/2008-09-23_fix_group_uid.sql               |    1 +
 turba/scripts/upgrades/convert_datatree_shares_to_sql.php         |  204 +
 turba/scripts/upgrades/public_to_horde_share.php                  |  153 +
 turba/search.php                                                  |  201 +
 turba/templates/.htaccess                                         |    1 +
 turba/templates/addressbook_list.php                              |   39 +
 turba/templates/block/minisearch.inc                              |   24 +
 turba/templates/browse/actions.inc                                |   54 +
 turba/templates/browse/column_footers.inc                         |    9 +
 turba/templates/browse/column_headers.inc                         |   48 +
 turba/templates/browse/header.inc                                 |   11 +
 turba/templates/browse/javascript.inc                             |   88 +
 turba/templates/browse/row.inc                                    |  114 +
 turba/templates/browse/search.inc                                 |  132 +
 turba/templates/browse/search_criteria.inc                        |   13 +
 turba/templates/browse/search_vbook.inc                           |   17 +
 turba/templates/common-header.inc                                 |   28 +
 turba/templates/data/export.inc                                   |   44 +
 turba/templates/data/import.inc                                   |   50 +
 turba/templates/list/alphaPager.inc                               |   24 +
 turba/templates/list/numPager.inc                                 |   16 +
 turba/templates/menu.inc                                          |   16 +
 turba/templates/prefs/addressbookselect.inc                       |  197 +
 turba/templates/prefs/columnselect.inc                            |  121 +
 turba/templates/prefs/imsp_opt.inc                                |   44 +
 turba/test.php                                                    |  152 +
 turba/themes/bluewhite/screen.css                                 |    3 +
 turba/themes/graphics/az.png                                      |  Bin 0 -> 117 bytes
 turba/themes/graphics/az_secondary.png                            |  Bin 0 -> 129 bytes
 turba/themes/graphics/contact.png                                 |  Bin 0 -> 393 bytes
 turba/themes/graphics/favicon.ico                                 |  Bin 0 -> 1150 bytes
 turba/themes/graphics/group.png                                   |  Bin 0 -> 201 bytes
 turba/themes/graphics/menu/browse.png                             |  Bin 0 -> 263 bytes
 turba/themes/graphics/menu/new.png                                |  Bin 0 -> 452 bytes
 turba/themes/graphics/new.png                                     |  Bin 0 -> 452 bytes
 turba/themes/graphics/redbox_spinner.gif                          |  Bin 0 -> 6820 bytes
 turba/themes/graphics/search.png                                  |  Bin 0 -> 794 bytes
 turba/themes/graphics/turba.png                                   |  Bin 0 -> 393 bytes
 turba/themes/graphics/za.png                                      |  Bin 0 -> 119 bytes
 turba/themes/graphics/za_secondary.png                            |  Bin 0 -> 130 bytes
 turba/themes/ideas/screen.css                                     |   10 +
 turba/themes/screen.css                                           |  163 +
 turba/themes/silver/graphics/az.png                               |  Bin 0 -> 302 bytes
 turba/themes/silver/graphics/az_secondary.png                     |  Bin 0 -> 278 bytes
 turba/themes/silver/graphics/contact.png                          |  Bin 0 -> 533 bytes
 turba/themes/silver/graphics/favicon.ico                          |  Bin 0 -> 1150 bytes
 turba/themes/silver/graphics/group.png                            |  Bin 0 -> 753 bytes
 turba/themes/silver/graphics/menu/browse.png                      |  Bin 0 -> 770 bytes
 turba/themes/silver/graphics/menu/new.png                         |  Bin 0 -> 661 bytes
 turba/themes/silver/graphics/new.png                              |  Bin 0 -> 661 bytes
 turba/themes/silver/graphics/turba.png                            |  Bin 0 -> 770 bytes
 turba/themes/silver/graphics/za.png                               |  Bin 0 -> 302 bytes
 turba/themes/silver/graphics/za_secondary.png                     |  Bin 0 -> 274 bytes
 turba/themes/silver/screen.css                                    |    6 +
 turba/themes/tango-blue/graphics/az_secondary.png                 |  Bin 0 -> 129 bytes
 turba/themes/tango-blue/graphics/contact.png                      |  Bin 0 -> 555 bytes
 turba/themes/tango-blue/graphics/favicon.ico                      |  Bin 0 -> 2550 bytes
 turba/themes/tango-blue/graphics/group.png                        |  Bin 0 -> 911 bytes
 turba/themes/tango-blue/graphics/menu/browse.png                  |  Bin 0 -> 539 bytes
 turba/themes/tango-blue/graphics/menu/new.png                     |  Bin 0 -> 611 bytes
 turba/themes/tango-blue/graphics/new.png                          |  Bin 0 -> 611 bytes
 turba/themes/tango-blue/graphics/turba.png                        |  Bin 0 -> 758 bytes
 turba/themes/tango-blue/graphics/za_secondary.png                 |  Bin 0 -> 130 bytes
 turba/vcard.php                                                   |   45 +
 turba/view.php                                                    |   76 +
 282 files changed, 75685 insertions(+), 0 deletions(-)
 create mode 100644 turba/LICENSE
 create mode 100644 turba/README
 create mode 100644 turba/add.php
 create mode 100644 turba/addressbooks/create.php
 create mode 100644 turba/addressbooks/delete.php
 create mode 100644 turba/addressbooks/edit.php
 create mode 100644 turba/addressbooks/index.php
 create mode 100644 turba/browse.php
 create mode 100644 turba/config/.htaccess
 create mode 100644 turba/config/attributes.php.dist
 create mode 100644 turba/config/conf.xml
 create mode 100644 turba/config/hooks.php.dist
 create mode 100644 turba/config/menu.php.dist
 create mode 100644 turba/config/mime_drivers.php.dist
 create mode 100644 turba/config/prefs.php.dist
 create mode 100644 turba/config/sources.php.dist
 create mode 100644 turba/contact.php
 create mode 100644 turba/data.php
 create mode 100644 turba/delete.php
 create mode 100644 turba/deletefile.php
 create mode 100644 turba/docs/CHANGES
 create mode 100644 turba/docs/CREDITS
 create mode 100644 turba/docs/INSTALL
 create mode 100644 turba/docs/LDAP
 create mode 100644 turba/docs/RELEASE_NOTES
 create mode 100644 turba/docs/UPGRADING
 create mode 100644 turba/docs/vcf/README
 create mode 100644 turba/docs/vcf/brad.vcf
 create mode 100644 turba/docs/vcf/dimitris.vcf
 create mode 100644 turba/docs/vcf/dwalt.vcf
 create mode 100644 turba/docs/vcf/foo.vcf
 create mode 100644 turba/docs/vcf/larry.vcf
 create mode 100644 turba/docs/vcf/multiple.vcf
 create mode 100644 turba/docs/vcf/palm.vcf
 create mode 100644 turba/docs/vcf/sfg.vcf
 create mode 100644 turba/docs/vcf/test.vcf
 create mode 100644 turba/edit.php
 create mode 100644 turba/index.php
 create mode 100644 turba/js/src/contact_tabs.js
 create mode 100644 turba/lib/.htaccess
 create mode 100644 turba/lib/Block/minisearch.php
 create mode 100644 turba/lib/Block/tree_menu.php
 create mode 100644 turba/lib/Data/ldif.php
 create mode 100644 turba/lib/Driver.php
 create mode 100644 turba/lib/Driver/Facebook.php
 create mode 100644 turba/lib/Driver/Favourites.php
 create mode 100644 turba/lib/Driver/Group.php
 create mode 100644 turba/lib/Driver/Imsp.php
 create mode 100644 turba/lib/Driver/Kolab.php
 create mode 100644 turba/lib/Driver/Ldap.php
 create mode 100644 turba/lib/Driver/Prefs.php
 create mode 100644 turba/lib/Driver/Share.php
 create mode 100644 turba/lib/Driver/Sql.php
 create mode 100644 turba/lib/Driver/Vbook.php
 create mode 100644 turba/lib/Forms/AddContact.php
 create mode 100644 turba/lib/Forms/Contact.php
 create mode 100644 turba/lib/Forms/CreateAddressBook.php
 create mode 100644 turba/lib/Forms/DeleteAddressBook.php
 create mode 100644 turba/lib/Forms/EditAddressBook.php
 create mode 100644 turba/lib/Forms/EditContact.php
 create mode 100644 turba/lib/List.php
 create mode 100644 turba/lib/ListView.php
 create mode 100644 turba/lib/LoginTasks/Task/UpgradeLists.php
 create mode 100644 turba/lib/LoginTasks/Task/UpgradePrefs.php
 create mode 100644 turba/lib/Object.php
 create mode 100644 turba/lib/Object/Group.php
 create mode 100644 turba/lib/Turba.php
 create mode 100644 turba/lib/View/Browse.php
 create mode 100644 turba/lib/View/Contact.php
 create mode 100644 turba/lib/View/DeleteContact.php
 create mode 100644 turba/lib/View/EditContact.php
 create mode 100644 turba/lib/api.php
 create mode 100644 turba/lib/base.load.php
 create mode 100644 turba/lib/base.php
 create mode 100644 turba/lib/prefs.php
 create mode 100644 turba/lib/tests/ApiTest.php
 create mode 100644 turba/lib/tests/BrowsePageTest.php
 create mode 100644 turba/lib/tests/DriverTest.php
 create mode 100644 turba/lib/tests/GroupTest.php
 create mode 100644 turba/lib/tests/KolabTest.php
 create mode 100644 turba/lib/tests/KolabTestBase.php
 create mode 100644 turba/lib/tests/ListTest.php
 create mode 100644 turba/lib/tests/ListViewTest.php
 create mode 100644 turba/lib/tests/TestBase.php
 create mode 100644 turba/lib/tests/ViewBrowseTest.php
 create mode 100644 turba/lib/tests/az.png
 create mode 100644 turba/lib/tests/bug_6518.phpt
 create mode 100644 turba/lib/tests/import.ldif
 create mode 100644 turba/lib/tests/importCRLF.ldif
 create mode 100644 turba/lib/tests/ldif_exportFile.phpt
 create mode 100644 turba/lib/tests/ldif_importFile.phpt
 create mode 100644 turba/lib/tests/ldif_importFileCRLF.phpt
 create mode 100644 turba/lib/tests/tohash.phpt
 create mode 100644 turba/lib/tests/tovcard.phpt
 create mode 100644 turba/lib/version.php
 create mode 100644 turba/locale/.htaccess
 create mode 100644 turba/locale/ar_SY/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/bg_BG/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/ca_ES/LC_MESSAGES/turba.mo
 create mode 100755 turba/locale/ca_ES/help.xml
 create mode 100644 turba/locale/cs_CZ/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/da_DK/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/de_DE/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/de_DE/help.xml
 create mode 100644 turba/locale/el_GR/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/en_US/help.xml
 create mode 100644 turba/locale/es_ES/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/es_ES/help.xml
 create mode 100644 turba/locale/et_EE/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/eu_ES/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/eu_ES/help.xml
 create mode 100644 turba/locale/fa_IR/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/fa_IR/help.xml
 create mode 100644 turba/locale/fi_FI/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/fi_FI/help.xml
 create mode 100644 turba/locale/fr_FR/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/fr_FR/help.xml
 create mode 100644 turba/locale/gl_ES/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/hu_HU/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/is_IS/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/it_IT/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/ja_JP/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/ko_KR/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/lt_LT/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/lv_LV/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/mk_MK/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/nb_NO/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/nl_NL/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/nn_NO/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/pl_PL/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/pt_BR/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/pt_BR/help.xml
 create mode 100644 turba/locale/pt_PT/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/pt_PT/help.xml
 create mode 100644 turba/locale/ro_RO/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/ru_RU/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/sk_SK/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/sk_SK/help.xml
 create mode 100644 turba/locale/sl_SI/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/sv_SE/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/tr_TR/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/tr_TR/help.xml
 create mode 100644 turba/locale/uk_UA/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/zh_CN/LC_MESSAGES/turba.mo
 create mode 100644 turba/locale/zh_TW/LC_MESSAGES/turba.mo
 create mode 100644 turba/minisearch.php
 create mode 100644 turba/po/.htaccess
 create mode 100644 turba/po/README
 create mode 100644 turba/po/ar_SY.po
 create mode 100644 turba/po/bg_BG.po
 create mode 100644 turba/po/ca_ES.po
 create mode 100644 turba/po/cs_CZ.po
 create mode 100644 turba/po/da_DK.po
 create mode 100644 turba/po/de_DE.po
 create mode 100644 turba/po/el_GR.po
 create mode 100644 turba/po/es_ES.po
 create mode 100644 turba/po/et_EE.po
 create mode 100644 turba/po/eu_ES.po
 create mode 100644 turba/po/fa_IR.po
 create mode 100644 turba/po/fi_FI.po
 create mode 100644 turba/po/fr_FR.po
 create mode 100644 turba/po/gl_ES.po
 create mode 100644 turba/po/hu_HU.po
 create mode 100644 turba/po/is_IS.po
 create mode 100644 turba/po/it_IT.po
 create mode 100644 turba/po/ja_JP.po
 create mode 100644 turba/po/ko_KR.po
 create mode 100644 turba/po/lt_LT.po
 create mode 100644 turba/po/lv_LV.po
 create mode 100644 turba/po/mk_MK.po
 create mode 100644 turba/po/nb_NO.po
 create mode 100644 turba/po/nl_NL.po
 create mode 100644 turba/po/nn_NO.po
 create mode 100644 turba/po/pl_PL.po
 create mode 100644 turba/po/pt_BR.po
 create mode 100644 turba/po/pt_PT.po
 create mode 100644 turba/po/ro_RO.po
 create mode 100644 turba/po/ru_RU.po
 create mode 100644 turba/po/sk_SK.po
 create mode 100644 turba/po/sl_SI.po
 create mode 100644 turba/po/sv_SE.po
 create mode 100644 turba/po/tr_TR.po
 create mode 100644 turba/po/turba.pot
 create mode 100644 turba/po/uk_UA.po
 create mode 100644 turba/po/zh_CN.po
 create mode 100644 turba/po/zh_TW.po
 create mode 100644 turba/scripts/.htaccess
 create mode 100644 turba/scripts/Turba.reg
 create mode 100755 turba/scripts/import_squirrelmail_file_abook.php
 create mode 100755 turba/scripts/import_squirrelmail_sql_abook.php
 create mode 100755 turba/scripts/import_vcards.php
 create mode 100644 turba/scripts/ldap/addou
 create mode 100644 turba/scripts/ldap/addou.pl
 create mode 100644 turba/scripts/ldap/rfc2739.schema
 create mode 100644 turba/scripts/sql/test.xml
 create mode 100644 turba/scripts/sql/turba.mssql.sql
 create mode 100644 turba/scripts/sql/turba.oci8.sql
 create mode 100644 turba/scripts/sql/turba.pgsql.sql
 create mode 100644 turba/scripts/sql/turba.sql
 create mode 100644 turba/scripts/sql/turba.xml
 create mode 100644 turba/scripts/upgrades/1.1_to_1.2.sql
 create mode 100644 turba/scripts/upgrades/1.2_to_2.0.oci8.sql
 create mode 100644 turba/scripts/upgrades/1.2_to_2.0.sql
 create mode 100644 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.mssql.sql
 create mode 100644 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.oci8.sql
 create mode 100644 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.pgsql.sql
 create mode 100644 turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.sql
 create mode 100755 turba/scripts/upgrades/2.1_to_2.2_sql_schema.php
 create mode 100644 turba/scripts/upgrades/2.2.1_to_2.3.pgsql.sql
 create mode 100644 turba/scripts/upgrades/2.2.1_to_2.3.sql
 create mode 100755 turba/scripts/upgrades/2005-09-23_flat_comments.php
 create mode 100755 turba/scripts/upgrades/2007-06-17_delete_old_vbooks.php
 create mode 100755 turba/scripts/upgrades/2007-06-17_flatten_shares.php
 create mode 100644 turba/scripts/upgrades/2007-08-05_remove_lastname_null_constraint.sql
 create mode 100644 turba/scripts/upgrades/2007-11-17_sql_schema.sql
 create mode 100644 turba/scripts/upgrades/2008-06-17_fix_varchar_lengths.sql
 create mode 100644 turba/scripts/upgrades/2008-09-23_fix_group_uid.sql
 create mode 100755 turba/scripts/upgrades/convert_datatree_shares_to_sql.php
 create mode 100755 turba/scripts/upgrades/public_to_horde_share.php
 create mode 100644 turba/search.php
 create mode 100644 turba/templates/.htaccess
 create mode 100644 turba/templates/addressbook_list.php
 create mode 100644 turba/templates/block/minisearch.inc
 create mode 100644 turba/templates/browse/actions.inc
 create mode 100644 turba/templates/browse/column_footers.inc
 create mode 100644 turba/templates/browse/column_headers.inc
 create mode 100644 turba/templates/browse/header.inc
 create mode 100644 turba/templates/browse/javascript.inc
 create mode 100644 turba/templates/browse/row.inc
 create mode 100644 turba/templates/browse/search.inc
 create mode 100644 turba/templates/browse/search_criteria.inc
 create mode 100644 turba/templates/browse/search_vbook.inc
 create mode 100644 turba/templates/common-header.inc
 create mode 100644 turba/templates/data/export.inc
 create mode 100644 turba/templates/data/import.inc
 create mode 100644 turba/templates/list/alphaPager.inc
 create mode 100644 turba/templates/list/numPager.inc
 create mode 100644 turba/templates/menu.inc
 create mode 100644 turba/templates/prefs/addressbookselect.inc
 create mode 100644 turba/templates/prefs/columnselect.inc
 create mode 100644 turba/templates/prefs/imsp_opt.inc
 create mode 100644 turba/test.php
 create mode 100644 turba/themes/bluewhite/screen.css
 create mode 100644 turba/themes/graphics/az.png
 create mode 100644 turba/themes/graphics/az_secondary.png
 create mode 100644 turba/themes/graphics/contact.png
 create mode 100644 turba/themes/graphics/favicon.ico
 create mode 100644 turba/themes/graphics/group.png
 create mode 100644 turba/themes/graphics/menu/browse.png
 create mode 100644 turba/themes/graphics/menu/new.png
 create mode 100644 turba/themes/graphics/new.png
 create mode 100644 turba/themes/graphics/redbox_spinner.gif
 create mode 100644 turba/themes/graphics/search.png
 create mode 100644 turba/themes/graphics/turba.png
 create mode 100644 turba/themes/graphics/za.png
 create mode 100644 turba/themes/graphics/za_secondary.png
 create mode 100644 turba/themes/ideas/screen.css
 create mode 100644 turba/themes/screen.css
 create mode 100644 turba/themes/silver/graphics/az.png
 create mode 100644 turba/themes/silver/graphics/az_secondary.png
 create mode 100644 turba/themes/silver/graphics/contact.png
 create mode 100644 turba/themes/silver/graphics/favicon.ico
 create mode 100644 turba/themes/silver/graphics/group.png
 create mode 100644 turba/themes/silver/graphics/menu/browse.png
 create mode 100644 turba/themes/silver/graphics/menu/new.png
 create mode 100644 turba/themes/silver/graphics/new.png
 create mode 100644 turba/themes/silver/graphics/turba.png
 create mode 100644 turba/themes/silver/graphics/za.png
 create mode 100644 turba/themes/silver/graphics/za_secondary.png
 create mode 100644 turba/themes/silver/screen.css
 create mode 100644 turba/themes/silver/themed_graphics
 create mode 100644 turba/themes/tango-blue/graphics/az_secondary.png
 create mode 100644 turba/themes/tango-blue/graphics/contact.png
 create mode 100644 turba/themes/tango-blue/graphics/favicon.ico
 create mode 100644 turba/themes/tango-blue/graphics/group.png
 create mode 100644 turba/themes/tango-blue/graphics/menu/browse.png
 create mode 100644 turba/themes/tango-blue/graphics/menu/new.png
 create mode 100644 turba/themes/tango-blue/graphics/new.png
 create mode 100644 turba/themes/tango-blue/graphics/turba.png
 create mode 100644 turba/themes/tango-blue/graphics/za_secondary.png
 create mode 100644 turba/themes/tango-blue/themed_graphics
 create mode 100644 turba/vcard.php
 create mode 100644 turba/view.php

http://git.horde.org/diff.php/.gitignore?rt=horde-hatchery&r1=7682b1d1f94d14fe693adf421655e80ba49a4ede&r2=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/LICENSE?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/README?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/add.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/addressbooks/create.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/addressbooks/delete.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/addressbooks/edit.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/addressbooks/index.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/browse.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/.htaccess?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/attributes.php.dist?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/conf.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/hooks.php.dist?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/menu.php.dist?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/mime_drivers.php.dist?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/prefs.php.dist?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/config/sources.php.dist?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/contact.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/data.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/delete.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/deletefile.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/CHANGES?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/CREDITS?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/INSTALL?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/LDAP?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/RELEASE_NOTES?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/UPGRADING?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/README?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/brad.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/dimitris.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/dwalt.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/foo.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/larry.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/multiple.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/palm.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/sfg.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/docs/vcf/test.vcf?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/edit.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/index.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/js/src/contact_tabs.js?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/.htaccess?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Block/minisearch.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Block/tree_menu.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Data/ldif.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Facebook.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Favourites.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Group.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Imsp.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Kolab.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Ldap.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Prefs.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Share.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Sql.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Driver/Vbook.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Forms/AddContact.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Forms/Contact.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Forms/CreateAddressBook.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Forms/DeleteAddressBook.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Forms/EditAddressBook.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Forms/EditContact.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/List.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/ListView.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/LoginTasks/Task/UpgradeLists.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/LoginTasks/Task/UpgradePrefs.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Object.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Object/Group.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/Turba.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/View/Browse.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/View/Contact.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/View/DeleteContact.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/View/EditContact.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/api.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/base.load.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/base.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/prefs.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/ApiTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/BrowsePageTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/DriverTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/GroupTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/KolabTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/KolabTestBase.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/ListTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/ListViewTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/TestBase.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/ViewBrowseTest.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/az.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/bug_6518.phpt?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/import.ldif?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/importCRLF.ldif?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/ldif_exportFile.phpt?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/ldif_importFile.phpt?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/ldif_importFileCRLF.phpt?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/tohash.phpt?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/tests/tovcard.phpt?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/lib/version.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/.htaccess?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/ar_SY/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/bg_BG/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/ca_ES/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/ca_ES/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/cs_CZ/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/da_DK/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/de_DE/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/de_DE/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/el_GR/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/en_US/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/es_ES/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/es_ES/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/et_EE/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/eu_ES/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/eu_ES/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/fa_IR/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/fa_IR/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/fi_FI/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/fi_FI/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/fr_FR/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/fr_FR/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/gl_ES/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/hu_HU/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/is_IS/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/it_IT/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/ja_JP/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/ko_KR/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/lt_LT/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/lv_LV/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/mk_MK/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/nb_NO/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/nl_NL/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/nn_NO/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/pl_PL/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/pt_BR/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/pt_BR/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/pt_PT/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/pt_PT/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/ro_RO/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/ru_RU/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/sk_SK/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/sk_SK/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/sl_SI/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/sv_SE/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/tr_TR/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/tr_TR/help.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/uk_UA/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/zh_CN/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/locale/zh_TW/LC_MESSAGES/turba.mo?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/minisearch.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/.htaccess?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/README?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/ar_SY.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/bg_BG.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/ca_ES.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/cs_CZ.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/da_DK.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/de_DE.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/el_GR.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/es_ES.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/et_EE.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/eu_ES.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/fa_IR.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/fi_FI.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/fr_FR.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/gl_ES.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/hu_HU.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/is_IS.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/it_IT.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/ja_JP.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/ko_KR.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/lt_LT.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/lv_LV.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/mk_MK.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/nb_NO.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/nl_NL.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/nn_NO.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/pl_PL.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/pt_BR.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/pt_PT.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/ro_RO.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/ru_RU.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/sk_SK.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/sl_SI.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/sv_SE.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/tr_TR.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/turba.pot?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/uk_UA.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/zh_CN.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/po/zh_TW.po?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/.htaccess?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/Turba.reg?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/import_squirrelmail_file_abook.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/import_squirrelmail_sql_abook.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/import_vcards.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/ldap/addou?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/ldap/addou.pl?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/ldap/rfc2739.schema?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/sql/test.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/sql/turba.mssql.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/sql/turba.oci8.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/sql/turba.pgsql.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/sql/turba.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/sql/turba.xml?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/1.1_to_1.2.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/1.2_to_2.0.oci8.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/1.2_to_2.0.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.mssql.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.oci8.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.pgsql.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2.2.1_to_2.3.pgsql.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2.2.1_to_2.3.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2005-09-23_flat_comments.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2007-06-17_delete_old_vbooks.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2007-06-17_flatten_shares.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2007-08-05_remove_lastname_null_constraint.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2007-11-17_sql_schema.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2008-06-17_fix_varchar_lengths.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/2008-09-23_fix_group_uid.sql?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/convert_datatree_shares_to_sql.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/search.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/.htaccess?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/addressbook_list.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/block/minisearch.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/actions.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/column_footers.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/column_headers.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/header.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/javascript.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/row.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/search.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/search_criteria.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/browse/search_vbook.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/common-header.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/data/export.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/data/import.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/list/alphaPager.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/list/numPager.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/menu.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/prefs/addressbookselect.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/prefs/columnselect.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/templates/prefs/imsp_opt.inc?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/test.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/bluewhite/screen.css?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/az.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/az_secondary.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/contact.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/favicon.ico?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/group.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/menu/browse.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/menu/new.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/new.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/redbox_spinner.gif?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/search.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/turba.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/za.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/graphics/za_secondary.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/ideas/screen.css?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/screen.css?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/az.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/az_secondary.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/contact.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/favicon.ico?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/group.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/menu/browse.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/menu/new.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/new.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/turba.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/za.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/graphics/za_secondary.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/screen.css?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/silver/themed_graphics?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/az_secondary.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/contact.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/favicon.ico?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/group.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/menu/browse.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/menu/new.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/new.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/turba.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/graphics/za_secondary.png?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/themes/tango-blue/themed_graphics?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/vcard.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23
http://git.horde.org/co.php/turba/view.php?rt=horde-hatchery&r=99d3ec3de78ee8fb862d211e2b330747a31aac23




More information about the commits mailing list