pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/opengoo Update OpenGoo package to 1.5.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a016ee26dac0
branches:  trunk
changeset: 396903:a016ee26dac0
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Aug 05 15:55:25 2009 +0000

description:
Update OpenGoo package to 1.5.1.


OpenGoo 1.5.1 has just been released. Several bugs from version 1.5
were fixed forq this release, including:

- Tags permissions. Now a user can only see tags applied to objects
  that the user can view.
- Some milestones were showing in wrong workspaces.
- Custom properties defined in Administration are now searchable.
- Memory exhausted error when rendering repetitive tasks with an old
  date in the calendar.
- Fatal error when copying a milestone.
- Fatal error "undefined function saveFileAttributes" when uploading a file.
- Fixed the permissions control when editing a workspace's permissions.
- Fixed a small rendering problem with invited users in event edition.
- Fixed error when sending emails to empty recipients.
- Fixed default user preferences' rendered value.
- Fixed a rendering problem in comments and descriptions that would skip
  a character before an email address or link.
- Tags query was using a hardcoded 'og_' table prefix.
- Translate OpenGoo tool now includes subfolders of language folders.
  Checklang also improved.
- Files of type audio/mp3 are now correctly identified as MP3.
- Updated langs.

diffstat:

 www/opengoo/Makefile |    5 +-
 www/opengoo/PLIST    |  299 +++++++++++++++++++++++++++++++++++---------------
 www/opengoo/distinfo |    8 +-
 3 files changed, 217 insertions(+), 95 deletions(-)

diffs (truncated from 814 to 300 lines):

diff -r 2c2b6b9671d7 -r a016ee26dac0 www/opengoo/Makefile
--- a/www/opengoo/Makefile      Wed Aug 05 15:52:11 2009 +0000
+++ b/www/opengoo/Makefile      Wed Aug 05 15:55:25 2009 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2009/07/01 01:03:04 taca Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/05 15:55:25 taca Exp $
 #
 
-DISTNAME=      opengoo_1.4.2
+DISTNAME=      opengoo_1.5.1
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opengoo/}
 EXTRACT_SUFX=  .zip
diff -r 2c2b6b9671d7 -r a016ee26dac0 www/opengoo/PLIST
--- a/www/opengoo/PLIST Wed Aug 05 15:52:11 2009 +0000
+++ b/www/opengoo/PLIST Wed Aug 05 15:55:25 2009 +0000
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/23 11:30:24 taca Exp $
-${OG_DIR}/.htaccess
+@comment $NetBSD: PLIST,v 1.4 2009/08/05 15:55:25 taca Exp $
 ${OG_DIR}/application/application.php
 ${OG_DIR}/application/controllers/AccessController.class.php
 ${OG_DIR}/application/controllers/AccountController.class.php
 ${OG_DIR}/application/controllers/AdministrationController.class.php
 ${OG_DIR}/application/controllers/ApplicationController.class.php
-${OG_DIR}/application/controllers/BackupController.class.php
 ${OG_DIR}/application/controllers/BillingController.class.php
 ${OG_DIR}/application/controllers/CommentController.class.php
 ${OG_DIR}/application/controllers/CompanyController.class.php
@@ -40,6 +38,7 @@
 ${OG_DIR}/application/functions.php
 ${OG_DIR}/application/helpers/application.php
 ${OG_DIR}/application/helpers/breadcrumbs.php
+${OG_DIR}/application/helpers/calendar.php
 ${OG_DIR}/application/helpers/common.php
 ${OG_DIR}/application/helpers/company_website.php
 ${OG_DIR}/application/helpers/form.php
@@ -297,10 +296,18 @@
 ${OG_DIR}/application/models/tags/Tags.class.php
 ${OG_DIR}/application/models/tags/base/BaseTag.class.php
 ${OG_DIR}/application/models/tags/base/BaseTags.class.php
+${OG_DIR}/application/models/template_object_properties/TemplateObjectProperties.class.php
+${OG_DIR}/application/models/template_object_properties/TemplateObjectProperty.class.php
+${OG_DIR}/application/models/template_object_properties/base/BaseTemplateObjectProperties.class.php
+${OG_DIR}/application/models/template_object_properties/base/BaseTemplateObjectProperty.class.php
 ${OG_DIR}/application/models/template_objects/TemplateObject.class.php
 ${OG_DIR}/application/models/template_objects/TemplateObjects.class.php
 ${OG_DIR}/application/models/template_objects/base/BaseTemplateObject.class.php
 ${OG_DIR}/application/models/template_objects/base/BaseTemplateObjects.class.php
+${OG_DIR}/application/models/template_parameters/TemplateParameter.class.php
+${OG_DIR}/application/models/template_parameters/TemplateParameters.class.php
+${OG_DIR}/application/models/template_parameters/base/BaseTemplateParameter.class.php
+${OG_DIR}/application/models/template_parameters/base/BaseTemplateParameters.class.php
 ${OG_DIR}/application/models/templates/COTemplate.class.php
 ${OG_DIR}/application/models/templates/COTemplates.class.php
 ${OG_DIR}/application/models/templates/base/BaseCOTemplate.class.php
@@ -363,6 +370,7 @@
 ${OG_DIR}/application/views/administration/index.php
 ${OG_DIR}/application/views/administration/list_users.php
 ${OG_DIR}/application/views/administration/members.php
+${OG_DIR}/application/views/administration/password_autentify.php
 ${OG_DIR}/application/views/administration/projects.php
 ${OG_DIR}/application/views/administration/task_templates.php
 ${OG_DIR}/application/views/administration/tool_mass_mailer.php
@@ -372,7 +380,6 @@
 ${OG_DIR}/application/views/advanced_pagination.php
 ${OG_DIR}/application/views/application/system_notices.php
 ${OG_DIR}/application/views/application/user_box.php
-${OG_DIR}/application/views/backup/index.php
 ${OG_DIR}/application/views/billing/add.php
 ${OG_DIR}/application/views/billing/assign_users.php
 ${OG_DIR}/application/views/billing/index.php
@@ -388,9 +395,9 @@
 ${OG_DIR}/application/views/company/edit_logo.php
 ${OG_DIR}/application/views/company/update_permissions.php
 ${OG_DIR}/application/views/company/view_company.php
-${OG_DIR}/application/views/config/list_user_categories.php
+${OG_DIR}/application/views/config/default_user_preferences.php
 ${OG_DIR}/application/views/config/update_category.php
-${OG_DIR}/application/views/config/update_user_preferences.php
+${OG_DIR}/application/views/config/update_default_user_preferences.php
 ${OG_DIR}/application/views/contact/assign_to_project.php
 ${OG_DIR}/application/views/contact/card.php
 ${OG_DIR}/application/views/contact/card_content.php
@@ -450,6 +457,7 @@
 ${OG_DIR}/application/views/form/submit.php
 ${OG_DIR}/application/views/form_errors.php
 ${OG_DIR}/application/views/group/add_group.php
+${OG_DIR}/application/views/group/group_permission_control.php
 ${OG_DIR}/application/views/group/view_group.php
 ${OG_DIR}/application/views/help/context_help.php
 ${OG_DIR}/application/views/help/context_help_tasks.php
@@ -464,6 +472,7 @@
 ${OG_DIR}/application/views/message/print_view.php
 ${OG_DIR}/application/views/message/view.php
 ${OG_DIR}/application/views/milestone/add_milestone.php
+${OG_DIR}/application/views/milestone/add_select_milestone.php
 ${OG_DIR}/application/views/milestone/index.php
 ${OG_DIR}/application/views/milestone/view.php
 ${OG_DIR}/application/views/notifier/event_inv_response_notif.php
@@ -475,6 +484,7 @@
 ${OG_DIR}/application/views/notifier/password_expiration_reminder.php
 ${OG_DIR}/application/views/notifier/task_assigned.php
 ${OG_DIR}/application/views/object/add_subscribers.php
+${OG_DIR}/application/views/object/add_subscribers_list.php
 ${OG_DIR}/application/views/object/link_to_object.php
 ${OG_DIR}/application/views/object/linked_objects.php
 ${OG_DIR}/application/views/object/list_linked_objects.php
@@ -488,7 +498,6 @@
 ${OG_DIR}/application/views/project/permissions.php
 ${OG_DIR}/application/views/project/pre_delete.php
 ${OG_DIR}/application/views/project/search.php
-${OG_DIR}/application/views/project/tags.php
 ${OG_DIR}/application/views/reporting/add_chart.php
 ${OG_DIR}/application/views/reporting/add_custom_report.php
 ${OG_DIR}/application/views/reporting/chart_details.php
@@ -517,15 +526,18 @@
 ${OG_DIR}/application/views/template/assign_to_ws.php
 ${OG_DIR}/application/views/template/content.php
 ${OG_DIR}/application/views/template/index.php
+${OG_DIR}/application/views/template/instantiate_parameters.php
 ${OG_DIR}/application/views/template/view.php
 ${OG_DIR}/application/views/time/index.php
 ${OG_DIR}/application/views/timeslot/add_timeslot.php
 ${OG_DIR}/application/views/timeslot/object_timeslots.php
 ${OG_DIR}/application/views/timeslot/post_open_timeslot_form.php
 ${OG_DIR}/application/views/timeslot/post_timeslot_form.php
+${OG_DIR}/application/views/tool/checklang.php
 ${OG_DIR}/application/views/tool/translate.php
 ${OG_DIR}/application/views/user/add_user.php
 ${OG_DIR}/application/views/user/card.php
+${OG_DIR}/application/views/user/confirm_delete_user.php
 ${OG_DIR}/application/views/user/index.php
 ${OG_DIR}/application/views/user/list_user_categories.php
 ${OG_DIR}/application/views/user/update_user_preferences.php
@@ -570,6 +582,7 @@
 ${OG_DIR}/environment/classes/datetimevalue/DateTimeValue.class.php
 ${OG_DIR}/environment/classes/datetimevalue/DateTimeValueLib.class.php
 ${OG_DIR}/environment/classes/debug/BenchmarkTimer.class.php
+${OG_DIR}/environment/classes/encoding/EncodingConverter.class.php
 ${OG_DIR}/environment/classes/errors/ControllerDnxError.class.php
 ${OG_DIR}/environment/classes/errors/DAOValidationError.class.php
 ${OG_DIR}/environment/classes/errors/DBConnectError.class.php
@@ -674,12 +687,15 @@
 ${OG_DIR}/language/de_de/lang.js
 ${OG_DIR}/language/de_de/messages.php
 ${OG_DIR}/language/de_de/objects.php
+${OG_DIR}/language/de_de/plugins/backup.php
 ${OG_DIR}/language/de_de/plugins/dummy.txt
 ${OG_DIR}/language/de_de/project_interface.php
 ${OG_DIR}/language/de_de/reporting.php
 ${OG_DIR}/language/de_de/site_interface.php
+${OG_DIR}/language/de_de/slimey.js
 ${OG_DIR}/language/de_de/timezones.php
 ${OG_DIR}/language/de_de/upgrade.php
+${OG_DIR}/language/default.php
 ${OG_DIR}/language/en_us.php
 ${OG_DIR}/language/en_us/actions.php
 ${OG_DIR}/language/en_us/administration.php
@@ -700,6 +716,7 @@
 ${OG_DIR}/language/en_us/project_interface.php
 ${OG_DIR}/language/en_us/reporting.php
 ${OG_DIR}/language/en_us/site_interface.php
+${OG_DIR}/language/en_us/slimey.js
 ${OG_DIR}/language/en_us/timezones.php
 ${OG_DIR}/language/en_us/upgrade.php
 ${OG_DIR}/language/es_es.php
@@ -720,6 +737,7 @@
 ${OG_DIR}/language/es_es/project_interface.php
 ${OG_DIR}/language/es_es/reporting.php
 ${OG_DIR}/language/es_es/site_interface.php
+${OG_DIR}/language/es_es/slimey.js
 ${OG_DIR}/language/es_es/timezones.php
 ${OG_DIR}/language/es_es/upgrade.php
 ${OG_DIR}/language/es_la.php
@@ -740,6 +758,7 @@
 ${OG_DIR}/language/es_la/project_interface.php
 ${OG_DIR}/language/es_la/reporting.php
 ${OG_DIR}/language/es_la/site_interface.php
+${OG_DIR}/language/es_la/slimey.js
 ${OG_DIR}/language/es_la/timezones.php
 ${OG_DIR}/language/es_la/upgrade.php
 ${OG_DIR}/language/fr_fr.php
@@ -758,9 +777,12 @@
 ${OG_DIR}/language/fr_fr/messages.php
 ${OG_DIR}/language/fr_fr/objects.php
 ${OG_DIR}/language/fr_fr/plugins/dummy.txt
+${OG_DIR}/language/fr_fr/plugins/html_to_pdf.php
+${OG_DIR}/language/fr_fr/plugins/new_window.php
 ${OG_DIR}/language/fr_fr/project_interface.php
 ${OG_DIR}/language/fr_fr/reporting.php
 ${OG_DIR}/language/fr_fr/site_interface.php
+${OG_DIR}/language/fr_fr/slimey.js
 ${OG_DIR}/language/fr_fr/timezones.php
 ${OG_DIR}/language/fr_fr/upgrade.php
 ${OG_DIR}/language/hu_hu.php
@@ -770,15 +792,20 @@
 ${OG_DIR}/language/hu_hu/countries.php
 ${OG_DIR}/language/hu_hu/emails.php
 ${OG_DIR}/language/hu_hu/errors.php
+${OG_DIR}/language/hu_hu/fields.php
 ${OG_DIR}/language/hu_hu/general.php
+${OG_DIR}/language/hu_hu/help.php
 ${OG_DIR}/language/hu_hu/help/dummy.txt
 ${OG_DIR}/language/hu_hu/lang.js
 ${OG_DIR}/language/hu_hu/messages.php
+${OG_DIR}/language/hu_hu/new_window.php
 ${OG_DIR}/language/hu_hu/objects.php
 ${OG_DIR}/language/hu_hu/plugins/dummy.txt
 ${OG_DIR}/language/hu_hu/project_interface.php
+${OG_DIR}/language/hu_hu/reporting.php
 ${OG_DIR}/language/hu_hu/site_interface.php
 ${OG_DIR}/language/hu_hu/timezones.php
+${OG_DIR}/language/hu_hu/upgrade.php
 ${OG_DIR}/language/it_it.php
 ${OG_DIR}/language/it_it/actions.php
 ${OG_DIR}/language/it_it/administration.php
@@ -805,33 +832,37 @@
 ${OG_DIR}/language/ja_jp/countries.php
 ${OG_DIR}/language/ja_jp/emails.php
 ${OG_DIR}/language/ja_jp/errors.php
+${OG_DIR}/language/ja_jp/fields.php
 ${OG_DIR}/language/ja_jp/general.php
+${OG_DIR}/language/ja_jp/help.php
 ${OG_DIR}/language/ja_jp/help/dummy.txt
 ${OG_DIR}/language/ja_jp/lang.js
 ${OG_DIR}/language/ja_jp/messages.php
 ${OG_DIR}/language/ja_jp/objects.php
 ${OG_DIR}/language/ja_jp/plugins/dummy.txt
 ${OG_DIR}/language/ja_jp/project_interface.php
+${OG_DIR}/language/ja_jp/reporting.php
 ${OG_DIR}/language/ja_jp/site_interface.php
+${OG_DIR}/language/ja_jp/slimey.js
 ${OG_DIR}/language/ja_jp/timezones.php
-${OG_DIR}/language/kr_ko.php
-${OG_DIR}/language/kr_ko/actions.php
-${OG_DIR}/language/kr_ko/administration.php
-${OG_DIR}/language/kr_ko/calendar.php
-${OG_DIR}/language/kr_ko/countries.php
-${OG_DIR}/language/kr_ko/emails.php
-${OG_DIR}/language/kr_ko/errors.php
-${OG_DIR}/language/kr_ko/fields.php
-${OG_DIR}/language/kr_ko/general.php
-${OG_DIR}/language/kr_ko/help.php
-${OG_DIR}/language/kr_ko/lang.js
-${OG_DIR}/language/kr_ko/messages.php
-${OG_DIR}/language/kr_ko/objects.php
-${OG_DIR}/language/kr_ko/project_interface.php
-${OG_DIR}/language/kr_ko/reporting.php
-${OG_DIR}/language/kr_ko/site_interface.php
-${OG_DIR}/language/kr_ko/timezones.php
-${OG_DIR}/language/kr_ko/upgrade.php
+${OG_DIR}/language/ja_jp/upgrade.php
+${OG_DIR}/language/ko_kr/actions.php
+${OG_DIR}/language/ko_kr/administration.php
+${OG_DIR}/language/ko_kr/calendar.php
+${OG_DIR}/language/ko_kr/countries.php
+${OG_DIR}/language/ko_kr/emails.php
+${OG_DIR}/language/ko_kr/errors.php
+${OG_DIR}/language/ko_kr/fields.php
+${OG_DIR}/language/ko_kr/general.php
+${OG_DIR}/language/ko_kr/help.php
+${OG_DIR}/language/ko_kr/lang.js
+${OG_DIR}/language/ko_kr/messages.php
+${OG_DIR}/language/ko_kr/objects.php
+${OG_DIR}/language/ko_kr/project_interface.php
+${OG_DIR}/language/ko_kr/reporting.php
+${OG_DIR}/language/ko_kr/site_interface.php
+${OG_DIR}/language/ko_kr/timezones.php
+${OG_DIR}/language/ko_kr/upgrade.php
 ${OG_DIR}/language/nl_nl.php
 ${OG_DIR}/language/nl_nl/actions.php
 ${OG_DIR}/language/nl_nl/administration.php
@@ -871,6 +902,7 @@
 ${OG_DIR}/language/pl_pl/project_interface.php
 ${OG_DIR}/language/pl_pl/reporting.php
 ${OG_DIR}/language/pl_pl/site_interface.php
+${OG_DIR}/language/pl_pl/slimey.js
 ${OG_DIR}/language/pl_pl/timezones.php
 ${OG_DIR}/language/pl_pl/upgrade.php
 ${OG_DIR}/language/pt_br.php
@@ -897,6 +929,7 @@
 ${OG_DIR}/language/pt_br/project_interface.php
 ${OG_DIR}/language/pt_br/reporting.php
 ${OG_DIR}/language/pt_br/site_interface.php
+${OG_DIR}/language/pt_br/slimey.js
 ${OG_DIR}/language/pt_br/timezones.php
 ${OG_DIR}/language/pt_br/upgrade.php
 ${OG_DIR}/language/ru_ru.php
@@ -1064,26 +1097,7 @@
 ${OG_DIR}/library/PEAR/SOAP/Value.php
 ${OG_DIR}/library/PEAR/SOAP/WSDL.php
 ${OG_DIR}/library/PEAR/SOAP/tools/genproxy.php
-${OG_DIR}/library/cal/CHANGELOG.txt
-${OG_DIR}/library/cal/CUSTOMIZE.txt
-${OG_DIR}/library/cal/HELP.txt
-${OG_DIR}/library/cal/INSTALL.txt
-${OG_DIR}/library/cal/LICENSE.txt



Home | Main Index | Thread Index | Old Index