diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 10:24:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-26 10:24:23 +0000 |
commit | 086982b91fb4e8bc995213f02546e71345b18f59 (patch) | |
tree | 12cc7cfd964725b90e3b8c110a1ec3d4f5410707 /mail/horde4-turba/files/patch-ab | |
parent | Add ingo 1.0, horde's email-filter management application. (diff) |
Upgrade to 2.0.
The major changes compared to the Turba 1.x versions are:
* Copying and moving of contacts between different address books.
* IMSP and Kolab server support.
* Access keys.
* Allow replacing address books with imports.
* Mark certain fields as required.
* Allow to group fields into tabs.
* Optional delete confirmation.
* Composite fields.
* Allow search result limits for LDAP backends.
Notes
Notes:
svn path=/head/; revision=125198
Diffstat (limited to 'mail/horde4-turba/files/patch-ab')
-rw-r--r-- | mail/horde4-turba/files/patch-ab | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/mail/horde4-turba/files/patch-ab b/mail/horde4-turba/files/patch-ab deleted file mode 100644 index 4cfdc762ef3d..000000000000 --- a/mail/horde4-turba/files/patch-ab +++ /dev/null @@ -1,48 +0,0 @@ ---- config/sources.php.dist.orig Mon Feb 10 02:14:22 2003 -+++ config/sources.php.dist Tue Feb 25 21:51:29 2003 -@@ -140,10 +140,11 @@ - 'title' => 'My Addressbook', - 'type' => 'sql', - 'params' => array( -+// 'phptype' => 'pgsql', - 'phptype' => 'mysql', - 'hostspec' => 'localhost', -- 'username' => 'horde', -- 'password' => '*****', -+ 'username' => 'hordemgr', -+ 'password' => 'hordemgr', - 'database' => 'horde', - 'table' => 'turba_objects' - ), -@@ -181,6 +182,7 @@ - * A local address book in an LDAP directory. This implements a public - * (shared) address book. - */ -+/* - $cfgSources['localldap'] = array( - 'title' => 'Shared Directory', - 'type' => 'ldap', -@@ -219,6 +221,7 @@ - 'admin' => array(), - 'export' => true - ); -+*/ - - /** - * A personal adressbook. This assumes that the login is -@@ -229,6 +232,7 @@ - */ - - // First we need to get the uid. -+/* - $uid = Auth::getAuth(); - preg_match('/(^.*)@/', $uid, $uid); - $uid = $uid[1]; -@@ -284,6 +288,7 @@ - 'admin' => array($uid), - 'export' => true - ); -+*/ - - /** - * A preferences-based adressbook. This will always be private. You |