Subject: CVS commit: pkgsrc/www/fengoffice
From: Takahiro Kambe
Date: 2013-10-09 16:40:09
Message id: 20131009144009.68B2F98@cvs.netbsd.org

Log Message:
Update fengoffice to 2.3.2.1.

Changelog
=========

Since 2.3.2
----------------

bugfix: When creating members, do not assign permissions for all executives (or \ 
superior users) if member has a parent.

Since 2.3.2-rc2
----------------

bugfix: Cannot filter overview by tag.
bugfix: Tasks tooltip in calendar views shows description as html.
bugfix: Permissions issue when editing and subscribing for non-admins for not \ 
classiffied objects.

Since 2.3.2-rc
----------------

bugfix: Show can_manage_billing permission.
bugfix: Missing lang on javascript langs.
bugfix: Javascript plugin langs are not loaded.
bugfix: When requesting completed tasks for calendar month view, it does not \ 
filter by dates and calendar hangs if there are too much tasks.
bugfix: Administration / dimensions does not show members for dimensions that \ 
don't define permissions.
bugfix: Permissions fix when email module is not installed.
bugfix: Company object type name fixed.
bugfix: Try to reconect to database if not conected when executing a query (if \ 
connection is lost while performing other tasks).
bugfix: When users cannot see other user's tasks they can view them using the search.
bugfix: Group permissions not applied in assigned to combo (when adding or \ 
editing tasks).
bugfix: Minor bugfixes in 1.7 -> 2.x upgrade.
bugfix: Activity widget: logs for members (workspaces, etc.) were not displayed.
bugfix: General search sql query improved.
bugfix: Don't include context in the user edited notification.
bugfix: Don't show worked hours if user doesn't have permissions for it.
bugfix: Don't send archived mails.

feature: Only administrators can change system permissions.
feature: Users can change permissions of users of the same type (only dimension \ 
member permissions).
feature: Set permissions to executive, manager and admins when creating a new member.

Since 2.3.2-beta
----------------

bugfix: Archiving a submember does not archive its objects.
bugfix: Error 500 when adding group.
bugfix: Installer fixes.
bugfix: Modified the insert in read objects for emails.
bugfix: Minor bugfixes in document listing.
bugfix: Sql error when $selected_columns ins an empty array in \ 
ContentDataObjects::listing() function
bugfix: root permissions not set when installing new feng office.
bugfix: Person report fixed when displaying email field.
bugfix: contacts are always created when sending mails.
bugfix: Tasks list milestone grouping fixed.

preformance: Search query improved.
performance: Insert/delete into sharing table 500 objects x query when saving \ 
user permissions.

Files:
RevisionActionfile
1.27modifypkgsrc/www/fengoffice/Makefile
1.15modifypkgsrc/www/fengoffice/PLIST
1.17modifypkgsrc/www/fengoffice/distinfo
1.4modifypkgsrc/www/fengoffice/patches/patch-plugins_mail_application_helpers_MailUtilities.class.php