summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2012-03-22 13:28:11 +0000
committertaca <taca>2012-03-22 13:28:11 +0000
commitb21badd329edb1d307c71928adb752f7af3dcdfd (patch)
tree661963434b83918ca59b1acdf73ba92a5d6ee7ed /www
parent1655839f6df7a2375b9fe3cdbba2bf2c67469d6e (diff)
downloadpkgsrc-b21badd329edb1d307c71928adb752f7af3dcdfd.tar.gz
Update fengoffice to 2.0.0.
Since 2.0 RC 1 ---------------- bugfix: Uploading files fom CKEditor. bugfix: Some data was not save creating a company. bugfix: Error produced from documents tab - New Presentation. bugfix: Problems with task dates in some views. bugfix: Fatal error when you post a comment on a task page. bugfix: Generation of task repetitions in new tasks. bugfix: Do not let assign tasks (via drag & drop) to users that doesn't have permissions. usability: Interface localization improvements. system: Performance improvements. Since 2.0 Beta 4 ---------------- bugfix: Extracted files categorization bugfix: When adding workspaces bugfix: Breadcrumbs were not working fine all the time bugfix: Being able to zip/unzip files security: JS Injection Slimey Fix system: .pdf and .docx files contents search system: Improvement when creating a new user system: Plugin update engine system: Plugin manager console mode system: Search in file revisions system: Import/Export contacts available again system: Import/Export events available again system: Google Calendar Sync system: Improvement on repeating events and tasks system: Cache compatibility (i.e.: with APC) usability: Completing a task closes its timeslots usability: Task progress bar working along the timeslots usability: Being able to change permissions in workspaces when editing Since 2.0 Beta 3 ---------------- bugfix: Several changes in the permissions system bugfix: Invalid sql queries fixed bugfix: Issues with archived and trashed objects solved bugfix: Issues with sharing table solved bugfix: Improved IE7 and IE9 compatibility bugfix: Several timeslots issues solved bugfix: IMAP issue solved at Emails module bugfix: Solved issue with templates bugfix: Added missing tooltips at calendar bugfix: Issue when completing repetitive task solved bugfix: Solved some issues with the Search engine bugfix: Solved issue with timezone autodetection buffix: Solved 'dimension dnx' error creating a workspace usability: Permission control in member forms usability: Disabling a user feature usability: Resfresh overview panel after quick add usability: Langs update/improvement usability: Drag & Drop feature added usability: Quick add task added, and improved usability: Slight improvement with notifications usability: Avoid double click at Search button (which caused performance issues) usability: Permissions by group feature added usability: Simple billing feature added system: Security Fixes system: Mail compatibility improved for different email clients system: Feng 2 API updated system: General code cleanup system: Widget Engine system: Performance improvements in custom reports system: Print calendar system: Custom Properties Since 2.0 Beta 2 ---------------- bugfix: Fixed problem uncompressing files bugfix: Loading indicator hidden bugfix: Search in mail contents bugfix: Mail reply js error bugfix: Filter members associated with deleted objects bugfix: Fixed permission error creating a contact usability: Contact View Improvements usability: Navigation Improvements system: Permission system fixes system: Performance issues solved. Using permission cache 'sharing table' for listing system: Weblinks module migrated Since 2.0 Beta 1 ---------------- bugfix: Fixed problem with context trees when editing content objects bugfix: Fixed template listing bugfix: Fixed issues when instantiating templates with milestones bugfix: Fixed issue deleting users from 'people' and 'users' dimension. bugfix: Fixed 'core_dimensions' installer bugfix: Z-Index fixed in object-picker and header usability: Selected rows style in object picker system: General code cleanup Since 1.7 ----------- system: Plugin Support system: Search Engine performance improved system: Multiple Dimensions - 'Workspaces' and 'Tags' generalization system: Database and Models structure changes - Each Content object identified by unique id system: Email removed from core (Available as a plugin) system: User Profile System feature: PDF Quick View - View uploaded PDF's usability: Default Theme improved usability: Customizable User Interface
Diffstat (limited to 'www')
-rw-r--r--www/fengoffice/Makefile5
-rw-r--r--www/fengoffice/PLIST1099
-rw-r--r--www/fengoffice/distinfo12
-rw-r--r--www/fengoffice/patches/patch-ad26
-rw-r--r--www/fengoffice/patches/patch-ae14
-rw-r--r--www/fengoffice/patches/patch-af14
6 files changed, 790 insertions, 380 deletions
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile
index 5508c447193..fbd9f2fd8ac 100644
--- a/www/fengoffice/Makefile
+++ b/www/fengoffice/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2011/12/15 16:05:58 taca Exp $
+# $NetBSD: Makefile,v 1.15 2012/03/22 13:28:11 taca Exp $
#
-DISTNAME= fengoffice_1.7.5
+DISTNAME= fengoffice_2.0.0
PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/}
-PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
EXTRACT_SUFX= .zip
diff --git a/www/fengoffice/PLIST b/www/fengoffice/PLIST
index a63e98ba878..de3ab689319 100644
--- a/www/fengoffice/PLIST
+++ b/www/fengoffice/PLIST
@@ -1,16 +1,17 @@
-@comment $NetBSD: PLIST,v 1.8 2011/06/15 15:19:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2012/03/22 13:28:11 taca Exp $
${FO_DIR}/.htaccess
${FO_DIR}/application/application.php
${FO_DIR}/application/controllers/AccessController.class.php
${FO_DIR}/application/controllers/AccountController.class.php
${FO_DIR}/application/controllers/AdministrationController.class.php
+${FO_DIR}/application/controllers/ApiController.class.php
${FO_DIR}/application/controllers/ApplicationController.class.php
${FO_DIR}/application/controllers/BillingController.class.php
${FO_DIR}/application/controllers/CommentController.class.php
-${FO_DIR}/application/controllers/CompanyController.class.php
${FO_DIR}/application/controllers/ConfigController.class.php
${FO_DIR}/application/controllers/ContactController.class.php
${FO_DIR}/application/controllers/DashboardController.class.php
+${FO_DIR}/application/controllers/DimensionController.class.php
${FO_DIR}/application/controllers/ErrorController.class.php
${FO_DIR}/application/controllers/EventController.class.php
${FO_DIR}/application/controllers/FeedController.class.php
@@ -19,31 +20,36 @@ ${FO_DIR}/application/controllers/FormController.class.php
${FO_DIR}/application/controllers/GroupController.class.php
${FO_DIR}/application/controllers/GuiController.class.php
${FO_DIR}/application/controllers/HelpController.class.php
-${FO_DIR}/application/controllers/MailController.class.php
+${FO_DIR}/application/controllers/MemberController.class.php
${FO_DIR}/application/controllers/MessageController.class.php
${FO_DIR}/application/controllers/MilestoneController.class.php
${FO_DIR}/application/controllers/ObjectController.class.php
-${FO_DIR}/application/controllers/ProjectController.class.php
+${FO_DIR}/application/controllers/PanelController.class.php
+${FO_DIR}/application/controllers/PluginController.class.php
${FO_DIR}/application/controllers/PropertyController.class.php
${FO_DIR}/application/controllers/ReportingController.class.php
${FO_DIR}/application/controllers/SearchController.class.php
-${FO_DIR}/application/controllers/TagController.class.php
+${FO_DIR}/application/controllers/SharingTableController.class.php
${FO_DIR}/application/controllers/TaskController.class.php
+${FO_DIR}/application/controllers/TaskdependencyController.class.php
${FO_DIR}/application/controllers/TemplateController.class.php
${FO_DIR}/application/controllers/TimeController.class.php
${FO_DIR}/application/controllers/TimeslotController.class.php
${FO_DIR}/application/controllers/ToolController.class.php
-${FO_DIR}/application/controllers/UserController.class.php
${FO_DIR}/application/controllers/WebpageController.class.php
+${FO_DIR}/application/controllers/WidgetController.class.php
${FO_DIR}/application/cron_functions.php
${FO_DIR}/application/functions.php
${FO_DIR}/application/helpers/application.php
${FO_DIR}/application/helpers/breadcrumbs.php
${FO_DIR}/application/helpers/calendar.php
+${FO_DIR}/application/helpers/chart.php
${FO_DIR}/application/helpers/common.php
${FO_DIR}/application/helpers/company_website.php
${FO_DIR}/application/helpers/form.php
${FO_DIR}/application/helpers/format.php
+${FO_DIR}/application/helpers/grouping.php
+${FO_DIR}/application/helpers/http-cli.php
${FO_DIR}/application/helpers/page.php
${FO_DIR}/application/helpers/pageactions.php
${FO_DIR}/application/helpers/pagination.php
@@ -51,9 +57,8 @@ ${FO_DIR}/application/helpers/permissions.php
${FO_DIR}/application/helpers/project_website.php
${FO_DIR}/application/helpers/tabbednavigation.php
${FO_DIR}/application/helpers/textile.php
-${FO_DIR}/application/hooks/fengoffice_hooks.php
-${FO_DIR}/application/hooks/opengoo_hooks.php
${FO_DIR}/application/layouts/dialog.php
+${FO_DIR}/application/layouts/empty.php
${FO_DIR}/application/layouts/error.php
${FO_DIR}/application/layouts/html.php
${FO_DIR}/application/layouts/ical.php
@@ -66,10 +71,15 @@ ${FO_DIR}/application/layouts/website.php
${FO_DIR}/application/layouts/xml.php
${FO_DIR}/application/models/ApplicationDataObject.class.php
${FO_DIR}/application/models/CompanyWebsite.class.php
-${FO_DIR}/application/models/ProjectDataObject.class.php
-${FO_DIR}/application/models/ProjectDataObjects.class.php
+${FO_DIR}/application/models/ContentDataObject.class.php
+${FO_DIR}/application/models/ContentDataObjects.class.php
+${FO_DIR}/application/models/DimensionObject.class.php
${FO_DIR}/application/models/PublicFiles.class.php
${FO_DIR}/application/models/VersionChecker.class.php
+${FO_DIR}/application/models/address_types/AddressType.class.php
+${FO_DIR}/application/models/address_types/AddressTypes.class.php
+${FO_DIR}/application/models/address_types/base/BaseAddressType.class.php
+${FO_DIR}/application/models/address_types/base/BaseAddressTypes.class.php
${FO_DIR}/application/models/administration_logs/AdministrationLog.class.php
${FO_DIR}/application/models/administration_logs/AdministrationLogs.class.php
${FO_DIR}/application/models/administration_logs/base/BaseAdministrationLog.class.php
@@ -78,7 +88,6 @@ ${FO_DIR}/application/models/administration_tools/AdministrationTool.class.php
${FO_DIR}/application/models/administration_tools/AdministrationTools.class.php
${FO_DIR}/application/models/administration_tools/base/BaseAdministrationTool.class.php
${FO_DIR}/application/models/administration_tools/base/BaseAdministrationTools.class.php
-${FO_DIR}/application/models/anonymous_users/AnonymousUser.class.php
${FO_DIR}/application/models/application_logs/ApplicationLog.class.php
${FO_DIR}/application/models/application_logs/ApplicationLogs.class.php
${FO_DIR}/application/models/application_logs/base/BaseApplicationLog.class.php
@@ -91,14 +100,14 @@ ${FO_DIR}/application/models/billing_categories/BillingCategories.class.php
${FO_DIR}/application/models/billing_categories/BillingCategory.class.php
${FO_DIR}/application/models/billing_categories/base/BaseBillingCategories.class.php
${FO_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php
+${FO_DIR}/application/models/billings/Billing.class.php
+${FO_DIR}/application/models/billings/Billings.class.php
+${FO_DIR}/application/models/billings/base/BaseBilling.class.php
+${FO_DIR}/application/models/billings/base/BaseBillings.class.php
${FO_DIR}/application/models/comments/Comment.class.php
${FO_DIR}/application/models/comments/Comments.class.php
${FO_DIR}/application/models/comments/base/BaseComment.class.php
${FO_DIR}/application/models/comments/base/BaseComments.class.php
-${FO_DIR}/application/models/companies/Companies.class.php
-${FO_DIR}/application/models/companies/Company.class.php
-${FO_DIR}/application/models/companies/base/BaseCompanies.class.php
-${FO_DIR}/application/models/companies/base/BaseCompany.class.php
${FO_DIR}/application/models/config_categories/ConfigCategories.class.php
${FO_DIR}/application/models/config_categories/ConfigCategory.class.php
${FO_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
@@ -111,6 +120,7 @@ ${FO_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.c
${FO_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/RememberGUIConfigHandler.class.php
+${FO_DIR}/application/models/config_handlers/complex/RootDimensionsConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
${FO_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
@@ -129,10 +139,58 @@ ${FO_DIR}/application/models/config_options/ConfigOption.class.php
${FO_DIR}/application/models/config_options/ConfigOptions.class.php
${FO_DIR}/application/models/config_options/base/BaseConfigOption.class.php
${FO_DIR}/application/models/config_options/base/BaseConfigOptions.class.php
+${FO_DIR}/application/models/contact_addresses/ContactAddress.class.php
+${FO_DIR}/application/models/contact_addresses/ContactAddresses.class.php
+${FO_DIR}/application/models/contact_addresses/base/BaseContactAddress.class.php
+${FO_DIR}/application/models/contact_addresses/base/BaseContactAddresses.class.php
+${FO_DIR}/application/models/contact_config_categories/ContactConfigCategories.class.php
+${FO_DIR}/application/models/contact_config_categories/ContactConfigCategory.class.php
+${FO_DIR}/application/models/contact_config_categories/base/BaseContactConfigCategories.class.php
+${FO_DIR}/application/models/contact_config_categories/base/BaseContactConfigCategory.class.php
+${FO_DIR}/application/models/contact_config_options/ContactConfigOption.class.php
+${FO_DIR}/application/models/contact_config_options/ContactConfigOptions.class.php
+${FO_DIR}/application/models/contact_config_options/base/BaseContactConfigOption.class.php
+${FO_DIR}/application/models/contact_config_options/base/BaseContactConfigOptions.class.php
+${FO_DIR}/application/models/contact_config_options_values/ContactConfigOptionValue.class.php
+${FO_DIR}/application/models/contact_config_options_values/ContactConfigOptionValues.class.php
+${FO_DIR}/application/models/contact_config_options_values/base/BaseContactConfigOptionValue.class.php
+${FO_DIR}/application/models/contact_config_options_values/base/BaseContactConfigOptionValues.class.php
+${FO_DIR}/application/models/contact_dimension_permissions/ContactDimensionPermission.class.php
+${FO_DIR}/application/models/contact_dimension_permissions/ContactDimensionPermissions.class.php
+${FO_DIR}/application/models/contact_dimension_permissions/base/BaseContactDimensionPermission.class.php
+${FO_DIR}/application/models/contact_dimension_permissions/base/BaseContactDimensionPermissions.class.php
+${FO_DIR}/application/models/contact_emails/ContactEmail.class.php
+${FO_DIR}/application/models/contact_emails/ContactEmails.class.php
+${FO_DIR}/application/models/contact_emails/base/BaseContactEmail.class.php
+${FO_DIR}/application/models/contact_emails/base/BaseContactEmails.class.php
${FO_DIR}/application/models/contact_im_values/ContactImValue.class.php
${FO_DIR}/application/models/contact_im_values/ContactImValues.class.php
${FO_DIR}/application/models/contact_im_values/base/BaseContactImValue.class.php
${FO_DIR}/application/models/contact_im_values/base/BaseContactImValues.class.php
+${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermission.class.php
+${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermissions.class.php
+${FO_DIR}/application/models/contact_member_permissions/base/BaseContactMemberPermission.class.php
+${FO_DIR}/application/models/contact_member_permissions/base/BaseContactMemberPermissions.class.php
+${FO_DIR}/application/models/contact_passwords/ContactPassword.class.php
+${FO_DIR}/application/models/contact_passwords/ContactPasswords.class.php
+${FO_DIR}/application/models/contact_passwords/base/BaseContactPassword.class.php
+${FO_DIR}/application/models/contact_passwords/base/BaseContactPasswords.class.php
+${FO_DIR}/application/models/contact_permission_groups/ContactPermissionGroup.class.php
+${FO_DIR}/application/models/contact_permission_groups/ContactPermissionGroups.class.php
+${FO_DIR}/application/models/contact_permission_groups/base/BaseContactPermissionGroup.class.php
+${FO_DIR}/application/models/contact_permission_groups/base/BaseContactPermissionGroups.class.php
+${FO_DIR}/application/models/contact_telephones/ContactTelephone.class.php
+${FO_DIR}/application/models/contact_telephones/ContactTelephones.class.php
+${FO_DIR}/application/models/contact_telephones/base/BaseContactTelephone.class.php
+${FO_DIR}/application/models/contact_telephones/base/BaseContactTelephones.class.php
+${FO_DIR}/application/models/contact_webpages/ContactWebpage.class.php
+${FO_DIR}/application/models/contact_webpages/ContactWebpages.class.php
+${FO_DIR}/application/models/contact_webpages/base/BaseContactWebpage.class.php
+${FO_DIR}/application/models/contact_webpages/base/BaseContactWebpages.class.php
+${FO_DIR}/application/models/contact_widgets/ContactWidget.class.php
+${FO_DIR}/application/models/contact_widgets/ContactWidgets.class.php
+${FO_DIR}/application/models/contact_widgets/base/BaseContactWidget.class.php
+${FO_DIR}/application/models/contact_widgets/base/BaseContactWidgets.class.php
${FO_DIR}/application/models/contacts/Contact.class.php
${FO_DIR}/application/models/contacts/Contacts.class.php
${FO_DIR}/application/models/contacts/base/BaseContact.class.php
@@ -153,6 +211,34 @@ ${FO_DIR}/application/models/custom_property_values/CustomPropertyValue.class.ph
${FO_DIR}/application/models/custom_property_values/CustomPropertyValues.class.php
${FO_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValue.class.php
${FO_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValues.class.php
+${FO_DIR}/application/models/dimension_member_associations/DimensionMemberAssociation.class.php
+${FO_DIR}/application/models/dimension_member_associations/DimensionMemberAssociations.class.php
+${FO_DIR}/application/models/dimension_member_associations/base/BaseDimensionMemberAssociation.class.php
+${FO_DIR}/application/models/dimension_member_associations/base/BaseDimensionMemberAssociations.class.php
+${FO_DIR}/application/models/dimension_member_restriction_definitions/DimensionMemberRestrictionDefinition.class.php
+${FO_DIR}/application/models/dimension_member_restriction_definitions/DimensionMemberRestrictionDefinitions.class.php
+${FO_DIR}/application/models/dimension_member_restriction_definitions/base/BaseDimensionMemberRestrictionDefinition.class.php
+${FO_DIR}/application/models/dimension_member_restriction_definitions/base/BaseDimensionMemberRestrictionDefinitions.class.php
+${FO_DIR}/application/models/dimension_object_type_contents/DimensionObjectTypeContent.class.php
+${FO_DIR}/application/models/dimension_object_type_contents/DimensionObjectTypeContents.class.php
+${FO_DIR}/application/models/dimension_object_type_contents/base/BaseDimensionObjectTypeContent.class.php
+${FO_DIR}/application/models/dimension_object_type_contents/base/BaseDimensionObjectTypeContents.class.php
+${FO_DIR}/application/models/dimension_object_type_hierarchy/DimensionObjectTypeHierarchies.class.php
+${FO_DIR}/application/models/dimension_object_type_hierarchy/DimensionObjectTypeHierarchy.class.php
+${FO_DIR}/application/models/dimension_object_type_hierarchy/base/BaseDimensionObjectTypeHierarchies.class.php
+${FO_DIR}/application/models/dimension_object_type_hierarchy/base/BaseDimensionObjectTypeHierarchy.class.php
+${FO_DIR}/application/models/dimension_object_types/DimensionObjectType.class.php
+${FO_DIR}/application/models/dimension_object_types/DimensionObjectTypes.class.php
+${FO_DIR}/application/models/dimension_object_types/base/BaseDimensionObjectType.class.php
+${FO_DIR}/application/models/dimension_object_types/base/BaseDimensionObjectTypes.class.php
+${FO_DIR}/application/models/dimensions/Dimension.class.php
+${FO_DIR}/application/models/dimensions/Dimensions.class.php
+${FO_DIR}/application/models/dimensions/base/BaseDimension.class.php
+${FO_DIR}/application/models/dimensions/base/BaseDimensions.class.php
+${FO_DIR}/application/models/email_types/EmailType.class.php
+${FO_DIR}/application/models/email_types/EmailTypes.class.php
+${FO_DIR}/application/models/email_types/base/BaseEmailType.class.php
+${FO_DIR}/application/models/email_types/base/BaseEmailTypes.class.php
${FO_DIR}/application/models/errors/AdministratorDnxError.class.php
${FO_DIR}/application/models/errors/OwnerCompanyDnxError.class.php
${FO_DIR}/application/models/event_invitations/EventInvitation.class.php
@@ -163,18 +249,18 @@ ${FO_DIR}/application/models/event_reminders/EventReminder.class.php
${FO_DIR}/application/models/event_reminders/EventReminders.class.php
${FO_DIR}/application/models/event_reminders/base/BaseEventReminder.class.php
${FO_DIR}/application/models/event_reminders/base/BaseEventReminders.class.php
+${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUser.class.php
+${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUsers.class.php
+${FO_DIR}/application/models/external_calendar_users/base/BaseExternalCalendarUser.class.php
+${FO_DIR}/application/models/external_calendar_users/base/BaseExternalCalendarUsers.class.php
+${FO_DIR}/application/models/external_calendars/ExternalCalendar.class.php
+${FO_DIR}/application/models/external_calendars/ExternalCalendars.class.php
+${FO_DIR}/application/models/external_calendars/base/BaseExternalCalendar.class.php
+${FO_DIR}/application/models/external_calendars/base/BaseExternalCalendars.class.php
${FO_DIR}/application/models/file_types/FileType.class.php
${FO_DIR}/application/models/file_types/FileTypes.class.php
${FO_DIR}/application/models/file_types/base/BaseFileType.class.php
${FO_DIR}/application/models/file_types/base/BaseFileTypes.class.php
-${FO_DIR}/application/models/group_users/GroupUser.class.php
-${FO_DIR}/application/models/group_users/GroupUsers.class.php
-${FO_DIR}/application/models/group_users/base/BaseGroupUser.class.php
-${FO_DIR}/application/models/group_users/base/BaseGroupUsers.class.php
-${FO_DIR}/application/models/groups/Group.class.php
-${FO_DIR}/application/models/groups/Groups.class.php
-${FO_DIR}/application/models/groups/base/BaseGroup.class.php
-${FO_DIR}/application/models/groups/base/BaseGroups.class.php
${FO_DIR}/application/models/im_types/ImType.class.php
${FO_DIR}/application/models/im_types/ImTypes.class.php
${FO_DIR}/application/models/im_types/base/BaseImType.class.php
@@ -183,32 +269,24 @@ ${FO_DIR}/application/models/linked_objects/LinkedObject.class.php
${FO_DIR}/application/models/linked_objects/LinkedObjects.class.php
${FO_DIR}/application/models/linked_objects/base/BaseLinkedObject.class.php
${FO_DIR}/application/models/linked_objects/base/BaseLinkedObjects.class.php
-${FO_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolder.class.php
-${FO_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php
-${FO_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php
-${FO_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php
-${FO_DIR}/application/models/mail_account_users/MailAccountUser.class.php
-${FO_DIR}/application/models/mail_account_users/MailAccountUsers.class.php
-${FO_DIR}/application/models/mail_account_users/base/BaseMailAccountUser.class.php
-${FO_DIR}/application/models/mail_account_users/base/BaseMailAccountUsers.class.php
-${FO_DIR}/application/models/mail_accounts/MailAccount.class.php
-${FO_DIR}/application/models/mail_accounts/MailAccounts.class.php
-${FO_DIR}/application/models/mail_accounts/base/BaseMailAccount.class.php
-${FO_DIR}/application/models/mail_accounts/base/BaseMailAccounts.class.php
-${FO_DIR}/application/models/mail_contents/MailContent.class.php
-${FO_DIR}/application/models/mail_contents/MailContents.class.php
-${FO_DIR}/application/models/mail_contents/base/BaseMailContent.class.php
-${FO_DIR}/application/models/mail_contents/base/BaseMailContents.class.php
-${FO_DIR}/application/models/mail_datas/MailData.class.php
-${FO_DIR}/application/models/mail_datas/MailDatas.class.php
-${FO_DIR}/application/models/mail_datas/base/BaseMailData.class.php
-${FO_DIR}/application/models/mail_datas/base/BaseMailDatas.class.php
+${FO_DIR}/application/models/member_property_members/MemberPropertyMember.class.php
+${FO_DIR}/application/models/member_property_members/MemberPropertyMembers.class.php
+${FO_DIR}/application/models/member_property_members/base/BaseMemberPropertyMember.class.php
+${FO_DIR}/application/models/member_property_members/base/BaseMemberPropertyMembers.class.php
+${FO_DIR}/application/models/member_restrictions/MemberRestriction.class.php
+${FO_DIR}/application/models/member_restrictions/MemberRestrictions.class.php
+${FO_DIR}/application/models/member_restrictions/base/BaseMemberRestriction.class.php
+${FO_DIR}/application/models/member_restrictions/base/BaseMemberRestrictions.class.php
+${FO_DIR}/application/models/members/Member.class.php
+${FO_DIR}/application/models/members/Members.class.php
+${FO_DIR}/application/models/members/base/BaseMember.class.php
+${FO_DIR}/application/models/members/base/BaseMembers.class.php
${FO_DIR}/application/models/notifier/Notifier.class.php
${FO_DIR}/application/models/notifier/NotifierConnectionError.class.php
-${FO_DIR}/application/models/object_handins/ObjectHandin.class.php
-${FO_DIR}/application/models/object_handins/ObjectHandins.class.php
-${FO_DIR}/application/models/object_handins/base/BaseObjectHandin.class.php
-${FO_DIR}/application/models/object_handins/base/BaseObjectHandins.class.php
+${FO_DIR}/application/models/object_members/ObjectMember.class.php
+${FO_DIR}/application/models/object_members/ObjectMembers.class.php
+${FO_DIR}/application/models/object_members/base/BaseObjectMember.class.php
+${FO_DIR}/application/models/object_members/base/BaseObjectMembers.class.php
${FO_DIR}/application/models/object_properties/ObjectProperties.class.php
${FO_DIR}/application/models/object_properties/ObjectProperty.class.php
${FO_DIR}/application/models/object_properties/base/BaseObjectProperties.class.php
@@ -225,10 +303,26 @@ ${FO_DIR}/application/models/object_subscriptions/ObjectSubscription.class.php
${FO_DIR}/application/models/object_subscriptions/ObjectSubscriptions.class.php
${FO_DIR}/application/models/object_subscriptions/base/BaseObjectSubscription.class.php
${FO_DIR}/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php
-${FO_DIR}/application/models/object_user_permissions/ObjectUserPermission.class.php
-${FO_DIR}/application/models/object_user_permissions/ObjectUserPermissions.class.php
-${FO_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermission.class.php
-${FO_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermissions.class.php
+${FO_DIR}/application/models/object_types/ObjectType.class.php
+${FO_DIR}/application/models/object_types/ObjectTypes.class.php
+${FO_DIR}/application/models/object_types/base/BaseObjectType.class.php
+${FO_DIR}/application/models/object_types/base/BaseObjectTypes.class.php
+${FO_DIR}/application/models/objects/Object.class.php
+${FO_DIR}/application/models/objects/Objects.class.php
+${FO_DIR}/application/models/objects/base/BaseObject.class.php
+${FO_DIR}/application/models/objects/base/BaseObjects.class.php
+${FO_DIR}/application/models/permission_contexts/PermissionContext.class.php
+${FO_DIR}/application/models/permission_contexts/PermissionContexts.class.php
+${FO_DIR}/application/models/permission_contexts/base/BasePermissionContext.class.php
+${FO_DIR}/application/models/permission_contexts/base/BasePermissionContexts.class.php
+${FO_DIR}/application/models/permission_groups/PermissionGroup.class.php
+${FO_DIR}/application/models/permission_groups/PermissionGroups.class.php
+${FO_DIR}/application/models/permission_groups/base/BasePermissionGroup.class.php
+${FO_DIR}/application/models/permission_groups/base/BasePermissionGroups.class.php
+${FO_DIR}/application/models/plugins/Plugin.class.php
+${FO_DIR}/application/models/plugins/Plugins.class.php
+${FO_DIR}/application/models/plugins/base/BasePlugin.class.php
+${FO_DIR}/application/models/plugins/base/BasePlugins.class.php
${FO_DIR}/application/models/project_chart_params/ProjectChartParam.class.php
${FO_DIR}/application/models/project_chart_params/ProjectChartParams.class.php
${FO_DIR}/application/models/project_chart_params/base/BaseProjectChartParam.class.php
@@ -248,14 +342,6 @@ ${FO_DIR}/application/models/project_co_types/ProjectCoType.class.php
${FO_DIR}/application/models/project_co_types/ProjectCoTypes.class.php
${FO_DIR}/application/models/project_co_types/base/BaseProjectCoType.class.php
${FO_DIR}/application/models/project_co_types/base/BaseProjectCoTypes.class.php
-${FO_DIR}/application/models/project_companies/ProjectCompanies.class.php
-${FO_DIR}/application/models/project_companies/ProjectCompany.class.php
-${FO_DIR}/application/models/project_companies/base/BaseProjectCompanies.class.php
-${FO_DIR}/application/models/project_companies/base/BaseProjectCompany.class.php
-${FO_DIR}/application/models/project_contacts/ProjectContact.class.php
-${FO_DIR}/application/models/project_contacts/ProjectContacts.class.php
-${FO_DIR}/application/models/project_contacts/base/BaseProjectContact.class.php
-${FO_DIR}/application/models/project_contacts/base/BaseProjectContacts.class.php
${FO_DIR}/application/models/project_events/ProjectEvent.class.php
${FO_DIR}/application/models/project_events/ProjectEvents.class.php
${FO_DIR}/application/models/project_events/base/BaseProjectEvent.class.php
@@ -280,22 +366,18 @@ ${FO_DIR}/application/models/project_milestones/ProjectMilestone.class.php
${FO_DIR}/application/models/project_milestones/ProjectMilestones.class.php
${FO_DIR}/application/models/project_milestones/base/BaseProjectMilestone.class.php
${FO_DIR}/application/models/project_milestones/base/BaseProjectMilestones.class.php
+${FO_DIR}/application/models/project_task_dependencies/ProjectTaskDependencies.class.php
+${FO_DIR}/application/models/project_task_dependencies/ProjectTaskDependency.class.php
+${FO_DIR}/application/models/project_task_dependencies/base/BaseProjectTaskDependencies.class.php
+${FO_DIR}/application/models/project_task_dependencies/base/BaseProjectTaskDependency.class.php
${FO_DIR}/application/models/project_tasks/ProjectTask.class.php
${FO_DIR}/application/models/project_tasks/ProjectTasks.class.php
${FO_DIR}/application/models/project_tasks/base/BaseProjectTask.class.php
${FO_DIR}/application/models/project_tasks/base/BaseProjectTasks.class.php
-${FO_DIR}/application/models/project_users/ProjectUser.class.php
-${FO_DIR}/application/models/project_users/ProjectUsers.class.php
-${FO_DIR}/application/models/project_users/base/BaseProjectUser.class.php
-${FO_DIR}/application/models/project_users/base/BaseProjectUsers.class.php
${FO_DIR}/application/models/project_webpages/ProjectWebpage.class.php
${FO_DIR}/application/models/project_webpages/ProjectWebpages.class.php
${FO_DIR}/application/models/project_webpages/base/BaseProjectWebpage.class.php
${FO_DIR}/application/models/project_webpages/base/BaseProjectWebpages.class.php
-${FO_DIR}/application/models/projects/Project.class.php
-${FO_DIR}/application/models/projects/Projects.class.php
-${FO_DIR}/application/models/projects/base/BaseProject.class.php
-${FO_DIR}/application/models/projects/base/BaseProjects.class.php
${FO_DIR}/application/models/queued_emails/QueuedEmail.class.php
${FO_DIR}/application/models/queued_emails/QueuedEmails.class.php
${FO_DIR}/application/models/queued_emails/base/BaseQueuedEmail.class.php
@@ -316,18 +398,34 @@ ${FO_DIR}/application/models/reports/Report.class.php
${FO_DIR}/application/models/reports/Reports.class.php
${FO_DIR}/application/models/reports/base/BaseReport.class.php
${FO_DIR}/application/models/reports/base/BaseReports.class.php
+${FO_DIR}/application/models/role_object_type_permissions/RoleObjectTypePermission.class.php
+${FO_DIR}/application/models/role_object_type_permissions/RoleObjectTypePermissions.class.php
+${FO_DIR}/application/models/role_object_type_permissions/base/BaseRoleObjectTypePermission.class.php
+${FO_DIR}/application/models/role_object_type_permissions/base/BaseRoleObjectTypePermissions.class.php
${FO_DIR}/application/models/searchable_objects/SearchableObject.class.php
${FO_DIR}/application/models/searchable_objects/SearchableObjects.class.php
${FO_DIR}/application/models/searchable_objects/base/BaseSearchableObject.class.php
${FO_DIR}/application/models/searchable_objects/base/BaseSearchableObjects.class.php
-${FO_DIR}/application/models/shared_objects/SharedObject.class.php
-${FO_DIR}/application/models/shared_objects/SharedObjects.class.php
-${FO_DIR}/application/models/shared_objects/base/BaseSharedObject.class.php
-${FO_DIR}/application/models/shared_objects/base/BaseSharedObjects.class.php
-${FO_DIR}/application/models/tags/Tag.class.php
-${FO_DIR}/application/models/tags/Tags.class.php
-${FO_DIR}/application/models/tags/base/BaseTag.class.php
-${FO_DIR}/application/models/tags/base/BaseTags.class.php
+${FO_DIR}/application/models/sharing_table/SharingTable.class.php
+${FO_DIR}/application/models/sharing_table/SharingTables.class.php
+${FO_DIR}/application/models/sharing_table/base/BaseSharingTable.class.php
+${FO_DIR}/application/models/sharing_table/base/BaseSharingTables.class.php
+${FO_DIR}/application/models/system_permissions/SystemPermission.class.php
+${FO_DIR}/application/models/system_permissions/SystemPermissions.class.php
+${FO_DIR}/application/models/system_permissions/base/BaseSystemPermission.class.php
+${FO_DIR}/application/models/system_permissions/base/BaseSystemPermissions.class.php
+${FO_DIR}/application/models/tab_panel_permissions/TabPanelPermission.class.php
+${FO_DIR}/application/models/tab_panel_permissions/TabPanelPermissions.class.php
+${FO_DIR}/application/models/tab_panel_permissions/base/BaseTabPanelPermission.class.php
+${FO_DIR}/application/models/tab_panel_permissions/base/BaseTabPanelPermissions.class.php
+${FO_DIR}/application/models/tab_panels/TabPanel.class.php
+${FO_DIR}/application/models/tab_panels/TabPanels.class.php
+${FO_DIR}/application/models/tab_panels/base/BaseTabPanel.class.php
+${FO_DIR}/application/models/tab_panels/base/BaseTabPanels.class.php
+${FO_DIR}/application/models/telephone_types/TelephoneType.class.php
+${FO_DIR}/application/models/telephone_types/TelephoneTypes.class.php
+${FO_DIR}/application/models/telephone_types/base/BaseTelephoneType.class.php
+${FO_DIR}/application/models/telephone_types/base/BaseTelephoneTypes.class.php
${FO_DIR}/application/models/template_object_properties/TemplateObjectProperties.class.php
${FO_DIR}/application/models/template_object_properties/TemplateObjectProperty.class.php
${FO_DIR}/application/models/template_object_properties/base/BaseTemplateObjectProperties.class.php
@@ -344,46 +442,22 @@ ${FO_DIR}/application/models/templates/COTemplate.class.php
${FO_DIR}/application/models/templates/COTemplates.class.php
${FO_DIR}/application/models/templates/base/BaseCOTemplate.class.php
${FO_DIR}/application/models/templates/base/BaseCOTemplates.class.php
-${FO_DIR}/application/models/timeslot/Timeslot.class.php
-${FO_DIR}/application/models/timeslot/Timeslots.class.php
-${FO_DIR}/application/models/timeslot/base/BaseTimeslot.class.php
-${FO_DIR}/application/models/timeslot/base/BaseTimeslots.class.php
+${FO_DIR}/application/models/timeslots/Timeslot.class.php
+${FO_DIR}/application/models/timeslots/Timeslots.class.php
+${FO_DIR}/application/models/timeslots/base/BaseTimeslot.class.php
+${FO_DIR}/application/models/timeslots/base/BaseTimeslots.class.php
${FO_DIR}/application/models/trash/Trash.class.php
-${FO_DIR}/application/models/user_password/UserPassword.class.php
-${FO_DIR}/application/models/user_password/UserPasswords.class.php
-${FO_DIR}/application/models/user_password/base/BaseUserPassword.class.php
-${FO_DIR}/application/models/user_password/base/BaseUserPasswords.class.php
-${FO_DIR}/application/models/user_ws_config_categories/UserWsConfigCategories.class.php
-${FO_DIR}/application/models/user_ws_config_categories/UserWsConfigCategory.class.php
-${FO_DIR}/application/models/user_ws_config_categories/base/BaseUserWsConfigCategories.class.php
-${FO_DIR}/application/models/user_ws_config_categories/base/BaseUserWsConfigCategory.class.php
-${FO_DIR}/application/models/user_ws_config_options/UserWsConfigOption.class.php
-${FO_DIR}/application/models/user_ws_config_options/UserWsConfigOptions.class.php
-${FO_DIR}/application/models/user_ws_config_options/base/BaseUserWsConfigOption.class.php
-${FO_DIR}/application/models/user_ws_config_options/base/BaseUserWsConfigOptions.class.php
-${FO_DIR}/application/models/user_ws_config_options_values/UserWsConfigOptionValue.class.php
-${FO_DIR}/application/models/user_ws_config_options_values/UserWsConfigOptionValues.class.php
-${FO_DIR}/application/models/user_ws_config_options_values/base/BaseUserWsConfigOptionValue.class.php
-${FO_DIR}/application/models/user_ws_config_options_values/base/BaseUserWsConfigOptionValues.class.php
-${FO_DIR}/application/models/users/User.class.php
-${FO_DIR}/application/models/users/Users.class.php
-${FO_DIR}/application/models/users/base/BaseUser.class.php
-${FO_DIR}/application/models/users/base/BaseUsers.class.php
${FO_DIR}/application/models/versons_feed/VersionsFeed.class.php
${FO_DIR}/application/models/versons_feed/VersionsFeedDownloadLink.class.php
${FO_DIR}/application/models/versons_feed/VersionsFeedEntry.class.php
-${FO_DIR}/application/models/workspace_billing/WorkspaceBilling.class.php
-${FO_DIR}/application/models/workspace_billing/WorkspaceBillings.class.php
-${FO_DIR}/application/models/workspace_billing/base/BaseWorkspaceBilling.class.php
-${FO_DIR}/application/models/workspace_billing/base/BaseWorkspaceBillings.class.php
-${FO_DIR}/application/models/workspace_object/WorkspaceObject.class.php
-${FO_DIR}/application/models/workspace_object/WorkspaceObjects.class.php
-${FO_DIR}/application/models/workspace_object/base/BaseWorkspaceObject.class.php
-${FO_DIR}/application/models/workspace_object/base/BaseWorkspaceObjects.class.php
-${FO_DIR}/application/models/workspace_template/WorkspaceTemplate.class.php
-${FO_DIR}/application/models/workspace_template/WorkspaceTemplates.class.php
-${FO_DIR}/application/models/workspace_template/base/BaseWorkspaceTemplate.class.php
-${FO_DIR}/application/models/workspace_template/base/BaseWorkspaceTemplates.class.php
+${FO_DIR}/application/models/webpage_types/WebpageType.class.php
+${FO_DIR}/application/models/webpage_types/WebpageTypes.class.php
+${FO_DIR}/application/models/webpage_types/base/BaseWebpageType.class.php
+${FO_DIR}/application/models/webpage_types/base/BaseWebpageTypes.class.php
+${FO_DIR}/application/models/widgets/Widget.class.php
+${FO_DIR}/application/models/widgets/Widgets.class.php
+${FO_DIR}/application/models/widgets/base/BaseWidget.class.php
+${FO_DIR}/application/models/widgets/base/BaseWidgets.class.php
${FO_DIR}/application/views/access/change_password.php
${FO_DIR}/application/views/access/complete_installation.php
${FO_DIR}/application/views/access/forgot_password.php
@@ -393,6 +467,7 @@ ${FO_DIR}/application/views/account/edit_avatar.php
${FO_DIR}/application/views/account/edit_password.php
${FO_DIR}/application/views/account/edit_profile.php
${FO_DIR}/application/views/account/index.php
+${FO_DIR}/application/views/account/system_permissions.php
${FO_DIR}/application/views/account/update_permissions.php
${FO_DIR}/application/views/account/user_permissions_control.php
${FO_DIR}/application/views/administration/auto_upgrade.php
@@ -400,6 +475,7 @@ ${FO_DIR}/application/views/administration/clients.php
${FO_DIR}/application/views/administration/configuration.php
${FO_DIR}/application/views/administration/cron_events.php
${FO_DIR}/application/views/administration/custom_properties.php
+${FO_DIR}/application/views/administration/edit_members.php
${FO_DIR}/application/views/administration/groups.php
${FO_DIR}/application/views/administration/index.php
${FO_DIR}/application/views/administration/list_users.php
@@ -407,47 +483,57 @@ ${FO_DIR}/application/views/administration/mail_accounts.php
${FO_DIR}/application/views/administration/members.php
${FO_DIR}/application/views/administration/object_subtypes.php
${FO_DIR}/application/views/administration/password_autentify.php
-${FO_DIR}/application/views/administration/projects.php
+${FO_DIR}/application/views/administration/tabs.php
${FO_DIR}/application/views/administration/task_templates.php
${FO_DIR}/application/views/administration/tool_mass_mailer.php
${FO_DIR}/application/views/administration/tool_test_email.php
${FO_DIR}/application/views/administration/tools.php
${FO_DIR}/application/views/administration/upgrade.php
${FO_DIR}/application/views/advanced_pagination.php
+${FO_DIR}/application/views/api/index.php
${FO_DIR}/application/views/application/system_notices.php
${FO_DIR}/application/views/application/user_box.php
${FO_DIR}/application/views/back.php
${FO_DIR}/application/views/billing/add.php
${FO_DIR}/application/views/billing/assign_users.php
${FO_DIR}/application/views/billing/index.php
+${FO_DIR}/application/views/co/actions.php
+${FO_DIR}/application/views/co/member_path.php
+${FO_DIR}/application/views/co/properties.php
${FO_DIR}/application/views/co/view.php
${FO_DIR}/application/views/comment/add_comment.php
+${FO_DIR}/application/views/comment/comment_unit.php
${FO_DIR}/application/views/comment/object_comments.php
${FO_DIR}/application/views/comment/object_comments_for_print.php
${FO_DIR}/application/views/comment/post_comment_form.php
-${FO_DIR}/application/views/company/add_company.php
-${FO_DIR}/application/views/company/card.php
-${FO_DIR}/application/views/company/company_card.php
-${FO_DIR}/application/views/company/company_content.php
-${FO_DIR}/application/views/company/edit_logo.php
-${FO_DIR}/application/views/company/update_permissions.php
-${FO_DIR}/application/views/company/view_company.php
${FO_DIR}/application/views/config/default_user_preferences.php
${FO_DIR}/application/views/config/update_category.php
${FO_DIR}/application/views/config/update_default_user_preferences.php
-${FO_DIR}/application/views/contact/assign_to_project.php
+${FO_DIR}/application/views/contact/add_company.php
+${FO_DIR}/application/views/contact/add_contact/access_data.php
+${FO_DIR}/application/views/contact/add_contact/access_data_edit.php
+${FO_DIR}/application/views/contact/add_user.php
${FO_DIR}/application/views/contact/card.php
${FO_DIR}/application/views/contact/card_content.php
+${FO_DIR}/application/views/contact/company_card.php
+${FO_DIR}/application/views/contact/company_content.php
${FO_DIR}/application/views/contact/csv_export.php
${FO_DIR}/application/views/contact/csv_import.php
${FO_DIR}/application/views/contact/edit_contact.php
+${FO_DIR}/application/views/contact/edit_logo.php
${FO_DIR}/application/views/contact/edit_picture.php
${FO_DIR}/application/views/contact/list_contacts.php
+${FO_DIR}/application/views/contact/list_user_categories.php
+${FO_DIR}/application/views/contact/update_user_preferences.php
+${FO_DIR}/application/views/contact/user_card.php
${FO_DIR}/application/views/contact/vcard_import.php
+${FO_DIR}/application/views/contact/view_company.php
${FO_DIR}/application/views/cron/getmails.php
${FO_DIR}/application/views/custom_properties/object_custom_properties.php
${FO_DIR}/application/views/custom_properties/view.php
+${FO_DIR}/application/views/dashboard/activity_feed.php
${FO_DIR}/application/views/dashboard/index.php
+${FO_DIR}/application/views/dashboard/main_dashboard.php
${FO_DIR}/application/views/dashboard/my_projects.php
${FO_DIR}/application/views/dashboard/my_tasks.php
${FO_DIR}/application/views/dashboard/widget.php
@@ -464,16 +550,18 @@ ${FO_DIR}/application/views/dashboard/widget_late_tasks.php
${FO_DIR}/application/views/dashboard/widget_messages.php
${FO_DIR}/application/views/dashboard/widget_pending_tasks.php
${FO_DIR}/application/views/dashboard/widget_workspace_description.php
+${FO_DIR}/application/views/dashboard/widgets/pepe.php
${FO_DIR}/application/views/empty.php
${FO_DIR}/application/views/error/db_connect.php
${FO_DIR}/application/views/error/error_message.php
${FO_DIR}/application/views/event/cal_export.php
${FO_DIR}/application/views/event/cal_import.php
${FO_DIR}/application/views/event/calendar.php
+${FO_DIR}/application/views/event/calendar_sinchronization.php
${FO_DIR}/application/views/event/event.php
+${FO_DIR}/application/views/event/view.php
${FO_DIR}/application/views/event/view_event.php
${FO_DIR}/application/views/event/viewdate.php
-${FO_DIR}/application/views/event/viewevent.php
${FO_DIR}/application/views/event/viewweek.php
${FO_DIR}/application/views/event/viewweek5days.php
${FO_DIR}/application/views/feed/ical_export.php
@@ -498,25 +586,21 @@ ${FO_DIR}/application/views/form/add_project_form.php
${FO_DIR}/application/views/form/index.php
${FO_DIR}/application/views/form/submit.php
${FO_DIR}/application/views/form_errors.php
-${FO_DIR}/application/views/group/add_group.php
-${FO_DIR}/application/views/group/group_permission_control.php
+${FO_DIR}/application/views/group/add.php
${FO_DIR}/application/views/group/group_users_control.php
-${FO_DIR}/application/views/group/view_group.php
+${FO_DIR}/application/views/group/view.php
${FO_DIR}/application/views/help/context_help.php
${FO_DIR}/application/views/help/context_help_tasks.php
${FO_DIR}/application/views/help/help_options.php
${FO_DIR}/application/views/help/view_message.php
${FO_DIR}/application/views/json.php
${FO_DIR}/application/views/latest_activity/activity_log.php
-${FO_DIR}/application/views/mail/add_account.php
-${FO_DIR}/application/views/mail/add_mail.php
-${FO_DIR}/application/views/mail/classify.php
-${FO_DIR}/application/views/mail/fetch_imap_folders.php
-${FO_DIR}/application/views/mail/fetch_imap_folders_sync.php
-${FO_DIR}/application/views/mail/llo_email_conversation.php
-${FO_DIR}/application/views/mail/print_view.php
-${FO_DIR}/application/views/mail/sync_old_sent_mails.php
-${FO_DIR}/application/views/mail/view.php
+${FO_DIR}/application/views/member/add.php
+${FO_DIR}/application/views/member/dim_properties.php
+${FO_DIR}/application/views/member/dim_restrictions.php
+${FO_DIR}/application/views/member/edit_permissions.php
+${FO_DIR}/application/views/member/member_permissions_control.php
+${FO_DIR}/application/views/member/quick_add_form.php
${FO_DIR}/application/views/message/add_message.php
${FO_DIR}/application/views/message/print_view.php
${FO_DIR}/application/views/message/view.php
@@ -532,9 +616,9 @@ ${FO_DIR}/application/views/notifier/new_account.php
${FO_DIR}/application/views/notifier/object_reminder.php
${FO_DIR}/application/views/notifier/password_expiration_reminder.php
${FO_DIR}/application/views/notifier/task_assigned.php
+${FO_DIR}/application/views/notifier/work_estimate.php
${FO_DIR}/application/views/object/add_subscribers.php
${FO_DIR}/application/views/object/add_subscribers_list.php
-${FO_DIR}/application/views/object/link_to_object.php
${FO_DIR}/application/views/object/linked_objects.php
${FO_DIR}/application/views/object/list_linked_objects.php
${FO_DIR}/application/views/object/list_linked_objects_main.php
@@ -543,17 +627,10 @@ ${FO_DIR}/application/views/object/llo_contact.php
${FO_DIR}/application/views/object/llo_email.php
${FO_DIR}/application/views/object/llo_generic.php
${FO_DIR}/application/views/object/llo_task.php
+${FO_DIR}/application/views/object/popup_member_chooser.php
${FO_DIR}/application/views/object/send_reminders.php
-${FO_DIR}/application/views/object/share.php
${FO_DIR}/application/views/object/view_history.php
-${FO_DIR}/application/views/project/add_project.php
-${FO_DIR}/application/views/project/add_ws_permissions.php
-${FO_DIR}/application/views/project/get_subws.php
-${FO_DIR}/application/views/project/people.php
-${FO_DIR}/application/views/project/permissions.php
-${FO_DIR}/application/views/project/pre_delete.php
-${FO_DIR}/application/views/project/search.php
-${FO_DIR}/application/views/project/workspace_permissions_control.php
+${FO_DIR}/application/views/plugin/index.php
${FO_DIR}/application/views/reporting/add_chart.php
${FO_DIR}/application/views/reporting/add_custom_report.php
${FO_DIR}/application/views/reporting/chart_details.php
@@ -563,25 +640,30 @@ ${FO_DIR}/application/views/reporting/index.php
${FO_DIR}/application/views/reporting/report_printer.php
${FO_DIR}/application/views/reporting/report_wrapper.php
${FO_DIR}/application/views/reporting/total_task_times.php
+${FO_DIR}/application/views/reporting/total_task_times_csv.php
${FO_DIR}/application/views/reporting/total_task_times_p.php
${FO_DIR}/application/views/reporting/total_task_times_vs_estimate_comparison_p.php
${FO_DIR}/application/views/reporting/view_custom_report.php
+${FO_DIR}/application/views/search/no_results.php
+${FO_DIR}/application/views/search/pagination.php
+${FO_DIR}/application/views/search/result_item.php
${FO_DIR}/application/views/search/search.php
${FO_DIR}/application/views/search_pagination.php
-${FO_DIR}/application/views/tag/project_tag.php
${FO_DIR}/application/views/task/add_task.php
${FO_DIR}/application/views/task/index.php
${FO_DIR}/application/views/task/new_list_tasks.php
+${FO_DIR}/application/views/task/previous_task_list.php
${FO_DIR}/application/views/task/print_task.php
${FO_DIR}/application/views/task/print_view_all.php
${FO_DIR}/application/views/task/task_list.php
-${FO_DIR}/application/views/task/view_list.php
+${FO_DIR}/application/views/task/view.php
${FO_DIR}/application/views/task/view_milestones.php
${FO_DIR}/application/views/task/view_tasks.php
${FO_DIR}/application/views/template/add.php
${FO_DIR}/application/views/template/add_to.php
${FO_DIR}/application/views/template/assign_to_ws.php
${FO_DIR}/application/views/template/content.php
+${FO_DIR}/application/views/template/get_context.php
${FO_DIR}/application/views/template/index.php
${FO_DIR}/application/views/template/instantiate_parameters.php
${FO_DIR}/application/views/template/view.php
@@ -592,19 +674,20 @@ ${FO_DIR}/application/views/timeslot/post_open_timeslot_form.php
${FO_DIR}/application/views/timeslot/post_timeslot_form.php
${FO_DIR}/application/views/tool/checklang.php
${FO_DIR}/application/views/tool/translate.php
-${FO_DIR}/application/views/user/add_user.php
-${FO_DIR}/application/views/user/card.php
-${FO_DIR}/application/views/user/confirm_delete_user.php
-${FO_DIR}/application/views/user/index.php
-${FO_DIR}/application/views/user/list_user_categories.php
-${FO_DIR}/application/views/user/update_user_preferences.php
-${FO_DIR}/application/views/user/user_card.php
${FO_DIR}/application/views/webpage/add.php
${FO_DIR}/application/views/webpage/view.php
${FO_DIR}/application/views/webpage/view_content.php
+${FO_DIR}/application/widgets/calendar/index.php
+${FO_DIR}/application/widgets/calendar/template.php
+${FO_DIR}/application/widgets/documents/index.php
+${FO_DIR}/application/widgets/documents/template.php
+${FO_DIR}/application/widgets/messages/index.php
+${FO_DIR}/application/widgets/messages/template.php
+${FO_DIR}/application/widgets/overdue_upcoming/index.php
+${FO_DIR}/application/widgets/overdue_upcoming/template.php
+${FO_DIR}/application/widgets/people/index.php
+${FO_DIR}/application/widgets/people/template.php
${FO_DIR}/cache/dummy.txt
-${FO_DIR}/cache/index.html
-${FO_DIR}/config/index.html
${FO_DIR}/config/ldap.config.example.php
${FO_DIR}/cron.php
${FO_DIR}/crossdomain.xml
@@ -669,13 +752,11 @@ ${FO_DIR}/environment/classes/logger/Logger_Entry.class.php
${FO_DIR}/environment/classes/logger/Logger_Session.class.php
${FO_DIR}/environment/classes/logger/backend/Logger_Backend_File.class.php
${FO_DIR}/environment/classes/logger/backend/Logger_Backend_Null.class.php
-${FO_DIR}/environment/classes/mail/MailUtilities.class.php
${FO_DIR}/environment/classes/mail/Mime_Types.class.php
${FO_DIR}/environment/classes/mail/SwiftHeaderValidator.class.php
${FO_DIR}/environment/classes/mail/mime_parser.class.php
${FO_DIR}/environment/classes/mail/mimetypes.txt
${FO_DIR}/environment/classes/mail/rfc822_addresses.class.php
-${FO_DIR}/environment/classes/reporting/open-flash-chart.class.php
${FO_DIR}/environment/classes/template/Template.class.php
${FO_DIR}/environment/classes/template/template.php
${FO_DIR}/environment/classes/timeit/TimeIt.class.php
@@ -698,31 +779,10 @@ ${FO_DIR}/environment/templates/benchmark_timer_brief.php
${FO_DIR}/environment/templates/benchmark_timer_full.php
${FO_DIR}/environment/templates/dump_error.php
${FO_DIR}/favicon.ico
+${FO_DIR}/hooks/fengoffice_hooks.php
+${FO_DIR}/hooks/opengoo_hooks.php
${FO_DIR}/index.php
${FO_DIR}/init.php
-${FO_DIR}/language/bg_bg.php
-${FO_DIR}/language/bg_bg/_config.php
-${FO_DIR}/language/bg_bg/actions.php
-${FO_DIR}/language/bg_bg/administration.php
-${FO_DIR}/language/bg_bg/calendar.php
-${FO_DIR}/language/bg_bg/countries.php
-${FO_DIR}/language/bg_bg/emails.php
-${FO_DIR}/language/bg_bg/errors.php
-${FO_DIR}/language/bg_bg/fields.php
-${FO_DIR}/language/bg_bg/general.php
-${FO_DIR}/language/bg_bg/help.php
-${FO_DIR}/language/bg_bg/help/dummy.txt
-${FO_DIR}/language/bg_bg/lang.js
-${FO_DIR}/language/bg_bg/messages.php
-${FO_DIR}/language/bg_bg/objects.php
-${FO_DIR}/language/bg_bg/plugins/dummy.txt
-${FO_DIR}/language/bg_bg/project_interface.php
-${FO_DIR}/language/bg_bg/reporting.php
-${FO_DIR}/language/bg_bg/site_interface.php
-${FO_DIR}/language/bg_bg/slimey.js
-${FO_DIR}/language/bg_bg/timezones.php
-${FO_DIR}/language/bg_bg/upgrade.php
-${FO_DIR}/language/ca_es.php
${FO_DIR}/language/ca_es/_config.php
${FO_DIR}/language/ca_es/actions.php
${FO_DIR}/language/ca_es/administration.php
@@ -733,11 +793,9 @@ ${FO_DIR}/language/ca_es/errors.php
${FO_DIR}/language/ca_es/fields.php
${FO_DIR}/language/ca_es/general.php
${FO_DIR}/language/ca_es/help.php
-${FO_DIR}/language/ca_es/help/dummy.txt
${FO_DIR}/language/ca_es/lang.js
${FO_DIR}/language/ca_es/messages.php
${FO_DIR}/language/ca_es/objects.php
-${FO_DIR}/language/ca_es/plugins/dummy.txt
${FO_DIR}/language/ca_es/project_interface.php
${FO_DIR}/language/ca_es/reporting.php
${FO_DIR}/language/ca_es/site_interface.php
@@ -762,7 +820,6 @@ ${FO_DIR}/language/cs_cz/help/no_help.html
${FO_DIR}/language/cs_cz/lang.js
${FO_DIR}/language/cs_cz/messages.php
${FO_DIR}/language/cs_cz/objects.php
-${FO_DIR}/language/cs_cz/plugins/dummy.txt
${FO_DIR}/language/cs_cz/project_interface.php
${FO_DIR}/language/cs_cz/reporting.php
${FO_DIR}/language/cs_cz/site_interface.php
@@ -788,10 +845,6 @@ ${FO_DIR}/language/de_de/help/no_help.html
${FO_DIR}/language/de_de/lang.js
${FO_DIR}/language/de_de/messages.php
${FO_DIR}/language/de_de/objects.php
-${FO_DIR}/language/de_de/plugins/backup.php
-${FO_DIR}/language/de_de/plugins/dummy.txt
-${FO_DIR}/language/de_de/plugins/html_to_pdf.php
-${FO_DIR}/language/de_de/plugins/new_window.php
${FO_DIR}/language/de_de/project_interface.php
${FO_DIR}/language/de_de/reporting.php
${FO_DIR}/language/de_de/site_interface.php
@@ -810,11 +863,9 @@ ${FO_DIR}/language/el_gr/errors.php
${FO_DIR}/language/el_gr/fields.php
${FO_DIR}/language/el_gr/general.php
${FO_DIR}/language/el_gr/help.php
-${FO_DIR}/language/el_gr/help/dummy.txt
${FO_DIR}/language/el_gr/lang.js
${FO_DIR}/language/el_gr/messages.php
${FO_DIR}/language/el_gr/objects.php
-${FO_DIR}/language/el_gr/plugins/dummy.txt
${FO_DIR}/language/el_gr/project_interface.php
${FO_DIR}/language/el_gr/reporting.php
${FO_DIR}/language/el_gr/site_interface.php
@@ -838,7 +889,6 @@ ${FO_DIR}/language/en_us/help/no_help.html
${FO_DIR}/language/en_us/lang.js
${FO_DIR}/language/en_us/messages.php
${FO_DIR}/language/en_us/objects.php
-${FO_DIR}/language/en_us/plugins/dummy.txt
${FO_DIR}/language/en_us/project_interface.php
${FO_DIR}/language/en_us/reporting.php
${FO_DIR}/language/en_us/site_interface.php
@@ -860,7 +910,6 @@ ${FO_DIR}/language/es_es/help/dummy.txt
${FO_DIR}/language/es_es/lang.js
${FO_DIR}/language/es_es/messages.php
${FO_DIR}/language/es_es/objects.php
-${FO_DIR}/language/es_es/plugins/dummy.txt
${FO_DIR}/language/es_es/project_interface.php
${FO_DIR}/language/es_es/reporting.php
${FO_DIR}/language/es_es/site_interface.php
@@ -882,37 +931,12 @@ ${FO_DIR}/language/es_la/help/dummy.txt
${FO_DIR}/language/es_la/lang.js
${FO_DIR}/language/es_la/messages.php
${FO_DIR}/language/es_la/objects.php
-${FO_DIR}/language/es_la/plugins/dummy.txt
${FO_DIR}/language/es_la/project_interface.php
${FO_DIR}/language/es_la/reporting.php
${FO_DIR}/language/es_la/site_interface.php
${FO_DIR}/language/es_la/slimey.js
${FO_DIR}/language/es_la/timezones.php
${FO_DIR}/language/es_la/upgrade.php
-${FO_DIR}/language/fi_fi.php
-${FO_DIR}/language/fi_fi/_config.php
-${FO_DIR}/language/fi_fi/actions.php
-${FO_DIR}/language/fi_fi/administration.php
-${FO_DIR}/language/fi_fi/calendar.php
-${FO_DIR}/language/fi_fi/countries.php
-${FO_DIR}/language/fi_fi/emails.php
-${FO_DIR}/language/fi_fi/errors.php
-${FO_DIR}/language/fi_fi/fields.php
-${FO_DIR}/language/fi_fi/general.php
-${FO_DIR}/language/fi_fi/help.php
-${FO_DIR}/language/fi_fi/help/account.html
-${FO_DIR}/language/fi_fi/help/dashboard.html
-${FO_DIR}/language/fi_fi/help/no_help.html
-${FO_DIR}/language/fi_fi/lang.js
-${FO_DIR}/language/fi_fi/messages.php
-${FO_DIR}/language/fi_fi/objects.php
-${FO_DIR}/language/fi_fi/plugins/dummy.txt
-${FO_DIR}/language/fi_fi/project_interface.php
-${FO_DIR}/language/fi_fi/reporting.php
-${FO_DIR}/language/fi_fi/site_interface.php
-${FO_DIR}/language/fi_fi/slimey.js
-${FO_DIR}/language/fi_fi/timezones.php
-${FO_DIR}/language/fi_fi/upgrade.php
${FO_DIR}/language/fr_fr.php
${FO_DIR}/language/fr_fr/_config.php
${FO_DIR}/language/fr_fr/actions.php
@@ -929,9 +953,6 @@ ${FO_DIR}/language/fr_fr/help/dummy.txt
${FO_DIR}/language/fr_fr/lang.js
${FO_DIR}/language/fr_fr/messages.php
${FO_DIR}/language/fr_fr/objects.php
-${FO_DIR}/language/fr_fr/plugins/dummy.txt
-${FO_DIR}/language/fr_fr/plugins/html_to_pdf.php
-${FO_DIR}/language/fr_fr/plugins/new_window.php
${FO_DIR}/language/fr_fr/project_interface.php
${FO_DIR}/language/fr_fr/reporting.php
${FO_DIR}/language/fr_fr/site_interface.php
@@ -954,7 +975,6 @@ ${FO_DIR}/language/hu_hu/lang.js
${FO_DIR}/language/hu_hu/messages.php
${FO_DIR}/language/hu_hu/new_window.php
${FO_DIR}/language/hu_hu/objects.php
-${FO_DIR}/language/hu_hu/plugins/dummy.txt
${FO_DIR}/language/hu_hu/project_interface.php
${FO_DIR}/language/hu_hu/reporting.php
${FO_DIR}/language/hu_hu/site_interface.php
@@ -975,7 +995,6 @@ ${FO_DIR}/language/it_it/help/dummy.txt
${FO_DIR}/language/it_it/lang.js
${FO_DIR}/language/it_it/messages.php
${FO_DIR}/language/it_it/objects.php
-${FO_DIR}/language/it_it/plugins/dummy.txt
${FO_DIR}/language/it_it/project_interface.php
${FO_DIR}/language/it_it/reporting.php
${FO_DIR}/language/it_it/site_interface.php
@@ -1000,14 +1019,12 @@ ${FO_DIR}/language/ja_jp/help/no_help.html
${FO_DIR}/language/ja_jp/lang.js
${FO_DIR}/language/ja_jp/messages.php
${FO_DIR}/language/ja_jp/objects.php
-${FO_DIR}/language/ja_jp/plugins/dummy.txt
${FO_DIR}/language/ja_jp/project_interface.php
${FO_DIR}/language/ja_jp/reporting.php
${FO_DIR}/language/ja_jp/site_interface.php
${FO_DIR}/language/ja_jp/slimey.js
${FO_DIR}/language/ja_jp/timezones.php
${FO_DIR}/language/ja_jp/upgrade.php
-${FO_DIR}/language/ko_kr.php
${FO_DIR}/language/ko_kr/_config.php
${FO_DIR}/language/ko_kr/actions.php
${FO_DIR}/language/ko_kr/administration.php
@@ -1018,11 +1035,9 @@ ${FO_DIR}/language/ko_kr/errors.php
${FO_DIR}/language/ko_kr/fields.php
${FO_DIR}/language/ko_kr/general.php
${FO_DIR}/language/ko_kr/help.php
-${FO_DIR}/language/ko_kr/help/dummy.txt
${FO_DIR}/language/ko_kr/lang.js
${FO_DIR}/language/ko_kr/messages.php
${FO_DIR}/language/ko_kr/objects.php
-${FO_DIR}/language/ko_kr/plugins/dummy.txt
${FO_DIR}/language/ko_kr/project_interface.php
${FO_DIR}/language/ko_kr/reporting.php
${FO_DIR}/language/ko_kr/site_interface.php
@@ -1045,7 +1060,6 @@ ${FO_DIR}/language/lt_lt/help/no_help.html
${FO_DIR}/language/lt_lt/lang.js
${FO_DIR}/language/lt_lt/messages.php
${FO_DIR}/language/lt_lt/objects.php
-${FO_DIR}/language/lt_lt/plugins/dummy.txt
${FO_DIR}/language/lt_lt/project_interface.php
${FO_DIR}/language/lt_lt/reporting.php
${FO_DIR}/language/lt_lt/site_interface.php
@@ -1070,10 +1084,6 @@ ${FO_DIR}/language/nb_no/help/no_help.html
${FO_DIR}/language/nb_no/lang.js
${FO_DIR}/language/nb_no/messages.php
${FO_DIR}/language/nb_no/objects.php
-${FO_DIR}/language/nb_no/plugins/dummy.txt
-${FO_DIR}/language/nb_no/plugins/fengoffice.php
-${FO_DIR}/language/nb_no/plugins/help_menu.js
-${FO_DIR}/language/nb_no/plugins/sky.php
${FO_DIR}/language/nb_no/project_interface.php
${FO_DIR}/language/nb_no/reporting.php
${FO_DIR}/language/nb_no/site_interface.php
@@ -1095,7 +1105,6 @@ ${FO_DIR}/language/nl_nl/help/dummy.txt
${FO_DIR}/language/nl_nl/lang.js
${FO_DIR}/language/nl_nl/messages.php
${FO_DIR}/language/nl_nl/objects.php
-${FO_DIR}/language/nl_nl/plugins/dummy.txt
${FO_DIR}/language/nl_nl/project_interface.php
${FO_DIR}/language/nl_nl/reporting.php
${FO_DIR}/language/nl_nl/site_interface.php
@@ -1118,7 +1127,6 @@ ${FO_DIR}/language/pl_pl/help/dummy.txt
${FO_DIR}/language/pl_pl/lang.js
${FO_DIR}/language/pl_pl/messages.php
${FO_DIR}/language/pl_pl/objects.php
-${FO_DIR}/language/pl_pl/plugins/dummy.txt
${FO_DIR}/language/pl_pl/project_interface.php
${FO_DIR}/language/pl_pl/reporting.php
${FO_DIR}/language/pl_pl/site_interface.php
@@ -1146,7 +1154,6 @@ ${FO_DIR}/language/pt_br/lang.js
${FO_DIR}/language/pt_br/messages.php
${FO_DIR}/language/pt_br/new_window.php
${FO_DIR}/language/pt_br/objects.php
-${FO_DIR}/language/pt_br/plugins/dummy.txt
${FO_DIR}/language/pt_br/project_interface.php
${FO_DIR}/language/pt_br/reporting.php
${FO_DIR}/language/pt_br/site_interface.php
@@ -1171,7 +1178,6 @@ ${FO_DIR}/language/ru_ru/help/no_help.html
${FO_DIR}/language/ru_ru/lang.js
${FO_DIR}/language/ru_ru/messages.php
${FO_DIR}/language/ru_ru/objects.php
-${FO_DIR}/language/ru_ru/plugins/dummy.txt
${FO_DIR}/language/ru_ru/project_interface.php
${FO_DIR}/language/ru_ru/readme_rus.txt
${FO_DIR}/language/ru_ru/reporting.php
@@ -1180,28 +1186,6 @@ ${FO_DIR}/language/ru_ru/slimey.js
${FO_DIR}/language/ru_ru/timezones.php
${FO_DIR}/language/ru_ru/unknown-words.txt
${FO_DIR}/language/ru_ru/upgrade.php
-${FO_DIR}/language/sv_se.php
-${FO_DIR}/language/sv_se/_config.php
-${FO_DIR}/language/sv_se/actions.php
-${FO_DIR}/language/sv_se/administration.php
-${FO_DIR}/language/sv_se/calendar.php
-${FO_DIR}/language/sv_se/countries.php
-${FO_DIR}/language/sv_se/emails.php
-${FO_DIR}/language/sv_se/errors.php
-${FO_DIR}/language/sv_se/fields.php
-${FO_DIR}/language/sv_se/general.php
-${FO_DIR}/language/sv_se/help.php
-${FO_DIR}/language/sv_se/help/dummy.txt
-${FO_DIR}/language/sv_se/lang.js
-${FO_DIR}/language/sv_se/messages.php
-${FO_DIR}/language/sv_se/objects.php
-${FO_DIR}/language/sv_se/plugins/dummy.txt
-${FO_DIR}/language/sv_se/project_interface.php
-${FO_DIR}/language/sv_se/reporting.php
-${FO_DIR}/language/sv_se/site_interface.php
-${FO_DIR}/language/sv_se/slimey.js
-${FO_DIR}/language/sv_se/timezones.php
-${FO_DIR}/language/sv_se/upgrade.php
${FO_DIR}/language/tr_tr.php
${FO_DIR}/language/tr_tr/_config.php
${FO_DIR}/language/tr_tr/actions.php
@@ -1212,11 +1196,9 @@ ${FO_DIR}/language/tr_tr/errors.php
${FO_DIR}/language/tr_tr/fields.php
${FO_DIR}/language/tr_tr/general.php
${FO_DIR}/language/tr_tr/help.php
-${FO_DIR}/language/tr_tr/help/dummy.txt
${FO_DIR}/language/tr_tr/lang.js
${FO_DIR}/language/tr_tr/messages.php
${FO_DIR}/language/tr_tr/objects.php
-${FO_DIR}/language/tr_tr/plugins/dummy.txt
${FO_DIR}/language/tr_tr/project_interface.php
${FO_DIR}/language/tr_tr/reporting.php
${FO_DIR}/language/tr_tr/site_interface.php
@@ -1243,7 +1225,6 @@ ${FO_DIR}/language/uk_ua/lang.js
${FO_DIR}/language/uk_ua/messages.php
${FO_DIR}/language/uk_ua/new_window.php
${FO_DIR}/language/uk_ua/objects.php
-${FO_DIR}/language/uk_ua/plugins/dummy.txt
${FO_DIR}/language/uk_ua/project_interface.php
${FO_DIR}/language/uk_ua/reporting.php
${FO_DIR}/language/uk_ua/site_interface.php
@@ -1267,10 +1248,6 @@ ${FO_DIR}/language/zh_cn/lang.js
${FO_DIR}/language/zh_cn/messages.php
${FO_DIR}/language/zh_cn/new_window.php
${FO_DIR}/language/zh_cn/objects.php
-${FO_DIR}/language/zh_cn/plugins/dummy.txt
-${FO_DIR}/language/zh_cn/plugins/fengoffice.php
-${FO_DIR}/language/zh_cn/plugins/help_menu.js
-${FO_DIR}/language/zh_cn/plugins/sky.php
${FO_DIR}/language/zh_cn/project_interface.php
${FO_DIR}/language/zh_cn/reporting.php
${FO_DIR}/language/zh_cn/site_interface.php
@@ -1292,7 +1269,6 @@ ${FO_DIR}/language/zh_tw/help/dummy.txt
${FO_DIR}/language/zh_tw/lang.js
${FO_DIR}/language/zh_tw/messages.php
${FO_DIR}/language/zh_tw/objects.php
-${FO_DIR}/language/zh_tw/plugins/dummy.txt
${FO_DIR}/language/zh_tw/project_interface.php
${FO_DIR}/language/zh_tw/site_interface.php
${FO_DIR}/language/zh_tw/timezones.php
@@ -1575,6 +1551,59 @@ ${FO_DIR}/library/icalendar/iCalendar_PropertyValue.class.php
${FO_DIR}/library/jsmin/JSMin.class.php
${FO_DIR}/library/json/JSON.class.php
${FO_DIR}/library/json/json.php
+${FO_DIR}/library/openflashchart/README.txt
+${FO_DIR}/library/openflashchart/build_package.php
+${FO_DIR}/library/openflashchart/draw_chart.php
+${FO_DIR}/library/openflashchart/examples/3d-bar-chart.php
+${FO_DIR}/library/openflashchart/examples/area-hollow.php
+${FO_DIR}/library/openflashchart/examples/bar-chart.php
+${FO_DIR}/library/openflashchart/examples/data-lines-2.php
+${FO_DIR}/library/openflashchart/examples/data-lines.php
+${FO_DIR}/library/openflashchart/examples/glass-bar-chart.php
+${FO_DIR}/library/openflashchart/examples/horizontal-bar-chart.php
+${FO_DIR}/library/openflashchart/examples/line-dot.php
+${FO_DIR}/library/openflashchart/examples/line-hollow.php
+${FO_DIR}/library/openflashchart/examples/pie-chart.php
+${FO_DIR}/library/openflashchart/examples/scatter-chart.php
+${FO_DIR}/library/openflashchart/examples/sketch-bar-chart.php
+${FO_DIR}/library/openflashchart/examples/stacked-bar-chart.php
+${FO_DIR}/library/openflashchart/js/README.txt
+${FO_DIR}/library/openflashchart/js/json/json2.js
+${FO_DIR}/library/openflashchart/js/swfobject.js
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Area/OFC_Charts_Area_Hollow.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Bar/OFC_Charts_Bar_3d.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Bar/OFC_Charts_Bar_Filled.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Bar/OFC_Charts_Bar_Glass.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Bar/OFC_Charts_Bar_Horizontal.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Bar/OFC_Charts_Bar_Sketch.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Bar/OFC_Charts_Bar_Stack.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Bar/OFC_Charts_Bar_Value.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Line/OFC_Charts_Line_Dot.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Line/OFC_Charts_Line_Hollow.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/OFC_Charts_Area.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/OFC_Charts_Bar.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/OFC_Charts_Base.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/OFC_Charts_Line.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/OFC_Charts_Pie.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/OFC_Charts_Scatter.php
+${FO_DIR}/library/openflashchart/lib/OFC/Charts/Scatter/OFC_Scatter_Line.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/Axis/OFC_Elements_Axis_X.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/Axis/OFC_Elements_Axis_X_Label.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/Axis/OFC_Elements_Axis_X_Label_Set.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/Axis/OFC_Elements_Axis_Y.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/Axis/OFC_Elements_Axis_Y_Right.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/Legend/OFC_Elements_Legend_X.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/Legend/OFC_Elements_Legend_Y.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/OFC_Elements_Axis.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/OFC_Elements_Base.php
+${FO_DIR}/library/openflashchart/lib/OFC/Elements/OFC_Elements_Title.php
+${FO_DIR}/library/openflashchart/lib/OFC/JSON.php
+${FO_DIR}/library/openflashchart/lib/OFC/JSON_Format.php
+${FO_DIR}/library/openflashchart/lib/OFC/OFC_Chart.php
+${FO_DIR}/library/openflashchart/lib/OFC/OFC_Elements.php
+${FO_DIR}/library/openflashchart/open-flash-chart-object.php
+${FO_DIR}/library/openflashchart/openflashchart.php
+${FO_DIR}/library/openflashchart/package.xml
${FO_DIR}/library/pdf/font/courier.php
${FO_DIR}/library/pdf/font/helvetica.php
${FO_DIR}/library/pdf/font/helveticab.php
@@ -1782,6 +1811,346 @@ ${FO_DIR}/library/utf8/utils/unicode.php
${FO_DIR}/library/utf8/utils/validation.php
${FO_DIR}/library/vcard/vcard.php
${FO_DIR}/library/zend/Zend/Exception.php
+${FO_DIR}/library/zend/Zend/Gdata.php
+${FO_DIR}/library/zend/Zend/Gdata/App.php
+${FO_DIR}/library/zend/Zend/Gdata/App/AuthException.php
+${FO_DIR}/library/zend/Zend/Gdata/App/BadMethodCallException.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Base.php
+${FO_DIR}/library/zend/Zend/Gdata/App/BaseMediaSource.php
+${FO_DIR}/library/zend/Zend/Gdata/App/CaptchaRequiredException.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Entry.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Exception.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Author.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Category.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Content.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Contributor.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Control.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Draft.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Edited.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Element.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Email.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Generator.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Icon.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Id.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Link.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Logo.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Name.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Person.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Published.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Rights.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Source.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Subtitle.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Summary.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Text.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Title.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Updated.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Uri.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Feed.php
+${FO_DIR}/library/zend/Zend/Gdata/App/FeedEntryParent.php
+${FO_DIR}/library/zend/Zend/Gdata/App/FeedSourceParent.php
+${FO_DIR}/library/zend/Zend/Gdata/App/HttpException.php
+${FO_DIR}/library/zend/Zend/Gdata/App/IOException.php
+${FO_DIR}/library/zend/Zend/Gdata/App/InvalidArgumentException.php
+${FO_DIR}/library/zend/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php
+${FO_DIR}/library/zend/Zend/Gdata/App/MediaEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/App/MediaFileSource.php
+${FO_DIR}/library/zend/Zend/Gdata/App/MediaSource.php
+${FO_DIR}/library/zend/Zend/Gdata/App/Util.php
+${FO_DIR}/library/zend/Zend/Gdata/App/VersionException.php
+${FO_DIR}/library/zend/Zend/Gdata/AuthSub.php
+${FO_DIR}/library/zend/Zend/Gdata/Books.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/CollectionEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/CollectionFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/AnnotationLink.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/BooksCategory.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/BooksLink.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Embeddability.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/InfoLink.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/PreviewLink.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Review.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/ThumbnailLink.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Viewability.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/AccessLevel.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Color.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Hidden.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Link.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/QuickAdd.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Selected.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/SendEventNotifications.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Timezone.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/WebContent.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/ListEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Calendar/ListFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/ClientLogin.php
+${FO_DIR}/library/zend/Zend/Gdata/Docs.php
+${FO_DIR}/library/zend/Zend/Gdata/Docs/DocumentListEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Docs/DocumentListFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Docs/Query.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Creator.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Date.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Description.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Format.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Identifier.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Language.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Publisher.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Rights.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Subject.php
+${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Title.php
+${FO_DIR}/library/zend/Zend/Gdata/Entry.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Entry.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Distance.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Exposure.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/FStop.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Flash.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/FocalLength.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/ImageUniqueId.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Iso.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Make.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Model.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Tags.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Time.php
+${FO_DIR}/library/zend/Zend/Gdata/Exif/Feed.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/AttendeeStatus.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/AttendeeType.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Comments.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/EntryLink.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/EventStatus.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/ExtendedProperty.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/FeedLink.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchItemsPerPage.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchStartIndex.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchTotalResults.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/OriginalEvent.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Rating.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Recurrence.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/RecurrenceException.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Reminder.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Transparency.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Visibility.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/When.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Where.php
+${FO_DIR}/library/zend/Zend/Gdata/Extension/Who.php
+${FO_DIR}/library/zend/Zend/Gdata/Feed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Error.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/EmailList.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Login.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Name.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Nickname.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Property.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Quota.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/Query.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/ServiceException.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/Entry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/Extension/BaseAttribute.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/Feed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/Query.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Geo.php
+${FO_DIR}/library/zend/Zend/Gdata/Geo/Entry.php
+${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GeoRssWhere.php
+${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GmlPoint.php
+${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GmlPos.php
+${FO_DIR}/library/zend/Zend/Gdata/Geo/Feed.php
+${FO_DIR}/library/zend/Zend/Gdata/Health.php
+${FO_DIR}/library/zend/Zend/Gdata/Health/Extension/Ccr.php
+${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileListEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileListFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Health/Query.php
+${FO_DIR}/library/zend/Zend/Gdata/HttpAdapterStreamingProxy.php
+${FO_DIR}/library/zend/Zend/Gdata/HttpAdapterStreamingSocket.php
+${FO_DIR}/library/zend/Zend/Gdata/HttpClient.php
+${FO_DIR}/library/zend/Zend/Gdata/Kind/EventEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Media.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Entry.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCategory.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaContent.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCopyright.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCredit.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaDescription.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaGroup.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaHash.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaKeywords.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaPlayer.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaRating.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaRestriction.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaText.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaThumbnail.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaTitle.php
+${FO_DIR}/library/zend/Zend/Gdata/Media/Feed.php
+${FO_DIR}/library/zend/Zend/Gdata/MediaMimeStream.php
+${FO_DIR}/library/zend/Zend/Gdata/MimeBodyString.php
+${FO_DIR}/library/zend/Zend/Gdata/MimeFile.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/CommentEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Access.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/AlbumId.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/BytesUsed.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Checksum.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Client.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/CommentCount.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/CommentingEnabled.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Height.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Id.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Location.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/MaxPhotosPerAlbum.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Name.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Nickname.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/NumPhotos.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/NumPhotosRemaining.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/PhotoId.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Position.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/QuotaCurrent.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/QuotaLimit.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Rotation.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Size.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Thumbnail.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Timestamp.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/User.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Version.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Weight.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Width.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/TagEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/UserEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/UserFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Photos/UserQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Query.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/DocumentQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/Cell.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/ColCount.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/Custom.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/RowCount.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListQuery.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/SpreadsheetEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/SpreadsheetFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/WorksheetEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/WorksheetFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/ActivityEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/ActivityFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/CommentEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/CommentFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/ContactEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/ContactFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/AboutMe.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Age.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Books.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Company.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Control.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/CountHint.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Description.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Duration.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/FirstName.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Gender.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Hobbies.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Hometown.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/LastName.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Link.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Location.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaContent.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaCredit.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaGroup.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaRating.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Movies.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Music.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/NoEmbed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Occupation.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/PlaylistId.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/PlaylistTitle.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Position.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Private.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/QueryString.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Racy.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Recorded.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Relationship.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/ReleaseDate.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/School.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/State.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Statistics.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Status.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Token.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Uploaded.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Username.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/VideoId.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/InboxEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/InboxFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/MediaEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistListEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistListFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistVideoEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistVideoFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/SubscriptionEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/SubscriptionFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/UserProfileEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoEntry.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoFeed.php
+${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoQuery.php
+${FO_DIR}/library/zend/Zend/Http/Client.php
+${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Curl.php
+${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Exception.php
+${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Interface.php
+${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Proxy.php
+${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Socket.php
+${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Stream.php
+${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Test.php
+${FO_DIR}/library/zend/Zend/Http/Client/Exception.php
+${FO_DIR}/library/zend/Zend/Http/Exception.php
+${FO_DIR}/library/zend/Zend/Http/Response.php
+${FO_DIR}/library/zend/Zend/Http/Response/Stream.php
+${FO_DIR}/library/zend/Zend/Loader.php
+${FO_DIR}/library/zend/Zend/Registry.php
${FO_DIR}/library/zend/Zend/Search/Exception.php
${FO_DIR}/library/zend/Zend/Search/Lucene.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer.php
@@ -1855,12 +2224,97 @@ ${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory/Filesystem.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Filesystem.php
${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Memory.php
+${FO_DIR}/library/zend/Zend/Uri.php
+${FO_DIR}/library/zend/Zend/Uri/Exception.php
+${FO_DIR}/library/zend/Zend/Uri/Http.php
+${FO_DIR}/library/zend/Zend/Validate/Abstract.php
+${FO_DIR}/library/zend/Zend/Validate/Hostname.php
+${FO_DIR}/library/zend/Zend/Validate/Hostname/Biz.php
+${FO_DIR}/library/zend/Zend/Validate/Hostname/Cn.php
+${FO_DIR}/library/zend/Zend/Validate/Hostname/Com.php
+${FO_DIR}/library/zend/Zend/Validate/Hostname/Jp.php
+${FO_DIR}/library/zend/Zend/Validate/Interface.php
+${FO_DIR}/library/zend/Zend/Validate/Ip.php
+${FO_DIR}/library/zend/Zend/Version.php
${FO_DIR}/library/zip/archive.class.php
-${FO_DIR}/library/zipimport/ImportLogger.class.php
-${FO_DIR}/library/zipimport/ZipImport.class.php
-${FO_DIR}/library/zipimport/zipImportConsole.php
${FO_DIR}/license.txt
${FO_DIR}/php.ini
+${FO_DIR}/plugins/core_dimensions/hooks/core_dimensions_hooks.php
+${FO_DIR}/plugins/core_dimensions/info.php
+${FO_DIR}/plugins/core_dimensions/install/index.html
+${FO_DIR}/plugins/core_dimensions/install/sql/mysql_initial_data.php
+${FO_DIR}/plugins/core_dimensions/install/sql/mysql_schema.php
+${FO_DIR}/plugins/core_dimensions/language/en_us/lang.js
+${FO_DIR}/plugins/core_dimensions/language/en_us/lang.php
+${FO_DIR}/plugins/core_dimensions/language/es_la/lang.js
+${FO_DIR}/plugins/core_dimensions/language/es_la/lang.php
+${FO_DIR}/plugins/core_dimensions/public/assets/javascript/core_dimensions.js
+${FO_DIR}/plugins/core_dimensions/templates/quickadd_extra_fields.php
+${FO_DIR}/plugins/mail/application/controllers/MailController.class.php
+${FO_DIR}/plugins/mail/application/helpers/MailUtilities.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContact.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContacts.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_contacts/base/BaseMailAccountContact.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_contacts/base/BaseMailAccountContacts.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/MailAccountImapFolder.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php
+${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php
+${FO_DIR}/plugins/mail/application/models/mail_accounts/MailAccount.class.php
+${FO_DIR}/plugins/mail/application/models/mail_accounts/MailAccounts.class.php
+${FO_DIR}/plugins/mail/application/models/mail_accounts/base/BaseMailAccount.class.php
+${FO_DIR}/plugins/mail/application/models/mail_accounts/base/BaseMailAccounts.class.php
+${FO_DIR}/plugins/mail/application/models/mail_contents/MailContent.class.php
+${FO_DIR}/plugins/mail/application/models/mail_contents/MailContents.class.php
+${FO_DIR}/plugins/mail/application/models/mail_contents/base/BaseMailContent.class.php
+${FO_DIR}/plugins/mail/application/models/mail_contents/base/BaseMailContents.class.php
+${FO_DIR}/plugins/mail/application/models/mail_datas/MailData.class.php
+${FO_DIR}/plugins/mail/application/models/mail_datas/MailDatas.class.php
+${FO_DIR}/plugins/mail/application/models/mail_datas/base/BaseMailData.class.php
+${FO_DIR}/plugins/mail/application/models/mail_datas/base/BaseMailDatas.class.php
+${FO_DIR}/plugins/mail/application/models/mail_spam_filters/MailSpamFilter.class.php
+${FO_DIR}/plugins/mail/application/models/mail_spam_filters/MailSpamFilters.class.php
+${FO_DIR}/plugins/mail/application/models/mail_spam_filters/base/BaseMailSpamFilter.class.php
+${FO_DIR}/plugins/mail/application/models/mail_spam_filters/base/BaseMailSpamFilters.class.php
+${FO_DIR}/plugins/mail/application/views/mail/add_account.php
+${FO_DIR}/plugins/mail/application/views/mail/add_mail.php
+${FO_DIR}/plugins/mail/application/views/mail/classify.php
+${FO_DIR}/plugins/mail/application/views/mail/fetch_imap_folders.php
+${FO_DIR}/plugins/mail/application/views/mail/fetch_imap_folders_sync.php
+${FO_DIR}/plugins/mail/application/views/mail/llo_email_conversation.php
+${FO_DIR}/plugins/mail/application/views/mail/print_view.php
+${FO_DIR}/plugins/mail/application/views/mail/sync_old_sent_mails.php
+${FO_DIR}/plugins/mail/application/views/mail/view.php
+${FO_DIR}/plugins/mail/info.php
+${FO_DIR}/plugins/mail/install/index.html
+${FO_DIR}/plugins/mail/install/sql/mysql_initial_data.php
+${FO_DIR}/plugins/mail/install/sql/mysql_schema.php
+${FO_DIR}/plugins/mail/language/en_us/lang.js
+${FO_DIR}/plugins/mail/language/en_us/lang.php
+${FO_DIR}/plugins/mail/language/es_la/lang.js
+${FO_DIR}/plugins/mail/language/es_la/lang.php
+${FO_DIR}/plugins/mail/public/assets/css/mail.css
+${FO_DIR}/plugins/mail/public/assets/javascript/AddMail.js
+${FO_DIR}/plugins/mail/public/assets/javascript/MailAccountMenu.js
+${FO_DIR}/plugins/mail/public/assets/javascript/MailCombo.js
+${FO_DIR}/plugins/mail/public/assets/javascript/MailManager.js
+${FO_DIR}/plugins/workspaces/application/models/Workspace.class.php
+${FO_DIR}/plugins/workspaces/application/models/Workspaces.class.php
+${FO_DIR}/plugins/workspaces/application/models/base/BaseWorkspace.class.php
+${FO_DIR}/plugins/workspaces/application/models/base/BaseWorkspaces.class.php
+${FO_DIR}/plugins/workspaces/application/views/task/groupby.php
+${FO_DIR}/plugins/workspaces/application/widgets/ws_description/index.php
+${FO_DIR}/plugins/workspaces/application/widgets/ws_description/template.php
+${FO_DIR}/plugins/workspaces/hooks/workspaces_hooks.php
+${FO_DIR}/plugins/workspaces/info.php
+${FO_DIR}/plugins/workspaces/install/index.html
+${FO_DIR}/plugins/workspaces/install/sql/mysql_initial_data.php
+${FO_DIR}/plugins/workspaces/install/sql/mysql_schema.php
+${FO_DIR}/plugins/workspaces/language/en_us/lang.js
+${FO_DIR}/plugins/workspaces/language/en_us/lang.php
+${FO_DIR}/plugins/workspaces/language/es_la/lang.js
+${FO_DIR}/plugins/workspaces/language/es_la/lang.php
+${FO_DIR}/plugins/workspaces/public/assets/javascript/workspaces.js
${FO_DIR}/public/API/utils/FengApiFormat.class.php
${FO_DIR}/public/assets/flash/SoundBridge.swf
${FO_DIR}/public/assets/flash/open-flash-chart.swf
@@ -1869,7 +2323,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/.htaccess
${FO_DIR}/public/assets/javascript/ckeditor/CHANGES.html
${FO_DIR}/public/assets/javascript/ckeditor/INSTALL.html
${FO_DIR}/public/assets/javascript/ckeditor/LICENSE.html
-${FO_DIR}/public/assets/javascript/ckeditor/adapters/jquery.js
${FO_DIR}/public/assets/javascript/ckeditor/ck_upload_handler.php
${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.asp
${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.js
@@ -1948,7 +2401,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/plugins/a11yhelp/lang/en.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/a11yhelp/lang/he.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/about/dialogs/about.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/about/dialogs/logo_ckeditor.png
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/adobeair/plugin.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/autogrow/plugin.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/clipboard/dialogs/paste.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/colordialog/dialogs/colordialog.js
@@ -1966,8 +2418,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/select.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/textarea.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/forms/dialogs/textfield.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/forms/images/hiddenfield.gif
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/iframe/dialogs/iframe.js
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/iframe/images/placeholder.png
${FO_DIR}/public/assets/javascript/ckeditor/plugins/iframedialog/plugin.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/image/dialogs/image.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/link/dialogs/anchor.js
@@ -1977,10 +2427,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/plugins/liststyle/dialogs/liststyle.
${FO_DIR}/public/assets/javascript/ckeditor/plugins/pagebreak/images/pagebreak.gif
${FO_DIR}/public/assets/javascript/ckeditor/plugins/pastefromword/filter/default.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/pastetext/dialogs/pastetext.js
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/placeholder/dialogs/placeholder.js
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/placeholder/lang/en.js
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/placeholder/placeholder.gif
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/placeholder/plugin.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/scayt/dialogs/options.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/scayt/dialogs/toolbar.css
${FO_DIR}/public/assets/javascript/ckeditor/plugins/showblocks/images/block_address.png
@@ -2017,7 +2463,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/tounge_smile.g
${FO_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
${FO_DIR}/public/assets/javascript/ckeditor/plugins/smiley/images/wink_smile.gif
${FO_DIR}/public/assets/javascript/ckeditor/plugins/specialchar/dialogs/specialchar.js
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/specialchar/lang/en.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/styles/styles/default.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/table/dialogs/table.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/tableresize/plugin.js
@@ -2029,7 +2474,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/plugins/templates/templates/images/t
${FO_DIR}/public/assets/javascript/ckeditor/plugins/templates/templates/images/template3.gif
${FO_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/dialogs/uicolor.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/lang/en.js
-${FO_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/lang/he.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/plugin.js
${FO_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/uicolor.gif
${FO_DIR}/public/assets/javascript/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
@@ -2045,7 +2489,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/plugins/wsc/dialogs/wsc.js
${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/dialog.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/editor.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/icons.png
-${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/icons_rtl.png
${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/images/dialog_sides.gif
${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/images/dialog_sides.png
${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/images/dialog_sides_rtl.png
@@ -2059,7 +2502,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/skins/kama/templates.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/dialog.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/editor.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/icons.png
-${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/icons_rtl.png
${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/dialog_sides.gif
${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/dialog_sides.png
${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/images/dialog_sides_rtl.png
@@ -2072,7 +2514,6 @@ ${FO_DIR}/public/assets/javascript/ckeditor/skins/office2003/templates.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/dialog.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/editor.css
${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/icons.png
-${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/icons_rtl.png
${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/images/dialog_sides.gif
${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/images/dialog_sides.png
${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/images/dialog_sides_rtl.png
@@ -2086,6 +2527,7 @@ ${FO_DIR}/public/assets/javascript/ckeditor/skins/v2/templates.css
${FO_DIR}/public/assets/javascript/ckeditor/themes/default/theme.js
${FO_DIR}/public/assets/javascript/extjs/LICENSE.txt
${FO_DIR}/public/assets/javascript/extjs/adapter/ext/ext-base.js
+${FO_DIR}/public/assets/javascript/extjs/adapter/jquery/ext-jquery-adapter.js
${FO_DIR}/public/assets/javascript/extjs/ext-all-debug.js
${FO_DIR}/public/assets/javascript/extjs/ext-all.js
${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-af-min.js
@@ -2426,21 +2868,38 @@ ${FO_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/white-top-bottom-
${FO_DIR}/public/assets/javascript/gelSheet/themes/opengoo/img/white-top-bottom.gif
${FO_DIR}/public/assets/javascript/gelSheet/themes/opengoo/style.css
${FO_DIR}/public/assets/javascript/gelSheet/themes/opengoo/toolbar.css
+${FO_DIR}/public/assets/javascript/h5f.min.js
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/bg.png
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/hue.png
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/jquery.modcoder.excolor.js
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/ok.png
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/sel.gif
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/shbg.png
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/slider.gif
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp.gif
+${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp0.gif
+${FO_DIR}/public/assets/javascript/jquery/jquery-1.6.2.min.js
+${FO_DIR}/public/assets/javascript/jquery/jquery.collapsible.js
+${FO_DIR}/public/assets/javascript/jquery/jquery.scrollTo-min.js
+${FO_DIR}/public/assets/javascript/jquery/jquery.tools.min.js
${FO_DIR}/public/assets/javascript/og/ArchivedObjects.js
${FO_DIR}/public/assets/javascript/og/AutocompleteTextarea.js
+${FO_DIR}/public/assets/javascript/og/Breadcrumbs.js
${FO_DIR}/public/assets/javascript/og/CSVCombo.js
${FO_DIR}/public/assets/javascript/og/CalendarFunctions.js
${FO_DIR}/public/assets/javascript/og/CalendarManager.js
+${FO_DIR}/public/assets/javascript/og/CalendarPrint.js
${FO_DIR}/public/assets/javascript/og/CalendarToolbar.js
${FO_DIR}/public/assets/javascript/og/ContactManager.js
${FO_DIR}/public/assets/javascript/og/ContentPanel.js
${FO_DIR}/public/assets/javascript/og/ContentPanelLayout.js
+${FO_DIR}/public/assets/javascript/og/ContextManager.js
${FO_DIR}/public/assets/javascript/og/CustomProperties.js
${FO_DIR}/public/assets/javascript/og/CustomPropertyFunctions.js
${FO_DIR}/public/assets/javascript/og/DateField.js
-${FO_DIR}/public/assets/javascript/og/EmailAccountMenu.js
-${FO_DIR}/public/assets/javascript/og/EmailCombo.js
${FO_DIR}/public/assets/javascript/og/EventPopUp.js
+${FO_DIR}/public/assets/javascript/og/Ext.ux.layout.Horizontal.js
+${FO_DIR}/public/assets/javascript/og/Ext.ux.layout.MultiAccordion.js
${FO_DIR}/public/assets/javascript/og/ExtendedDialog.js
${FO_DIR}/public/assets/javascript/og/FileManager.js
${FO_DIR}/public/assets/javascript/og/GooPlayer.js
@@ -2453,7 +2912,11 @@ ${FO_DIR}/public/assets/javascript/og/ImageChooser.js
${FO_DIR}/public/assets/javascript/og/InfinitePagingToolbar.js
${FO_DIR}/public/assets/javascript/og/LinkedObjectsManager.js
${FO_DIR}/public/assets/javascript/og/LoginDialog.js
-${FO_DIR}/public/assets/javascript/og/MailManager.js
+${FO_DIR}/public/assets/javascript/og/MemberChooser.js
+${FO_DIR}/public/assets/javascript/og/MemberChooserPanel.js
+${FO_DIR}/public/assets/javascript/og/MemberChooserTree.js
+${FO_DIR}/public/assets/javascript/og/MemberChooserTreeLoader.js
+${FO_DIR}/public/assets/javascript/og/MemberTree.js
${FO_DIR}/public/assets/javascript/og/MessageManager.js
${FO_DIR}/public/assets/javascript/og/ObjectPicker.js
${FO_DIR}/public/assets/javascript/og/ObjectSubtypesFunctions.js
@@ -2464,32 +2927,34 @@ ${FO_DIR}/public/assets/javascript/og/Reminders.js
${FO_DIR}/public/assets/javascript/og/ReportingFunctions.js
${FO_DIR}/public/assets/javascript/og/ReportingManager.js
${FO_DIR}/public/assets/javascript/og/Sound.js
-${FO_DIR}/public/assets/javascript/og/TagMenu.js
-${FO_DIR}/public/assets/javascript/og/TagPanel.js
${FO_DIR}/public/assets/javascript/og/TrashCan.js
${FO_DIR}/public/assets/javascript/og/UserGroupPicker.js
${FO_DIR}/public/assets/javascript/og/WebpageManager.js
-${FO_DIR}/public/assets/javascript/og/WorkspaceChooser.js
${FO_DIR}/public/assets/javascript/og/WorkspacePanel.js
${FO_DIR}/public/assets/javascript/og/WorkspaceUtils.js
${FO_DIR}/public/assets/javascript/og/app.js
-${FO_DIR}/public/assets/javascript/og/extfix.js
${FO_DIR}/public/assets/javascript/og/layout.js
-${FO_DIR}/public/assets/javascript/og/mail/addMail.js
+${FO_DIR}/public/assets/javascript/og/main.js
${FO_DIR}/public/assets/javascript/og/modules/addContactForm.js
${FO_DIR}/public/assets/javascript/og/modules/addFileForm.js
+${FO_DIR}/public/assets/javascript/og/modules/addMemberForm.js
${FO_DIR}/public/assets/javascript/og/modules/addMessageForm.js
${FO_DIR}/public/assets/javascript/og/modules/addProjectForm.js
${FO_DIR}/public/assets/javascript/og/modules/addTaskForm.js
${FO_DIR}/public/assets/javascript/og/modules/addTemplate.js
${FO_DIR}/public/assets/javascript/og/modules/addUserForm.js
+${FO_DIR}/public/assets/javascript/og/modules/dashboardComments.js
${FO_DIR}/public/assets/javascript/og/modules/doubleListSelCtrl.js
${FO_DIR}/public/assets/javascript/og/modules/linkToObjectForm.js
${FO_DIR}/public/assets/javascript/og/modules/massmailerForm.js
+${FO_DIR}/public/assets/javascript/og/modules/memberListView.js
+${FO_DIR}/public/assets/javascript/og/modules/plugins.js
${FO_DIR}/public/assets/javascript/og/modules/updatePermissionsForm.js
+${FO_DIR}/public/assets/javascript/og/ofc.js
${FO_DIR}/public/assets/javascript/og/og.js
-${FO_DIR}/public/assets/javascript/og/plugin/dummy.php
-${FO_DIR}/public/assets/javascript/og/plugin/task_dependencies.js
+${FO_DIR}/public/assets/javascript/og/overrides/TreeNode.js
+${FO_DIR}/public/assets/javascript/og/overrides/TreePanel.js
+${FO_DIR}/public/assets/javascript/og/overrides/extfix.js
${FO_DIR}/public/assets/javascript/og/swfobject.js
${FO_DIR}/public/assets/javascript/og/tasks/TasksBottomToolbar.js
${FO_DIR}/public/assets/javascript/og/tasks/TasksTopToolbar.js
@@ -2497,12 +2962,7 @@ ${FO_DIR}/public/assets/javascript/og/tasks/addTask.js
${FO_DIR}/public/assets/javascript/og/tasks/drawing.js
${FO_DIR}/public/assets/javascript/og/tasks/main.js
${FO_DIR}/public/assets/javascript/og/tasks/print.js
-${FO_DIR}/public/assets/javascript/og/tasks_bck/TasksBottomToolbar.js
-${FO_DIR}/public/assets/javascript/og/tasks_bck/TasksTopToolbar.js
-${FO_DIR}/public/assets/javascript/og/tasks_bck/addTask.js
-${FO_DIR}/public/assets/javascript/og/tasks_bck/drawing.js
-${FO_DIR}/public/assets/javascript/og/tasks_bck/main.js
-${FO_DIR}/public/assets/javascript/og/tasks_bck/print.js
+${FO_DIR}/public/assets/javascript/og/tasks/task_dependencies.js
${FO_DIR}/public/assets/javascript/og/time/drawing.js
${FO_DIR}/public/assets/javascript/og/time/main.js
${FO_DIR}/public/assets/javascript/ogmin.js
@@ -2615,10 +3075,12 @@ ${FO_DIR}/public/assets/javascript/slimey/logo.png
${FO_DIR}/public/assets/javascript/slimey/logo.svg
${FO_DIR}/public/assets/javascript/slimey/navigation.js
${FO_DIR}/public/assets/javascript/slimey/readme.txt
+${FO_DIR}/public/assets/javascript/slimey/save.php
${FO_DIR}/public/assets/javascript/slimey/slang/en_us.js
${FO_DIR}/public/assets/javascript/slimey/slang/es_la.js
${FO_DIR}/public/assets/javascript/slimey/slime.html
${FO_DIR}/public/assets/javascript/slimey/slimey.css
+${FO_DIR}/public/assets/javascript/slimey/slimey.html
${FO_DIR}/public/assets/javascript/slimey/slimey.js
${FO_DIR}/public/assets/javascript/slimey/stack.js
${FO_DIR}/public/assets/javascript/slimey/toolbar.js
@@ -2837,8 +3299,7 @@ ${FO_DIR}/public/assets/themes/default/fckeditor/images/toolbar.end.gif
${FO_DIR}/public/assets/themes/default/fckeditor/images/toolbar.expand.gif
${FO_DIR}/public/assets/themes/default/fckeditor/images/toolbar.separator.gif
${FO_DIR}/public/assets/themes/default/fckeditor/images/toolbar.start.gif
-${FO_DIR}/public/assets/themes/default/images/12x12/chkoff.png
-${FO_DIR}/public/assets/themes/default/images/12x12/chkon.png
+${FO_DIR}/public/assets/themes/default/images/12x12/close-icon-1.png
${FO_DIR}/public/assets/themes/default/images/12x12/collapse.png
${FO_DIR}/public/assets/themes/default/images/12x12/expand.png
${FO_DIR}/public/assets/themes/default/images/16x16/2arrowleft.png
@@ -2846,7 +3307,7 @@ ${FO_DIR}/public/assets/themes/default/images/16x16/2arrowright.png
${FO_DIR}/public/assets/themes/default/images/16x16/account.png
${FO_DIR}/public/assets/themes/default/images/16x16/add.png
${FO_DIR}/public/assets/themes/default/images/16x16/administration.png
-${FO_DIR}/public/assets/themes/default/images/16x16/all_16_16_sprite.png
+${FO_DIR}/public/assets/themes/default/images/16x16/all_16_16_vertical.png
${FO_DIR}/public/assets/themes/default/images/16x16/archive_obj.png
${FO_DIR}/public/assets/themes/default/images/16x16/arrowleft.png
${FO_DIR}/public/assets/themes/default/images/16x16/arrowright.png
@@ -2855,6 +3316,8 @@ ${FO_DIR}/public/assets/themes/default/images/16x16/back.png
${FO_DIR}/public/assets/themes/default/images/16x16/calendar.png
${FO_DIR}/public/assets/themes/default/images/16x16/checkin.png
${FO_DIR}/public/assets/themes/default/images/16x16/checkout.png
+${FO_DIR}/public/assets/themes/default/images/16x16/chkoff.png
+${FO_DIR}/public/assets/themes/default/images/16x16/chkon.png
${FO_DIR}/public/assets/themes/default/images/16x16/classify.png
${FO_DIR}/public/assets/themes/default/images/16x16/collapse.png
${FO_DIR}/public/assets/themes/default/images/16x16/comment.png
@@ -2924,6 +3387,7 @@ ${FO_DIR}/public/assets/themes/default/images/16x16/properties.png
${FO_DIR}/public/assets/themes/default/images/16x16/prsn.png
${FO_DIR}/public/assets/themes/default/images/16x16/queue.png
${FO_DIR}/public/assets/themes/default/images/16x16/random.png
+${FO_DIR}/public/assets/themes/default/images/16x16/read.png
${FO_DIR}/public/assets/themes/default/images/16x16/recurrent.png
${FO_DIR}/public/assets/themes/default/images/16x16/refresh.png
${FO_DIR}/public/assets/themes/default/images/16x16/remember.png
@@ -3006,6 +3470,7 @@ ${FO_DIR}/public/assets/themes/default/images/16x16/unarchive_obj.png
${FO_DIR}/public/assets/themes/default/images/16x16/unclassify.png
${FO_DIR}/public/assets/themes/default/images/16x16/undo.png
${FO_DIR}/public/assets/themes/default/images/16x16/unlocked.png
+${FO_DIR}/public/assets/themes/default/images/16x16/unread.png
${FO_DIR}/public/assets/themes/default/images/16x16/up.png
${FO_DIR}/public/assets/themes/default/images/16x16/upload.png
${FO_DIR}/public/assets/themes/default/images/16x16/user_pagination_active.png
@@ -3051,12 +3516,12 @@ ${FO_DIR}/public/assets/themes/default/images/16x16/zip-extract.png
${FO_DIR}/public/assets/themes/default/images/22x22/chronometer.png
${FO_DIR}/public/assets/themes/default/images/22x22/chronometer_pause.png
${FO_DIR}/public/assets/themes/default/images/32x32/archive.png
+${FO_DIR}/public/assets/themes/default/images/32x32/close.png
${FO_DIR}/public/assets/themes/default/images/32x32/tasks.png
${FO_DIR}/public/assets/themes/default/images/32x32/trash.png
${FO_DIR}/public/assets/themes/default/images/32x32/view_calendar_month.png
${FO_DIR}/public/assets/themes/default/images/32x32/view_calendar_week.png
${FO_DIR}/public/assets/themes/default/images/32x32/warning.png
-${FO_DIR}/public/assets/themes/default/images/48x48/all_48_48_sprite.png
${FO_DIR}/public/assets/themes/default/images/48x48/billing.png
${FO_DIR}/public/assets/themes/default/images/48x48/chart.png
${FO_DIR}/public/assets/themes/default/images/48x48/company.png
@@ -3085,7 +3550,9 @@ ${FO_DIR}/public/assets/themes/default/images/48x48/note.png
${FO_DIR}/public/assets/themes/default/images/48x48/note_archived.png
${FO_DIR}/public/assets/themes/default/images/48x48/note_trashed.png
${FO_DIR}/public/assets/themes/default/images/48x48/object_subtypes.png
+${FO_DIR}/public/assets/themes/default/images/48x48/plugins.png
${FO_DIR}/public/assets/themes/default/images/48x48/report.png
+${FO_DIR}/public/assets/themes/default/images/48x48/tabs.png
${FO_DIR}/public/assets/themes/default/images/48x48/tasks.png
${FO_DIR}/public/assets/themes/default/images/48x48/tasks_archived.png
${FO_DIR}/public/assets/themes/default/images/48x48/tasks_trashed.png
@@ -3131,8 +3598,8 @@ ${FO_DIR}/public/assets/themes/default/images/48x48/weblink.png
${FO_DIR}/public/assets/themes/default/images/48x48/weblink_archived.png
${FO_DIR}/public/assets/themes/default/images/48x48/weblink_trashed.png
${FO_DIR}/public/assets/themes/default/images/48x48/workspace.png
-${FO_DIR}/public/assets/themes/default/images/8x8/read.png
-${FO_DIR}/public/assets/themes/default/images/8x8/unread.png
+${FO_DIR}/public/assets/themes/default/images/arrow_left.png
+${FO_DIR}/public/assets/themes/default/images/arrow_right.png
${FO_DIR}/public/assets/themes/default/images/avatar.gif
${FO_DIR}/public/assets/themes/default/images/box/box.xcf
${FO_DIR}/public/assets/themes/default/images/box/corners-blue.gif
@@ -3146,6 +3613,7 @@ ${FO_DIR}/public/assets/themes/default/images/box/r.gif
${FO_DIR}/public/assets/themes/default/images/box/right.png
${FO_DIR}/public/assets/themes/default/images/box/tb-blue.gif
${FO_DIR}/public/assets/themes/default/images/box/tb.gif
+${FO_DIR}/public/assets/themes/default/images/default-avatar.png
${FO_DIR}/public/assets/themes/default/images/file/contact.png
${FO_DIR}/public/assets/themes/default/images/file/del.png
${FO_DIR}/public/assets/themes/default/images/file/doc.png
@@ -3192,6 +3660,7 @@ ${FO_DIR}/public/assets/themes/default/images/icons/edit.gif
${FO_DIR}/public/assets/themes/default/images/icons/feed.gif
${FO_DIR}/public/assets/themes/default/images/icons/go_gray.gif
${FO_DIR}/public/assets/themes/default/images/icons/icalendar.png
+${FO_DIR}/public/assets/themes/default/images/icons/list-item.png
${FO_DIR}/public/assets/themes/default/images/icons/more_down.gif
${FO_DIR}/public/assets/themes/default/images/icons/not-checked.jpg
${FO_DIR}/public/assets/themes/default/images/icons/ok.gif
@@ -3204,6 +3673,7 @@ ${FO_DIR}/public/assets/themes/default/images/im/jabber.gif
${FO_DIR}/public/assets/themes/default/images/im/msn.gif
${FO_DIR}/public/assets/themes/default/images/im/skype.gif
${FO_DIR}/public/assets/themes/default/images/im/yahoo.gif
+${FO_DIR}/public/assets/themes/default/images/layout/gear.png
${FO_DIR}/public/assets/themes/default/images/layout/header_bottom.gif
${FO_DIR}/public/assets/themes/default/images/layout/loading.gif
${FO_DIR}/public/assets/themes/default/images/layout/login/b1.png
@@ -3249,16 +3719,8 @@ ${FO_DIR}/public/assets/themes/default/images/logtypes/projects.gif
${FO_DIR}/public/assets/themes/default/images/logtypes/projecttasklists.gif
${FO_DIR}/public/assets/themes/default/images/logtypes/projecttasks.gif
${FO_DIR}/public/assets/themes/default/images/logtypes/projectwebpages.gif
-${FO_DIR}/public/assets/themes/default/images/plugin/progress/bg1.png
-${FO_DIR}/public/assets/themes/default/images/plugin/progress/bg2.png
-${FO_DIR}/public/assets/themes/default/images/plugins/webpage_post_fields/postform.png
+${FO_DIR}/public/assets/themes/default/images/row-separator.png
${FO_DIR}/public/assets/themes/default/images/rx/grid_drag.png
-${FO_DIR}/public/assets/themes/default/images/wizard/cerrar.gif
-${FO_DIR}/public/assets/themes/default/images/wizard/customer.gif
-${FO_DIR}/public/assets/themes/default/images/wizard/done.gif
-${FO_DIR}/public/assets/themes/default/images/wizard/project.gif
-${FO_DIR}/public/assets/themes/default/images/wizard/tasks.gif
-${FO_DIR}/public/assets/themes/default/images/wizard/user.gif
${FO_DIR}/public/assets/themes/default/reesecal/default.css
${FO_DIR}/public/assets/themes/default/slimey/images/addslide.png
${FO_DIR}/public/assets/themes/default/slimey/images/addslided.png
@@ -3360,6 +3822,7 @@ ${FO_DIR}/public/assets/themes/default/slimey/images/viewSourceh.png
${FO_DIR}/public/assets/themes/default/slimey/images/viewSourcex.png
${FO_DIR}/public/assets/themes/default/slimey/slimey.css
${FO_DIR}/public/assets/themes/default/stylesheets/admin/admin.css
+${FO_DIR}/public/assets/themes/default/stylesheets/calendar_print.css
${FO_DIR}/public/assets/themes/default/stylesheets/dialog.css
${FO_DIR}/public/assets/themes/default/stylesheets/event/day.css
${FO_DIR}/public/assets/themes/default/stylesheets/event/week.css
@@ -3375,7 +3838,11 @@ ${FO_DIR}/public/assets/themes/default/stylesheets/og/co_input.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/dashboard.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/ext_modify.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/goo_player.css
+${FO_DIR}/public/assets/themes/default/stylesheets/og/ie7.css
+${FO_DIR}/public/assets/themes/default/stylesheets/og/ie8.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/image_chooser.css
+${FO_DIR}/public/assets/themes/default/stylesheets/og/member_chooser.css
+${FO_DIR}/public/assets/themes/default/stylesheets/og/notie.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/object_picker.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/og.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/printTasks.css
@@ -3387,12 +3854,8 @@ ${FO_DIR}/public/assets/themes/default/stylesheets/og/time.css
${FO_DIR}/public/assets/themes/default/stylesheets/og/workspace_panel.css
${FO_DIR}/public/assets/themes/default/stylesheets/ogmin.css
${FO_DIR}/public/assets/themes/default/stylesheets/ogmin1.5-beta.css
-${FO_DIR}/public/assets/themes/default/stylesheets/plugin/dummy.css
-${FO_DIR}/public/assets/themes/default/stylesheets/plugin/task_dependencies.css
-${FO_DIR}/public/assets/themes/default/stylesheets/plugin/webpage_post_fields.css
${FO_DIR}/public/assets/themes/default/stylesheets/project/project.css
${FO_DIR}/public/assets/themes/default/stylesheets/website.css
-${FO_DIR}/public/assets/themes/default/stylesheets/wizard/wizard.css
${FO_DIR}/public/files/dummy.txt
${FO_DIR}/public/help/help.html
${FO_DIR}/public/help/index.html
@@ -3403,6 +3866,7 @@ ${FO_DIR}/public/install/include.php
${FO_DIR}/public/install/index.php
${FO_DIR}/public/install/installation/acInstallation.class.php
${FO_DIR}/public/install/installation/installation.php
+${FO_DIR}/public/install/installation/plugin_acInstallation.class.php
${FO_DIR}/public/install/installation/steps/ChecksStep.class.php
${FO_DIR}/public/install/installation/steps/FinishStep.class.php
${FO_DIR}/public/install/installation/steps/SystemConfigStep.class.php
@@ -3414,6 +3878,7 @@ ${FO_DIR}/public/install/installation/templates/config_file.php
${FO_DIR}/public/install/installation/templates/finish.php
${FO_DIR}/public/install/installation/templates/installed_version.php
${FO_DIR}/public/install/installation/templates/layout.php
+${FO_DIR}/public/install/installation/templates/plugins.php
${FO_DIR}/public/install/installation/templates/sql/mysql_initial_data.php
${FO_DIR}/public/install/installation/templates/sql/mysql_schema.php
${FO_DIR}/public/install/installation/templates/sql/plugins/dummy.txt
@@ -3428,6 +3893,7 @@ ${FO_DIR}/public/install/library/classes/ScriptInstallerStep.class.php
${FO_DIR}/public/install/library/classes/Template.class.php
${FO_DIR}/public/install/library/constants.php
${FO_DIR}/public/install/library/functions.php
+${FO_DIR}/public/install/plugin-console.php
${FO_DIR}/public/tools/access.php
${FO_DIR}/public/tools/checklang.php
${FO_DIR}/public/tools/combine.php
@@ -3439,6 +3905,7 @@ ${FO_DIR}/public/tools/minify.php
${FO_DIR}/public/tools/topot.php
${FO_DIR}/public/tools/translate.php
${FO_DIR}/public/upgrade/assets/style.css
+${FO_DIR}/public/upgrade/complete_migration.php
${FO_DIR}/public/upgrade/console.php
${FO_DIR}/public/upgrade/include.php
${FO_DIR}/public/upgrade/index.php
@@ -3451,6 +3918,7 @@ ${FO_DIR}/public/upgrade/library/classes/ScriptUpgrader.class.php
${FO_DIR}/public/upgrade/library/classes/ScriptUpgraderScript.class.php
${FO_DIR}/public/upgrade/library/classes/Template.class.php
${FO_DIR}/public/upgrade/library/functions.php
+${FO_DIR}/public/upgrade/scripts/AsadoUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php
${FO_DIR}/public/upgrade/scripts/ChivitoUpgradeScript.class.php
@@ -3477,6 +3945,7 @@ ${FO_DIR}/public/upgrade/templates/db_migration/1_4_nutria.php
${FO_DIR}/public/upgrade/templates/db_migration/1_5_figazza.php
${FO_DIR}/public/upgrade/templates/db_migration/1_6_chivito.php
${FO_DIR}/public/upgrade/templates/db_migration/1_7_pastafrola.php
+${FO_DIR}/public/upgrade/templates/db_migration/2_0_asado.php
${FO_DIR}/public/upgrade/templates/installed_version.php
${FO_DIR}/public/upgrade/templates/layout.php
${FO_DIR}/public/webservices/FilesServices.php
@@ -3487,7 +3956,5 @@ ${FO_DIR}/readme.txt
${FO_DIR}/robots.txt
${FO_DIR}/s.gif
${FO_DIR}/tmp/dummy.php
-${FO_DIR}/tmp/index.html
${FO_DIR}/upload/dummy.php
-${FO_DIR}/upload/index.html
${FO_DIR}/version.php
diff --git a/www/fengoffice/distinfo b/www/fengoffice/distinfo
index 06c2838ef0e..cf06d5f3924 100644
--- a/www/fengoffice/distinfo
+++ b/www/fengoffice/distinfo
@@ -1,11 +1,9 @@
-$NetBSD: distinfo,v 1.10 2011/06/15 15:19:44 taca Exp $
+$NetBSD: distinfo,v 1.11 2012/03/22 13:28:11 taca Exp $
-SHA1 (fengoffice_1.7.5.zip) = 92c764f446d21cd502a7a83e1f815ef2d944021f
-RMD160 (fengoffice_1.7.5.zip) = 1da30a2ec1a7d67e6c80983152dd68563b54c0ce
-Size (fengoffice_1.7.5.zip) = 8663690 bytes
+SHA1 (fengoffice_2.0.0.zip) = 50dde07dae68f27e20518c6027bc7c77050f1d99
+RMD160 (fengoffice_2.0.0.zip) = bb542511d1120c41b7f8e18f9567f66194758b83
+Size (fengoffice_2.0.0.zip) = 9365096 bytes
SHA1 (patch-aa) = 9f135a98241ace92ed66babd4042efe9dec0304e
SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5
-SHA1 (patch-ad) = 6fa70e3f0792f9be20cc3458ebf5b91bd0eb95cd
-SHA1 (patch-ae) = b6d5d507b440856106b97f57837961d3f7df341c
-SHA1 (patch-af) = 7b4bcd2b7a9cd755bc0e3d99acfc8a13d3d6f485
SHA1 (patch-ag) = a9e0434f1f05cb5735d21a05a91e5cab510759f0
+SHA1 (patch-plugins_mail_application_helpers_MailUtilities.class.php) = 87f23f47753932583ecd633f7c45588352218b24
diff --git a/www/fengoffice/patches/patch-ad b/www/fengoffice/patches/patch-ad
deleted file mode 100644
index 07b7fc6b527..00000000000
--- a/www/fengoffice/patches/patch-ad
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2010/12/28 15:34:38 taca Exp $
-
-* Fix variable mistakes to prevent garbled characters. Still needs to
- fix essential problem when a header contains multiple encoded strings
- with diffreent charset.
-
---- environment/classes/mail/MailUtilities.class.php.orig 2010-12-01 12:33:32.000000000 +0000
-+++ environment/classes/mail/MailUtilities.class.php
-@@ -249,7 +249,7 @@ class MailUtilities {
- if ($from_name == ''){
- $from_name = $from;
- } else if (strtoupper($encoding) =='KOI8-R' || strtoupper($encoding) =='CP866' || $from_encoding != 'UTF-8' || !$enc_conv->isUtf8RegExp($from_name)){ //KOI8-R and CP866 are Russian encodings which PHP does not detect
-- $utf8_from = $enc_conv->convert($encoding, 'UTF-8', $from_name);
-+ $utf8_from = $enc_conv->convert($from_encoding, 'UTF-8', $from_name);
-
- if ($enc_conv->hasError()) {
- $utf8_from = utf8_encode($from_name);
-@@ -264,7 +264,7 @@ class MailUtilities {
- $subject_encoding = detect_encoding($subject_aux);
-
- if (strtoupper($encoding) =='KOI8-R' || strtoupper($encoding) =='CP866' || $subject_encoding != 'UTF-8' || !$enc_conv->isUtf8RegExp($subject_aux)){ //KOI8-R and CP866 are Russian encodings which PHP does not detect
-- $utf8_subject = $enc_conv->convert($encoding, 'UTF-8', $subject_aux);
-+ $utf8_subject = $enc_conv->convert($subject_encoding, 'UTF-8', $subject_aux);
-
- if ($enc_conv->hasError()) {
- $utf8_subject = utf8_encode($subject_aux);
diff --git a/www/fengoffice/patches/patch-ae b/www/fengoffice/patches/patch-ae
deleted file mode 100644
index 3e354ea8a8d..00000000000
--- a/www/fengoffice/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2010/12/28 15:34:38 taca Exp $
-
-Prevent logging error: Undefined variable: user_id in ...
-
---- application/helpers/application.php.orig 2010-12-01 12:33:32.000000000 +0000
-+++ application/helpers/application.php
-@@ -867,6 +867,7 @@ function render_object_latest_activity($
-
- $latest_logs = ApplicationLogs::getObjectLogs($object, false, false, 3, 0);
-
-+ tpl_assign('user_id', get_id());
- tpl_assign('logs', $latest_logs);
- return tpl_fetch(get_template_path('activity_log', 'latest_activity'));
-
diff --git a/www/fengoffice/patches/patch-af b/www/fengoffice/patches/patch-af
deleted file mode 100644
index 3cb17bd173b..00000000000
--- a/www/fengoffice/patches/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-af,v 1.1 2010/12/28 15:34:38 taca Exp $
-
-Prevent logging error: Undefined variable: smtp_username: smtp_username ...
-
---- application/models/notifier/Notifier.class.php.orig 2010-12-01 12:33:32.000000000 +0000
-+++ application/models/notifier/Notifier.class.php
-@@ -747,6 +747,7 @@ class Notifier {
- $smtp_server = config_option('smtp_server');
- $smtp_port = config_option('smtp_port', 25);
- $smtp_secure_connection = config_option('smtp_secure_connection', self::SMTP_SECURE_CONNECTION_NO);
-+ $smtp_username = null;
- $smtp_authenticate = config_option('smtp_authenticate', false);
- if($smtp_authenticate) {
- $smtp_username = config_option('smtp_username');