summaryrefslogtreecommitdiff
path: root/mail/turba
AgeCommit message (Collapse)AuthorFilesLines
2008-04-07Fix DESTDIR.joerg1-3/+3
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-18/+23
their files via a custom do-install target.
2008-02-19Update to 2.1.7adrianp2-6/+6
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-10Major changes compared to the Turba H3 (2.1.5) version are:adrianp3-12/+12
* Fixed privilege escalation in the Horde API. * Updated Japanese translation.
2007-11-15------adrianp2-16/+24
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-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+3
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-18Update to 2.1.4adrianp3-8/+12
------ 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-05Update to 2.1.2adrianp3-8/+9
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-18Add a hint that can save some difficult trouble-shooting.ben1-1/+6
2006-06-25www/horde3 has moved to www/hordedmcmahill1-2/+3
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg2-4/+5
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-12Update to turba 2.1.1adrianp3-11/+11
> 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
2006-04-29Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and moveadrianp1-2/+3
ftp://ftp.horde.org/pub/ to a backup
2006-03-19Watchout for shared directoriesadrianp2-5/+4
Standardise MESSAGE
2006-03-08Update to 2.1adrianp3-19/+39
> Major changes compared to the Turba H3 (2.0) versions are: > * Submenu with address books and "Add" and "Search" entries in sidebar. > * Distribution lists can contain contacts from multiple sources. > * Shared address books. > * Paged browse view. > * Add files and threaded comments to contacts. > * Edit several contacts at once. > * Improved CSV import. > * Keep names optionally unformatted. > * Export more than one vCard at once. > * New language: Icelandic. > * Drop cached searches. > * Compatible with PHP 5.1. > * Improved MS-SQL support. > * Permissions managed completely though administration interface. > * Permission to restrict number of contacts. > * Command line script to batch import vCards.
2006-02-14Tune PAX arguments for installation so that print-PLIST target is usable.seb2-90/+92
Install example configuration file to PLIST. Sort PLIST. Bump PKGREVISION to 3. Approved by maintainer.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-21Update Turba to 2.0.5 to fix XSS vulnerabilities.adrianp2-6/+6
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-18Update Turba to 2.0.4adrianp2-6/+6
From the ChangeLog: > Major changes compared to the Turba version H3 (2.0.3) are: > * Fixed adding contacts not restricted by edit permissions. > * Fixed warnings in the preference screen. > * Fixed warnings with PHP 4.4.0 and 5.0.5. > * Restored backward compatibility to older Horde versions. > * Updated Danish, Finnish, German, Hungarian, Korean, Polish and > Traditional Chinese translations.
2005-10-13Update turba to 2.0.3adrianp3-21/+13
From the CHANGELOG: > ------ > v2.0.3 > ------ > > [jan] Add Turkish translation (Servet Güney <sguney@metu.edu.tr> > > > ---------- > v2.0.3-RC1 > ---------- > > [jan] Don't show "Add" icon if no writeable address books exist. > [jan] Don't show "Browse" icon and list if no browseable address books exist. > [jan] Add example how to use a field for Horde's category system. > [cjh] Allow uid to be used in key generation (especially useful for LDAP > backends that want to use uid in the DN) (Bug 2027). > [mjr] Fix bug where search results are not displayed when no browseable > addressbooks exist and bug where the browse attribute is ignored for > addressbooks that are set as default, allowing a non-browseable > addressbook to be browsed (Bug 1959). > [jan] Import and export of birthdays with vCards (thomas@gelf.net, Bug 1269). > [jan] Fix mini search portal block with non-ascii search strings (Bug 1605). > [cjh] Add a generic SQL upgrade script, replacing the MySQL-specific > version (Bug 1781). > [mjr] Use addressbook name as part of cache key to prevent breaking similar > searches on different IMSP addressbooks. > [cjh] Use bind variables in the SQL driver (selsky@columbia.edu, Bug 1651). > [mjr] Fix api search() method to correctly deal with contacts containing > multiple email-type fields (Bug 1284). > [cjh] Fix _read() for multiple objects in the LDAP driver (Bug 1520). > [mjr] Cache IMSP search results when sending multiple IMSP searchaddress > commands for the same search. > [cjh] Show actions and browse letters at the top and bottom of contact > listings (Bug 1312, Bug 1458). > [jan] Add shortcut icon (favicon.ico). > [mjr] Show Contacts and Show Groups links now work correctly with IMSP driver. > [jan] Don't include names in email fields of distribution lists retrieved > through the "search" API method (Bug 1384).
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-4/+4
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-09Honor PKGDIRMODE and SHAREMODE.minskim1-2/+3
2005-03-25Turba is a set of PHP scripts that implement a contacts directory andadrianp7-0/+438
management interface. Turba also provides an API for external applications to interface with address books, providing adding and searching features that can be hooked right into other applications. Turba is a complete basic contact management application. SQL, LDAP, and Horde Preferences backends are available and are well tested. The fields in the address books can be defined in a very flexible way, just by changing the config files. Import/export from/to Pine, Mulberry, CSV, TSV, and vCard contacts. You can create distribution lists from your addressbooks, which are handled transparently by IMP and other Horde applications. And there are Horde API functions to add and search for contacts. This also addresses PR# 22809 - Thanks for the PR.