2008-02-19 22:45:39 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Update to 2.1.7
The Turba Contact Manager versions H3 (2.2-RC3) and H3 (2.1.7) have been
released. These are security releases that fix unchecked access to contacts
in the same SQL table, if the unique key of another user's contact can be
guessed. All users are encouraged to upgrade to this version.
|
2008-01-11 00:19:11 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Major changes compared to the Turba H3 (2.1.5) version are:
* Fixed privilege escalation in the Horde API.
* Updated Japanese translation.
|
2007-11-15 23:24:01 by Adrian Portelli | Files touched by this commit (2) |
Log message:
------
v2.1.5
------
[mjr] Fix some fatal errors caused by the IMSP driver when deleting certain
contacts and while adding contacts to lists in certain cases.
[mjr] Fix adding contacts to a new contact list in a source other than the
source the contacts being added are from.
[jan] Fix paging through search results from another than the default address
book (Bug 5137).
[cjh] Fix copy/moving contacts to a new contact list (Bug 5144).
|
2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136) |
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
2007-03-18 13:14:05 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update to 2.1.4
------
v2.1.4
------
[jan] Fix character set encoding of exported vCards.
[mjr] Fix fatal error when exporting to vCard.
[cjh] Organize basic search form from left to right (Request 4914).
[jan] Fix links to only show contacts or lists, or both.
[mjr] Don't remember the lastly selected address book in the session, if it
was not browseable.
[mjr] Fix bug that caused counting the number of contacts in a shared SQL
source to return the count of the user's default address book instead.
[mjr] Fix bug that caused the wrong address book to be deleted when replacing
an address book during import.
------
v2.1.3
------
[jan] Support departments in vCard's ORG properties (martin@matuska.org,
Request 4285).
[cjh] Fix LDAP driver check for whether objects need to be renamed (Bug 4468).
[jan] Fix generation of mailto: links if IMP is not installed (Bug 4334).
[jan] Show error message if imported file didn't contain contacts (Bug 4260).
[jan] Remember the lastly selected address book during the session.
[jan] Add categories from imported contacts to the user's categories.
|
2006-08-05 14:52:25 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update to 2.1.2
Major changes compared to the Turba H3 (2.1.1) version are:
* Updated Catalan, German, Italian and Slovenian translations.
* Small bugfixes and improvements.
The full list of changes (from version H3 (2.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.80&r2=1.181.2.89&ty=h
|
2006-07-19 01:26:54 by Ben Collver | Files touched by this commit (1) |
Log message:
Add a hint that can save some difficult trouble-shooting.
|
2006-06-25 21:53:13 by Dan McMahill | Files touched by this commit (2) |
Log message:
www/horde3 has moved to www/horde
|
2006-06-02 20:28:01 by Joerg Sonnenberger | Files touched by this commit (136) |
Log message:
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
|
2006-05-12 23:12:28 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update to turba 2.1.1
> Major changes compared to the Turba H3 (2.1) version are:
> * Fixed losing sessions when editing address books.
> * Added upgrade script for Oracle to upgrade from 1.2 to 2.x.
> * Fixes and improvements to the create_default_histories.php and
> public_to_horde_share.php scripts.
> * Updated Danish, Dutch, German, Greek, Estonian and Japanese translations.
> * Small bugfixes and improvements.
>
> The full list of changes (from version H3 (2.1)) can be viewed here:
>
> \
http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.68&r2=1.181.2.80&ty=h
|