Update www/opengoo package to 1.5.2.
Since 1.5.1 ----------- - bugfix: Tags permissions rollbacked. It caused errors in some mysql settings. - bugfix: Document editor toolbar not shown correctly. - bugfix: Invited users to an event weren't being shown when editing the event. - bugfix: When subscribing users to an object through the object's view, the users were not being notified. - bugfix: When editing an object, selected subscribers were reset after changing the object's workspace. - bugfix: When instantiating a milestone template it's subtasks were not added to the same workspace. - bugfix: Fixed performance issues when changing a workspace's parent on the GUI. - bugfix: Notes listing showed creator as last updater. - bugfix: Cron events view wasn't converting times to user's timezone. - bugfix: When filtering email by tag some extra email was shown. - bugfix: Creating a template in IE wouldn't let you edit it's properties. - bugfix: Dragging a task in the calendar would throw an error. - bugfix: "Can't open file" error when classifying email. - bugfix: Linked objects listing was missing the drag handle. - bugfix: Workspaces for classfied Emails were not being shown on dashboard viewed as list. - bugfix: Error when deleting trashed emails from cron. - bugfix: Error when instantiating templates with parameters assigned to a project. - bugfix: Instantiated template objects were not assigned to the current workspace. - langs: Added missing langs for tasks report fields. - langs: Updated langs.
This commit is contained in:
parent
629ad8344c
commit
978baade94
3 changed files with 14 additions and 9 deletions
|
@ -1,13 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/08/06 03:07:47 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2009/08/24 12:42:54 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= opengoo_1.5.1
|
||||
DISTNAME= opengoo_1.5.2
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
|
||||
EXTRACT_SUFX= .zip
|
||||
DIST_SUBDIR= ${DISTNAME}-20090806
|
||||
|
||||
MAINTAINER= taca@NetBSD.org
|
||||
HOMEPAGE= http://www.opengoo.org/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2009/08/05 15:55:25 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2009/08/24 12:42:54 taca Exp $
|
||||
${OG_DIR}/application/application.php
|
||||
${OG_DIR}/application/controllers/AccessController.class.php
|
||||
${OG_DIR}/application/controllers/AccountController.class.php
|
||||
|
@ -493,6 +493,7 @@ ${OG_DIR}/application/views/object/send_reminders.php
|
|||
${OG_DIR}/application/views/object/share.php
|
||||
${OG_DIR}/application/views/object/view_history.php
|
||||
${OG_DIR}/application/views/project/add_project.php
|
||||
${OG_DIR}/application/views/project/add_ws_permissions.php
|
||||
${OG_DIR}/application/views/project/get_subws.php
|
||||
${OG_DIR}/application/views/project/people.php
|
||||
${OG_DIR}/application/views/project/permissions.php
|
||||
|
@ -939,16 +940,22 @@ ${OG_DIR}/language/ru_ru/calendar.php
|
|||
${OG_DIR}/language/ru_ru/countries.php
|
||||
${OG_DIR}/language/ru_ru/emails.php
|
||||
${OG_DIR}/language/ru_ru/errors.php
|
||||
${OG_DIR}/language/ru_ru/fields.php
|
||||
${OG_DIR}/language/ru_ru/general.php
|
||||
${OG_DIR}/language/ru_ru/help/dummy.txt
|
||||
${OG_DIR}/language/ru_ru/help.php
|
||||
${OG_DIR}/language/ru_ru/lang.js
|
||||
${OG_DIR}/language/ru_ru/messages.php
|
||||
${OG_DIR}/language/ru_ru/objects.php
|
||||
${OG_DIR}/language/ru_ru/plugins/dummy.txt
|
||||
${OG_DIR}/language/ru_ru/project_interface.php
|
||||
${OG_DIR}/language/ru_ru/readme_rus.txt
|
||||
${OG_DIR}/language/ru_ru/reporting.php
|
||||
${OG_DIR}/language/ru_ru/site_interface.php
|
||||
${OG_DIR}/language/ru_ru/slimey.js
|
||||
${OG_DIR}/language/ru_ru/timezones.php
|
||||
${OG_DIR}/language/ru_ru/unknown-words.txt
|
||||
${OG_DIR}/language/ru_ru/upgrade.php
|
||||
${OG_DIR}/language/zh_cn.php
|
||||
${OG_DIR}/language/zh_cn/README
|
||||
${OG_DIR}/language/zh_cn/actions.php
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2009/08/06 03:07:47 taca Exp $
|
||||
$NetBSD: distinfo,v 1.5 2009/08/24 12:42:54 taca Exp $
|
||||
|
||||
SHA1 (opengoo_1.5.1-20090806/opengoo_1.5.1.zip) = e3fa5255f081adf3b7d49b8934058d4406e5bb4c
|
||||
RMD160 (opengoo_1.5.1-20090806/opengoo_1.5.1.zip) = 1dedf68da594199ae0a68a8b74e0c9a87a1c0fd7
|
||||
Size (opengoo_1.5.1-20090806/opengoo_1.5.1.zip) = 6948819 bytes
|
||||
SHA1 (opengoo_1.5.2.zip) = 2c41c35280c616aa5ff43bc91808edd0b4ca50d1
|
||||
RMD160 (opengoo_1.5.2.zip) = 1f57f544dad6fdf82f8e8fdea52ba75c509e484b
|
||||
Size (opengoo_1.5.2.zip) = 6970062 bytes
|
||||
|
|
Loading…
Reference in a new issue