summaryrefslogtreecommitdiff
path: root/www/opengoo
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-08-05 15:55:25 +0000
committertaca <taca@pkgsrc.org>2009-08-05 15:55:25 +0000
commit5d914a1279d0a88d23a1f3f1cd914362c5f3d3fc (patch)
treee38dde64e985120400beac80689e933ba3184dfe /www/opengoo
parent6a47835a7b9502a0289446857f25c994a32029f8 (diff)
downloadpkgsrc-5d914a1279d0a88d23a1f3f1cd914362c5f3d3fc.tar.gz
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 (limited to 'www/opengoo')
-rw-r--r--www/opengoo/Makefile5
-rw-r--r--www/opengoo/PLIST299
-rw-r--r--www/opengoo/distinfo8
3 files changed, 217 insertions, 95 deletions
diff --git a/www/opengoo/Makefile b/www/opengoo/Makefile
index ea65343cd33..a0b5120e8fa 100644
--- a/www/opengoo/Makefile
+++ b/www/opengoo/Makefile
@@ -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 --git a/www/opengoo/PLIST b/www/opengoo/PLIST
index 0e1d3fedb8b..846eed570cc 100644
--- a/www/opengoo/PLIST
+++ b/www/opengoo/PLIST
@@ -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/cron_functions.php
${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/Tag.class.php
${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/groups.php
${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/administration/upgrade.php
${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/company_content.php
${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/index.php
${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/add_message.php
${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/object_reminder.php
${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/people.php
${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/add_to.php
${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/dataloader/resultDisplay.php
${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/help/no_help.html
${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/plugins/dummy.txt
${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/plugins/dummy.txt
${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/plugins/dummy.txt
${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/lang.js
${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/calendar.php
${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/calendar.php
${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/plugins/dummy.txt
${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/plugins/dummy.txt
${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/Type/hexBinary.php
${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
-${OG_DIR}/library/cal/UPGRADE.txt
-${OG_DIR}/library/cal/cal_functions.php
-${OG_DIR}/library/cal/cal_gatekeeper.php
-${OG_DIR}/library/cal/cal_sql_layer.php
-${OG_DIR}/library/cal/databases/mysql.php
-${OG_DIR}/library/cal/index.php
-${OG_DIR}/library/cal/install.sql
-${OG_DIR}/library/cal/languages/english.php
-${OG_DIR}/library/cal/libs/colorselector/SatVal.png
-${OG_DIR}/library/cal/libs/colorselector/color.htm
-${OG_DIR}/library/cal/libs/colorselector/plugin.css
-${OG_DIR}/library/cal/libs/colorselector/slide.gif
-${OG_DIR}/library/cal/libs/colorselector/slideHue.gif
-${OG_DIR}/library/cal/queries/mysql.php
-${OG_DIR}/library/cal/upgrade.sql
+${OG_DIR}/library/browser/Browser.php
${OG_DIR}/library/cssmin/CSSMin.class.php
${OG_DIR}/library/feed/Angie_Feed.class.php
${OG_DIR}/library/feed/Angie_Feed_Author.class.php
@@ -1092,8 +1106,8 @@ ${OG_DIR}/library/feed/Angie_Feed_Renderer.class.php
${OG_DIR}/library/feed/renderer/Angie_Feed_Renderer_RSS2.class.php
${OG_DIR}/library/filerepository/FileRepository.class.php
${OG_DIR}/library/filerepository/backend/FileRepository_Backend.class.php
+${OG_DIR}/library/filerepository/backend/FileRepository_Backend_DB.class.php
${OG_DIR}/library/filerepository/backend/FileRepository_Backend_FileSystem.class.php
-${OG_DIR}/library/filerepository/backend/FileRepository_Backend_MySQL.class.php
${OG_DIR}/library/filerepository/errors/FileNotInRepositoryError.class.php
${OG_DIR}/library/filerepository/errors/FileRepositoryAddError.class.php
${OG_DIR}/library/filerepository/errors/FileRepositoryDeleteError.class.php
@@ -1266,6 +1280,31 @@ ${OG_DIR}/library/swift/lib/Swift/Stream/MailProxy.php
${OG_DIR}/library/swift/lib/Swift/Stream/Processor.php
${OG_DIR}/library/swift/swift.php
${OG_DIR}/library/textile/Textile.class.php
+${OG_DIR}/library/utf8/LICENSE
+${OG_DIR}/library/utf8/README
+${OG_DIR}/library/utf8/mbstring/core.php
+${OG_DIR}/library/utf8/native/core.php
+${OG_DIR}/library/utf8/ord.php
+${OG_DIR}/library/utf8/str_ireplace.php
+${OG_DIR}/library/utf8/str_pad.php
+${OG_DIR}/library/utf8/str_split.php
+${OG_DIR}/library/utf8/strcasecmp.php
+${OG_DIR}/library/utf8/strcspn.php
+${OG_DIR}/library/utf8/stristr.php
+${OG_DIR}/library/utf8/strrev.php
+${OG_DIR}/library/utf8/strspn.php
+${OG_DIR}/library/utf8/substr_replace.php
+${OG_DIR}/library/utf8/trim.php
+${OG_DIR}/library/utf8/ucfirst.php
+${OG_DIR}/library/utf8/ucwords.php
+${OG_DIR}/library/utf8/utf8.php
+${OG_DIR}/library/utf8/utils/ascii.php
+${OG_DIR}/library/utf8/utils/bad.php
+${OG_DIR}/library/utf8/utils/patterns.php
+${OG_DIR}/library/utf8/utils/position.php
+${OG_DIR}/library/utf8/utils/specials.php
+${OG_DIR}/library/utf8/utils/unicode.php
+${OG_DIR}/library/utf8/utils/validation.php
${OG_DIR}/library/zend/Zend/Exception.php
${OG_DIR}/library/zend/Zend/Search/Exception.php
${OG_DIR}/library/zend/Zend/Search/Lucene.php
@@ -1349,12 +1388,48 @@ ${OG_DIR}/php.ini
${OG_DIR}/public/assets/flash/SoundBridge.swf
${OG_DIR}/public/assets/flash/open-flash-chart.swf
${OG_DIR}/public/assets/flash/visorFreemind.swf
-${OG_DIR}/public/assets/javascript/app.js
-${OG_DIR}/public/assets/javascript/extfix.js
${OG_DIR}/public/assets/javascript/extjs/LICENSE.txt
${OG_DIR}/public/assets/javascript/extjs/adapter/ext/ext-base.js
${OG_DIR}/public/assets/javascript/extjs/ext-all-debug.js
${OG_DIR}/public/assets/javascript/extjs/ext-all.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-af-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-bg-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ca-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-cs-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-da-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-de-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-el_GR-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-en-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-en_GB-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-es-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-fa-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-fi-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-fr_FR.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-gr-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-he-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-hr-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-id-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-it-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ja-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ko-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-lt-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-lv-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-mk-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-nl-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NB-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NN-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-pl-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt_BR-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ro-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-ru.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sk-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sl-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sr-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-sv_SE-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-th-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-tr-min.js
+${OG_DIR}/public/assets/javascript/extjs/locale/ext-lang-zh_CN-min.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/css/behaviors/disablehandles.htc
${OG_DIR}/public/assets/javascript/fckeditor/editor/css/behaviors/showtableborders.htc
${OG_DIR}/public/assets/javascript/fckeditor/editor/css/fck_editorarea.css
@@ -1389,6 +1464,7 @@ ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_anchor.html
${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_button.html
${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_checkbox.html
${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_colorselector.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_div.html
${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_docprops.html
${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_flash.html
@@ -1615,10 +1691,12 @@ ${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fo.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fr-ca.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fr.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/gl.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/gu.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/he.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/hi.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/hr.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/hu.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/is.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/it.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ja.js
${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/km.js
@@ -1673,34 +1751,43 @@ ${OG_DIR}/public/assets/javascript/fckeditor/license.txt
${OG_DIR}/public/assets/javascript/flashobject.js
${OG_DIR}/public/assets/javascript/gelSheet/comm/ajax.js
${OG_DIR}/public/assets/javascript/gelSheet/comm/comm_manager.js
+${OG_DIR}/public/assets/javascript/gelSheet/common/error.js
+${OG_DIR}/public/assets/javascript/gelSheet/common/event_wrapper.js
+${OG_DIR}/public/assets/javascript/gelSheet/common/style_wrapper.js
${OG_DIR}/public/assets/javascript/gelSheet/controllers/command_controller.js
${OG_DIR}/public/assets/javascript/gelSheet/controllers/font_style_controller.js
${OG_DIR}/public/assets/javascript/gelSheet/controllers/sheet_controller.js
-${OG_DIR}/public/assets/javascript/gelSheet/handlers/command_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/borrar_command_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/borrar_section_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/borrar_selection_handler.js
${OG_DIR}/public/assets/javascript/gelSheet/handlers/event_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/json_handler.js
${OG_DIR}/public/assets/javascript/gelSheet/handlers/key_handler.js
${OG_DIR}/public/assets/javascript/gelSheet/handlers/names_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/handlers/resize_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/handlers/section_handler.js
-${OG_DIR}/public/assets/javascript/gelSheet/handlers/selection_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/resize_handlerold.js
${OG_DIR}/public/assets/javascript/gelSheet/handlers/style_handler.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application_api.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application_dialogs.js
-${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application_events.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application_toolbars.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/borrar_application_events.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/application/colorPalette.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/configs.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/application/formulabar.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/application/openFile_dialogBox.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/borrar_style_wrapper.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/debug/debugger.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/fonts.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/borrar_grid_navigation.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_components.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_events.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_gui.js
-${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_navigation.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_operations.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_scrollbar.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_selection.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/gridold.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/resize_handler.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/vcell.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/vcolumn.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/vrow.js
@@ -1719,10 +1806,14 @@ ${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo-85x41.pn
${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/img/row.cur.ico
${OG_DIR}/public/assets/javascript/gelSheet/interface/img/row.cur2.ico
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/select-all.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/white-left-right.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/white-top-bottom-dark.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/white-top-bottom-light.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/white-top-bottom-lightold.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/white-top-bottom.gif
${OG_DIR}/public/assets/javascript/gelSheet/interface/index.php
${OG_DIR}/public/assets/javascript/gelSheet/interface/style.css
-${OG_DIR}/public/assets/javascript/gelSheet/interface/style_wrapper.js
-${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/combos/functions.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/index.html
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/toolbar.js
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/toolbar_callback.js
@@ -1761,6 +1852,7 @@ ${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_l
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_none.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_right.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_top.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/delete-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/drawing.svg
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/excel_2007_icon.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/excel_2007_icon2.png
@@ -1772,22 +1864,32 @@ ${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font-col
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font-color.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font-color.svg
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/fx-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/italic-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/italic.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/italic.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/modify-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/name-selector-trigger.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/new-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/new-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/new-32x32.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/open-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/open-32x32.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/pencil-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/range.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/redo-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/save-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/save-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/save-as-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/saveas-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/saveas-32x32.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/separator32x8.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/sum.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/text2399.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/underline-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/underline.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/underline.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/undo-16x16.png
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/unformat-16x16.gif
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/valign_button-16x16.gif
${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/valign_center-16x16.gif
@@ -1802,29 +1904,34 @@ ${OG_DIR}/public/assets/javascript/gelSheet/logic/calculator.js
${OG_DIR}/public/assets/javascript/gelSheet/logic/cell.js
${OG_DIR}/public/assets/javascript/gelSheet/logic/column.js
${OG_DIR}/public/assets/javascript/gelSheet/logic/formula_parser.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/functions.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/range.js
${OG_DIR}/public/assets/javascript/gelSheet/logic/references.js
${OG_DIR}/public/assets/javascript/gelSheet/logic/row.js
${OG_DIR}/public/assets/javascript/gelSheet/logic/sheet.js
${OG_DIR}/public/assets/javascript/gelSheet/logic/sheet_style_operations.js
-${OG_DIR}/public/assets/javascript/gelSheet/medium_layer/data_model.js
-${OG_DIR}/public/assets/javascript/gelSheet/medium_layer/data_model_style_operations.js
-${OG_DIR}/public/assets/javascript/gelSheet/medium_layer/selection_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/store.js
+${OG_DIR}/public/assets/javascript/gelSheet/model/model.js
+${OG_DIR}/public/assets/javascript/gelSheet/model/model_events.js
+${OG_DIR}/public/assets/javascript/gelSheet/model/model_navigation.js
+${OG_DIR}/public/assets/javascript/gelSheet/model/model_selection.js
+${OG_DIR}/public/assets/javascript/gelSheet/model/model_style_operations.js
+${OG_DIR}/public/assets/javascript/gelSheet/model/selection_handler.js
${OG_DIR}/public/assets/javascript/gelSheet/php/Connection.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/JSON_functions.php
${OG_DIR}/public/assets/javascript/gelSheet/php/comm/Message.php
${OG_DIR}/public/assets/javascript/gelSheet/php/comm/MessageHandler.php
${OG_DIR}/public/assets/javascript/gelSheet/php/config/classPath.php
${OG_DIR}/public/assets/javascript/gelSheet/php/config/settings.php
${OG_DIR}/public/assets/javascript/gelSheet/php/config/tableNames.php
${OG_DIR}/public/assets/javascript/gelSheet/php/controller/BookController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/controller/ExceptionController.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/controller/ExportController.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/controller/FormatController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/FrontController.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/controller/LanguageController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/controller/OpenGooController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/OgSecurityController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/SecurityController.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/controller/SpreadsheetController.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/controller/UserController.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/export.php
${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPCreator.php
${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel.php
${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation.php
@@ -1931,16 +2038,7 @@ ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/AUTHORS
${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/LICENSE
${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/PHPOds.php
${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/VERSION
-${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.ods
-${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.pdf
-${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.xls
-${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.xlsx
-${OG_DIR}/public/assets/javascript/gelSheet/php/exportExamples.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/fonts.js.php
${OG_DIR}/public/assets/javascript/gelSheet/php/index.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/index.php.save
-${OG_DIR}/public/assets/javascript/gelSheet/php/langExample.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/load.php
${OG_DIR}/public/assets/javascript/gelSheet/php/model/Book.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/model/BorderStyle.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/model/Cell.class.php
@@ -1952,30 +2050,17 @@ ${OG_DIR}/public/assets/javascript/gelSheet/php/model/Model.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/model/Row.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/model/Sheet.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/model/User.class.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/mysql-php-xls.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/save.php
-${OG_DIR}/public/assets/javascript/gelSheet/php/testAjax.php
${OG_DIR}/public/assets/javascript/gelSheet/php/util/Tables.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/util/db_functions.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/util/helpers/OgHelper.class.php
${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/example.php
${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/lang_list.php
${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/languages.js.php
${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/languages.php
-${OG_DIR}/public/assets/javascript/modules/addContactForm.js
-${OG_DIR}/public/assets/javascript/modules/addFileForm.js
-${OG_DIR}/public/assets/javascript/modules/addMessageForm.js
-${OG_DIR}/public/assets/javascript/modules/addProjectForm.js
-${OG_DIR}/public/assets/javascript/modules/addTaskForm.js
-${OG_DIR}/public/assets/javascript/modules/addTemplate.js
-${OG_DIR}/public/assets/javascript/modules/addUserForm.js
-${OG_DIR}/public/assets/javascript/modules/linkToObjectForm.js
-${OG_DIR}/public/assets/javascript/modules/massmailerForm.js
-${OG_DIR}/public/assets/javascript/modules/updatePermissionsForm.js
${OG_DIR}/public/assets/javascript/og/CSVCombo.js
${OG_DIR}/public/assets/javascript/og/CalendarFunctions.js
${OG_DIR}/public/assets/javascript/og/CalendarManager.js
${OG_DIR}/public/assets/javascript/og/CalendarToolbar.js
-${OG_DIR}/public/assets/javascript/og/ConfirmDialog.js
${OG_DIR}/public/assets/javascript/og/ContactManager.js
${OG_DIR}/public/assets/javascript/og/ContentPanel.js
${OG_DIR}/public/assets/javascript/og/ContentPanelLayout.js
@@ -1985,6 +2070,7 @@ ${OG_DIR}/public/assets/javascript/og/DateField.js
${OG_DIR}/public/assets/javascript/og/EmailAccountMenu.js
${OG_DIR}/public/assets/javascript/og/EmailCombo.js
${OG_DIR}/public/assets/javascript/og/EventPopUp.js
+${OG_DIR}/public/assets/javascript/og/ExtendedDialog.js
${OG_DIR}/public/assets/javascript/og/FileManager.js
${OG_DIR}/public/assets/javascript/og/GooPlayer.js
${OG_DIR}/public/assets/javascript/og/GooProxy.js
@@ -1993,6 +2079,7 @@ ${OG_DIR}/public/assets/javascript/og/Helpers.js
${OG_DIR}/public/assets/javascript/og/HtmlPanel.js
${OG_DIR}/public/assets/javascript/og/HttpProvider.js
${OG_DIR}/public/assets/javascript/og/ImageChooser.js
+${OG_DIR}/public/assets/javascript/og/LinkedObjectsManager.js
${OG_DIR}/public/assets/javascript/og/LoginDialog.js
${OG_DIR}/public/assets/javascript/og/MailManager.js
${OG_DIR}/public/assets/javascript/og/MessageManager.js
@@ -2000,6 +2087,7 @@ ${OG_DIR}/public/assets/javascript/og/ObjectPicker.js
${OG_DIR}/public/assets/javascript/og/OverviewManager.js
${OG_DIR}/public/assets/javascript/og/Permissions.js
${OG_DIR}/public/assets/javascript/og/QuickAdd.js
+${OG_DIR}/public/assets/javascript/og/Reminders.js
${OG_DIR}/public/assets/javascript/og/ReportingFunctions.js
${OG_DIR}/public/assets/javascript/og/ReportingManager.js
${OG_DIR}/public/assets/javascript/og/Sound.js
@@ -2010,7 +2098,19 @@ ${OG_DIR}/public/assets/javascript/og/WebpageManager.js
${OG_DIR}/public/assets/javascript/og/WorkspaceChooser.js
${OG_DIR}/public/assets/javascript/og/WorkspacePanel.js
${OG_DIR}/public/assets/javascript/og/WorkspaceUtils.js
+${OG_DIR}/public/assets/javascript/og/app.js
+${OG_DIR}/public/assets/javascript/og/extfix.js
${OG_DIR}/public/assets/javascript/og/layout.js
+${OG_DIR}/public/assets/javascript/og/modules/addContactForm.js
+${OG_DIR}/public/assets/javascript/og/modules/addFileForm.js
+${OG_DIR}/public/assets/javascript/og/modules/addMessageForm.js
+${OG_DIR}/public/assets/javascript/og/modules/addProjectForm.js
+${OG_DIR}/public/assets/javascript/og/modules/addTaskForm.js
+${OG_DIR}/public/assets/javascript/og/modules/addTemplate.js
+${OG_DIR}/public/assets/javascript/og/modules/addUserForm.js
+${OG_DIR}/public/assets/javascript/og/modules/linkToObjectForm.js
+${OG_DIR}/public/assets/javascript/og/modules/massmailerForm.js
+${OG_DIR}/public/assets/javascript/og/modules/updatePermissionsForm.js
${OG_DIR}/public/assets/javascript/og/og.js
${OG_DIR}/public/assets/javascript/og/swfobject.js
${OG_DIR}/public/assets/javascript/og/tasks/TasksBottomToolbar.js
@@ -2360,6 +2460,7 @@ ${OG_DIR}/public/assets/themes/default/images/12x12/expand.png
${OG_DIR}/public/assets/themes/default/images/16x16/account.png
${OG_DIR}/public/assets/themes/default/images/16x16/add.png
${OG_DIR}/public/assets/themes/default/images/16x16/administration.png
+${OG_DIR}/public/assets/themes/default/images/16x16/all_16_16_vertical.png
${OG_DIR}/public/assets/themes/default/images/16x16/attach.png
${OG_DIR}/public/assets/themes/default/images/16x16/back.png
${OG_DIR}/public/assets/themes/default/images/16x16/calendar.png
@@ -2368,6 +2469,7 @@ ${OG_DIR}/public/assets/themes/default/images/16x16/checkout.png
${OG_DIR}/public/assets/themes/default/images/16x16/chkoff.png
${OG_DIR}/public/assets/themes/default/images/16x16/chkon.png
${OG_DIR}/public/assets/themes/default/images/16x16/classify.png
+${OG_DIR}/public/assets/themes/default/images/16x16/collapse.png
${OG_DIR}/public/assets/themes/default/images/16x16/comment.png
${OG_DIR}/public/assets/themes/default/images/16x16/companies.png
${OG_DIR}/public/assets/themes/default/images/16x16/company.png
@@ -2384,6 +2486,7 @@ ${OG_DIR}/public/assets/themes/default/images/16x16/documents.png
${OG_DIR}/public/assets/themes/default/images/16x16/down.png
${OG_DIR}/public/assets/themes/default/images/16x16/download.png
${OG_DIR}/public/assets/themes/default/images/16x16/email.png
+${OG_DIR}/public/assets/themes/default/images/16x16/expand.png
${OG_DIR}/public/assets/themes/default/images/16x16/fax.png
${OG_DIR}/public/assets/themes/default/images/16x16/folder.png
${OG_DIR}/public/assets/themes/default/images/16x16/gooplayer.png
@@ -2391,6 +2494,7 @@ ${OG_DIR}/public/assets/themes/default/images/16x16/help.png
${OG_DIR}/public/assets/themes/default/images/16x16/hide_messages.png
${OG_DIR}/public/assets/themes/default/images/16x16/history.png
${OG_DIR}/public/assets/themes/default/images/16x16/icons.png
+${OG_DIR}/public/assets/themes/default/images/16x16/linked-objects.png
${OG_DIR}/public/assets/themes/default/images/16x16/load_from_ws.png
${OG_DIR}/public/assets/themes/default/images/16x16/locked.png
${OG_DIR}/public/assets/themes/default/images/16x16/logout.png
@@ -2429,6 +2533,7 @@ ${OG_DIR}/public/assets/themes/default/images/16x16/properties.png
${OG_DIR}/public/assets/themes/default/images/16x16/prsn.png
${OG_DIR}/public/assets/themes/default/images/16x16/queue.png
${OG_DIR}/public/assets/themes/default/images/16x16/random.png
+${OG_DIR}/public/assets/themes/default/images/16x16/recurrent.png
${OG_DIR}/public/assets/themes/default/images/16x16/refresh.png
${OG_DIR}/public/assets/themes/default/images/16x16/remember.png
${OG_DIR}/public/assets/themes/default/images/16x16/rename.png
@@ -2441,6 +2546,7 @@ ${OG_DIR}/public/assets/themes/default/images/16x16/save.png
${OG_DIR}/public/assets/themes/default/images/16x16/save_as.png
${OG_DIR}/public/assets/themes/default/images/16x16/save_new.png
${OG_DIR}/public/assets/themes/default/images/16x16/search.png
+${OG_DIR}/public/assets/themes/default/images/16x16/select.png
${OG_DIR}/public/assets/themes/default/images/16x16/share.png
${OG_DIR}/public/assets/themes/default/images/16x16/slideshow.png
${OG_DIR}/public/assets/themes/default/images/16x16/sort_321.png
@@ -2453,6 +2559,8 @@ ${OG_DIR}/public/assets/themes/default/images/16x16/stop.png
${OG_DIR}/public/assets/themes/default/images/16x16/tags.png
${OG_DIR}/public/assets/themes/default/images/16x16/task-high.png
${OG_DIR}/public/assets/themes/default/images/16x16/task-low.png
+${OG_DIR}/public/assets/themes/default/images/16x16/task_end.png
+${OG_DIR}/public/assets/themes/default/images/16x16/task_start.png
${OG_DIR}/public/assets/themes/default/images/16x16/tasks.png
${OG_DIR}/public/assets/themes/default/images/16x16/template.png
${OG_DIR}/public/assets/themes/default/images/16x16/time.png
@@ -2477,6 +2585,7 @@ ${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.
${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.text.png
${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-xspf-xml.png
${OG_DIR}/public/assets/themes/default/images/16x16/types/application-zip.png
${OG_DIR}/public/assets/themes/default/images/16x16/types/application.png
${OG_DIR}/public/assets/themes/default/images/16x16/types/audio.png
@@ -2550,7 +2659,6 @@ ${OG_DIR}/public/assets/themes/default/images/32x32/tasks.png
${OG_DIR}/public/assets/themes/default/images/32x32/view_calendar_month.png
${OG_DIR}/public/assets/themes/default/images/32x32/view_calendar_week.png
${OG_DIR}/public/assets/themes/default/images/32x32/warning.png
-${OG_DIR}/public/assets/themes/default/images/48x48/backup.png
${OG_DIR}/public/assets/themes/default/images/48x48/billing.png
${OG_DIR}/public/assets/themes/default/images/48x48/chart.png
${OG_DIR}/public/assets/themes/default/images/48x48/company.png
@@ -2592,6 +2700,7 @@ ${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.
${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.text.png
${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-xspf-xml.png
${OG_DIR}/public/assets/themes/default/images/48x48/types/application-zip.png
${OG_DIR}/public/assets/themes/default/images/48x48/types/application.png
${OG_DIR}/public/assets/themes/default/images/48x48/types/application_vnd.ms_powerpoint.png
@@ -2614,6 +2723,18 @@ ${OG_DIR}/public/assets/themes/default/images/48x48/weblink.png
${OG_DIR}/public/assets/themes/default/images/48x48/weblink_trashed.png
${OG_DIR}/public/assets/themes/default/images/48x48/workspace.png
${OG_DIR}/public/assets/themes/default/images/avatar.gif
+${OG_DIR}/public/assets/themes/default/images/box/box.xcf
+${OG_DIR}/public/assets/themes/default/images/box/corners-blue.gif
+${OG_DIR}/public/assets/themes/default/images/box/corners.gif
+${OG_DIR}/public/assets/themes/default/images/box/corners.png
+${OG_DIR}/public/assets/themes/default/images/box/l.gif
+${OG_DIR}/public/assets/themes/default/images/box/left.png
+${OG_DIR}/public/assets/themes/default/images/box/middle.png
+${OG_DIR}/public/assets/themes/default/images/box/r-blue.gif
+${OG_DIR}/public/assets/themes/default/images/box/r.gif
+${OG_DIR}/public/assets/themes/default/images/box/right.png
+${OG_DIR}/public/assets/themes/default/images/box/tb-blue.gif
+${OG_DIR}/public/assets/themes/default/images/box/tb.gif
${OG_DIR}/public/assets/themes/default/images/file/contact.png
${OG_DIR}/public/assets/themes/default/images/file/del.png
${OG_DIR}/public/assets/themes/default/images/file/doc.png
@@ -2696,7 +2817,7 @@ ${OG_DIR}/public/assets/themes/default/images/logtypes/projects.gif
${OG_DIR}/public/assets/themes/default/images/logtypes/projecttasklists.gif
${OG_DIR}/public/assets/themes/default/images/logtypes/projecttasks.gif
${OG_DIR}/public/assets/themes/default/images/logtypes/projectwebpages.gif
-${OG_DIR}/public/assets/themes/default/images/rx/drag_handle.png
+${OG_DIR}/public/assets/themes/default/images/rx/grid_drag.png
${OG_DIR}/public/assets/themes/default/reesecal/default.css
${OG_DIR}/public/assets/themes/default/slimey/images/addslide.png
${OG_DIR}/public/assets/themes/default/slimey/images/addslided.png
@@ -2887,6 +3008,7 @@ ${OG_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php
${OG_DIR}/public/upgrade/scripts/ChurroUpgradeScript.class.php
${OG_DIR}/public/upgrade/scripts/DulceDeLecheUpgradeScript.class.php
${OG_DIR}/public/upgrade/scripts/EmpanadaUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/FigazzaUpgradeScript.class.php
${OG_DIR}/public/upgrade/scripts/MatambritoUpgradeScript.class.php
${OG_DIR}/public/upgrade/scripts/MilangaUpgradeScript.class.php
${OG_DIR}/public/upgrade/scripts/NutriaUpgradeScript.class.php
@@ -2902,6 +3024,7 @@ ${OG_DIR}/public/upgrade/templates/db_migration/1_1_bondiola.php
${OG_DIR}/public/upgrade/templates/db_migration/1_2_chinchulin.php
${OG_DIR}/public/upgrade/templates/db_migration/1_3_matambrito.php
${OG_DIR}/public/upgrade/templates/db_migration/1_4_nutria.php
+${OG_DIR}/public/upgrade/templates/db_migration/1_5_figazza.php
${OG_DIR}/public/upgrade/templates/installed_version.php
${OG_DIR}/public/upgrade/templates/layout.php
${OG_DIR}/public/webservices/FilesServices.php
diff --git a/www/opengoo/distinfo b/www/opengoo/distinfo
index a33e4de0ea3..6895bcf7ccb 100644
--- a/www/opengoo/distinfo
+++ b/www/opengoo/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/06/23 11:30:24 taca Exp $
+$NetBSD: distinfo,v 1.3 2009/08/05 15:55:25 taca Exp $
-SHA1 (opengoo_1.4.2.zip) = 600a48a926823bae5f04cebdca84303bd0ea0096
-RMD160 (opengoo_1.4.2.zip) = ea83b0ba4eed25fbda5570dd6f12b4fe2064a6fd
-Size (opengoo_1.4.2.zip) = 6615173 bytes
+SHA1 (opengoo_1.5.1.zip) = 1eead8f2b8e59fd94f7c2b138bafed87dd83c343
+RMD160 (opengoo_1.5.1.zip) = aac0463f306e700f1eb54b2c76d41c75ce80f994
+Size (opengoo_1.5.1.zip) = 6948895 bytes