Sun Dec 15 18:27:24 2019 UTC ()
www/fengoffice: update to 3.7.2.16

Now PHP 7 and later are supported.

Changes are too many to write here, please refer readme.txt in detail.


(taca)
diff -r1.39 -r1.40 pkgsrc/www/fengoffice/Makefile
diff -r1.22 -r1.23 pkgsrc/www/fengoffice/PLIST
diff -r1.25 -r1.26 pkgsrc/www/fengoffice/distinfo
diff -r1.6 -r1.7 pkgsrc/www/fengoffice/patches/patch-plugins_mail_application_helpers_MailUtilities.class.php

cvs diff -r1.39 -r1.40 pkgsrc/www/fengoffice/Makefile (expand / switch to unified diff)

--- pkgsrc/www/fengoffice/Makefile 2019/11/04 22:09:54 1.39
+++ pkgsrc/www/fengoffice/Makefile 2019/12/15 18:27:24 1.40
@@ -1,39 +1,40 @@ @@ -1,39 +1,40 @@
1# $NetBSD: Makefile,v 1.39 2019/11/04 22:09:54 rillig Exp $ 1# $NetBSD: Makefile,v 1.40 2019/12/15 18:27:24 taca Exp $
2# 2#
3 3
4DISTNAME= fengoffice_3.2.2.1 4DISTNAME= fengoffice-${FO_VERSION}
5PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/} 5PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/}
6PKGREVISION= 1 
7CATEGORIES= www 6CATEGORIES= www
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=fengoffice/}
9EXTRACT_SUFX= .zip 8GITHUB_TYPE= tag
 9GITHUB_PROJECT= fengoffice
 10GITHUB_RELEASE= ${FO_VERSION}
10 11
11MAINTAINER= taca@NetBSD.org 12MAINTAINER= taca@NetBSD.org
12HOMEPAGE= http://fengoffice.com/web/community/community_index.php 13HOMEPAGE= http://fengoffice.com/web/community/community_index.php
13COMMENT= Easy to use Open Source Web Office 14COMMENT= Easy to use Open Source Web Office
14LICENSE= gnu-agpl-v3 15LICENSE= gnu-agpl-v3
15 16
16CONFLICTS+= opengoo-[0-9]* 17CONFLICTS+= opengoo-[0-9]*
17 18
18DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql 19DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql>=7.1:../../databases/php-pdo_mysql
19DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../converters/php-mbstring 20DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.1.0:../../converters/php-mbstring
20DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip 21DEPENDS+= ${PHP_PKG_PREFIX}-zip>=5.1.0:../../archivers/php-zip
21DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd 22DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
22DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap 23DEPENDS+= ${PHP_PKG_PREFIX}-imap>=5.1.0:../../mail/php-imap
23 24
24PHP_VERSIONS_ACCEPTED= 56 25FO_VERSION= 3.7.2.16
25 26
26WRKSRC= ${WRKDIR}/fengoffice 27#EXTRACT_USING= bsd-tar
27USE_TOOLS= pax 28USE_TOOLS= pax
28NO_BUILD= yes 29NO_BUILD= yes
29 30
30OWN_DIRS_PERMS+= ${FO_DIR}/public/files ${REAL_ROOT_USER} ${APACHE_GROUP} 0775 31OWN_DIRS_PERMS+= ${FO_DIR}/public/files ${REAL_ROOT_USER} ${APACHE_GROUP} 0775
31OWN_DIRS_PERMS+= ${FO_DIR}/upload ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 32OWN_DIRS_PERMS+= ${FO_DIR}/upload ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
32OWN_DIRS_PERMS+= ${FO_DIR}/cache ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 33OWN_DIRS_PERMS+= ${FO_DIR}/cache ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
33OWN_DIRS_PERMS+= ${FO_DIR}/config ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 34OWN_DIRS_PERMS+= ${FO_DIR}/config ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
34OWN_DIRS_PERMS+= ${FO_DIR}/tmp ${REAL_ROOT_USER} ${APACHE_GROUP} 0770 35OWN_DIRS_PERMS+= ${FO_DIR}/tmp ${REAL_ROOT_USER} ${APACHE_GROUP} 0770
35 36
36BUILD_DEFS+= APACHE_GROUP APACHE_USER 37BUILD_DEFS+= APACHE_GROUP APACHE_USER
37FILES_SUBST+= FO_DIR=${FO_DIR} APACHE_USER=${APACHE_USER} 38FILES_SUBST+= FO_DIR=${FO_DIR} APACHE_USER=${APACHE_USER}
38PLIST_SUBST+= FO_DIR=${FO_DIR} 39PLIST_SUBST+= FO_DIR=${FO_DIR}
39 40

cvs diff -r1.22 -r1.23 pkgsrc/www/fengoffice/PLIST (expand / switch to unified diff)

--- pkgsrc/www/fengoffice/PLIST 2015/09/27 07:21:39 1.22
+++ pkgsrc/www/fengoffice/PLIST 2019/12/15 18:27:24 1.23
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1@comment $NetBSD: PLIST,v 1.22 2015/09/27 07:21:39 taca Exp $ 1@comment $NetBSD: PLIST,v 1.23 2019/12/15 18:27:24 taca Exp $
 2${FO_DIR}/.gitignore
2${FO_DIR}/application/application.php 3${FO_DIR}/application/application.php
3${FO_DIR}/application/controllers/AccessController.class.php 4${FO_DIR}/application/controllers/AccessController.class.php
4${FO_DIR}/application/controllers/AccountController.class.php 5${FO_DIR}/application/controllers/AccountController.class.php
5${FO_DIR}/application/controllers/AdministrationController.class.php 6${FO_DIR}/application/controllers/AdministrationController.class.php
6${FO_DIR}/application/controllers/ApiController.class.php 7${FO_DIR}/application/controllers/ApiController.class.php
7${FO_DIR}/application/controllers/ApplicationController.class.php 8${FO_DIR}/application/controllers/ApplicationController.class.php
8${FO_DIR}/application/controllers/BillingController.class.php 9${FO_DIR}/application/controllers/BillingController.class.php
9${FO_DIR}/application/controllers/CommentController.class.php 10${FO_DIR}/application/controllers/CommentController.class.php
10${FO_DIR}/application/controllers/ConfigController.class.php 11${FO_DIR}/application/controllers/ConfigController.class.php
11${FO_DIR}/application/controllers/ContactController.class.php 12${FO_DIR}/application/controllers/ContactController.class.php
12${FO_DIR}/application/controllers/ContactMemberCacheController.class.php 13${FO_DIR}/application/controllers/ContactMemberCacheController.class.php
13${FO_DIR}/application/controllers/DashboardController.class.php 14${FO_DIR}/application/controllers/DashboardController.class.php
14${FO_DIR}/application/controllers/DimensionController.class.php 15${FO_DIR}/application/controllers/DimensionController.class.php
15${FO_DIR}/application/controllers/ErrorController.class.php 16${FO_DIR}/application/controllers/ErrorController.class.php
16${FO_DIR}/application/controllers/EventController.class.php 17${FO_DIR}/application/controllers/EventController.class.php
17${FO_DIR}/application/controllers/ExternalCalendarController.class.php 18${FO_DIR}/application/controllers/ExternalCalendarController.class.php
18${FO_DIR}/application/controllers/FeedController.class.php 19${FO_DIR}/application/controllers/FeedController.class.php
19${FO_DIR}/application/controllers/FilesController.class.php 20${FO_DIR}/application/controllers/FilesController.class.php
20${FO_DIR}/application/controllers/FormController.class.php 
21${FO_DIR}/application/controllers/GroupController.class.php 21${FO_DIR}/application/controllers/GroupController.class.php
22${FO_DIR}/application/controllers/GuiController.class.php 22${FO_DIR}/application/controllers/GuiController.class.php
23${FO_DIR}/application/controllers/HelpController.class.php 23${FO_DIR}/application/controllers/HelpController.class.php
24${FO_DIR}/application/controllers/MemberController.class.php 24${FO_DIR}/application/controllers/MemberController.class.php
25${FO_DIR}/application/controllers/MessageController.class.php 25${FO_DIR}/application/controllers/MessageController.class.php
26${FO_DIR}/application/controllers/MilestoneController.class.php 26${FO_DIR}/application/controllers/MilestoneController.class.php
27${FO_DIR}/application/controllers/MoreController.class.php 27${FO_DIR}/application/controllers/MoreController.class.php
28${FO_DIR}/application/controllers/ObjectController.class.php 28${FO_DIR}/application/controllers/ObjectController.class.php
29${FO_DIR}/application/controllers/PanelController.class.php 29${FO_DIR}/application/controllers/PanelController.class.php
30${FO_DIR}/application/controllers/PluginController.class.php 30${FO_DIR}/application/controllers/PluginController.class.php
31${FO_DIR}/application/controllers/PropertyController.class.php 31${FO_DIR}/application/controllers/PropertyController.class.php
32${FO_DIR}/application/controllers/ReportingController.class.php 32${FO_DIR}/application/controllers/ReportingController.class.php
33${FO_DIR}/application/controllers/SearchController.class.php 33${FO_DIR}/application/controllers/SearchController.class.php
@@ -40,39 +40,45 @@ ${FO_DIR}/application/controllers/Timesl @@ -40,39 +40,45 @@ ${FO_DIR}/application/controllers/Timesl
40${FO_DIR}/application/controllers/ToolController.class.php 40${FO_DIR}/application/controllers/ToolController.class.php
41${FO_DIR}/application/controllers/WebpageController.class.php 41${FO_DIR}/application/controllers/WebpageController.class.php
42${FO_DIR}/application/controllers/WidgetController.class.php 42${FO_DIR}/application/controllers/WidgetController.class.php
43${FO_DIR}/application/cron_functions.php 43${FO_DIR}/application/cron_functions.php
44${FO_DIR}/application/functions.php 44${FO_DIR}/application/functions.php
45${FO_DIR}/application/helpers/add_object_to_sharing_table.php 45${FO_DIR}/application/helpers/add_object_to_sharing_table.php
46${FO_DIR}/application/helpers/application.php 46${FO_DIR}/application/helpers/application.php
47${FO_DIR}/application/helpers/breadcrumbs.php 47${FO_DIR}/application/helpers/breadcrumbs.php
48${FO_DIR}/application/helpers/calendar.php 48${FO_DIR}/application/helpers/calendar.php
49${FO_DIR}/application/helpers/chart.php 49${FO_DIR}/application/helpers/chart.php
50${FO_DIR}/application/helpers/common.php 50${FO_DIR}/application/helpers/common.php
51${FO_DIR}/application/helpers/company_website.php 51${FO_DIR}/application/helpers/company_website.php
52${FO_DIR}/application/helpers/contact_render_tab_functions.php 52${FO_DIR}/application/helpers/contact_render_tab_functions.php
 53${FO_DIR}/application/helpers/custom_properties.php
53${FO_DIR}/application/helpers/dimension.php 54${FO_DIR}/application/helpers/dimension.php
54${FO_DIR}/application/helpers/form.php 55${FO_DIR}/application/helpers/form.php
55${FO_DIR}/application/helpers/format.php 56${FO_DIR}/application/helpers/format.php
56${FO_DIR}/application/helpers/grouping.php 57${FO_DIR}/application/helpers/grouping.php
57${FO_DIR}/application/helpers/http-cli.php 58${FO_DIR}/application/helpers/http-cli.php
58${FO_DIR}/application/helpers/member_parent_changed_refresh_object_permisssions.php 59${FO_DIR}/application/helpers/member_parent_changed_refresh_object_permisssions.php
 60${FO_DIR}/application/helpers/object_selector.php
59${FO_DIR}/application/helpers/page.php 61${FO_DIR}/application/helpers/page.php
60${FO_DIR}/application/helpers/pageactions.php 62${FO_DIR}/application/helpers/pageactions.php
61${FO_DIR}/application/helpers/pagination.php 63${FO_DIR}/application/helpers/pagination.php
62${FO_DIR}/application/helpers/permissions.php 64${FO_DIR}/application/helpers/permissions.php
 65${FO_DIR}/application/helpers/plugin_installer_functions.php
63${FO_DIR}/application/helpers/project_website.php 66${FO_DIR}/application/helpers/project_website.php
 67${FO_DIR}/application/helpers/rebuild_sharing_table_for_pg.php
 68${FO_DIR}/application/helpers/reporting.php
64${FO_DIR}/application/helpers/save_member_permissions.php 69${FO_DIR}/application/helpers/save_member_permissions.php
65${FO_DIR}/application/helpers/save_user_permissions.php 70${FO_DIR}/application/helpers/save_user_permissions.php
 71${FO_DIR}/application/helpers/sharing_table.php
66${FO_DIR}/application/helpers/tabbednavigation.php 72${FO_DIR}/application/helpers/tabbednavigation.php
67${FO_DIR}/application/helpers/textile.php 73${FO_DIR}/application/helpers/textile.php
68${FO_DIR}/application/index.html 74${FO_DIR}/application/index.html
69${FO_DIR}/application/layouts/dialog.php 75${FO_DIR}/application/layouts/dialog.php
70${FO_DIR}/application/layouts/empty.php 76${FO_DIR}/application/layouts/empty.php
71${FO_DIR}/application/layouts/error.php 77${FO_DIR}/application/layouts/error.php
72${FO_DIR}/application/layouts/html.php 78${FO_DIR}/application/layouts/html.php
73${FO_DIR}/application/layouts/html_templates.php 79${FO_DIR}/application/layouts/html_templates.php
74${FO_DIR}/application/layouts/ical.php 80${FO_DIR}/application/layouts/ical.php
75${FO_DIR}/application/layouts/iframe.php 81${FO_DIR}/application/layouts/iframe.php
76${FO_DIR}/application/layouts/javascripts.php 82${FO_DIR}/application/layouts/javascripts.php
77${FO_DIR}/application/layouts/json.php 83${FO_DIR}/application/layouts/json.php
78${FO_DIR}/application/layouts/listeners.php 84${FO_DIR}/application/layouts/listeners.php
@@ -88,73 +94,89 @@ ${FO_DIR}/application/models/PublicFiles @@ -88,73 +94,89 @@ ${FO_DIR}/application/models/PublicFiles
88${FO_DIR}/application/models/VersionChecker.class.php 94${FO_DIR}/application/models/VersionChecker.class.php
89${FO_DIR}/application/models/address_types/AddressType.class.php 95${FO_DIR}/application/models/address_types/AddressType.class.php
90${FO_DIR}/application/models/address_types/AddressTypes.class.php 96${FO_DIR}/application/models/address_types/AddressTypes.class.php
91${FO_DIR}/application/models/address_types/base/BaseAddressType.class.php 97${FO_DIR}/application/models/address_types/base/BaseAddressType.class.php
92${FO_DIR}/application/models/address_types/base/BaseAddressTypes.class.php 98${FO_DIR}/application/models/address_types/base/BaseAddressTypes.class.php
93${FO_DIR}/application/models/administration_logs/AdministrationLog.class.php 99${FO_DIR}/application/models/administration_logs/AdministrationLog.class.php
94${FO_DIR}/application/models/administration_logs/AdministrationLogs.class.php 100${FO_DIR}/application/models/administration_logs/AdministrationLogs.class.php
95${FO_DIR}/application/models/administration_logs/base/BaseAdministrationLog.class.php 101${FO_DIR}/application/models/administration_logs/base/BaseAdministrationLog.class.php
96${FO_DIR}/application/models/administration_logs/base/BaseAdministrationLogs.class.php 102${FO_DIR}/application/models/administration_logs/base/BaseAdministrationLogs.class.php
97${FO_DIR}/application/models/administration_tools/AdministrationTool.class.php 103${FO_DIR}/application/models/administration_tools/AdministrationTool.class.php
98${FO_DIR}/application/models/administration_tools/AdministrationTools.class.php 104${FO_DIR}/application/models/administration_tools/AdministrationTools.class.php
99${FO_DIR}/application/models/administration_tools/base/BaseAdministrationTool.class.php 105${FO_DIR}/application/models/administration_tools/base/BaseAdministrationTool.class.php
100${FO_DIR}/application/models/administration_tools/base/BaseAdministrationTools.class.php 106${FO_DIR}/application/models/administration_tools/base/BaseAdministrationTools.class.php
 107${FO_DIR}/application/models/application_log_details/ApplicationLogDetail.class.php
 108${FO_DIR}/application/models/application_log_details/ApplicationLogDetails.class.php
 109${FO_DIR}/application/models/application_log_details/base/BaseApplicationLogDetail.class.php
 110${FO_DIR}/application/models/application_log_details/base/BaseApplicationLogDetails.class.php
101${FO_DIR}/application/models/application_logs/ApplicationLog.class.php 111${FO_DIR}/application/models/application_logs/ApplicationLog.class.php
102${FO_DIR}/application/models/application_logs/ApplicationLogs.class.php 112${FO_DIR}/application/models/application_logs/ApplicationLogs.class.php
103${FO_DIR}/application/models/application_logs/base/BaseApplicationLog.class.php 113${FO_DIR}/application/models/application_logs/base/BaseApplicationLog.class.php
104${FO_DIR}/application/models/application_logs/base/BaseApplicationLogs.class.php 114${FO_DIR}/application/models/application_logs/base/BaseApplicationLogs.class.php
105${FO_DIR}/application/models/application_read_logs/ApplicationReadLog.class.php 115${FO_DIR}/application/models/application_read_logs/ApplicationReadLog.class.php
106${FO_DIR}/application/models/application_read_logs/ApplicationReadLogs.class.php 116${FO_DIR}/application/models/application_read_logs/ApplicationReadLogs.class.php
107${FO_DIR}/application/models/application_read_logs/base/BaseApplicationReadLog.class.php 117${FO_DIR}/application/models/application_read_logs/base/BaseApplicationReadLog.class.php
108${FO_DIR}/application/models/application_read_logs/base/BaseApplicationReadLogs.class.php 118${FO_DIR}/application/models/application_read_logs/base/BaseApplicationReadLogs.class.php
109${FO_DIR}/application/models/billing_categories/BillingCategories.class.php 119${FO_DIR}/application/models/billing_categories/BillingCategories.class.php
110${FO_DIR}/application/models/billing_categories/BillingCategory.class.php 120${FO_DIR}/application/models/billing_categories/BillingCategory.class.php
111${FO_DIR}/application/models/billing_categories/base/BaseBillingCategories.class.php 121${FO_DIR}/application/models/billing_categories/base/BaseBillingCategories.class.php
112${FO_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php 122${FO_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php
113${FO_DIR}/application/models/billings/Billing.class.php 123${FO_DIR}/application/models/billings/Billing.class.php
114${FO_DIR}/application/models/billings/Billings.class.php 124${FO_DIR}/application/models/billings/Billings.class.php
115${FO_DIR}/application/models/billings/base/BaseBilling.class.php 125${FO_DIR}/application/models/billings/base/BaseBilling.class.php
116${FO_DIR}/application/models/billings/base/BaseBillings.class.php 126${FO_DIR}/application/models/billings/base/BaseBillings.class.php
117${FO_DIR}/application/models/comments/Comment.class.php 127${FO_DIR}/application/models/comments/Comment.class.php
118${FO_DIR}/application/models/comments/Comments.class.php 128${FO_DIR}/application/models/comments/Comments.class.php
119${FO_DIR}/application/models/comments/base/BaseComment.class.php 129${FO_DIR}/application/models/comments/base/BaseComment.class.php
120${FO_DIR}/application/models/comments/base/BaseComments.class.php 130${FO_DIR}/application/models/comments/base/BaseComments.class.php
121${FO_DIR}/application/models/config_categories/ConfigCategories.class.php 131${FO_DIR}/application/models/config_categories/ConfigCategories.class.php
122${FO_DIR}/application/models/config_categories/ConfigCategory.class.php 132${FO_DIR}/application/models/config_categories/ConfigCategory.class.php
123${FO_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php 133${FO_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
124${FO_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php 134${FO_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php
125${FO_DIR}/application/models/config_handlers/complex/AddressFieldsConfigHandler.class.php 135${FO_DIR}/application/models/config_handlers/complex/AddressFieldsConfigHandler.class.php
 136${FO_DIR}/application/models/config_handlers/complex/AllDimensionsConfigHandler.class.php
126${FO_DIR}/application/models/config_handlers/complex/ColorPickerConfigHandler.class.php 137${FO_DIR}/application/models/config_handlers/complex/ColorPickerConfigHandler.class.php
 138${FO_DIR}/application/models/config_handlers/complex/ContactPropertySelectorConfigHandler.class.php
 139${FO_DIR}/application/models/config_handlers/complex/CustomPropertiesByObjectTypeHandler.class.php
127${FO_DIR}/application/models/config_handlers/complex/DateFormatConfigHandler.class.php 140${FO_DIR}/application/models/config_handlers/complex/DateFormatConfigHandler.class.php
 141${FO_DIR}/application/models/config_handlers/complex/DateRangeConfigHandler.class.php
128${FO_DIR}/application/models/config_handlers/complex/DragDropPromptConfigHandler.class.php 142${FO_DIR}/application/models/config_handlers/complex/DragDropPromptConfigHandler.class.php
129${FO_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php 143${FO_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php
130${FO_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php 144${FO_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php
 145${FO_DIR}/application/models/config_handlers/complex/ListConfigHandler.class.php
131${FO_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php 146${FO_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php
 147${FO_DIR}/application/models/config_handlers/complex/MailAccountConfigHandler.class.php
132${FO_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php 148${FO_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php
133${FO_DIR}/application/models/config_handlers/complex/MailFieldConfigHandler.class.php 149${FO_DIR}/application/models/config_handlers/complex/MailFieldConfigHandler.class.php
134${FO_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php 150${FO_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
135${FO_DIR}/application/models/config_handlers/complex/ManageableDimensionsConfigHandler.class.php 151${FO_DIR}/application/models/config_handlers/complex/ManageableDimensionsConfigHandler.class.php
 152${FO_DIR}/application/models/config_handlers/complex/MemberConfigHandler.class.php
136${FO_DIR}/application/models/config_handlers/complex/MilestoneSelectorFilterConfigHandler.class.php 153${FO_DIR}/application/models/config_handlers/complex/MilestoneSelectorFilterConfigHandler.class.php
 154${FO_DIR}/application/models/config_handlers/complex/MultipleListConfigHandler.class.php
137${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypeConfigHandler.class.php 155${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypeConfigHandler.class.php
138${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypePrefixConfigHandler.class.php 156${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypePrefixConfigHandler.class.php
139${FO_DIR}/application/models/config_handlers/complex/NewClientContactTypeConfigHandler.class.php 157${FO_DIR}/application/models/config_handlers/complex/NewClientContactTypeConfigHandler.class.php
140${FO_DIR}/application/models/config_handlers/complex/RememberGUIConfigHandler.class.php 158${FO_DIR}/application/models/config_handlers/complex/RememberGUIConfigHandler.class.php
141${FO_DIR}/application/models/config_handlers/complex/RootDimensionsConfigHandler.class.php 159${FO_DIR}/application/models/config_handlers/complex/RootDimensionsConfigHandler.class.php
142${FO_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php 160${FO_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php
143${FO_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php 161${FO_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
144${FO_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php 162${FO_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
145${FO_DIR}/application/models/config_handlers/complex/SingleDimensionConfigHandler.class.php 163${FO_DIR}/application/models/config_handlers/complex/SingleDimensionConfigHandler.class.php
 164${FO_DIR}/application/models/config_handlers/complex/SingleMemberTypeConfigHandler.class.php
146${FO_DIR}/application/models/config_handlers/complex/StatusConfigHandler.class.php 165${FO_DIR}/application/models/config_handlers/complex/StatusConfigHandler.class.php
147${FO_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php 166${FO_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
 167${FO_DIR}/application/models/config_handlers/complex/TimeAmountConfigHandler.class.php
 168${FO_DIR}/application/models/config_handlers/complex/TimeFormatConfigHandler.class.php
 169${FO_DIR}/application/models/config_handlers/complex/TimezoneConfigHandler.class.php
148${FO_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php 170${FO_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php
149${FO_DIR}/application/models/config_handlers/complex/UserGroupConfigHandler.class.php 171${FO_DIR}/application/models/config_handlers/complex/UserGroupConfigHandler.class.php
150${FO_DIR}/application/models/config_handlers/complex/UserTypeMultipleConfigHandler.class.php 172${FO_DIR}/application/models/config_handlers/complex/UserTypeMultipleConfigHandler.class.php
151${FO_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php 173${FO_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php
152${FO_DIR}/application/models/config_handlers/general/ConfigHandler.class.php 174${FO_DIR}/application/models/config_handlers/general/ConfigHandler.class.php
153${FO_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php 175${FO_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php
154${FO_DIR}/application/models/config_handlers/general/FloatConfigHandler.class.php 176${FO_DIR}/application/models/config_handlers/general/FloatConfigHandler.class.php
155${FO_DIR}/application/models/config_handlers/general/IntegerConfigHandler.class.php 177${FO_DIR}/application/models/config_handlers/general/IntegerConfigHandler.class.php
156${FO_DIR}/application/models/config_handlers/general/PasswordConfigHandler.class.php 178${FO_DIR}/application/models/config_handlers/general/PasswordConfigHandler.class.php
157${FO_DIR}/application/models/config_handlers/general/StringConfigHandler.class.php 179${FO_DIR}/application/models/config_handlers/general/StringConfigHandler.class.php
158${FO_DIR}/application/models/config_handlers/general/TextConfigHandler.class.php 180${FO_DIR}/application/models/config_handlers/general/TextConfigHandler.class.php
159${FO_DIR}/application/models/config_handlers/general/TimeConfigHandler.class.php 181${FO_DIR}/application/models/config_handlers/general/TimeConfigHandler.class.php
160${FO_DIR}/application/models/config_options/ConfigOption.class.php 182${FO_DIR}/application/models/config_options/ConfigOption.class.php
@@ -175,26 +197,30 @@ ${FO_DIR}/application/models/contact_con @@ -175,26 +197,30 @@ ${FO_DIR}/application/models/contact_con
175${FO_DIR}/application/models/contact_config_options/base/BaseContactConfigOptions.class.php 197${FO_DIR}/application/models/contact_config_options/base/BaseContactConfigOptions.class.php
176${FO_DIR}/application/models/contact_config_options_values/ContactConfigOptionValue.class.php 198${FO_DIR}/application/models/contact_config_options_values/ContactConfigOptionValue.class.php
177${FO_DIR}/application/models/contact_config_options_values/ContactConfigOptionValues.class.php 199${FO_DIR}/application/models/contact_config_options_values/ContactConfigOptionValues.class.php
178${FO_DIR}/application/models/contact_config_options_values/base/BaseContactConfigOptionValue.class.php 200${FO_DIR}/application/models/contact_config_options_values/base/BaseContactConfigOptionValue.class.php
179${FO_DIR}/application/models/contact_config_options_values/base/BaseContactConfigOptionValues.class.php 201${FO_DIR}/application/models/contact_config_options_values/base/BaseContactConfigOptionValues.class.php
180${FO_DIR}/application/models/contact_dimension_permissions/ContactDimensionPermission.class.php 202${FO_DIR}/application/models/contact_dimension_permissions/ContactDimensionPermission.class.php
181${FO_DIR}/application/models/contact_dimension_permissions/ContactDimensionPermissions.class.php 203${FO_DIR}/application/models/contact_dimension_permissions/ContactDimensionPermissions.class.php
182${FO_DIR}/application/models/contact_dimension_permissions/base/BaseContactDimensionPermission.class.php 204${FO_DIR}/application/models/contact_dimension_permissions/base/BaseContactDimensionPermission.class.php
183${FO_DIR}/application/models/contact_dimension_permissions/base/BaseContactDimensionPermissions.class.php 205${FO_DIR}/application/models/contact_dimension_permissions/base/BaseContactDimensionPermissions.class.php
184${FO_DIR}/application/models/contact_emails/ContactEmail.class.php 206${FO_DIR}/application/models/contact_emails/ContactEmail.class.php
185${FO_DIR}/application/models/contact_emails/ContactEmails.class.php 207${FO_DIR}/application/models/contact_emails/ContactEmails.class.php
186${FO_DIR}/application/models/contact_emails/base/BaseContactEmail.class.php 208${FO_DIR}/application/models/contact_emails/base/BaseContactEmail.class.php
187${FO_DIR}/application/models/contact_emails/base/BaseContactEmails.class.php 209${FO_DIR}/application/models/contact_emails/base/BaseContactEmails.class.php
 210${FO_DIR}/application/models/contact_external_tokens/ContactExternalToken.class.php
 211${FO_DIR}/application/models/contact_external_tokens/ContactExternalTokens.class.php
 212${FO_DIR}/application/models/contact_external_tokens/base/BaseContactExternalToken.class.php
 213${FO_DIR}/application/models/contact_external_tokens/base/BaseContactExternalTokens.class.php
188${FO_DIR}/application/models/contact_im_values/ContactImValue.class.php 214${FO_DIR}/application/models/contact_im_values/ContactImValue.class.php
189${FO_DIR}/application/models/contact_im_values/ContactImValues.class.php 215${FO_DIR}/application/models/contact_im_values/ContactImValues.class.php
190${FO_DIR}/application/models/contact_im_values/base/BaseContactImValue.class.php 216${FO_DIR}/application/models/contact_im_values/base/BaseContactImValue.class.php
191${FO_DIR}/application/models/contact_im_values/base/BaseContactImValues.class.php 217${FO_DIR}/application/models/contact_im_values/base/BaseContactImValues.class.php
192${FO_DIR}/application/models/contact_member_cache/ContactMemberCache.class.php 218${FO_DIR}/application/models/contact_member_cache/ContactMemberCache.class.php
193${FO_DIR}/application/models/contact_member_cache/ContactMemberCaches.class.php 219${FO_DIR}/application/models/contact_member_cache/ContactMemberCaches.class.php
194${FO_DIR}/application/models/contact_member_cache/base/BaseContactMemberCache.class.php 220${FO_DIR}/application/models/contact_member_cache/base/BaseContactMemberCache.class.php
195${FO_DIR}/application/models/contact_member_cache/base/BaseContactMemberCaches.class.php 221${FO_DIR}/application/models/contact_member_cache/base/BaseContactMemberCaches.class.php
196${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermission.class.php 222${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermission.class.php
197${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermissions.class.php 223${FO_DIR}/application/models/contact_member_permissions/ContactMemberPermissions.class.php
198${FO_DIR}/application/models/contact_member_permissions/base/BaseContactMemberPermission.class.php 224${FO_DIR}/application/models/contact_member_permissions/base/BaseContactMemberPermission.class.php
199${FO_DIR}/application/models/contact_member_permissions/base/BaseContactMemberPermissions.class.php 225${FO_DIR}/application/models/contact_member_permissions/base/BaseContactMemberPermissions.class.php
200${FO_DIR}/application/models/contact_passwords/ContactPassword.class.php 226${FO_DIR}/application/models/contact_passwords/ContactPassword.class.php
@@ -219,58 +245,74 @@ ${FO_DIR}/application/models/contact_wid @@ -219,58 +245,74 @@ ${FO_DIR}/application/models/contact_wid
219${FO_DIR}/application/models/contact_widget_options/base/BaseContactWidgetOptions.class.php 245${FO_DIR}/application/models/contact_widget_options/base/BaseContactWidgetOptions.class.php
220${FO_DIR}/application/models/contact_widgets/ContactWidget.class.php 246${FO_DIR}/application/models/contact_widgets/ContactWidget.class.php
221${FO_DIR}/application/models/contact_widgets/ContactWidgets.class.php 247${FO_DIR}/application/models/contact_widgets/ContactWidgets.class.php
222${FO_DIR}/application/models/contact_widgets/base/BaseContactWidget.class.php 248${FO_DIR}/application/models/contact_widgets/base/BaseContactWidget.class.php
223${FO_DIR}/application/models/contact_widgets/base/BaseContactWidgets.class.php 249${FO_DIR}/application/models/contact_widgets/base/BaseContactWidgets.class.php
224${FO_DIR}/application/models/contacts/Contact.class.php 250${FO_DIR}/application/models/contacts/Contact.class.php
225${FO_DIR}/application/models/contacts/Contacts.class.php 251${FO_DIR}/application/models/contacts/Contacts.class.php
226${FO_DIR}/application/models/contacts/base/BaseContact.class.php 252${FO_DIR}/application/models/contacts/base/BaseContact.class.php
227${FO_DIR}/application/models/contacts/base/BaseContacts.class.php 253${FO_DIR}/application/models/contacts/base/BaseContacts.class.php
228${FO_DIR}/application/models/cron_events/CronEvent.class.php 254${FO_DIR}/application/models/cron_events/CronEvent.class.php
229${FO_DIR}/application/models/cron_events/CronEvents.class.php 255${FO_DIR}/application/models/cron_events/CronEvents.class.php
230${FO_DIR}/application/models/cron_events/base/BaseCronEvent.class.php 256${FO_DIR}/application/models/cron_events/base/BaseCronEvent.class.php
231${FO_DIR}/application/models/cron_events/base/BaseCronEvents.class.php 257${FO_DIR}/application/models/cron_events/base/BaseCronEvents.class.php
 258${FO_DIR}/application/models/currencies/Currencies.class.php
 259${FO_DIR}/application/models/currencies/Currency.class.php
 260${FO_DIR}/application/models/currencies/base/BaseCurrencies.class.php
 261${FO_DIR}/application/models/currencies/base/BaseCurrency.class.php
232${FO_DIR}/application/models/custom_properties/CustomProperties.class.php 262${FO_DIR}/application/models/custom_properties/CustomProperties.class.php
233${FO_DIR}/application/models/custom_properties/CustomProperty.class.php 263${FO_DIR}/application/models/custom_properties/CustomProperty.class.php
234${FO_DIR}/application/models/custom_properties/base/BaseCustomProperties.class.php 264${FO_DIR}/application/models/custom_properties/base/BaseCustomProperties.class.php
235${FO_DIR}/application/models/custom_properties/base/BaseCustomProperty.class.php 265${FO_DIR}/application/models/custom_properties/base/BaseCustomProperty.class.php
236${FO_DIR}/application/models/custom_properties_by_co_type/CustomPropertiesByCoType.class.php 266${FO_DIR}/application/models/custom_properties_by_co_type/CustomPropertiesByCoType.class.php
237${FO_DIR}/application/models/custom_properties_by_co_type/CustomPropertyByCoType.class.php 267${FO_DIR}/application/models/custom_properties_by_co_type/CustomPropertyByCoType.class.php
238${FO_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertiesByCoType.class.php 268${FO_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertiesByCoType.class.php
239${FO_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertyByCoType.class.php 269${FO_DIR}/application/models/custom_properties_by_co_type/base/BaseCustomPropertyByCoType.class.php
240${FO_DIR}/application/models/custom_property_values/CustomPropertyValue.class.php 270${FO_DIR}/application/models/custom_property_values/CustomPropertyValue.class.php
241${FO_DIR}/application/models/custom_property_values/CustomPropertyValues.class.php 271${FO_DIR}/application/models/custom_property_values/CustomPropertyValues.class.php
242${FO_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValue.class.php 272${FO_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValue.class.php
243${FO_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValues.class.php 273${FO_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValues.class.php
 274${FO_DIR}/application/models/dimension_associations_configs/DimensionAssociationsConfig.class.php
 275${FO_DIR}/application/models/dimension_associations_configs/DimensionAssociationsConfigs.class.php
 276${FO_DIR}/application/models/dimension_associations_configs/base/BaseDimensionAssociationsConfig.class.php
 277${FO_DIR}/application/models/dimension_associations_configs/base/BaseDimensionAssociationsConfigs.class.php
244${FO_DIR}/application/models/dimension_member_associations/DimensionMemberAssociation.class.php 278${FO_DIR}/application/models/dimension_member_associations/DimensionMemberAssociation.class.php
245${FO_DIR}/application/models/dimension_member_associations/DimensionMemberAssociations.class.php 279${FO_DIR}/application/models/dimension_member_associations/DimensionMemberAssociations.class.php
246${FO_DIR}/application/models/dimension_member_associations/base/BaseDimensionMemberAssociation.class.php 280${FO_DIR}/application/models/dimension_member_associations/base/BaseDimensionMemberAssociation.class.php
247${FO_DIR}/application/models/dimension_member_associations/base/BaseDimensionMemberAssociations.class.php 281${FO_DIR}/application/models/dimension_member_associations/base/BaseDimensionMemberAssociations.class.php
248${FO_DIR}/application/models/dimension_member_restriction_definitions/DimensionMemberRestrictionDefinition.class.php 282${FO_DIR}/application/models/dimension_member_restriction_definitions/DimensionMemberRestrictionDefinition.class.php
249${FO_DIR}/application/models/dimension_member_restriction_definitions/DimensionMemberRestrictionDefinitions.class.php 283${FO_DIR}/application/models/dimension_member_restriction_definitions/DimensionMemberRestrictionDefinitions.class.php
250${FO_DIR}/application/models/dimension_member_restriction_definitions/base/BaseDimensionMemberRestrictionDefinition.class.php 284${FO_DIR}/application/models/dimension_member_restriction_definitions/base/BaseDimensionMemberRestrictionDefinition.class.php
251${FO_DIR}/application/models/dimension_member_restriction_definitions/base/BaseDimensionMemberRestrictionDefinitions.class.php 285${FO_DIR}/application/models/dimension_member_restriction_definitions/base/BaseDimensionMemberRestrictionDefinitions.class.php
252${FO_DIR}/application/models/dimension_object_type_contents/DimensionObjectTypeContent.class.php 286${FO_DIR}/application/models/dimension_object_type_contents/DimensionObjectTypeContent.class.php
253${FO_DIR}/application/models/dimension_object_type_contents/DimensionObjectTypeContents.class.php 287${FO_DIR}/application/models/dimension_object_type_contents/DimensionObjectTypeContents.class.php
254${FO_DIR}/application/models/dimension_object_type_contents/base/BaseDimensionObjectTypeContent.class.php 288${FO_DIR}/application/models/dimension_object_type_contents/base/BaseDimensionObjectTypeContent.class.php
255${FO_DIR}/application/models/dimension_object_type_contents/base/BaseDimensionObjectTypeContents.class.php 289${FO_DIR}/application/models/dimension_object_type_contents/base/BaseDimensionObjectTypeContents.class.php
256${FO_DIR}/application/models/dimension_object_type_hierarchy/DimensionObjectTypeHierarchies.class.php 290${FO_DIR}/application/models/dimension_object_type_hierarchy/DimensionObjectTypeHierarchies.class.php
257${FO_DIR}/application/models/dimension_object_type_hierarchy/DimensionObjectTypeHierarchy.class.php 291${FO_DIR}/application/models/dimension_object_type_hierarchy/DimensionObjectTypeHierarchy.class.php
258${FO_DIR}/application/models/dimension_object_type_hierarchy/base/BaseDimensionObjectTypeHierarchies.class.php 292${FO_DIR}/application/models/dimension_object_type_hierarchy/base/BaseDimensionObjectTypeHierarchies.class.php
259${FO_DIR}/application/models/dimension_object_type_hierarchy/base/BaseDimensionObjectTypeHierarchy.class.php 293${FO_DIR}/application/models/dimension_object_type_hierarchy/base/BaseDimensionObjectTypeHierarchy.class.php
 294${FO_DIR}/application/models/dimension_object_type_options/DimensionObjectTypeOption.class.php
 295${FO_DIR}/application/models/dimension_object_type_options/DimensionObjectTypeOptions.class.php
 296${FO_DIR}/application/models/dimension_object_type_options/base/BaseDimensionObjectTypeOption.class.php
 297${FO_DIR}/application/models/dimension_object_type_options/base/BaseDimensionObjectTypeOptions.class.php
260${FO_DIR}/application/models/dimension_object_types/DimensionObjectType.class.php 298${FO_DIR}/application/models/dimension_object_types/DimensionObjectType.class.php
261${FO_DIR}/application/models/dimension_object_types/DimensionObjectTypes.class.php 299${FO_DIR}/application/models/dimension_object_types/DimensionObjectTypes.class.php
262${FO_DIR}/application/models/dimension_object_types/base/BaseDimensionObjectType.class.php 300${FO_DIR}/application/models/dimension_object_types/base/BaseDimensionObjectType.class.php
263${FO_DIR}/application/models/dimension_object_types/base/BaseDimensionObjectTypes.class.php 301${FO_DIR}/application/models/dimension_object_types/base/BaseDimensionObjectTypes.class.php
 302${FO_DIR}/application/models/dimension_options/DimensionOption.class.php
 303${FO_DIR}/application/models/dimension_options/DimensionOptions.class.php
 304${FO_DIR}/application/models/dimension_options/base/BaseDimensionOption.class.php
 305${FO_DIR}/application/models/dimension_options/base/BaseDimensionOptions.class.php
264${FO_DIR}/application/models/dimensions/Dimension.class.php 306${FO_DIR}/application/models/dimensions/Dimension.class.php
265${FO_DIR}/application/models/dimensions/Dimensions.class.php 307${FO_DIR}/application/models/dimensions/Dimensions.class.php
266${FO_DIR}/application/models/dimensions/base/BaseDimension.class.php 308${FO_DIR}/application/models/dimensions/base/BaseDimension.class.php
267${FO_DIR}/application/models/dimensions/base/BaseDimensions.class.php 309${FO_DIR}/application/models/dimensions/base/BaseDimensions.class.php
268${FO_DIR}/application/models/email_types/EmailType.class.php 310${FO_DIR}/application/models/email_types/EmailType.class.php
269${FO_DIR}/application/models/email_types/EmailTypes.class.php 311${FO_DIR}/application/models/email_types/EmailTypes.class.php
270${FO_DIR}/application/models/email_types/base/BaseEmailType.class.php 312${FO_DIR}/application/models/email_types/base/BaseEmailType.class.php
271${FO_DIR}/application/models/email_types/base/BaseEmailTypes.class.php 313${FO_DIR}/application/models/email_types/base/BaseEmailTypes.class.php
272${FO_DIR}/application/models/errors/AdministratorDnxError.class.php 314${FO_DIR}/application/models/errors/AdministratorDnxError.class.php
273${FO_DIR}/application/models/errors/OwnerCompanyDnxError.class.php 315${FO_DIR}/application/models/errors/OwnerCompanyDnxError.class.php
274${FO_DIR}/application/models/event_invitations/EventInvitation.class.php 316${FO_DIR}/application/models/event_invitations/EventInvitation.class.php
275${FO_DIR}/application/models/event_invitations/EventInvitations.class.php 317${FO_DIR}/application/models/event_invitations/EventInvitations.class.php
276${FO_DIR}/application/models/event_invitations/base/BaseEventInvitation.class.php 318${FO_DIR}/application/models/event_invitations/base/BaseEventInvitation.class.php
@@ -343,26 +385,38 @@ ${FO_DIR}/application/models/object_prop @@ -343,26 +385,38 @@ ${FO_DIR}/application/models/object_prop
343${FO_DIR}/application/models/object_properties/base/BaseObjectProperty.class.php 385${FO_DIR}/application/models/object_properties/base/BaseObjectProperty.class.php
344${FO_DIR}/application/models/object_reminder_types/ObjectReminderType.class.php 386${FO_DIR}/application/models/object_reminder_types/ObjectReminderType.class.php
345${FO_DIR}/application/models/object_reminder_types/ObjectReminderTypes.class.php 387${FO_DIR}/application/models/object_reminder_types/ObjectReminderTypes.class.php
346${FO_DIR}/application/models/object_reminder_types/base/BaseObjectReminderType.class.php 388${FO_DIR}/application/models/object_reminder_types/base/BaseObjectReminderType.class.php
347${FO_DIR}/application/models/object_reminder_types/base/BaseObjectReminderTypes.class.php 389${FO_DIR}/application/models/object_reminder_types/base/BaseObjectReminderTypes.class.php
348${FO_DIR}/application/models/object_reminders/ObjectReminder.class.php 390${FO_DIR}/application/models/object_reminders/ObjectReminder.class.php
349${FO_DIR}/application/models/object_reminders/ObjectReminders.class.php 391${FO_DIR}/application/models/object_reminders/ObjectReminders.class.php
350${FO_DIR}/application/models/object_reminders/base/BaseObjectReminder.class.php 392${FO_DIR}/application/models/object_reminders/base/BaseObjectReminder.class.php
351${FO_DIR}/application/models/object_reminders/base/BaseObjectReminders.class.php 393${FO_DIR}/application/models/object_reminders/base/BaseObjectReminders.class.php
352${FO_DIR}/application/models/object_subscriptions/ObjectSubscription.class.php 394${FO_DIR}/application/models/object_subscriptions/ObjectSubscription.class.php
353${FO_DIR}/application/models/object_subscriptions/ObjectSubscriptions.class.php 395${FO_DIR}/application/models/object_subscriptions/ObjectSubscriptions.class.php
354${FO_DIR}/application/models/object_subscriptions/base/BaseObjectSubscription.class.php 396${FO_DIR}/application/models/object_subscriptions/base/BaseObjectSubscription.class.php
355${FO_DIR}/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php 397${FO_DIR}/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php
 398${FO_DIR}/application/models/object_type_dependencies/ObjectTypeDependencies.class.php
 399${FO_DIR}/application/models/object_type_dependencies/ObjectTypeDependency.class.php
 400${FO_DIR}/application/models/object_type_dependencies/base/BaseObjectTypeDependencies.class.php
 401${FO_DIR}/application/models/object_type_dependencies/base/BaseObjectTypeDependency.class.php
 402${FO_DIR}/application/models/object_type_hierarchies/ObjectTypeHierarchies.class.php
 403${FO_DIR}/application/models/object_type_hierarchies/ObjectTypeHierarchy.class.php
 404${FO_DIR}/application/models/object_type_hierarchies/base/BaseObjectTypeHierarchies.class.php
 405${FO_DIR}/application/models/object_type_hierarchies/base/BaseObjectTypeHierarchy.class.php
 406${FO_DIR}/application/models/object_type_hierarchy_options/ObjectTypeHierarchyOption.class.php
 407${FO_DIR}/application/models/object_type_hierarchy_options/ObjectTypeHierarchyOptions.class.php
 408${FO_DIR}/application/models/object_type_hierarchy_options/base/BaseObjectTypeHierarchyOption.class.php
 409${FO_DIR}/application/models/object_type_hierarchy_options/base/BaseObjectTypeHierarchyOptions.class.php
356${FO_DIR}/application/models/object_types/ObjectType.class.php 410${FO_DIR}/application/models/object_types/ObjectType.class.php
357${FO_DIR}/application/models/object_types/ObjectTypes.class.php 411${FO_DIR}/application/models/object_types/ObjectTypes.class.php
358${FO_DIR}/application/models/object_types/base/BaseObjectType.class.php 412${FO_DIR}/application/models/object_types/base/BaseObjectType.class.php
359${FO_DIR}/application/models/object_types/base/BaseObjectTypes.class.php 413${FO_DIR}/application/models/object_types/base/BaseObjectTypes.class.php
360${FO_DIR}/application/models/objects/Object.class.php 414${FO_DIR}/application/models/objects/Object.class.php
361${FO_DIR}/application/models/objects/Objects.class.php 415${FO_DIR}/application/models/objects/Objects.class.php
362${FO_DIR}/application/models/objects/base/BaseObject.class.php 416${FO_DIR}/application/models/objects/base/BaseObject.class.php
363${FO_DIR}/application/models/objects/base/BaseObjects.class.php 417${FO_DIR}/application/models/objects/base/BaseObjects.class.php
364${FO_DIR}/application/models/permission_contexts/PermissionContext.class.php 418${FO_DIR}/application/models/permission_contexts/PermissionContext.class.php
365${FO_DIR}/application/models/permission_contexts/PermissionContexts.class.php 419${FO_DIR}/application/models/permission_contexts/PermissionContexts.class.php
366${FO_DIR}/application/models/permission_contexts/base/BasePermissionContext.class.php 420${FO_DIR}/application/models/permission_contexts/base/BasePermissionContext.class.php
367${FO_DIR}/application/models/permission_contexts/base/BasePermissionContexts.class.php 421${FO_DIR}/application/models/permission_contexts/base/BasePermissionContexts.class.php
368${FO_DIR}/application/models/permission_groups/PermissionGroup.class.php 422${FO_DIR}/application/models/permission_groups/PermissionGroup.class.php
@@ -515,127 +569,147 @@ ${FO_DIR}/application/models/versons_fee @@ -515,127 +569,147 @@ ${FO_DIR}/application/models/versons_fee
515${FO_DIR}/application/models/webpage_types/WebpageType.class.php 569${FO_DIR}/application/models/webpage_types/WebpageType.class.php
516${FO_DIR}/application/models/webpage_types/WebpageTypes.class.php 570${FO_DIR}/application/models/webpage_types/WebpageTypes.class.php
517${FO_DIR}/application/models/webpage_types/base/BaseWebpageType.class.php 571${FO_DIR}/application/models/webpage_types/base/BaseWebpageType.class.php
518${FO_DIR}/application/models/webpage_types/base/BaseWebpageTypes.class.php 572${FO_DIR}/application/models/webpage_types/base/BaseWebpageTypes.class.php
519${FO_DIR}/application/models/widgets/Widget.class.php 573${FO_DIR}/application/models/widgets/Widget.class.php
520${FO_DIR}/application/models/widgets/Widgets.class.php 574${FO_DIR}/application/models/widgets/Widgets.class.php
521${FO_DIR}/application/models/widgets/base/BaseWidget.class.php 575${FO_DIR}/application/models/widgets/base/BaseWidget.class.php
522${FO_DIR}/application/models/widgets/base/BaseWidgets.class.php 576${FO_DIR}/application/models/widgets/base/BaseWidgets.class.php
523${FO_DIR}/application/views/access/change_password.php 577${FO_DIR}/application/views/access/change_password.php
524${FO_DIR}/application/views/access/complete_installation.php 578${FO_DIR}/application/views/access/complete_installation.php
525${FO_DIR}/application/views/access/forgot_password.php 579${FO_DIR}/application/views/access/forgot_password.php
526${FO_DIR}/application/views/access/login.php 580${FO_DIR}/application/views/access/login.php
527${FO_DIR}/application/views/access/reset_password.php 581${FO_DIR}/application/views/access/reset_password.php
 582${FO_DIR}/application/views/account/add_token.php
528${FO_DIR}/application/views/account/edit_avatar.php 583${FO_DIR}/application/views/account/edit_avatar.php
 584${FO_DIR}/application/views/account/edit_external_tokens.php
529${FO_DIR}/application/views/account/edit_password.php 585${FO_DIR}/application/views/account/edit_password.php
530${FO_DIR}/application/views/account/edit_profile.php 586${FO_DIR}/application/views/account/edit_profile.php
531${FO_DIR}/application/views/account/index.php 587${FO_DIR}/application/views/account/index.php
532${FO_DIR}/application/views/account/system_permissions.php 588${FO_DIR}/application/views/account/system_permissions.php
533${FO_DIR}/application/views/account/update_permissions.php 589${FO_DIR}/application/views/account/update_permissions.php
534${FO_DIR}/application/views/account/user_permissions_control.php 590${FO_DIR}/application/views/account/user_permissions_control.php
535${FO_DIR}/application/views/administration/auto_upgrade.php 591${FO_DIR}/application/views/administration/auto_upgrade.php
536${FO_DIR}/application/views/administration/clients.php 592${FO_DIR}/application/views/administration/clients.php
537${FO_DIR}/application/views/administration/configuration.php 593${FO_DIR}/application/views/administration/configuration.php
 594${FO_DIR}/application/views/administration/cp_table_template.php
538${FO_DIR}/application/views/administration/cron_events.php 595${FO_DIR}/application/views/administration/cron_events.php
539${FO_DIR}/application/views/administration/custom_properties.php 596${FO_DIR}/application/views/administration/custom_properties.php
540${FO_DIR}/application/views/administration/documents.php 597${FO_DIR}/application/views/administration/documents.php
541${FO_DIR}/application/views/administration/documents_allow.php 598${FO_DIR}/application/views/administration/documents_allow.php
542${FO_DIR}/application/views/administration/edit_members.php 599${FO_DIR}/application/views/administration/edit_members.php
543${FO_DIR}/application/views/administration/groups.php 600${FO_DIR}/application/views/administration/groups.php
544${FO_DIR}/application/views/administration/index.php 601${FO_DIR}/application/views/administration/index.php
 602${FO_DIR}/application/views/administration/list_custom_properties_for_type.php
545${FO_DIR}/application/views/administration/list_users.php 603${FO_DIR}/application/views/administration/list_users.php
546${FO_DIR}/application/views/administration/mail_accounts.php 604${FO_DIR}/application/views/administration/mail_accounts.php
547${FO_DIR}/application/views/administration/members.php 605${FO_DIR}/application/views/administration/members.php
548${FO_DIR}/application/views/administration/object_subtypes.php 606${FO_DIR}/application/views/administration/object_subtypes.php
549${FO_DIR}/application/views/administration/password_autentify.php 607${FO_DIR}/application/views/administration/password_autentify.php
550${FO_DIR}/application/views/administration/tabs.php 608${FO_DIR}/application/views/administration/tabs.php
551${FO_DIR}/application/views/administration/task_templates.php 609${FO_DIR}/application/views/administration/task_templates.php
 610${FO_DIR}/application/views/administration/timezones.php
552${FO_DIR}/application/views/administration/tool_mass_mailer.php 611${FO_DIR}/application/views/administration/tool_mass_mailer.php
553${FO_DIR}/application/views/administration/tool_test_email.php 612${FO_DIR}/application/views/administration/tool_test_email.php
554${FO_DIR}/application/views/administration/tools.php 613${FO_DIR}/application/views/administration/tools.php
555${FO_DIR}/application/views/administration/upgrade.php 614${FO_DIR}/application/views/administration/upgrade.php
556${FO_DIR}/application/views/advanced_pagination.php 615${FO_DIR}/application/views/advanced_pagination.php
557${FO_DIR}/application/views/api/index.php 
558${FO_DIR}/application/views/application/system_notices.php 616${FO_DIR}/application/views/application/system_notices.php
559${FO_DIR}/application/views/application/user_box.php 617${FO_DIR}/application/views/application/user_box.php
560${FO_DIR}/application/views/back.php 618${FO_DIR}/application/views/back.php
561${FO_DIR}/application/views/billing/add.php 619${FO_DIR}/application/views/billing/add.php
562${FO_DIR}/application/views/billing/assign_users.php 620${FO_DIR}/application/views/billing/assign_users.php
563${FO_DIR}/application/views/billing/index.php 621${FO_DIR}/application/views/billing/index.php
 622${FO_DIR}/application/views/billing/list_all.php
564${FO_DIR}/application/views/breadcrumbs/breadcrumbs_template.php 623${FO_DIR}/application/views/breadcrumbs/breadcrumbs_template.php
565${FO_DIR}/application/views/co/actions.php 624${FO_DIR}/application/views/co/actions.php
566${FO_DIR}/application/views/co/member_path.php 625${FO_DIR}/application/views/co/member_path.php
567${FO_DIR}/application/views/co/properties.php 626${FO_DIR}/application/views/co/properties.php
568${FO_DIR}/application/views/co/view.php 627${FO_DIR}/application/views/co/view.php
569${FO_DIR}/application/views/comment/add_comment.php 628${FO_DIR}/application/views/comment/add_comment.php
570${FO_DIR}/application/views/comment/comment_unit.php 629${FO_DIR}/application/views/comment/comment_unit.php
571${FO_DIR}/application/views/comment/object_comments.php 630${FO_DIR}/application/views/comment/object_comments.php
572${FO_DIR}/application/views/comment/object_comments_for_print.php 631${FO_DIR}/application/views/comment/object_comments_for_print.php
573${FO_DIR}/application/views/comment/post_comment_form.php 632${FO_DIR}/application/views/comment/post_comment_form.php
574${FO_DIR}/application/views/config/default_user_preferences.php 633${FO_DIR}/application/views/config/default_user_preferences.php
575${FO_DIR}/application/views/config/update_category.php 634${FO_DIR}/application/views/config/update_category.php
576${FO_DIR}/application/views/config/update_default_user_preferences.php 635${FO_DIR}/application/views/config/update_default_user_preferences.php
 636${FO_DIR}/application/views/confirm_box.php
577${FO_DIR}/application/views/contact/add_company.php 637${FO_DIR}/application/views/contact/add_company.php
578${FO_DIR}/application/views/contact/add_contact/access_data.php 638${FO_DIR}/application/views/contact/add_contact/access_data.php
579${FO_DIR}/application/views/contact/add_contact/access_data_company.php 639${FO_DIR}/application/views/contact/add_contact/access_data_company.php
580${FO_DIR}/application/views/contact/add_contact/access_data_edit.php 640${FO_DIR}/application/views/contact/add_contact/access_data_edit.php
581${FO_DIR}/application/views/contact/add_user.php 641${FO_DIR}/application/views/contact/add_user.php
582${FO_DIR}/application/views/contact/card.php 642${FO_DIR}/application/views/contact/card.php
583${FO_DIR}/application/views/contact/card_content.php 643${FO_DIR}/application/views/contact/card_content.php
584${FO_DIR}/application/views/contact/company_card.php 644${FO_DIR}/application/views/contact/company_card.php
585${FO_DIR}/application/views/contact/company_content.php 645${FO_DIR}/application/views/contact/company_content.php
586${FO_DIR}/application/views/contact/configure_widgets.php 646${FO_DIR}/application/views/contact/configure_widgets.php
587${FO_DIR}/application/views/contact/csv_export.php 647${FO_DIR}/application/views/contact/csv_export.php
588${FO_DIR}/application/views/contact/csv_import.php 648${FO_DIR}/application/views/contact/csv_import.php
589${FO_DIR}/application/views/contact/edit_contact.php 649${FO_DIR}/application/views/contact/edit_contact.php
590${FO_DIR}/application/views/contact/edit_logo.php 650${FO_DIR}/application/views/contact/edit_logo.php
591${FO_DIR}/application/views/contact/edit_picture.php 651${FO_DIR}/application/views/contact/edit_picture.php
592${FO_DIR}/application/views/contact/list_contacts.php 652${FO_DIR}/application/views/contact/list_contacts.php
593${FO_DIR}/application/views/contact/list_user_categories.php 653${FO_DIR}/application/views/contact/list_user_categories.php
594${FO_DIR}/application/views/contact/quick_config_filter_activity.php 654${FO_DIR}/application/views/contact/quick_config_filter_activity.php
595${FO_DIR}/application/views/contact/tabs/company_data.php 655${FO_DIR}/application/views/contact/tabs/company_data.php
596${FO_DIR}/application/views/contact/tabs/contact_data.php 656${FO_DIR}/application/views/contact/tabs/contact_data.php
 657${FO_DIR}/application/views/contact/tabs/more_contact_data.php
597${FO_DIR}/application/views/contact/update_user_preferences.php 658${FO_DIR}/application/views/contact/update_user_preferences.php
598${FO_DIR}/application/views/contact/user_card.php 659${FO_DIR}/application/views/contact/user_card.php
599${FO_DIR}/application/views/contact/vcard_import.php 660${FO_DIR}/application/views/contact/vcard_import.php
600${FO_DIR}/application/views/contact/view_company.php 661${FO_DIR}/application/views/contact/view_company.php
601${FO_DIR}/application/views/cron/getmails.php 662${FO_DIR}/application/views/cron/getmails.php
 663${FO_DIR}/application/views/custom_properties/image_cp_selector.php
 664${FO_DIR}/application/views/custom_properties/image_cp_view.php
602${FO_DIR}/application/views/custom_properties/member_custom_properties.php 665${FO_DIR}/application/views/custom_properties/member_custom_properties.php
603${FO_DIR}/application/views/custom_properties/object_custom_properties.php 666${FO_DIR}/application/views/custom_properties/object_custom_properties.php
 667${FO_DIR}/application/views/custom_properties/selectors/date_multiple.php
 668${FO_DIR}/application/views/custom_properties/selectors/datetime_multiple.php
 669${FO_DIR}/application/views/custom_properties/selectors/list_multiple.php
 670${FO_DIR}/application/views/custom_properties/selectors/memo_multiple.php
 671${FO_DIR}/application/views/custom_properties/selectors/numeric_multiple.php
 672${FO_DIR}/application/views/custom_properties/selectors/table.php
 673${FO_DIR}/application/views/custom_properties/selectors/text_multiple.php
 674${FO_DIR}/application/views/custom_properties/table_cp_view.php
604${FO_DIR}/application/views/custom_properties/view.php 675${FO_DIR}/application/views/custom_properties/view.php
605${FO_DIR}/application/views/dashboard/activity_feed.php 676${FO_DIR}/application/views/dashboard/activity_feed.php
606${FO_DIR}/application/views/dashboard/index.php 677${FO_DIR}/application/views/dashboard/index.php
607${FO_DIR}/application/views/dashboard/main_dashboard.php 678${FO_DIR}/application/views/dashboard/main_dashboard.php
608${FO_DIR}/application/views/dashboard/my_projects.php 679${FO_DIR}/application/views/dashboard/my_projects.php
609${FO_DIR}/application/views/dashboard/my_tasks.php 680${FO_DIR}/application/views/dashboard/my_tasks.php
610${FO_DIR}/application/views/dashboard/widget.php 681${FO_DIR}/application/views/dashboard/widget.php
611${FO_DIR}/application/views/dashboard/widget_active_tasks.php 682${FO_DIR}/application/views/dashboard/widget_active_tasks.php
612${FO_DIR}/application/views/dashboard/widget_activity.php 683${FO_DIR}/application/views/dashboard/widget_activity.php
613${FO_DIR}/application/views/dashboard/widget_calendar.php 684${FO_DIR}/application/views/dashboard/widget_calendar.php
614${FO_DIR}/application/views/dashboard/widget_charts.php 685${FO_DIR}/application/views/dashboard/widget_charts.php
615${FO_DIR}/application/views/dashboard/widget_comments.php 686${FO_DIR}/application/views/dashboard/widget_comments.php
616${FO_DIR}/application/views/dashboard/widget_dashboard_info.php 687${FO_DIR}/application/views/dashboard/widget_dashboard_info.php
617${FO_DIR}/application/views/dashboard/widget_documents.php 688${FO_DIR}/application/views/dashboard/widget_documents.php
618${FO_DIR}/application/views/dashboard/widget_emails.php 689${FO_DIR}/application/views/dashboard/widget_emails.php
619${FO_DIR}/application/views/dashboard/widget_getting_started.php 690${FO_DIR}/application/views/dashboard/widget_getting_started.php
620${FO_DIR}/application/views/dashboard/widget_late_tasks.php 691${FO_DIR}/application/views/dashboard/widget_late_tasks.php
621${FO_DIR}/application/views/dashboard/widget_messages.php 692${FO_DIR}/application/views/dashboard/widget_messages.php
622${FO_DIR}/application/views/dashboard/widget_pending_tasks.php 693${FO_DIR}/application/views/dashboard/widget_pending_tasks.php
623${FO_DIR}/application/views/dashboard/widget_workspace_description.php 694${FO_DIR}/application/views/dashboard/widget_workspace_description.php
624${FO_DIR}/application/views/dashboard/widgets/pepe.php 695${FO_DIR}/application/views/dashboard/widgets/pepe.php
 696${FO_DIR}/application/views/dimension/components/bootstrap_multiple_dimension_selector.php
 697${FO_DIR}/application/views/dimension/components/bootstrap_view.php
625${FO_DIR}/application/views/dimension/components/default_view.php 698${FO_DIR}/application/views/dimension/components/default_view.php
626${FO_DIR}/application/views/dimension/components/multiple_dimension_selector.php 699${FO_DIR}/application/views/dimension/components/multiple_dimension_selector.php
627${FO_DIR}/application/views/dimension/components/small_view.php 700${FO_DIR}/application/views/dimension/components/small_view.php
628${FO_DIR}/application/views/dimension/list_members.php 701${FO_DIR}/application/views/dimension/list_members.php
 702${FO_DIR}/application/views/dimension/render_member_selector.php
629${FO_DIR}/application/views/empty.php 703${FO_DIR}/application/views/empty.php
630${FO_DIR}/application/views/error/db_connect.php 704${FO_DIR}/application/views/error/db_connect.php
631${FO_DIR}/application/views/error/error_message.php 705${FO_DIR}/application/views/error/error_message.php
632${FO_DIR}/application/views/event/cal_export.php 706${FO_DIR}/application/views/event/cal_export.php
633${FO_DIR}/application/views/event/cal_import.php 707${FO_DIR}/application/views/event/cal_import.php
634${FO_DIR}/application/views/event/calendar.php 708${FO_DIR}/application/views/event/calendar.php
635${FO_DIR}/application/views/event/event.php 709${FO_DIR}/application/views/event/event.php
636${FO_DIR}/application/views/event/view.php 710${FO_DIR}/application/views/event/view.php
637${FO_DIR}/application/views/event/view_event.php 711${FO_DIR}/application/views/event/view_event.php
638${FO_DIR}/application/views/event/viewdate.php 712${FO_DIR}/application/views/event/viewdate.php
639${FO_DIR}/application/views/event/viewweek.php 713${FO_DIR}/application/views/event/viewweek.php
640${FO_DIR}/application/views/event/viewweek5days.php 714${FO_DIR}/application/views/event/viewweek5days.php
641${FO_DIR}/application/views/external_calendar/calendar_sinchronization.php 715${FO_DIR}/application/views/external_calendar/calendar_sinchronization.php
@@ -706,111 +780,126 @@ ${FO_DIR}/application/views/object/add_s @@ -706,111 +780,126 @@ ${FO_DIR}/application/views/object/add_s
706${FO_DIR}/application/views/object/add_subscribers_list.php 780${FO_DIR}/application/views/object/add_subscribers_list.php
707${FO_DIR}/application/views/object/linked_objects.php 781${FO_DIR}/application/views/object/linked_objects.php
708${FO_DIR}/application/views/object/list_linked_objects.php 782${FO_DIR}/application/views/object/list_linked_objects.php
709${FO_DIR}/application/views/object/list_linked_objects_main.php 783${FO_DIR}/application/views/object/list_linked_objects_main.php
710${FO_DIR}/application/views/object/list_subscribers.php 784${FO_DIR}/application/views/object/list_subscribers.php
711${FO_DIR}/application/views/object/llo_contact.php 785${FO_DIR}/application/views/object/llo_contact.php
712${FO_DIR}/application/views/object/llo_email.php 786${FO_DIR}/application/views/object/llo_email.php
713${FO_DIR}/application/views/object/llo_generic.php 787${FO_DIR}/application/views/object/llo_generic.php
714${FO_DIR}/application/views/object/llo_task.php 788${FO_DIR}/application/views/object/llo_task.php
715${FO_DIR}/application/views/object/popup_member_chooser.php 789${FO_DIR}/application/views/object/popup_member_chooser.php
716${FO_DIR}/application/views/object/send_reminders.php 790${FO_DIR}/application/views/object/send_reminders.php
717${FO_DIR}/application/views/object/view_history.php 791${FO_DIR}/application/views/object/view_history.php
718${FO_DIR}/application/views/plugin/index.php 792${FO_DIR}/application/views/plugin/index.php
 793${FO_DIR}/application/views/report_columns/ReportColumn.class.php
 794${FO_DIR}/application/views/report_columns/ReportColumns.class.php
 795${FO_DIR}/application/views/report_columns/base/BaseReportColumn.class.php
 796${FO_DIR}/application/views/report_columns/base/BaseReportColumns.class.php
 797${FO_DIR}/application/views/report_conditions/ReportCondition.class.php
 798${FO_DIR}/application/views/report_conditions/ReportConditions.class.php
 799${FO_DIR}/application/views/report_conditions/base/BaseReportCondition.class.php
 800${FO_DIR}/application/views/report_conditions/base/BaseReportConditions.class.php
719${FO_DIR}/application/views/reporting/add_chart.php 801${FO_DIR}/application/views/reporting/add_chart.php
720${FO_DIR}/application/views/reporting/add_custom_report.php 802${FO_DIR}/application/views/reporting/add_custom_report.php
721${FO_DIR}/application/views/reporting/chart_details.php 803${FO_DIR}/application/views/reporting/chart_details.php
722${FO_DIR}/application/views/reporting/column_list.php 804${FO_DIR}/application/views/reporting/column_list.php
723${FO_DIR}/application/views/reporting/custom_report_parameters.php 805${FO_DIR}/application/views/reporting/custom_report_parameters.php
724${FO_DIR}/application/views/reporting/index.php 806${FO_DIR}/application/views/reporting/index.php
725${FO_DIR}/application/views/reporting/report_printer.php 807${FO_DIR}/application/views/reporting/report_printer.php
726${FO_DIR}/application/views/reporting/report_wrapper.php 808${FO_DIR}/application/views/reporting/report_wrapper.php
727${FO_DIR}/application/views/reporting/total_task_times.php 809${FO_DIR}/application/views/reporting/total_task_times.php
728${FO_DIR}/application/views/reporting/total_task_times_csv.php 810${FO_DIR}/application/views/reporting/total_task_times_csv.php
729${FO_DIR}/application/views/reporting/total_task_times_p.php 811${FO_DIR}/application/views/reporting/total_task_times_p.php
730${FO_DIR}/application/views/reporting/total_task_times_vs_estimate_comparison_p.php 812${FO_DIR}/application/views/reporting/total_task_times_vs_estimate_comparison_p.php
731${FO_DIR}/application/views/reporting/view_custom_report.php 813${FO_DIR}/application/views/reporting/view_custom_report.php
732${FO_DIR}/application/views/search/no_results.php 814${FO_DIR}/application/views/search/no_results.php
733${FO_DIR}/application/views/search/pagination.php 815${FO_DIR}/application/views/search/pagination.php
734${FO_DIR}/application/views/search/result_item.php 816${FO_DIR}/application/views/search/result_item.php
735${FO_DIR}/application/views/search/search.php 817${FO_DIR}/application/views/search/search.php
736${FO_DIR}/application/views/search_pagination.php 818${FO_DIR}/application/views/search_pagination.php
737${FO_DIR}/application/views/search_selector/search_selector_view.php 819${FO_DIR}/application/views/search_selector/search_selector_view.php
738${FO_DIR}/application/views/task/add_task.php 820${FO_DIR}/application/views/task/add_task.php
739${FO_DIR}/application/views/task/index.php 821${FO_DIR}/application/views/task/index.php
740${FO_DIR}/application/views/task/new_list_tasks.php 822${FO_DIR}/application/views/task/new_list_tasks.php
741${FO_DIR}/application/views/task/previous_task_list.php 823${FO_DIR}/application/views/task/previous_task_list.php
742${FO_DIR}/application/views/task/print_task.php 824${FO_DIR}/application/views/task/print_task.php
 825${FO_DIR}/application/views/task/print_tasks_list.php
743${FO_DIR}/application/views/task/print_view_all.php 826${FO_DIR}/application/views/task/print_view_all.php
744${FO_DIR}/application/views/task/subtasks_info.php 827${FO_DIR}/application/views/task/subtasks_info.php
 828${FO_DIR}/application/views/task/task_change_date_prompt.php
745${FO_DIR}/application/views/task/task_list.php 829${FO_DIR}/application/views/task/task_list.php
746${FO_DIR}/application/views/task/task_timespan_modal_template.php 830${FO_DIR}/application/views/task/task_timespan_modal_template.php
747${FO_DIR}/application/views/task/tasks_list_row_template.php 831${FO_DIR}/application/views/task/tasks_list_row_template.php
748${FO_DIR}/application/views/task/view.php 832${FO_DIR}/application/views/task/view.php
749${FO_DIR}/application/views/task/view_milestones.php 833${FO_DIR}/application/views/task/view_milestones.php
750${FO_DIR}/application/views/task/view_tasks.php 834${FO_DIR}/application/views/task/view_tasks.php
751${FO_DIR}/application/views/task/work_performed.php 835${FO_DIR}/application/views/task/work_performed.php
752${FO_DIR}/application/views/template/add.php 836${FO_DIR}/application/views/template/add.php
753${FO_DIR}/application/views/template/add_to.php 837${FO_DIR}/application/views/template/add_to.php
754${FO_DIR}/application/views/template/assign_to_ws.php 838${FO_DIR}/application/views/template/assign_to_ws.php
755${FO_DIR}/application/views/template/content.php 839${FO_DIR}/application/views/template/content.php
756${FO_DIR}/application/views/template/get_context.php 840${FO_DIR}/application/views/template/get_context.php
757${FO_DIR}/application/views/template/index.php 841${FO_DIR}/application/views/template/index.php
758${FO_DIR}/application/views/template/instantiate_parameters.php 842${FO_DIR}/application/views/template/instantiate_parameters.php
759${FO_DIR}/application/views/template/view.php 843${FO_DIR}/application/views/template/view.php
760${FO_DIR}/application/views/template_milestone/add_template_milestone.php 844${FO_DIR}/application/views/template_milestone/add_template_milestone.php
761${FO_DIR}/application/views/template_task/add_template_task.php 845${FO_DIR}/application/views/template_task/add_template_task.php
762${FO_DIR}/application/views/template_task/view.php 846${FO_DIR}/application/views/template_task/view.php
 847${FO_DIR}/application/views/time/edit_timeslot.php
763${FO_DIR}/application/views/time/index.php 848${FO_DIR}/application/views/time/index.php
764${FO_DIR}/application/views/timeslot/add_timeslot.php 849${FO_DIR}/application/views/timeslot/add_timeslot.php
765${FO_DIR}/application/views/timeslot/object_timeslots.php 850${FO_DIR}/application/views/timeslot/object_timeslots.php
766${FO_DIR}/application/views/timeslot/post_open_timeslot_form.php 851${FO_DIR}/application/views/timeslot/post_open_timeslot_form.php
767${FO_DIR}/application/views/timeslot/post_timeslot_form.php 852${FO_DIR}/application/views/timeslot/post_timeslot_form.php
768${FO_DIR}/application/views/tool/checklang.php 853${FO_DIR}/application/views/tool/checklang.php
769${FO_DIR}/application/views/tool/translate.php 854${FO_DIR}/application/views/tool/translate.php
770${FO_DIR}/application/views/webpage/add.php 855${FO_DIR}/application/views/webpage/add.php
771${FO_DIR}/application/views/webpage/view.php 856${FO_DIR}/application/views/webpage/view.php
772${FO_DIR}/application/views/webpage/view_content.php 857${FO_DIR}/application/views/webpage/view_content.php
 858${FO_DIR}/application/views/widget/render_template_with_options.php
773${FO_DIR}/application/widgets/active_context_info/index.php 859${FO_DIR}/application/widgets/active_context_info/index.php
774${FO_DIR}/application/widgets/active_context_info/template.php 860${FO_DIR}/application/widgets/active_context_info/template.php
775${FO_DIR}/application/widgets/activity_feed/index.php 861${FO_DIR}/application/widgets/activity_feed/index.php
776${FO_DIR}/application/widgets/activity_feed/template.php 862${FO_DIR}/application/widgets/activity_feed/template.php
777${FO_DIR}/application/widgets/calendar/index.php 863${FO_DIR}/application/widgets/calendar/index.php
778${FO_DIR}/application/widgets/calendar/template.php 864${FO_DIR}/application/widgets/calendar/template.php
779${FO_DIR}/application/widgets/comments/index.php 865${FO_DIR}/application/widgets/comments/index.php
780${FO_DIR}/application/widgets/comments/template.php 866${FO_DIR}/application/widgets/comments/template.php
781${FO_DIR}/application/widgets/completed_tasks_list/index.php 867${FO_DIR}/application/widgets/completed_tasks_list/index.php
782${FO_DIR}/application/widgets/completed_tasks_list/template.php 868${FO_DIR}/application/widgets/completed_tasks_list/template.php
783${FO_DIR}/application/widgets/documents/index.php 869${FO_DIR}/application/widgets/documents/index.php
784${FO_DIR}/application/widgets/documents/template.php 870${FO_DIR}/application/widgets/documents/template.php
785${FO_DIR}/application/widgets/emails/index.php 871${FO_DIR}/application/widgets/emails/index.php
786${FO_DIR}/application/widgets/emails/template.php 872${FO_DIR}/application/widgets/emails/template.php
787${FO_DIR}/application/widgets/messages/index.php 873${FO_DIR}/application/widgets/messages/index.php
788${FO_DIR}/application/widgets/messages/template.php 874${FO_DIR}/application/widgets/messages/template.php
789${FO_DIR}/application/widgets/overdue_upcoming/index.php 875${FO_DIR}/application/widgets/overdue_upcoming/index.php
790${FO_DIR}/application/widgets/overdue_upcoming/template.php 876${FO_DIR}/application/widgets/overdue_upcoming/template.php
791${FO_DIR}/application/widgets/people/index.php 877${FO_DIR}/application/widgets/people/index.php
792${FO_DIR}/application/widgets/people/template.php 878${FO_DIR}/application/widgets/people/template.php
793${FO_DIR}/cache/.htaccess 879${FO_DIR}/cache/.htaccess
794${FO_DIR}/cache/dummy.txt 
795${FO_DIR}/ck_upload_handler.php 880${FO_DIR}/ck_upload_handler.php
796${FO_DIR}/config/.htaccess 881${FO_DIR}/composer.json
797${FO_DIR}/config/ldap.config.example.php 882${FO_DIR}/config/ldap.config.example.php
798${FO_DIR}/cron.php 883${FO_DIR}/cron.php
799${FO_DIR}/crossdomain.xml 884${FO_DIR}/crossdomain.xml
 885${FO_DIR}/custom_langs/en_us.php
 886${FO_DIR}/custom_langs/es_la.php
 887${FO_DIR}/custom_langs/pl_pl.php
800${FO_DIR}/cut_users_permissions_by_role_and_max_perm.php 888${FO_DIR}/cut_users_permissions_by_role_and_max_perm.php
801${FO_DIR}/dummy.php 889${FO_DIR}/dummy.php
802${FO_DIR}/environment/classes/AutoLoader.class.php 890${FO_DIR}/environment/classes/AutoLoader.class.php
803${FO_DIR}/environment/classes/Cookie.class.php 891${FO_DIR}/environment/classes/Cookie.class.php
 892${FO_DIR}/environment/classes/Countries.class.php
804${FO_DIR}/environment/classes/CountryCodes.class.php 893${FO_DIR}/environment/classes/CountryCodes.class.php
805${FO_DIR}/environment/classes/Env.class.php 894${FO_DIR}/environment/classes/Env.class.php
806${FO_DIR}/environment/classes/Error.class.php 895${FO_DIR}/environment/classes/Error.class.php
807${FO_DIR}/environment/classes/Inflector.class.php 896${FO_DIR}/environment/classes/Inflector.class.php
808${FO_DIR}/environment/classes/Session.class.php 897${FO_DIR}/environment/classes/Session.class.php
809${FO_DIR}/environment/classes/StringTwister.class.php 898${FO_DIR}/environment/classes/StringTwister.class.php
810${FO_DIR}/environment/classes/Timezones.class.php 899${FO_DIR}/environment/classes/Timezones.class.php
811${FO_DIR}/environment/classes/ajax/AjaxResponse.class.php 900${FO_DIR}/environment/classes/ajax/AjaxResponse.class.php
812${FO_DIR}/environment/classes/ajax/ajax.php 901${FO_DIR}/environment/classes/ajax/ajax.php
813${FO_DIR}/environment/classes/container/Container.class.php 902${FO_DIR}/environment/classes/container/Container.class.php
814${FO_DIR}/environment/classes/container/IContainer.class.php 903${FO_DIR}/environment/classes/container/IContainer.class.php
815${FO_DIR}/environment/classes/container/ObjectContainer.class.php 904${FO_DIR}/environment/classes/container/ObjectContainer.class.php
816${FO_DIR}/environment/classes/controller/ApiController.class.php 905${FO_DIR}/environment/classes/controller/ApiController.class.php
@@ -868,40 +957,42 @@ ${FO_DIR}/environment/classes/template/T @@ -868,40 +957,42 @@ ${FO_DIR}/environment/classes/template/T
868${FO_DIR}/environment/classes/template/template.php 957${FO_DIR}/environment/classes/template/template.php
869${FO_DIR}/environment/classes/timeit/TimeIt.class.php 958${FO_DIR}/environment/classes/timeit/TimeIt.class.php
870${FO_DIR}/environment/constants.php 959${FO_DIR}/environment/constants.php
871${FO_DIR}/environment/environment.php 960${FO_DIR}/environment/environment.php
872${FO_DIR}/environment/functions/files.php 961${FO_DIR}/environment/functions/files.php
873${FO_DIR}/environment/functions/general.php 962${FO_DIR}/environment/functions/general.php
874${FO_DIR}/environment/functions/utf.php 963${FO_DIR}/environment/functions/utf.php
875${FO_DIR}/environment/index.html 964${FO_DIR}/environment/index.html
876${FO_DIR}/environment/library/LuceneDB.class.php 965${FO_DIR}/environment/library/LuceneDB.class.php
877${FO_DIR}/environment/library/database/DB.class.php 966${FO_DIR}/environment/library/database/DB.class.php
878${FO_DIR}/environment/library/database/DBResult.class.php 967${FO_DIR}/environment/library/database/DBResult.class.php
879${FO_DIR}/environment/library/database/adapters/AbstractDBAdapter.class.php 968${FO_DIR}/environment/library/database/adapters/AbstractDBAdapter.class.php
880${FO_DIR}/environment/library/database/adapters/MysqlDBAdapter.class.php 969${FO_DIR}/environment/library/database/adapters/MysqlDBAdapter.class.php
 970${FO_DIR}/environment/library/database/adapters/MysqliDBAdapter.class.php
881${FO_DIR}/environment/library/database/adapters/PdoMysqlDBAdapter.class.php 971${FO_DIR}/environment/library/database/adapters/PdoMysqlDBAdapter.class.php
882${FO_DIR}/environment/library/database/database.php 972${FO_DIR}/environment/library/database/database.php
883${FO_DIR}/environment/library/database/errors/DBAdapterDnx.class.php 973${FO_DIR}/environment/library/database/errors/DBAdapterDnx.class.php
884${FO_DIR}/environment/library/database/errors/DBConnectError.class.php 974${FO_DIR}/environment/library/database/errors/DBConnectError.class.php
885${FO_DIR}/environment/library/database/errors/DBQueryError.class.php 975${FO_DIR}/environment/library/database/errors/DBQueryError.class.php
886${FO_DIR}/environment/templates/benchmark_timer_brief.php 976${FO_DIR}/environment/templates/benchmark_timer_brief.php
887${FO_DIR}/environment/templates/benchmark_timer_full.php 977${FO_DIR}/environment/templates/benchmark_timer_full.php
888${FO_DIR}/environment/templates/dump_error.php 978${FO_DIR}/environment/templates/dump_error.php
889${FO_DIR}/favicon.ico 979${FO_DIR}/favicon.ico
890${FO_DIR}/hooks/fengoffice_hooks.php 980${FO_DIR}/hooks/fengoffice_hooks.php
891${FO_DIR}/hooks/index.html 981${FO_DIR}/hooks/index.html
892${FO_DIR}/hooks/opengoo_hooks.php 982${FO_DIR}/hooks/opengoo_hooks.php
893${FO_DIR}/index.php 983${FO_DIR}/index.php
894${FO_DIR}/init.php 984${FO_DIR}/init.php
 985${FO_DIR}/language/[nl_nl].php
895${FO_DIR}/language/ar_sa.php 986${FO_DIR}/language/ar_sa.php
896${FO_DIR}/language/ar_sa/_config.php 987${FO_DIR}/language/ar_sa/_config.php
897${FO_DIR}/language/ar_sa/actions.php 988${FO_DIR}/language/ar_sa/actions.php
898${FO_DIR}/language/ar_sa/calendar.php 989${FO_DIR}/language/ar_sa/calendar.php
899${FO_DIR}/language/ca_es/_config.php 990${FO_DIR}/language/ca_es/_config.php
900${FO_DIR}/language/ca_es/actions.php 991${FO_DIR}/language/ca_es/actions.php
901${FO_DIR}/language/ca_es/administration.php 992${FO_DIR}/language/ca_es/administration.php
902${FO_DIR}/language/ca_es/calendar.php 993${FO_DIR}/language/ca_es/calendar.php
903${FO_DIR}/language/ca_es/countries.php 994${FO_DIR}/language/ca_es/countries.php
904${FO_DIR}/language/ca_es/emails.php 995${FO_DIR}/language/ca_es/emails.php
905${FO_DIR}/language/ca_es/errors.php 996${FO_DIR}/language/ca_es/errors.php
906${FO_DIR}/language/ca_es/fields.php 997${FO_DIR}/language/ca_es/fields.php
907${FO_DIR}/language/ca_es/general.php 998${FO_DIR}/language/ca_es/general.php
@@ -918,52 +1009,50 @@ ${FO_DIR}/language/ca_es/upgrade.php @@ -918,52 +1009,50 @@ ${FO_DIR}/language/ca_es/upgrade.php
918${FO_DIR}/language/cs_cz.php 1009${FO_DIR}/language/cs_cz.php
919${FO_DIR}/language/cs_cz/_config.php 1010${FO_DIR}/language/cs_cz/_config.php
920${FO_DIR}/language/cs_cz/actions.php 1011${FO_DIR}/language/cs_cz/actions.php
921${FO_DIR}/language/cs_cz/administration.php 1012${FO_DIR}/language/cs_cz/administration.php
922${FO_DIR}/language/cs_cz/calendar.php 1013${FO_DIR}/language/cs_cz/calendar.php
923${FO_DIR}/language/cs_cz/countries.php 1014${FO_DIR}/language/cs_cz/countries.php
924${FO_DIR}/language/cs_cz/emails.php 1015${FO_DIR}/language/cs_cz/emails.php
925${FO_DIR}/language/cs_cz/errors.php 1016${FO_DIR}/language/cs_cz/errors.php
926${FO_DIR}/language/cs_cz/fields.php 1017${FO_DIR}/language/cs_cz/fields.php
927${FO_DIR}/language/cs_cz/general.php 1018${FO_DIR}/language/cs_cz/general.php
928${FO_DIR}/language/cs_cz/help.php 1019${FO_DIR}/language/cs_cz/help.php
929${FO_DIR}/language/cs_cz/help/account.html 1020${FO_DIR}/language/cs_cz/help/account.html
930${FO_DIR}/language/cs_cz/help/dashboard.html 1021${FO_DIR}/language/cs_cz/help/dashboard.html
931${FO_DIR}/language/cs_cz/help/dummy.txt 
932${FO_DIR}/language/cs_cz/help/no_help.html 1022${FO_DIR}/language/cs_cz/help/no_help.html
933${FO_DIR}/language/cs_cz/lang.js 1023${FO_DIR}/language/cs_cz/lang.js
934${FO_DIR}/language/cs_cz/messages.php 1024${FO_DIR}/language/cs_cz/messages.php
935${FO_DIR}/language/cs_cz/objects.php 1025${FO_DIR}/language/cs_cz/objects.php
936${FO_DIR}/language/cs_cz/project_interface.php 1026${FO_DIR}/language/cs_cz/project_interface.php
937${FO_DIR}/language/cs_cz/reporting.php 1027${FO_DIR}/language/cs_cz/reporting.php
938${FO_DIR}/language/cs_cz/site_interface.php 1028${FO_DIR}/language/cs_cz/site_interface.php
939${FO_DIR}/language/cs_cz/slimey.js 1029${FO_DIR}/language/cs_cz/slimey.js
940${FO_DIR}/language/cs_cz/timezones.php 1030${FO_DIR}/language/cs_cz/timezones.php
941${FO_DIR}/language/cs_cz/upgrade.php 1031${FO_DIR}/language/cs_cz/upgrade.php
942${FO_DIR}/language/de_de.php 1032${FO_DIR}/language/de_de.php
943${FO_DIR}/language/de_de/_config.php 1033${FO_DIR}/language/de_de/_config.php
944${FO_DIR}/language/de_de/actions.php 1034${FO_DIR}/language/de_de/actions.php
945${FO_DIR}/language/de_de/administration.php 1035${FO_DIR}/language/de_de/administration.php
946${FO_DIR}/language/de_de/calendar.php 1036${FO_DIR}/language/de_de/calendar.php
947${FO_DIR}/language/de_de/countries.php 1037${FO_DIR}/language/de_de/countries.php
948${FO_DIR}/language/de_de/emails.php 1038${FO_DIR}/language/de_de/emails.php
949${FO_DIR}/language/de_de/errors.php 1039${FO_DIR}/language/de_de/errors.php
950${FO_DIR}/language/de_de/export.php 1040${FO_DIR}/language/de_de/export.php
951${FO_DIR}/language/de_de/fields.php 1041${FO_DIR}/language/de_de/fields.php
952${FO_DIR}/language/de_de/general.php 1042${FO_DIR}/language/de_de/general.php
953${FO_DIR}/language/de_de/help.php 1043${FO_DIR}/language/de_de/help.php
954${FO_DIR}/language/de_de/help/account.html 1044${FO_DIR}/language/de_de/help/account.html
955${FO_DIR}/language/de_de/help/dashboard.html 1045${FO_DIR}/language/de_de/help/dashboard.html
956${FO_DIR}/language/de_de/help/dummy.txt 
957${FO_DIR}/language/de_de/help/no_help.html 1046${FO_DIR}/language/de_de/help/no_help.html
958${FO_DIR}/language/de_de/lang.js 1047${FO_DIR}/language/de_de/lang.js
959${FO_DIR}/language/de_de/messages.php 1048${FO_DIR}/language/de_de/messages.php
960${FO_DIR}/language/de_de/more.php 1049${FO_DIR}/language/de_de/more.php
961${FO_DIR}/language/de_de/objects.php 1050${FO_DIR}/language/de_de/objects.php
962${FO_DIR}/language/de_de/project_interface.php 1051${FO_DIR}/language/de_de/project_interface.php
963${FO_DIR}/language/de_de/reporting.php 1052${FO_DIR}/language/de_de/reporting.php
964${FO_DIR}/language/de_de/site_interface.php 1053${FO_DIR}/language/de_de/site_interface.php
965${FO_DIR}/language/de_de/slimey.js 1054${FO_DIR}/language/de_de/slimey.js
966${FO_DIR}/language/de_de/timezones.php 1055${FO_DIR}/language/de_de/timezones.php
967${FO_DIR}/language/de_de/upgrade.php 1056${FO_DIR}/language/de_de/upgrade.php
968${FO_DIR}/language/default.php 1057${FO_DIR}/language/default.php
969${FO_DIR}/language/el_gr.php 1058${FO_DIR}/language/el_gr.php
@@ -1032,118 +1121,113 @@ ${FO_DIR}/language/en_us/slimey.js @@ -1032,118 +1121,113 @@ ${FO_DIR}/language/en_us/slimey.js
1032${FO_DIR}/language/en_us/timezones.php 1121${FO_DIR}/language/en_us/timezones.php
1033${FO_DIR}/language/en_us/upgrade.php 1122${FO_DIR}/language/en_us/upgrade.php
1034${FO_DIR}/language/es_es.php 1123${FO_DIR}/language/es_es.php
1035${FO_DIR}/language/es_es/_config.php 1124${FO_DIR}/language/es_es/_config.php
1036${FO_DIR}/language/es_es/actions.php 1125${FO_DIR}/language/es_es/actions.php
1037${FO_DIR}/language/es_es/administration.php 1126${FO_DIR}/language/es_es/administration.php
1038${FO_DIR}/language/es_es/calendar.php 1127${FO_DIR}/language/es_es/calendar.php
1039${FO_DIR}/language/es_es/countries.php 1128${FO_DIR}/language/es_es/countries.php
1040${FO_DIR}/language/es_es/emails.php 1129${FO_DIR}/language/es_es/emails.php
1041${FO_DIR}/language/es_es/errors.php 1130${FO_DIR}/language/es_es/errors.php
1042${FO_DIR}/language/es_es/fields.php 1131${FO_DIR}/language/es_es/fields.php
1043${FO_DIR}/language/es_es/general.php 1132${FO_DIR}/language/es_es/general.php
1044${FO_DIR}/language/es_es/help.php 1133${FO_DIR}/language/es_es/help.php
1045${FO_DIR}/language/es_es/help/dummy.txt 
1046${FO_DIR}/language/es_es/lang.js 1134${FO_DIR}/language/es_es/lang.js
1047${FO_DIR}/language/es_es/messages.php 1135${FO_DIR}/language/es_es/messages.php
1048${FO_DIR}/language/es_es/more.php 1136${FO_DIR}/language/es_es/more.php
1049${FO_DIR}/language/es_es/objects.php 1137${FO_DIR}/language/es_es/objects.php
1050${FO_DIR}/language/es_es/project_interface.php 1138${FO_DIR}/language/es_es/project_interface.php
1051${FO_DIR}/language/es_es/reporting.php 1139${FO_DIR}/language/es_es/reporting.php
1052${FO_DIR}/language/es_es/site_interface.php 1140${FO_DIR}/language/es_es/site_interface.php
1053${FO_DIR}/language/es_es/slimey.js 1141${FO_DIR}/language/es_es/slimey.js
1054${FO_DIR}/language/es_es/timezones.php 1142${FO_DIR}/language/es_es/timezones.php
1055${FO_DIR}/language/es_es/upgrade.php 1143${FO_DIR}/language/es_es/upgrade.php
1056${FO_DIR}/language/es_la.php 1144${FO_DIR}/language/es_la.php
1057${FO_DIR}/language/es_la/_config.php 1145${FO_DIR}/language/es_la/_config.php
1058${FO_DIR}/language/es_la/actions.php 1146${FO_DIR}/language/es_la/actions.php
1059${FO_DIR}/language/es_la/administration.php 1147${FO_DIR}/language/es_la/administration.php
1060${FO_DIR}/language/es_la/calendar.php 1148${FO_DIR}/language/es_la/calendar.php
1061${FO_DIR}/language/es_la/countries.php 1149${FO_DIR}/language/es_la/countries.php
1062${FO_DIR}/language/es_la/emails.php 1150${FO_DIR}/language/es_la/emails.php
1063${FO_DIR}/language/es_la/errors.php 1151${FO_DIR}/language/es_la/errors.php
1064${FO_DIR}/language/es_la/fields.php 1152${FO_DIR}/language/es_la/fields.php
1065${FO_DIR}/language/es_la/general.php 1153${FO_DIR}/language/es_la/general.php
1066${FO_DIR}/language/es_la/help.php 1154${FO_DIR}/language/es_la/help.php
1067${FO_DIR}/language/es_la/help/dummy.txt 
1068${FO_DIR}/language/es_la/lang.js 1155${FO_DIR}/language/es_la/lang.js
1069${FO_DIR}/language/es_la/messages.php 1156${FO_DIR}/language/es_la/messages.php
1070${FO_DIR}/language/es_la/more.php 1157${FO_DIR}/language/es_la/more.php
1071${FO_DIR}/language/es_la/objects.php 1158${FO_DIR}/language/es_la/objects.php
1072${FO_DIR}/language/es_la/project_interface.php 1159${FO_DIR}/language/es_la/project_interface.php
1073${FO_DIR}/language/es_la/reporting.php 1160${FO_DIR}/language/es_la/reporting.php
1074${FO_DIR}/language/es_la/site_interface.php 1161${FO_DIR}/language/es_la/site_interface.php
1075${FO_DIR}/language/es_la/slimey.js 1162${FO_DIR}/language/es_la/slimey.js
1076${FO_DIR}/language/es_la/timezones.php 1163${FO_DIR}/language/es_la/timezones.php
1077${FO_DIR}/language/es_la/upgrade.php 1164${FO_DIR}/language/es_la/upgrade.php
1078${FO_DIR}/language/fr_ca.php 1165${FO_DIR}/language/fr_ca.php
1079${FO_DIR}/language/fr_ca/_config.php 1166${FO_DIR}/language/fr_ca/_config.php
1080${FO_DIR}/language/fr_ca/actions.php 1167${FO_DIR}/language/fr_ca/actions.php
1081${FO_DIR}/language/fr_ca/administration.php 1168${FO_DIR}/language/fr_ca/administration.php
1082${FO_DIR}/language/fr_ca/calendar.php 1169${FO_DIR}/language/fr_ca/calendar.php
1083${FO_DIR}/language/fr_ca/countries.php 1170${FO_DIR}/language/fr_ca/countries.php
1084${FO_DIR}/language/fr_ca/emails.php 1171${FO_DIR}/language/fr_ca/emails.php
1085${FO_DIR}/language/fr_ca/errors.php 1172${FO_DIR}/language/fr_ca/errors.php
1086${FO_DIR}/language/fr_ca/export.php 1173${FO_DIR}/language/fr_ca/export.php
1087${FO_DIR}/language/fr_ca/fields.php 1174${FO_DIR}/language/fr_ca/fields.php
1088${FO_DIR}/language/fr_ca/general.php 1175${FO_DIR}/language/fr_ca/general.php
1089${FO_DIR}/language/fr_ca/help.php 1176${FO_DIR}/language/fr_ca/help.php
1090${FO_DIR}/language/fr_ca/help/dummy.txt 
1091${FO_DIR}/language/fr_ca/lang.js 1177${FO_DIR}/language/fr_ca/lang.js
1092${FO_DIR}/language/fr_ca/messages.php 1178${FO_DIR}/language/fr_ca/messages.php
1093${FO_DIR}/language/fr_ca/more.php 1179${FO_DIR}/language/fr_ca/more.php
1094${FO_DIR}/language/fr_ca/objects.php 1180${FO_DIR}/language/fr_ca/objects.php
1095${FO_DIR}/language/fr_ca/project_interface.php 1181${FO_DIR}/language/fr_ca/project_interface.php
1096${FO_DIR}/language/fr_ca/reporting.php 1182${FO_DIR}/language/fr_ca/reporting.php
1097${FO_DIR}/language/fr_ca/site_interface.php 1183${FO_DIR}/language/fr_ca/site_interface.php
1098${FO_DIR}/language/fr_ca/slimey.js 1184${FO_DIR}/language/fr_ca/slimey.js
1099${FO_DIR}/language/fr_ca/timezones.php 1185${FO_DIR}/language/fr_ca/timezones.php
1100${FO_DIR}/language/fr_ca/upgrade.php 1186${FO_DIR}/language/fr_ca/upgrade.php
1101${FO_DIR}/language/fr_fr.php 1187${FO_DIR}/language/fr_fr.php
1102${FO_DIR}/language/fr_fr/_config.php 1188${FO_DIR}/language/fr_fr/_config.php
1103${FO_DIR}/language/fr_fr/actions.php 1189${FO_DIR}/language/fr_fr/actions.php
1104${FO_DIR}/language/fr_fr/administration.php 1190${FO_DIR}/language/fr_fr/administration.php
1105${FO_DIR}/language/fr_fr/calendar.php 1191${FO_DIR}/language/fr_fr/calendar.php
1106${FO_DIR}/language/fr_fr/countries.php 1192${FO_DIR}/language/fr_fr/countries.php
1107${FO_DIR}/language/fr_fr/emails.php 1193${FO_DIR}/language/fr_fr/emails.php
1108${FO_DIR}/language/fr_fr/errors.php 1194${FO_DIR}/language/fr_fr/errors.php
1109${FO_DIR}/language/fr_fr/export.php 1195${FO_DIR}/language/fr_fr/export.php
1110${FO_DIR}/language/fr_fr/fields.php 1196${FO_DIR}/language/fr_fr/fields.php
1111${FO_DIR}/language/fr_fr/general.php 1197${FO_DIR}/language/fr_fr/general.php
1112${FO_DIR}/language/fr_fr/help.php 1198${FO_DIR}/language/fr_fr/help.php
1113${FO_DIR}/language/fr_fr/help/dummy.txt 
1114${FO_DIR}/language/fr_fr/lang.js 1199${FO_DIR}/language/fr_fr/lang.js
1115${FO_DIR}/language/fr_fr/messages.php 1200${FO_DIR}/language/fr_fr/messages.php
1116${FO_DIR}/language/fr_fr/objects.php 1201${FO_DIR}/language/fr_fr/objects.php
1117${FO_DIR}/language/fr_fr/project_interface.php 1202${FO_DIR}/language/fr_fr/project_interface.php
1118${FO_DIR}/language/fr_fr/reporting.php 1203${FO_DIR}/language/fr_fr/reporting.php
1119${FO_DIR}/language/fr_fr/site_interface.php 1204${FO_DIR}/language/fr_fr/site_interface.php
1120${FO_DIR}/language/fr_fr/slimey.js 1205${FO_DIR}/language/fr_fr/slimey.js
1121${FO_DIR}/language/fr_fr/timezones.php 1206${FO_DIR}/language/fr_fr/timezones.php
1122${FO_DIR}/language/fr_fr/upgrade.php 1207${FO_DIR}/language/fr_fr/upgrade.php
1123${FO_DIR}/language/hr_hr.php 1208${FO_DIR}/language/hr_hr.php
1124${FO_DIR}/language/hr_hr/config.php 1209${FO_DIR}/language/hr_hr/config.php
1125${FO_DIR}/language/hu_hu.php 1210${FO_DIR}/language/hu_hu.php
1126${FO_DIR}/language/hu_hu/_config.php 1211${FO_DIR}/language/hu_hu/_config.php
1127${FO_DIR}/language/hu_hu/actions.php 1212${FO_DIR}/language/hu_hu/actions.php
1128${FO_DIR}/language/hu_hu/administration.php 1213${FO_DIR}/language/hu_hu/administration.php
1129${FO_DIR}/language/hu_hu/calendar.php 1214${FO_DIR}/language/hu_hu/calendar.php
1130${FO_DIR}/language/hu_hu/countries.php 1215${FO_DIR}/language/hu_hu/countries.php
1131${FO_DIR}/language/hu_hu/emails.php 1216${FO_DIR}/language/hu_hu/emails.php
1132${FO_DIR}/language/hu_hu/errors.php 1217${FO_DIR}/language/hu_hu/errors.php
1133${FO_DIR}/language/hu_hu/fields.php 1218${FO_DIR}/language/hu_hu/fields.php
1134${FO_DIR}/language/hu_hu/general.php 1219${FO_DIR}/language/hu_hu/general.php
1135${FO_DIR}/language/hu_hu/help.php 1220${FO_DIR}/language/hu_hu/help.php
1136${FO_DIR}/language/hu_hu/help/dummy.txt 
1137${FO_DIR}/language/hu_hu/lang.js 1221${FO_DIR}/language/hu_hu/lang.js
1138${FO_DIR}/language/hu_hu/messages.php 1222${FO_DIR}/language/hu_hu/messages.php
1139${FO_DIR}/language/hu_hu/new_window.php 1223${FO_DIR}/language/hu_hu/new_window.php
1140${FO_DIR}/language/hu_hu/objects.php 1224${FO_DIR}/language/hu_hu/objects.php
1141${FO_DIR}/language/hu_hu/project_interface.php 1225${FO_DIR}/language/hu_hu/project_interface.php
1142${FO_DIR}/language/hu_hu/reporting.php 1226${FO_DIR}/language/hu_hu/reporting.php
1143${FO_DIR}/language/hu_hu/site_interface.php 1227${FO_DIR}/language/hu_hu/site_interface.php
1144${FO_DIR}/language/hu_hu/timezones.php 1228${FO_DIR}/language/hu_hu/timezones.php
1145${FO_DIR}/language/hu_hu/upgrade.php 1229${FO_DIR}/language/hu_hu/upgrade.php
1146${FO_DIR}/language/id_ba.php 1230${FO_DIR}/language/id_ba.php
1147${FO_DIR}/language/id_ba/_config.php 1231${FO_DIR}/language/id_ba/_config.php
1148${FO_DIR}/language/id_ba/actions.php 1232${FO_DIR}/language/id_ba/actions.php
1149${FO_DIR}/language/id_ba/administration.php 1233${FO_DIR}/language/id_ba/administration.php
@@ -1165,50 +1249,48 @@ ${FO_DIR}/language/id_ba/timezones.php @@ -1165,50 +1249,48 @@ ${FO_DIR}/language/id_ba/timezones.php
1165${FO_DIR}/language/id_ba/upgrade.php 1249${FO_DIR}/language/id_ba/upgrade.php
1166${FO_DIR}/language/index.html 1250${FO_DIR}/language/index.html
1167${FO_DIR}/language/it_it.php 1251${FO_DIR}/language/it_it.php
1168${FO_DIR}/language/it_it/_config.php 1252${FO_DIR}/language/it_it/_config.php
1169${FO_DIR}/language/it_it/actions.php 1253${FO_DIR}/language/it_it/actions.php
1170${FO_DIR}/language/it_it/administration.php 1254${FO_DIR}/language/it_it/administration.php
1171${FO_DIR}/language/it_it/calendar.php 1255${FO_DIR}/language/it_it/calendar.php
1172${FO_DIR}/language/it_it/countries.php 1256${FO_DIR}/language/it_it/countries.php
1173${FO_DIR}/language/it_it/emails.php 1257${FO_DIR}/language/it_it/emails.php
1174${FO_DIR}/language/it_it/errors.php 1258${FO_DIR}/language/it_it/errors.php
1175${FO_DIR}/language/it_it/fields.php 1259${FO_DIR}/language/it_it/fields.php
1176${FO_DIR}/language/it_it/general.php 1260${FO_DIR}/language/it_it/general.php
1177${FO_DIR}/language/it_it/help.php 1261${FO_DIR}/language/it_it/help.php
1178${FO_DIR}/language/it_it/help/dummy.txt 
1179${FO_DIR}/language/it_it/lang.js 1262${FO_DIR}/language/it_it/lang.js
1180${FO_DIR}/language/it_it/messages.php 1263${FO_DIR}/language/it_it/messages.php
1181${FO_DIR}/language/it_it/objects.php 1264${FO_DIR}/language/it_it/objects.php
1182${FO_DIR}/language/it_it/project_interface.php 1265${FO_DIR}/language/it_it/project_interface.php
1183${FO_DIR}/language/it_it/reporting.php 1266${FO_DIR}/language/it_it/reporting.php
1184${FO_DIR}/language/it_it/site_interface.php 1267${FO_DIR}/language/it_it/site_interface.php
1185${FO_DIR}/language/it_it/slimey.js 1268${FO_DIR}/language/it_it/slimey.js
1186${FO_DIR}/language/it_it/timezones.php 1269${FO_DIR}/language/it_it/timezones.php
1187${FO_DIR}/language/it_it/upgrade.php 1270${FO_DIR}/language/it_it/upgrade.php
1188${FO_DIR}/language/ja_jp.php 1271${FO_DIR}/language/ja_jp.php
1189${FO_DIR}/language/ja_jp/_config.php 1272${FO_DIR}/language/ja_jp/_config.php
1190${FO_DIR}/language/ja_jp/actions.php 1273${FO_DIR}/language/ja_jp/actions.php
1191${FO_DIR}/language/ja_jp/administration.php 1274${FO_DIR}/language/ja_jp/administration.php
1192${FO_DIR}/language/ja_jp/calendar.php 1275${FO_DIR}/language/ja_jp/calendar.php
1193${FO_DIR}/language/ja_jp/countries.php 1276${FO_DIR}/language/ja_jp/countries.php
1194${FO_DIR}/language/ja_jp/emails.php 1277${FO_DIR}/language/ja_jp/emails.php
1195${FO_DIR}/language/ja_jp/errors.php 1278${FO_DIR}/language/ja_jp/errors.php
1196${FO_DIR}/language/ja_jp/fields.php 1279${FO_DIR}/language/ja_jp/fields.php
1197${FO_DIR}/language/ja_jp/general.php 1280${FO_DIR}/language/ja_jp/general.php
1198${FO_DIR}/language/ja_jp/help.php 1281${FO_DIR}/language/ja_jp/help.php
1199${FO_DIR}/language/ja_jp/help/account.html 1282${FO_DIR}/language/ja_jp/help/account.html
1200${FO_DIR}/language/ja_jp/help/dashboard.html 1283${FO_DIR}/language/ja_jp/help/dashboard.html
1201${FO_DIR}/language/ja_jp/help/dummy.txt 
1202${FO_DIR}/language/ja_jp/help/no_help.html 1284${FO_DIR}/language/ja_jp/help/no_help.html
1203${FO_DIR}/language/ja_jp/lang.js 1285${FO_DIR}/language/ja_jp/lang.js
1204${FO_DIR}/language/ja_jp/messages.php 1286${FO_DIR}/language/ja_jp/messages.php
1205${FO_DIR}/language/ja_jp/objects.php 1287${FO_DIR}/language/ja_jp/objects.php
1206${FO_DIR}/language/ja_jp/project_interface.php 1288${FO_DIR}/language/ja_jp/project_interface.php
1207${FO_DIR}/language/ja_jp/reporting.php 1289${FO_DIR}/language/ja_jp/reporting.php
1208${FO_DIR}/language/ja_jp/site_interface.php 1290${FO_DIR}/language/ja_jp/site_interface.php
1209${FO_DIR}/language/ja_jp/slimey.js 1291${FO_DIR}/language/ja_jp/slimey.js
1210${FO_DIR}/language/ja_jp/timezones.php 1292${FO_DIR}/language/ja_jp/timezones.php
1211${FO_DIR}/language/ja_jp/upgrade.php 1293${FO_DIR}/language/ja_jp/upgrade.php
1212${FO_DIR}/language/ko_kr/_config.php 1294${FO_DIR}/language/ko_kr/_config.php
1213${FO_DIR}/language/ko_kr/actions.php 1295${FO_DIR}/language/ko_kr/actions.php
1214${FO_DIR}/language/ko_kr/administration.php 1296${FO_DIR}/language/ko_kr/administration.php
@@ -1276,73 +1358,71 @@ ${FO_DIR}/language/nb_no/slimey.js @@ -1276,73 +1358,71 @@ ${FO_DIR}/language/nb_no/slimey.js
1276${FO_DIR}/language/nb_no/timezones.php 1358${FO_DIR}/language/nb_no/timezones.php
1277${FO_DIR}/language/nb_no/upgrade.php 1359${FO_DIR}/language/nb_no/upgrade.php
1278${FO_DIR}/language/nl_nl.php 1360${FO_DIR}/language/nl_nl.php
1279${FO_DIR}/language/nl_nl/_config.php 1361${FO_DIR}/language/nl_nl/_config.php
1280${FO_DIR}/language/nl_nl/actions.php 1362${FO_DIR}/language/nl_nl/actions.php
1281${FO_DIR}/language/nl_nl/administration.php 1363${FO_DIR}/language/nl_nl/administration.php
1282${FO_DIR}/language/nl_nl/calendar.php 1364${FO_DIR}/language/nl_nl/calendar.php
1283${FO_DIR}/language/nl_nl/countries.php 1365${FO_DIR}/language/nl_nl/countries.php
1284${FO_DIR}/language/nl_nl/emails.php 1366${FO_DIR}/language/nl_nl/emails.php
1285${FO_DIR}/language/nl_nl/errors.php 1367${FO_DIR}/language/nl_nl/errors.php
1286${FO_DIR}/language/nl_nl/fields.php 1368${FO_DIR}/language/nl_nl/fields.php
1287${FO_DIR}/language/nl_nl/general.php 1369${FO_DIR}/language/nl_nl/general.php
1288${FO_DIR}/language/nl_nl/help.php 1370${FO_DIR}/language/nl_nl/help.php
1289${FO_DIR}/language/nl_nl/help/dummy.txt 
1290${FO_DIR}/language/nl_nl/lang.js 1371${FO_DIR}/language/nl_nl/lang.js
1291${FO_DIR}/language/nl_nl/messages.php 1372${FO_DIR}/language/nl_nl/messages.php
 1373${FO_DIR}/language/nl_nl/more.php
1292${FO_DIR}/language/nl_nl/objects.php 1374${FO_DIR}/language/nl_nl/objects.php
1293${FO_DIR}/language/nl_nl/project_interface.php 1375${FO_DIR}/language/nl_nl/project_interface.php
1294${FO_DIR}/language/nl_nl/reporting.php 1376${FO_DIR}/language/nl_nl/reporting.php
1295${FO_DIR}/language/nl_nl/site_interface.php 1377${FO_DIR}/language/nl_nl/site_interface.php
1296${FO_DIR}/language/nl_nl/slimey.js 1378${FO_DIR}/language/nl_nl/slimey.js
1297${FO_DIR}/language/nl_nl/timezones.php 1379${FO_DIR}/language/nl_nl/timezones.php
1298${FO_DIR}/language/nl_nl/upgrade.php 1380${FO_DIR}/language/nl_nl/upgrade.php
1299${FO_DIR}/language/pl_pl.php 1381${FO_DIR}/language/pl_pl.php
1300${FO_DIR}/language/pl_pl/_config.php 1382${FO_DIR}/language/pl_pl/_config.php
1301${FO_DIR}/language/pl_pl/actions.php 1383${FO_DIR}/language/pl_pl/actions.php
1302${FO_DIR}/language/pl_pl/administration.php 1384${FO_DIR}/language/pl_pl/administration.php
1303${FO_DIR}/language/pl_pl/calendar.php 1385${FO_DIR}/language/pl_pl/calendar.php
1304${FO_DIR}/language/pl_pl/countries.php 1386${FO_DIR}/language/pl_pl/countries.php
1305${FO_DIR}/language/pl_pl/emails.php 1387${FO_DIR}/language/pl_pl/emails.php
1306${FO_DIR}/language/pl_pl/errors.php 1388${FO_DIR}/language/pl_pl/errors.php
1307${FO_DIR}/language/pl_pl/export.php 1389${FO_DIR}/language/pl_pl/export.php
1308${FO_DIR}/language/pl_pl/fields.php 1390${FO_DIR}/language/pl_pl/fields.php
1309${FO_DIR}/language/pl_pl/general.php 1391${FO_DIR}/language/pl_pl/general.php
1310${FO_DIR}/language/pl_pl/help.php 1392${FO_DIR}/language/pl_pl/help.php
1311${FO_DIR}/language/pl_pl/help/dummy.txt 
1312${FO_DIR}/language/pl_pl/lang.js 1393${FO_DIR}/language/pl_pl/lang.js
1313${FO_DIR}/language/pl_pl/messages.php 1394${FO_DIR}/language/pl_pl/messages.php
1314${FO_DIR}/language/pl_pl/objects.php 1395${FO_DIR}/language/pl_pl/objects.php
1315${FO_DIR}/language/pl_pl/project_interface.php 1396${FO_DIR}/language/pl_pl/project_interface.php
1316${FO_DIR}/language/pl_pl/reporting.php 1397${FO_DIR}/language/pl_pl/reporting.php
1317${FO_DIR}/language/pl_pl/site_interface.php 1398${FO_DIR}/language/pl_pl/site_interface.php
1318${FO_DIR}/language/pl_pl/slimey.js 1399${FO_DIR}/language/pl_pl/slimey.js
1319${FO_DIR}/language/pl_pl/timezones.php 1400${FO_DIR}/language/pl_pl/timezones.php
1320${FO_DIR}/language/pl_pl/upgrade.php 1401${FO_DIR}/language/pl_pl/upgrade.php
1321${FO_DIR}/language/pt_br.php 1402${FO_DIR}/language/pt_br.php
1322${FO_DIR}/language/pt_br/_config.php 1403${FO_DIR}/language/pt_br/_config.php
1323${FO_DIR}/language/pt_br/actions.php 1404${FO_DIR}/language/pt_br/actions.php
1324${FO_DIR}/language/pt_br/administration.php 1405${FO_DIR}/language/pt_br/administration.php
1325${FO_DIR}/language/pt_br/calendar.php 1406${FO_DIR}/language/pt_br/calendar.php
1326${FO_DIR}/language/pt_br/countries.php 1407${FO_DIR}/language/pt_br/countries.php
1327${FO_DIR}/language/pt_br/emails.php 1408${FO_DIR}/language/pt_br/emails.php
1328${FO_DIR}/language/pt_br/errors.php 1409${FO_DIR}/language/pt_br/errors.php
1329${FO_DIR}/language/pt_br/export.php 1410${FO_DIR}/language/pt_br/export.php
1330${FO_DIR}/language/pt_br/fields.php 1411${FO_DIR}/language/pt_br/fields.php
1331${FO_DIR}/language/pt_br/general.php 1412${FO_DIR}/language/pt_br/general.php
1332${FO_DIR}/language/pt_br/help.php 1413${FO_DIR}/language/pt_br/help.php
1333${FO_DIR}/language/pt_br/help/account.html 1414${FO_DIR}/language/pt_br/help/account.html
1334${FO_DIR}/language/pt_br/help/dashboard.html 1415${FO_DIR}/language/pt_br/help/dashboard.html
1335${FO_DIR}/language/pt_br/help/dummy.txt 
1336${FO_DIR}/language/pt_br/help/no_help.html 1416${FO_DIR}/language/pt_br/help/no_help.html
1337${FO_DIR}/language/pt_br/html_to_pdf.php 1417${FO_DIR}/language/pt_br/html_to_pdf.php
1338${FO_DIR}/language/pt_br/lang.js 1418${FO_DIR}/language/pt_br/lang.js
1339${FO_DIR}/language/pt_br/messages.php 1419${FO_DIR}/language/pt_br/messages.php
1340${FO_DIR}/language/pt_br/more.php 1420${FO_DIR}/language/pt_br/more.php
1341${FO_DIR}/language/pt_br/new_window.php 1421${FO_DIR}/language/pt_br/new_window.php
1342${FO_DIR}/language/pt_br/objects.php 1422${FO_DIR}/language/pt_br/objects.php
1343${FO_DIR}/language/pt_br/project_interface.php 1423${FO_DIR}/language/pt_br/project_interface.php
1344${FO_DIR}/language/pt_br/reporting.php 1424${FO_DIR}/language/pt_br/reporting.php
1345${FO_DIR}/language/pt_br/site_interface.php 1425${FO_DIR}/language/pt_br/site_interface.php
1346${FO_DIR}/language/pt_br/slimey.js 1426${FO_DIR}/language/pt_br/slimey.js
1347${FO_DIR}/language/pt_br/timezones.php 1427${FO_DIR}/language/pt_br/timezones.php
1348${FO_DIR}/language/pt_br/upgrade.php 1428${FO_DIR}/language/pt_br/upgrade.php
@@ -1369,27 +1449,26 @@ ${FO_DIR}/language/ro_ro/upgrade.php @@ -1369,27 +1449,26 @@ ${FO_DIR}/language/ro_ro/upgrade.php
1369${FO_DIR}/language/ru_ru.php 1449${FO_DIR}/language/ru_ru.php
1370${FO_DIR}/language/ru_ru/_config.php 1450${FO_DIR}/language/ru_ru/_config.php
1371${FO_DIR}/language/ru_ru/actions.php 1451${FO_DIR}/language/ru_ru/actions.php
1372${FO_DIR}/language/ru_ru/administration.php 1452${FO_DIR}/language/ru_ru/administration.php
1373${FO_DIR}/language/ru_ru/calendar.php 1453${FO_DIR}/language/ru_ru/calendar.php
1374${FO_DIR}/language/ru_ru/countries.php 1454${FO_DIR}/language/ru_ru/countries.php
1375${FO_DIR}/language/ru_ru/emails.php 1455${FO_DIR}/language/ru_ru/emails.php
1376${FO_DIR}/language/ru_ru/errors.php 1456${FO_DIR}/language/ru_ru/errors.php
1377${FO_DIR}/language/ru_ru/fields.php 1457${FO_DIR}/language/ru_ru/fields.php
1378${FO_DIR}/language/ru_ru/general.php 1458${FO_DIR}/language/ru_ru/general.php
1379${FO_DIR}/language/ru_ru/help.php 1459${FO_DIR}/language/ru_ru/help.php
1380${FO_DIR}/language/ru_ru/help/account.html 1460${FO_DIR}/language/ru_ru/help/account.html
1381${FO_DIR}/language/ru_ru/help/dashboard.html 1461${FO_DIR}/language/ru_ru/help/dashboard.html
1382${FO_DIR}/language/ru_ru/help/dummy.txt 
1383${FO_DIR}/language/ru_ru/help/no_help.html 1462${FO_DIR}/language/ru_ru/help/no_help.html
1384${FO_DIR}/language/ru_ru/lang.js 1463${FO_DIR}/language/ru_ru/lang.js
1385${FO_DIR}/language/ru_ru/messages.php 1464${FO_DIR}/language/ru_ru/messages.php
1386${FO_DIR}/language/ru_ru/more.php 1465${FO_DIR}/language/ru_ru/more.php
1387${FO_DIR}/language/ru_ru/new_window.php 1466${FO_DIR}/language/ru_ru/new_window.php
1388${FO_DIR}/language/ru_ru/objects.php 1467${FO_DIR}/language/ru_ru/objects.php
1389${FO_DIR}/language/ru_ru/project_interface.php 1468${FO_DIR}/language/ru_ru/project_interface.php
1390${FO_DIR}/language/ru_ru/readme_rus.txt 1469${FO_DIR}/language/ru_ru/readme_rus.txt
1391${FO_DIR}/language/ru_ru/reporting.php 1470${FO_DIR}/language/ru_ru/reporting.php
1392${FO_DIR}/language/ru_ru/site_interface.php 1471${FO_DIR}/language/ru_ru/site_interface.php
1393${FO_DIR}/language/ru_ru/slimey.js 1472${FO_DIR}/language/ru_ru/slimey.js
1394${FO_DIR}/language/ru_ru/timezones.php 1473${FO_DIR}/language/ru_ru/timezones.php
1395${FO_DIR}/language/ru_ru/unknown-words.txt 1474${FO_DIR}/language/ru_ru/unknown-words.txt
@@ -1420,96 +1499,97 @@ ${FO_DIR}/language/sv_se/slimey.js @@ -1420,96 +1499,97 @@ ${FO_DIR}/language/sv_se/slimey.js
1420${FO_DIR}/language/sv_se/timezones.php 1499${FO_DIR}/language/sv_se/timezones.php
1421${FO_DIR}/language/sv_se/upgrade.php 1500${FO_DIR}/language/sv_se/upgrade.php
1422${FO_DIR}/language/tr_tr.php 1501${FO_DIR}/language/tr_tr.php
1423${FO_DIR}/language/tr_tr/_config.php 1502${FO_DIR}/language/tr_tr/_config.php
1424${FO_DIR}/language/tr_tr/actions.php 1503${FO_DIR}/language/tr_tr/actions.php
1425${FO_DIR}/language/tr_tr/administration.php 1504${FO_DIR}/language/tr_tr/administration.php
1426${FO_DIR}/language/tr_tr/calendar.php 1505${FO_DIR}/language/tr_tr/calendar.php
1427${FO_DIR}/language/tr_tr/countries.php 1506${FO_DIR}/language/tr_tr/countries.php
1428${FO_DIR}/language/tr_tr/emails.php 1507${FO_DIR}/language/tr_tr/emails.php
1429${FO_DIR}/language/tr_tr/errors.php 1508${FO_DIR}/language/tr_tr/errors.php
1430${FO_DIR}/language/tr_tr/fields.php 1509${FO_DIR}/language/tr_tr/fields.php
1431${FO_DIR}/language/tr_tr/general.php 1510${FO_DIR}/language/tr_tr/general.php
1432${FO_DIR}/language/tr_tr/help.php 1511${FO_DIR}/language/tr_tr/help.php
 1512${FO_DIR}/language/tr_tr/help/account.html
 1513${FO_DIR}/language/tr_tr/help/dashboard.html
 1514${FO_DIR}/language/tr_tr/help/no_help.html
1433${FO_DIR}/language/tr_tr/lang.js 1515${FO_DIR}/language/tr_tr/lang.js
1434${FO_DIR}/language/tr_tr/messages.php 1516${FO_DIR}/language/tr_tr/messages.php
 1517${FO_DIR}/language/tr_tr/more.php
1435${FO_DIR}/language/tr_tr/objects.php 1518${FO_DIR}/language/tr_tr/objects.php
1436${FO_DIR}/language/tr_tr/project_interface.php 1519${FO_DIR}/language/tr_tr/project_interface.php
1437${FO_DIR}/language/tr_tr/reporting.php 1520${FO_DIR}/language/tr_tr/reporting.php
1438${FO_DIR}/language/tr_tr/site_interface.php 1521${FO_DIR}/language/tr_tr/site_interface.php
1439${FO_DIR}/language/tr_tr/slimey.js 1522${FO_DIR}/language/tr_tr/slimey.js
1440${FO_DIR}/language/tr_tr/timezones.php 1523${FO_DIR}/language/tr_tr/timezones.php
1441${FO_DIR}/language/tr_tr/upgrade.php 1524${FO_DIR}/language/tr_tr/upgrade.php
1442${FO_DIR}/language/uk_ua.php 1525${FO_DIR}/language/uk_ua.php
1443${FO_DIR}/language/uk_ua/_config.php 1526${FO_DIR}/language/uk_ua/_config.php
1444${FO_DIR}/language/uk_ua/actions.php 1527${FO_DIR}/language/uk_ua/actions.php
1445${FO_DIR}/language/uk_ua/administration.php 1528${FO_DIR}/language/uk_ua/administration.php
1446${FO_DIR}/language/uk_ua/calendar.php 1529${FO_DIR}/language/uk_ua/calendar.php
1447${FO_DIR}/language/uk_ua/countries.php 1530${FO_DIR}/language/uk_ua/countries.php
1448${FO_DIR}/language/uk_ua/emails.php 1531${FO_DIR}/language/uk_ua/emails.php
1449${FO_DIR}/language/uk_ua/errors.php 1532${FO_DIR}/language/uk_ua/errors.php
1450${FO_DIR}/language/uk_ua/fields.php 1533${FO_DIR}/language/uk_ua/fields.php
1451${FO_DIR}/language/uk_ua/general.php 1534${FO_DIR}/language/uk_ua/general.php
1452${FO_DIR}/language/uk_ua/help.php 1535${FO_DIR}/language/uk_ua/help.php
1453${FO_DIR}/language/uk_ua/help/account.html 1536${FO_DIR}/language/uk_ua/help/account.html
1454${FO_DIR}/language/uk_ua/help/dashboard.html 1537${FO_DIR}/language/uk_ua/help/dashboard.html
1455${FO_DIR}/language/uk_ua/help/dummy.txt 
1456${FO_DIR}/language/uk_ua/help/no_help.html 1538${FO_DIR}/language/uk_ua/help/no_help.html
1457${FO_DIR}/language/uk_ua/html_to_pdf.php 1539${FO_DIR}/language/uk_ua/html_to_pdf.php
1458${FO_DIR}/language/uk_ua/lang.js 1540${FO_DIR}/language/uk_ua/lang.js
1459${FO_DIR}/language/uk_ua/messages.php 1541${FO_DIR}/language/uk_ua/messages.php
1460${FO_DIR}/language/uk_ua/new_window.php 1542${FO_DIR}/language/uk_ua/new_window.php
1461${FO_DIR}/language/uk_ua/objects.php 1543${FO_DIR}/language/uk_ua/objects.php
1462${FO_DIR}/language/uk_ua/project_interface.php 1544${FO_DIR}/language/uk_ua/project_interface.php
1463${FO_DIR}/language/uk_ua/reporting.php 1545${FO_DIR}/language/uk_ua/reporting.php
1464${FO_DIR}/language/uk_ua/site_interface.php 1546${FO_DIR}/language/uk_ua/site_interface.php
1465${FO_DIR}/language/uk_ua/slimey.js 1547${FO_DIR}/language/uk_ua/slimey.js
1466${FO_DIR}/language/uk_ua/timezones.php 1548${FO_DIR}/language/uk_ua/timezones.php
1467${FO_DIR}/language/uk_ua/upgrade.php 1549${FO_DIR}/language/uk_ua/upgrade.php
1468${FO_DIR}/language/zh_cn.php 1550${FO_DIR}/language/zh_cn.php
1469${FO_DIR}/language/zh_cn/README 1551${FO_DIR}/language/zh_cn/README
1470${FO_DIR}/language/zh_cn/_config.php 1552${FO_DIR}/language/zh_cn/_config.php
1471${FO_DIR}/language/zh_cn/actions.php 1553${FO_DIR}/language/zh_cn/actions.php
1472${FO_DIR}/language/zh_cn/administration.php 1554${FO_DIR}/language/zh_cn/administration.php
1473${FO_DIR}/language/zh_cn/calendar.php 1555${FO_DIR}/language/zh_cn/calendar.php
1474${FO_DIR}/language/zh_cn/countries.php 1556${FO_DIR}/language/zh_cn/countries.php
1475${FO_DIR}/language/zh_cn/emails.php 1557${FO_DIR}/language/zh_cn/emails.php
1476${FO_DIR}/language/zh_cn/errors.php 1558${FO_DIR}/language/zh_cn/errors.php
1477${FO_DIR}/language/zh_cn/fields.php 1559${FO_DIR}/language/zh_cn/fields.php
1478${FO_DIR}/language/zh_cn/general.php 1560${FO_DIR}/language/zh_cn/general.php
1479${FO_DIR}/language/zh_cn/help.php 1561${FO_DIR}/language/zh_cn/help.php
1480${FO_DIR}/language/zh_cn/help/dummy.txt 
1481${FO_DIR}/language/zh_cn/lang.js 1562${FO_DIR}/language/zh_cn/lang.js
1482${FO_DIR}/language/zh_cn/messages.php 1563${FO_DIR}/language/zh_cn/messages.php
1483${FO_DIR}/language/zh_cn/new_window.php 1564${FO_DIR}/language/zh_cn/new_window.php
1484${FO_DIR}/language/zh_cn/objects.php 1565${FO_DIR}/language/zh_cn/objects.php
1485${FO_DIR}/language/zh_cn/project_interface.php 1566${FO_DIR}/language/zh_cn/project_interface.php
1486${FO_DIR}/language/zh_cn/reporting.php 1567${FO_DIR}/language/zh_cn/reporting.php
1487${FO_DIR}/language/zh_cn/site_interface.php 1568${FO_DIR}/language/zh_cn/site_interface.php
1488${FO_DIR}/language/zh_cn/slimey.js 1569${FO_DIR}/language/zh_cn/slimey.js
1489${FO_DIR}/language/zh_cn/timezones.php 1570${FO_DIR}/language/zh_cn/timezones.php
1490${FO_DIR}/language/zh_cn/upgrade.php 1571${FO_DIR}/language/zh_cn/upgrade.php
1491${FO_DIR}/language/zh_cn/wizard.js 1572${FO_DIR}/language/zh_cn/wizard.js
1492${FO_DIR}/language/zh_cn/wizard.php 1573${FO_DIR}/language/zh_cn/wizard.php
1493${FO_DIR}/language/zh_tw.php 1574${FO_DIR}/language/zh_tw.php
1494${FO_DIR}/language/zh_tw/_config.php 1575${FO_DIR}/language/zh_tw/_config.php
1495${FO_DIR}/language/zh_tw/actions.php 1576${FO_DIR}/language/zh_tw/actions.php
1496${FO_DIR}/language/zh_tw/administration.php 1577${FO_DIR}/language/zh_tw/administration.php
1497${FO_DIR}/language/zh_tw/calendar.php 1578${FO_DIR}/language/zh_tw/calendar.php
1498${FO_DIR}/language/zh_tw/countries.php 1579${FO_DIR}/language/zh_tw/countries.php
1499${FO_DIR}/language/zh_tw/emails.php 1580${FO_DIR}/language/zh_tw/emails.php
1500${FO_DIR}/language/zh_tw/errors.php 1581${FO_DIR}/language/zh_tw/errors.php
1501${FO_DIR}/language/zh_tw/general.php 1582${FO_DIR}/language/zh_tw/general.php
1502${FO_DIR}/language/zh_tw/help/dummy.txt 
1503${FO_DIR}/language/zh_tw/lang.js 1583${FO_DIR}/language/zh_tw/lang.js
1504${FO_DIR}/language/zh_tw/messages.php 1584${FO_DIR}/language/zh_tw/messages.php
1505${FO_DIR}/language/zh_tw/objects.php 1585${FO_DIR}/language/zh_tw/objects.php
1506${FO_DIR}/language/zh_tw/project_interface.php 1586${FO_DIR}/language/zh_tw/project_interface.php
1507${FO_DIR}/language/zh_tw/site_interface.php 1587${FO_DIR}/language/zh_tw/site_interface.php
1508${FO_DIR}/language/zh_tw/timezones.php 1588${FO_DIR}/language/zh_tw/timezones.php
1509${FO_DIR}/library/PEAR/Auth/SASL.php 1589${FO_DIR}/library/PEAR/Auth/SASL.php
1510${FO_DIR}/library/PEAR/Auth/SASL/Anonymous.php 1590${FO_DIR}/library/PEAR/Auth/SASL/Anonymous.php
1511${FO_DIR}/library/PEAR/Auth/SASL/Common.php 1591${FO_DIR}/library/PEAR/Auth/SASL/Common.php
1512${FO_DIR}/library/PEAR/Auth/SASL/CramMD5.php 1592${FO_DIR}/library/PEAR/Auth/SASL/CramMD5.php
1513${FO_DIR}/library/PEAR/Auth/SASL/DigestMD5.php 1593${FO_DIR}/library/PEAR/Auth/SASL/DigestMD5.php
1514${FO_DIR}/library/PEAR/Auth/SASL/Login.php 1594${FO_DIR}/library/PEAR/Auth/SASL/Login.php
1515${FO_DIR}/library/PEAR/Auth/SASL/Plain.php 1595${FO_DIR}/library/PEAR/Auth/SASL/Plain.php
@@ -2561,27 +2641,27 @@ ${FO_DIR}/library/htmlpurifier/standalon @@ -2561,27 +2641,27 @@ ${FO_DIR}/library/htmlpurifier/standalon
2561${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt 2641${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
2562${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt 2642${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
2563${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt 2643${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
2564${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt 2644${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
2565${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt 2645${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt
2566${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Host.txt 2646${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Host.txt
2567${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt 2647${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt
2568${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt 2648${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt
2569${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt 2649${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt
2570${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt 2650${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
2571${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt 2651${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
2572${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt 2652${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
2573${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini 2653${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini
2574${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/dummy.php 2654${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/4.1.1,ddc9b993d7fc8d4a185e8dbf5b9a0996,1.ser
2575${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser 2655${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser
2576${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php 2656${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php
2577${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/YouTube.php 2657${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/YouTube.php
2578${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/classes/en-x-test.php 2658${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/classes/en-x-test.php
2579${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-test.php 2659${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-test.php
2580${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php 2660${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php
2581${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en.php 2661${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en.php
2582${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PEARSax3.php 2662${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PEARSax3.php
2583${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PH5P.php 2663${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PH5P.php
2584${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer.php 2664${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer.php
2585${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/CSSDefinition.php 2665${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/CSSDefinition.php
2586${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.css 2666${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.css
2587${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js 2667${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js
@@ -2945,26 +3025,29 @@ ${FO_DIR}/plugins/core_dimensions/langua @@ -2945,26 +3025,29 @@ ${FO_DIR}/plugins/core_dimensions/langua
2945${FO_DIR}/plugins/core_dimensions/language/tr_tr/lang.php 3025${FO_DIR}/plugins/core_dimensions/language/tr_tr/lang.php
2946${FO_DIR}/plugins/core_dimensions/language/uk_ua/lang.js 3026${FO_DIR}/plugins/core_dimensions/language/uk_ua/lang.js
2947${FO_DIR}/plugins/core_dimensions/language/uk_ua/lang.php 3027${FO_DIR}/plugins/core_dimensions/language/uk_ua/lang.php
2948${FO_DIR}/plugins/core_dimensions/language/zh_cn/lang.js 3028${FO_DIR}/plugins/core_dimensions/language/zh_cn/lang.js
2949${FO_DIR}/plugins/core_dimensions/language/zh_cn/lang.php 3029${FO_DIR}/plugins/core_dimensions/language/zh_cn/lang.php
2950${FO_DIR}/plugins/core_dimensions/language/zh_tw/lang.js 3030${FO_DIR}/plugins/core_dimensions/language/zh_tw/lang.js
2951${FO_DIR}/plugins/core_dimensions/language/zh_tw/lang.php 3031${FO_DIR}/plugins/core_dimensions/language/zh_tw/lang.php
2952${FO_DIR}/plugins/core_dimensions/public/assets/javascript/core_dimensions.js 3032${FO_DIR}/plugins/core_dimensions/public/assets/javascript/core_dimensions.js
2953${FO_DIR}/plugins/core_dimensions/templates/quickadd_extra_fields.php 3033${FO_DIR}/plugins/core_dimensions/templates/quickadd_extra_fields.php
2954${FO_DIR}/plugins/core_dimensions/update.php 3034${FO_DIR}/plugins/core_dimensions/update.php
2955${FO_DIR}/plugins/mail/CHANGELOG.txt 3035${FO_DIR}/plugins/mail/CHANGELOG.txt
2956${FO_DIR}/plugins/mail/application/controllers/MailController.class.php 3036${FO_DIR}/plugins/mail/application/controllers/MailController.class.php
2957${FO_DIR}/plugins/mail/application/helpers/MailUtilities.class.php 3037${FO_DIR}/plugins/mail/application/helpers/MailUtilities.class.php
 3038${FO_DIR}/plugins/mail/application/helpers/Part.php
 3039${FO_DIR}/plugins/mail/application/helpers/functions.php
 3040${FO_DIR}/plugins/mail/application/helpers/send_outbox_emails.php
2958${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContact.class.php 3041${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContact.class.php
2959${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContacts.class.php 3042${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContacts.class.php
2960${FO_DIR}/plugins/mail/application/models/mail_account_contacts/base/BaseMailAccountContact.class.php 3043${FO_DIR}/plugins/mail/application/models/mail_account_contacts/base/BaseMailAccountContact.class.php
2961${FO_DIR}/plugins/mail/application/models/mail_account_contacts/base/BaseMailAccountContacts.class.php 3044${FO_DIR}/plugins/mail/application/models/mail_account_contacts/base/BaseMailAccountContacts.class.php
2962${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/MailAccountImapFolder.class.php 3045${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/MailAccountImapFolder.class.php
2963${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php 3046${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php
2964${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php 3047${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php
2965${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php 3048${FO_DIR}/plugins/mail/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php
2966${FO_DIR}/plugins/mail/application/models/mail_accounts/MailAccount.class.php 3049${FO_DIR}/plugins/mail/application/models/mail_accounts/MailAccount.class.php
2967${FO_DIR}/plugins/mail/application/models/mail_accounts/MailAccounts.class.php 3050${FO_DIR}/plugins/mail/application/models/mail_accounts/MailAccounts.class.php
2968${FO_DIR}/plugins/mail/application/models/mail_accounts/base/BaseMailAccount.class.php 3051${FO_DIR}/plugins/mail/application/models/mail_accounts/base/BaseMailAccount.class.php
2969${FO_DIR}/plugins/mail/application/models/mail_accounts/base/BaseMailAccounts.class.php 3052${FO_DIR}/plugins/mail/application/models/mail_accounts/base/BaseMailAccounts.class.php
2970${FO_DIR}/plugins/mail/application/models/mail_contents/MailContent.class.php 3053${FO_DIR}/plugins/mail/application/models/mail_contents/MailContent.class.php
@@ -3046,39 +3129,42 @@ ${FO_DIR}/plugins/mail/language/sr_sr/la @@ -3046,39 +3129,42 @@ ${FO_DIR}/plugins/mail/language/sr_sr/la
3046${FO_DIR}/plugins/mail/language/tr_tr/lang.js 3129${FO_DIR}/plugins/mail/language/tr_tr/lang.js
3047${FO_DIR}/plugins/mail/language/tr_tr/lang.php 3130${FO_DIR}/plugins/mail/language/tr_tr/lang.php
3048${FO_DIR}/plugins/mail/language/uk_ua/lang.js 3131${FO_DIR}/plugins/mail/language/uk_ua/lang.js
3049${FO_DIR}/plugins/mail/language/uk_ua/lang.php 3132${FO_DIR}/plugins/mail/language/uk_ua/lang.php
3050${FO_DIR}/plugins/mail/language/zh_cn/lang.js 3133${FO_DIR}/plugins/mail/language/zh_cn/lang.js
3051${FO_DIR}/plugins/mail/language/zh_cn/lang.php 3134${FO_DIR}/plugins/mail/language/zh_cn/lang.php
3052${FO_DIR}/plugins/mail/language/zh_tw/lang.js 3135${FO_DIR}/plugins/mail/language/zh_tw/lang.js
3053${FO_DIR}/plugins/mail/language/zh_tw/lang.php 3136${FO_DIR}/plugins/mail/language/zh_tw/lang.php
3054${FO_DIR}/plugins/mail/public/assets/css/mail.css 3137${FO_DIR}/plugins/mail/public/assets/css/mail.css
3055${FO_DIR}/plugins/mail/public/assets/javascript/AddMail.js 3138${FO_DIR}/plugins/mail/public/assets/javascript/AddMail.js
3056${FO_DIR}/plugins/mail/public/assets/javascript/MailAccountMenu.js 3139${FO_DIR}/plugins/mail/public/assets/javascript/MailAccountMenu.js
3057${FO_DIR}/plugins/mail/public/assets/javascript/MailCombo.js 3140${FO_DIR}/plugins/mail/public/assets/javascript/MailCombo.js
3058${FO_DIR}/plugins/mail/public/assets/javascript/MailManager.js 3141${FO_DIR}/plugins/mail/public/assets/javascript/MailManager.js
 3142${FO_DIR}/plugins/mail/public/assets/javascript/mail.js
 3143${FO_DIR}/plugins/mail/public/assets/javascript/og/overrides/extfix.js
3059${FO_DIR}/plugins/mail/update.php 3144${FO_DIR}/plugins/mail/update.php
3060${FO_DIR}/plugins/workspaces/application/models/Workspace.class.php 3145${FO_DIR}/plugins/workspaces/application/models/Workspace.class.php
3061${FO_DIR}/plugins/workspaces/application/models/Workspaces.class.php 3146${FO_DIR}/plugins/workspaces/application/models/Workspaces.class.php
3062${FO_DIR}/plugins/workspaces/application/models/base/BaseWorkspace.class.php 3147${FO_DIR}/plugins/workspaces/application/models/base/BaseWorkspace.class.php
3063${FO_DIR}/plugins/workspaces/application/models/base/BaseWorkspaces.class.php 3148${FO_DIR}/plugins/workspaces/application/models/base/BaseWorkspaces.class.php
3064${FO_DIR}/plugins/workspaces/application/views/task/groupby.php 3149${FO_DIR}/plugins/workspaces/application/views/task/groupby.php
3065${FO_DIR}/plugins/workspaces/application/widgets/workspaces/index.php 3150${FO_DIR}/plugins/workspaces/application/widgets/workspaces/index.php
3066${FO_DIR}/plugins/workspaces/application/widgets/workspaces/template.php 3151${FO_DIR}/plugins/workspaces/application/widgets/workspaces/template.php
3067${FO_DIR}/plugins/workspaces/application/widgets/ws_description/index.php 3152${FO_DIR}/plugins/workspaces/application/widgets/ws_description/index.php
3068${FO_DIR}/plugins/workspaces/application/widgets/ws_description/template.php 3153${FO_DIR}/plugins/workspaces/application/widgets/ws_description/template.php
3069${FO_DIR}/plugins/workspaces/hooks/workspaces_hooks.php 3154${FO_DIR}/plugins/workspaces/hooks/workspaces_hooks.php
3070${FO_DIR}/plugins/workspaces/info.php 3155${FO_DIR}/plugins/workspaces/info.php
3071${FO_DIR}/plugins/workspaces/install/index.html 3156${FO_DIR}/plugins/workspaces/install/index.html
 3157${FO_DIR}/plugins/workspaces/install/install.php
3072${FO_DIR}/plugins/workspaces/install/sql/mysql_initial_data.php 3158${FO_DIR}/plugins/workspaces/install/sql/mysql_initial_data.php
3073${FO_DIR}/plugins/workspaces/install/sql/mysql_schema.php 3159${FO_DIR}/plugins/workspaces/install/sql/mysql_schema.php
3074${FO_DIR}/plugins/workspaces/language/ca_es/lang.js 3160${FO_DIR}/plugins/workspaces/language/ca_es/lang.js
3075${FO_DIR}/plugins/workspaces/language/ca_es/lang.php 3161${FO_DIR}/plugins/workspaces/language/ca_es/lang.php
3076${FO_DIR}/plugins/workspaces/language/cs_cz/lang.js 3162${FO_DIR}/plugins/workspaces/language/cs_cz/lang.js
3077${FO_DIR}/plugins/workspaces/language/cs_cz/lang.php 3163${FO_DIR}/plugins/workspaces/language/cs_cz/lang.php
3078${FO_DIR}/plugins/workspaces/language/de_de/lang.js 3164${FO_DIR}/plugins/workspaces/language/de_de/lang.js
3079${FO_DIR}/plugins/workspaces/language/de_de/lang.php 3165${FO_DIR}/plugins/workspaces/language/de_de/lang.php
3080${FO_DIR}/plugins/workspaces/language/el_gr/lang.js 3166${FO_DIR}/plugins/workspaces/language/el_gr/lang.js
3081${FO_DIR}/plugins/workspaces/language/el_gr/lang.php 3167${FO_DIR}/plugins/workspaces/language/el_gr/lang.php
3082${FO_DIR}/plugins/workspaces/language/en_gb/lang.js 3168${FO_DIR}/plugins/workspaces/language/en_gb/lang.js
3083${FO_DIR}/plugins/workspaces/language/en_gb/lang.php 3169${FO_DIR}/plugins/workspaces/language/en_gb/lang.php
3084${FO_DIR}/plugins/workspaces/language/en_us/lang.js 3170${FO_DIR}/plugins/workspaces/language/en_us/lang.js
@@ -3122,32 +3208,35 @@ ${FO_DIR}/plugins/workspaces/language/sl @@ -3122,32 +3208,35 @@ ${FO_DIR}/plugins/workspaces/language/sl
3122${FO_DIR}/plugins/workspaces/language/sr_sr/lang.js 3208${FO_DIR}/plugins/workspaces/language/sr_sr/lang.js
3123${FO_DIR}/plugins/workspaces/language/sr_sr/lang.php 3209${FO_DIR}/plugins/workspaces/language/sr_sr/lang.php
3124${FO_DIR}/plugins/workspaces/language/tr_tr/lang.js 3210${FO_DIR}/plugins/workspaces/language/tr_tr/lang.js
3125${FO_DIR}/plugins/workspaces/language/tr_tr/lang.php 3211${FO_DIR}/plugins/workspaces/language/tr_tr/lang.php
3126${FO_DIR}/plugins/workspaces/language/uk_ua/lang.js 3212${FO_DIR}/plugins/workspaces/language/uk_ua/lang.js
3127${FO_DIR}/plugins/workspaces/language/uk_ua/lang.php 3213${FO_DIR}/plugins/workspaces/language/uk_ua/lang.php
3128${FO_DIR}/plugins/workspaces/language/zh_cn/lang.js 3214${FO_DIR}/plugins/workspaces/language/zh_cn/lang.js
3129${FO_DIR}/plugins/workspaces/language/zh_cn/lang.php 3215${FO_DIR}/plugins/workspaces/language/zh_cn/lang.php
3130${FO_DIR}/plugins/workspaces/language/zh_tw/lang.js 3216${FO_DIR}/plugins/workspaces/language/zh_tw/lang.js
3131${FO_DIR}/plugins/workspaces/language/zh_tw/lang.php 3217${FO_DIR}/plugins/workspaces/language/zh_tw/lang.php
3132${FO_DIR}/plugins/workspaces/public/assets/css/workspaces.css 3218${FO_DIR}/plugins/workspaces/public/assets/css/workspaces.css
3133${FO_DIR}/plugins/workspaces/public/assets/javascript/workspaces.js 3219${FO_DIR}/plugins/workspaces/public/assets/javascript/workspaces.js
3134${FO_DIR}/plugins/workspaces/update.php 3220${FO_DIR}/plugins/workspaces/update.php
3135${FO_DIR}/public/API/utils/FengApiFormat.class.php 
3136${FO_DIR}/public/assets/flash/SoundBridge.swf 3221${FO_DIR}/public/assets/flash/SoundBridge.swf
3137${FO_DIR}/public/assets/flash/open-flash-chart.swf 3222${FO_DIR}/public/assets/flash/open-flash-chart.swf
3138${FO_DIR}/public/assets/flash/visorFreemind.swf 3223${FO_DIR}/public/assets/flash/visorFreemind.swf
3139${FO_DIR}/public/assets/javascript/bootstrap/bootstrap-popover.js 3224${FO_DIR}/public/assets/javascript/bootstrap/bootstrap-popover.js
3140${FO_DIR}/public/assets/javascript/bootstrap/bootstrap-tooltip.js 3225${FO_DIR}/public/assets/javascript/bootstrap/bootstrap-tooltip.js
 3226${FO_DIR}/public/assets/javascript/bootstrap/bootstrap.bundle.min.js
 3227${FO_DIR}/public/assets/javascript/bootstrap/bootstrap.min.js
 3228${FO_DIR}/public/assets/javascript/bootstrap/bootstrap_helper.js
 3229${FO_DIR}/public/assets/javascript/bootstrap/popper.min.js
3141${FO_DIR}/public/assets/javascript/ckeditor/.htaccess 3230${FO_DIR}/public/assets/javascript/ckeditor/.htaccess
3142${FO_DIR}/public/assets/javascript/ckeditor/CHANGES.html 3231${FO_DIR}/public/assets/javascript/ckeditor/CHANGES.html
3143${FO_DIR}/public/assets/javascript/ckeditor/adapters/jquery.js 3232${FO_DIR}/public/assets/javascript/ckeditor/adapters/jquery.js
3144${FO_DIR}/public/assets/javascript/ckeditor/build-config.js 3233${FO_DIR}/public/assets/javascript/ckeditor/build-config.js
3145${FO_DIR}/public/assets/javascript/ckeditor/ck_upload_handler.php 3234${FO_DIR}/public/assets/javascript/ckeditor/ck_upload_handler.php
3146${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.asp 3235${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.asp
3147${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.js 3236${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.js
3148${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.pack 3237${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.pack
3149${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.php 3238${FO_DIR}/public/assets/javascript/ckeditor/ckeditor.php
3150${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_basic.js 3239${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_basic.js
3151${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_basic_source.js 3240${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_basic_source.js
3152${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_php4.php 3241${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_php4.php
3153${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_php5.php 3242${FO_DIR}/public/assets/javascript/ckeditor/ckeditor_php5.php
@@ -3715,26 +3804,27 @@ ${FO_DIR}/public/assets/javascript/extjs @@ -3715,26 +3804,27 @@ ${FO_DIR}/public/assets/javascript/extjs
3715${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-mk-min.js 3804${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-mk-min.js
3716${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-nl-min.js 3805${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-nl-min.js
3717${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NB-min.js 3806${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NB-min.js
3718${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NN-min.js 3807${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-no_NN-min.js
3719${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-pl-min.js 3808${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-pl-min.js
3720${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt-min.js 3809${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt-min.js
3721${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt_BR-min.js 3810${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-pt_BR-min.js
3722${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-ro-min.js 3811${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-ro-min.js
3723${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-ru.js 3812${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-ru.js
3724${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sk-min.js 3813${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sk-min.js
3725${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sl-min.js 3814${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sl-min.js
3726${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sr-min.js 3815${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sr-min.js
3727${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sv_SE-min.js 3816${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sv_SE-min.js
 3817${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-sv_se.js
3728${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-th-min.js 3818${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-th-min.js
3729${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-tr-min.js 3819${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-tr-min.js
3730${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-ua.js 3820${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-ua.js
3731${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-zh_CN-min.js 3821${FO_DIR}/public/assets/javascript/extjs/locale/ext-lang-zh_CN-min.js
3732${FO_DIR}/public/assets/javascript/flashobject.js 3822${FO_DIR}/public/assets/javascript/flashobject.js
3733${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application.js 3823${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application.js
3734${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_api.js 3824${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_api.js
3735${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_dialogs.js 3825${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_dialogs.js
3736${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_toolbars.js 3826${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/application_toolbars.js
3737${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/colorPalette.js 3827${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/colorPalette.js
3738${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/configs.js 3828${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/configs.js
3739${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/environment.js 3829${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/environment.js
3740${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/fonts.js 3830${FO_DIR}/public/assets/javascript/gelSheet/client/dev/application/fonts.js
@@ -4040,26 +4130,27 @@ ${FO_DIR}/public/assets/javascript/jquer @@ -4040,26 +4130,27 @@ ${FO_DIR}/public/assets/javascript/jquer
4040${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/sel.gif 4130${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/sel.gif
4041${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/shbg.png 4131${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/shbg.png
4042${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/slider.gif 4132${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/slider.gif
4043${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp.gif 4133${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp.gif
4044${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp0.gif 4134${FO_DIR}/public/assets/javascript/jquery/color-picker/modcoder_excolor/transp0.gif
4045${FO_DIR}/public/assets/javascript/jquery/jquery-1.6.2.min.js 4135${FO_DIR}/public/assets/javascript/jquery/jquery-1.6.2.min.js
4046${FO_DIR}/public/assets/javascript/jquery/jquery-ui.min.js 4136${FO_DIR}/public/assets/javascript/jquery/jquery-ui.min.js
4047${FO_DIR}/public/assets/javascript/jquery/jquery.collapsible.js 4137${FO_DIR}/public/assets/javascript/jquery/jquery.collapsible.js
4048${FO_DIR}/public/assets/javascript/jquery/jquery.imgareaselect.min.js 4138${FO_DIR}/public/assets/javascript/jquery/jquery.imgareaselect.min.js
4049${FO_DIR}/public/assets/javascript/jquery/jquery.js 4139${FO_DIR}/public/assets/javascript/jquery/jquery.js
4050${FO_DIR}/public/assets/javascript/jquery/jquery.scrollTo-min.js 4140${FO_DIR}/public/assets/javascript/jquery/jquery.scrollTo-min.js
4051${FO_DIR}/public/assets/javascript/jquery/jquery.simplemodal.1.4.4.min.js 4141${FO_DIR}/public/assets/javascript/jquery/jquery.simplemodal.1.4.4.min.js
4052${FO_DIR}/public/assets/javascript/jquery/jquery.tools.min.js 4142${FO_DIR}/public/assets/javascript/jquery/jquery.tools.min.js
 4143${FO_DIR}/public/assets/javascript/jstz/jstz.min.js
4053${FO_DIR}/public/assets/javascript/og/ArchivedObjects.js 4144${FO_DIR}/public/assets/javascript/og/ArchivedObjects.js
4054${FO_DIR}/public/assets/javascript/og/AutocompleteTextarea.js 4145${FO_DIR}/public/assets/javascript/og/AutocompleteTextarea.js
4055${FO_DIR}/public/assets/javascript/og/Breadcrumbs.js 4146${FO_DIR}/public/assets/javascript/og/Breadcrumbs.js
4056${FO_DIR}/public/assets/javascript/og/CSVCombo.js 4147${FO_DIR}/public/assets/javascript/og/CSVCombo.js
4057${FO_DIR}/public/assets/javascript/og/CalendarFunctions.js 4148${FO_DIR}/public/assets/javascript/og/CalendarFunctions.js
4058${FO_DIR}/public/assets/javascript/og/CalendarManager.js 4149${FO_DIR}/public/assets/javascript/og/CalendarManager.js
4059${FO_DIR}/public/assets/javascript/og/CalendarPrint.js 4150${FO_DIR}/public/assets/javascript/og/CalendarPrint.js
4060${FO_DIR}/public/assets/javascript/og/CalendarToolbar.js 4151${FO_DIR}/public/assets/javascript/og/CalendarToolbar.js
4061${FO_DIR}/public/assets/javascript/og/ContactCombo.js 4152${FO_DIR}/public/assets/javascript/og/ContactCombo.js
4062${FO_DIR}/public/assets/javascript/og/ContactManager.js 4153${FO_DIR}/public/assets/javascript/og/ContactManager.js
4063${FO_DIR}/public/assets/javascript/og/ContentPanel.js 4154${FO_DIR}/public/assets/javascript/og/ContentPanel.js
4064${FO_DIR}/public/assets/javascript/og/ContentPanelLayout.js 4155${FO_DIR}/public/assets/javascript/og/ContentPanelLayout.js
4065${FO_DIR}/public/assets/javascript/og/ContextManager.js 4156${FO_DIR}/public/assets/javascript/og/ContextManager.js
@@ -4072,38 +4163,42 @@ ${FO_DIR}/public/assets/javascript/og/Ex @@ -4072,38 +4163,42 @@ ${FO_DIR}/public/assets/javascript/og/Ex
4072${FO_DIR}/public/assets/javascript/og/Ext.ux.layout.MultiAccordion.js 4163${FO_DIR}/public/assets/javascript/og/Ext.ux.layout.MultiAccordion.js
4073${FO_DIR}/public/assets/javascript/og/ExtendedDialog.js 4164${FO_DIR}/public/assets/javascript/og/ExtendedDialog.js
4074${FO_DIR}/public/assets/javascript/og/FileManager.js 4165${FO_DIR}/public/assets/javascript/og/FileManager.js
4075${FO_DIR}/public/assets/javascript/og/GooPlayer.js 4166${FO_DIR}/public/assets/javascript/og/GooPlayer.js
4076${FO_DIR}/public/assets/javascript/og/GooProxy.js 4167${FO_DIR}/public/assets/javascript/og/GooProxy.js
4077${FO_DIR}/public/assets/javascript/og/HelpPanel.js 4168${FO_DIR}/public/assets/javascript/og/HelpPanel.js
4078${FO_DIR}/public/assets/javascript/og/Helpers.js 4169${FO_DIR}/public/assets/javascript/og/Helpers.js
4079${FO_DIR}/public/assets/javascript/og/HtmlPanel.js 4170${FO_DIR}/public/assets/javascript/og/HtmlPanel.js
4080${FO_DIR}/public/assets/javascript/og/HttpProvider.js 4171${FO_DIR}/public/assets/javascript/og/HttpProvider.js
4081${FO_DIR}/public/assets/javascript/og/ImageChooser.js 4172${FO_DIR}/public/assets/javascript/og/ImageChooser.js
4082${FO_DIR}/public/assets/javascript/og/InfinitePagingToolbar.js 4173${FO_DIR}/public/assets/javascript/og/InfinitePagingToolbar.js
4083${FO_DIR}/public/assets/javascript/og/LinkedObjectsManager.js 4174${FO_DIR}/public/assets/javascript/og/LinkedObjectsManager.js
4084${FO_DIR}/public/assets/javascript/og/LoginDialog.js 4175${FO_DIR}/public/assets/javascript/og/LoginDialog.js
 4176${FO_DIR}/public/assets/javascript/og/MainTabs.js
4085${FO_DIR}/public/assets/javascript/og/MemberCache.js 4177${FO_DIR}/public/assets/javascript/og/MemberCache.js
4086${FO_DIR}/public/assets/javascript/og/MemberChooser.js 4178${FO_DIR}/public/assets/javascript/og/MemberChooser.js
4087${FO_DIR}/public/assets/javascript/og/MemberChooserPanel.js 4179${FO_DIR}/public/assets/javascript/og/MemberChooserPanel.js
4088${FO_DIR}/public/assets/javascript/og/MemberChooserTree.js 4180${FO_DIR}/public/assets/javascript/og/MemberChooserTree.js
4089${FO_DIR}/public/assets/javascript/og/MemberChooserTreeLoader.js 4181${FO_DIR}/public/assets/javascript/og/MemberChooserTreeLoader.js
4090${FO_DIR}/public/assets/javascript/og/MemberCombo.js 4182${FO_DIR}/public/assets/javascript/og/MemberCombo.js
4091${FO_DIR}/public/assets/javascript/og/MemberManager.js 4183${FO_DIR}/public/assets/javascript/og/MemberManager.js
4092${FO_DIR}/public/assets/javascript/og/MemberTree.js 4184${FO_DIR}/public/assets/javascript/og/MemberTree.js
4093${FO_DIR}/public/assets/javascript/og/MemberTreeAjax.js 4185${FO_DIR}/public/assets/javascript/og/MemberTreeAjax.js
4094${FO_DIR}/public/assets/javascript/og/MessageManager.js 4186${FO_DIR}/public/assets/javascript/og/MessageManager.js
4095${FO_DIR}/public/assets/javascript/og/ObjectBreadcrumbs.js 4187${FO_DIR}/public/assets/javascript/og/ObjectBreadcrumbs.js
 4188${FO_DIR}/public/assets/javascript/og/ObjectGrid.js
 4189${FO_DIR}/public/assets/javascript/og/ObjectList.js
4096${FO_DIR}/public/assets/javascript/og/ObjectPicker.js 4190${FO_DIR}/public/assets/javascript/og/ObjectPicker.js
 4191${FO_DIR}/public/assets/javascript/og/ObjectSelector.js
4097${FO_DIR}/public/assets/javascript/og/ObjectSubtypesFunctions.js 4192${FO_DIR}/public/assets/javascript/og/ObjectSubtypesFunctions.js
4098${FO_DIR}/public/assets/javascript/og/OverviewManager.js 4193${FO_DIR}/public/assets/javascript/og/OverviewManager.js
4099${FO_DIR}/public/assets/javascript/og/Permissions.js 4194${FO_DIR}/public/assets/javascript/og/Permissions.js
4100${FO_DIR}/public/assets/javascript/og/QuickAdd.js 4195${FO_DIR}/public/assets/javascript/og/QuickAdd.js
4101${FO_DIR}/public/assets/javascript/og/Reminders.js 4196${FO_DIR}/public/assets/javascript/og/Reminders.js
4102${FO_DIR}/public/assets/javascript/og/ReportPrint.js 4197${FO_DIR}/public/assets/javascript/og/ReportPrint.js
4103${FO_DIR}/public/assets/javascript/og/ReportingFunctions.js 4198${FO_DIR}/public/assets/javascript/og/ReportingFunctions.js
4104${FO_DIR}/public/assets/javascript/og/ReportingManager.js 4199${FO_DIR}/public/assets/javascript/og/ReportingManager.js
4105${FO_DIR}/public/assets/javascript/og/SearchSelector.js 4200${FO_DIR}/public/assets/javascript/og/SearchSelector.js
4106${FO_DIR}/public/assets/javascript/og/Sound.js 4201${FO_DIR}/public/assets/javascript/og/Sound.js
4107${FO_DIR}/public/assets/javascript/og/TrashCan.js 4202${FO_DIR}/public/assets/javascript/og/TrashCan.js
4108${FO_DIR}/public/assets/javascript/og/UserGroupPicker.js 4203${FO_DIR}/public/assets/javascript/og/UserGroupPicker.js
4109${FO_DIR}/public/assets/javascript/og/WebpageManager.js 4204${FO_DIR}/public/assets/javascript/og/WebpageManager.js
@@ -4258,26 +4353,27 @@ ${FO_DIR}/public/assets/javascript/slime @@ -4258,26 +4353,27 @@ ${FO_DIR}/public/assets/javascript/slime
4258${FO_DIR}/public/assets/javascript/slimey/navigation.js 4353${FO_DIR}/public/assets/javascript/slimey/navigation.js
4259${FO_DIR}/public/assets/javascript/slimey/readme.txt 4354${FO_DIR}/public/assets/javascript/slimey/readme.txt
4260${FO_DIR}/public/assets/javascript/slimey/save.php 4355${FO_DIR}/public/assets/javascript/slimey/save.php
4261${FO_DIR}/public/assets/javascript/slimey/slang/en_us.js 4356${FO_DIR}/public/assets/javascript/slimey/slang/en_us.js
4262${FO_DIR}/public/assets/javascript/slimey/slang/es_la.js 4357${FO_DIR}/public/assets/javascript/slimey/slang/es_la.js
4263${FO_DIR}/public/assets/javascript/slimey/slime.html 4358${FO_DIR}/public/assets/javascript/slimey/slime.html
4264${FO_DIR}/public/assets/javascript/slimey/slimey.css 4359${FO_DIR}/public/assets/javascript/slimey/slimey.css
4265${FO_DIR}/public/assets/javascript/slimey/slimey.html 4360${FO_DIR}/public/assets/javascript/slimey/slimey.html
4266${FO_DIR}/public/assets/javascript/slimey/slimey.js 4361${FO_DIR}/public/assets/javascript/slimey/slimey.js
4267${FO_DIR}/public/assets/javascript/slimey/stack.js 4362${FO_DIR}/public/assets/javascript/slimey/stack.js
4268${FO_DIR}/public/assets/javascript/slimey/toolbar.js 4363${FO_DIR}/public/assets/javascript/slimey/toolbar.js
4269${FO_DIR}/public/assets/javascript/slimey/tools.js 4364${FO_DIR}/public/assets/javascript/slimey/tools.js
4270${FO_DIR}/public/assets/javascript/wztooltip/wz_tooltip.js 4365${FO_DIR}/public/assets/javascript/wztooltip/wz_tooltip.js
 4366${FO_DIR}/public/assets/jquery-colResizable/colResizable-1.5.source.js
4271${FO_DIR}/public/assets/sounds/info.mp3 4367${FO_DIR}/public/assets/sounds/info.mp3
4272${FO_DIR}/public/assets/themes/default/extjs/css/ext-all.css 4368${FO_DIR}/public/assets/themes/default/extjs/css/ext-all.css
4273${FO_DIR}/public/assets/themes/default/extjs/images/default/box/corners-blue.gif 4369${FO_DIR}/public/assets/themes/default/extjs/images/default/box/corners-blue.gif
4274${FO_DIR}/public/assets/themes/default/extjs/images/default/box/corners.gif 4370${FO_DIR}/public/assets/themes/default/extjs/images/default/box/corners.gif
4275${FO_DIR}/public/assets/themes/default/extjs/images/default/box/l-blue.gif 4371${FO_DIR}/public/assets/themes/default/extjs/images/default/box/l-blue.gif
4276${FO_DIR}/public/assets/themes/default/extjs/images/default/box/l.gif 4372${FO_DIR}/public/assets/themes/default/extjs/images/default/box/l.gif
4277${FO_DIR}/public/assets/themes/default/extjs/images/default/box/r-blue.gif 4373${FO_DIR}/public/assets/themes/default/extjs/images/default/box/r-blue.gif
4278${FO_DIR}/public/assets/themes/default/extjs/images/default/box/r.gif 4374${FO_DIR}/public/assets/themes/default/extjs/images/default/box/r.gif
4279${FO_DIR}/public/assets/themes/default/extjs/images/default/box/tb-blue.gif 4375${FO_DIR}/public/assets/themes/default/extjs/images/default/box/tb-blue.gif
4280${FO_DIR}/public/assets/themes/default/extjs/images/default/box/tb.gif 4376${FO_DIR}/public/assets/themes/default/extjs/images/default/box/tb.gif
4281${FO_DIR}/public/assets/themes/default/extjs/images/default/button/btn-arrow.gif 4377${FO_DIR}/public/assets/themes/default/extjs/images/default/button/btn-arrow.gif
4282${FO_DIR}/public/assets/themes/default/extjs/images/default/button/btn-sprite.gif 4378${FO_DIR}/public/assets/themes/default/extjs/images/default/button/btn-sprite.gif
4283${FO_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-add.gif 4379${FO_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-add.gif
@@ -4495,44 +4591,46 @@ ${FO_DIR}/public/assets/themes/default/i @@ -4495,44 +4591,46 @@ ${FO_DIR}/public/assets/themes/default/i
4495${FO_DIR}/public/assets/themes/default/images/16x16/all_16_16_vertical.png 4591${FO_DIR}/public/assets/themes/default/images/16x16/all_16_16_vertical.png
4496${FO_DIR}/public/assets/themes/default/images/16x16/archive_obj.png 4592${FO_DIR}/public/assets/themes/default/images/16x16/archive_obj.png
4497${FO_DIR}/public/assets/themes/default/images/16x16/arrowleft.png 4593${FO_DIR}/public/assets/themes/default/images/16x16/arrowleft.png
4498${FO_DIR}/public/assets/themes/default/images/16x16/arrowright.png 4594${FO_DIR}/public/assets/themes/default/images/16x16/arrowright.png
4499${FO_DIR}/public/assets/themes/default/images/16x16/attach.png 4595${FO_DIR}/public/assets/themes/default/images/16x16/attach.png
4500${FO_DIR}/public/assets/themes/default/images/16x16/back.png 4596${FO_DIR}/public/assets/themes/default/images/16x16/back.png
4501${FO_DIR}/public/assets/themes/default/images/16x16/calendar.png 4597${FO_DIR}/public/assets/themes/default/images/16x16/calendar.png
4502${FO_DIR}/public/assets/themes/default/images/16x16/checkin.png 4598${FO_DIR}/public/assets/themes/default/images/16x16/checkin.png
4503${FO_DIR}/public/assets/themes/default/images/16x16/checkout.png 4599${FO_DIR}/public/assets/themes/default/images/16x16/checkout.png
4504${FO_DIR}/public/assets/themes/default/images/16x16/chkoff.png 4600${FO_DIR}/public/assets/themes/default/images/16x16/chkoff.png
4505${FO_DIR}/public/assets/themes/default/images/16x16/chkon.png 4601${FO_DIR}/public/assets/themes/default/images/16x16/chkon.png
4506${FO_DIR}/public/assets/themes/default/images/16x16/classify.png 4602${FO_DIR}/public/assets/themes/default/images/16x16/classify.png
4507${FO_DIR}/public/assets/themes/default/images/16x16/collapse.png 4603${FO_DIR}/public/assets/themes/default/images/16x16/collapse.png
 4604${FO_DIR}/public/assets/themes/default/images/16x16/collapse_grey.png
4508${FO_DIR}/public/assets/themes/default/images/16x16/comment.png 4605${FO_DIR}/public/assets/themes/default/images/16x16/comment.png
4509${FO_DIR}/public/assets/themes/default/images/16x16/companies.png 4606${FO_DIR}/public/assets/themes/default/images/16x16/companies.png
4510${FO_DIR}/public/assets/themes/default/images/16x16/company.png 4607${FO_DIR}/public/assets/themes/default/images/16x16/company.png
4511${FO_DIR}/public/assets/themes/default/images/16x16/complete.png 4608${FO_DIR}/public/assets/themes/default/images/16x16/complete.png
4512${FO_DIR}/public/assets/themes/default/images/16x16/contacts.png 4609${FO_DIR}/public/assets/themes/default/images/16x16/contacts.png
4513${FO_DIR}/public/assets/themes/default/images/16x16/copy.png 4610${FO_DIR}/public/assets/themes/default/images/16x16/copy.png
4514${FO_DIR}/public/assets/themes/default/images/16x16/dash_collapsed.png 4611${FO_DIR}/public/assets/themes/default/images/16x16/dash_collapsed.png
4515${FO_DIR}/public/assets/themes/default/images/16x16/dash_expanded.png 4612${FO_DIR}/public/assets/themes/default/images/16x16/dash_expanded.png
4516${FO_DIR}/public/assets/themes/default/images/16x16/del.png 4613${FO_DIR}/public/assets/themes/default/images/16x16/del.png
4517${FO_DIR}/public/assets/themes/default/images/16x16/delete_task.png 4614${FO_DIR}/public/assets/themes/default/images/16x16/delete_task.png
4518${FO_DIR}/public/assets/themes/default/images/16x16/details.png 4615${FO_DIR}/public/assets/themes/default/images/16x16/details.png
4519${FO_DIR}/public/assets/themes/default/images/16x16/doc.png 4616${FO_DIR}/public/assets/themes/default/images/16x16/doc.png
4520${FO_DIR}/public/assets/themes/default/images/16x16/documents.png 4617${FO_DIR}/public/assets/themes/default/images/16x16/documents.png
4521${FO_DIR}/public/assets/themes/default/images/16x16/down.png 4618${FO_DIR}/public/assets/themes/default/images/16x16/down.png
4522${FO_DIR}/public/assets/themes/default/images/16x16/download.png 4619${FO_DIR}/public/assets/themes/default/images/16x16/download.png
4523${FO_DIR}/public/assets/themes/default/images/16x16/email.png 4620${FO_DIR}/public/assets/themes/default/images/16x16/email.png
4524${FO_DIR}/public/assets/themes/default/images/16x16/exclamation.png 4621${FO_DIR}/public/assets/themes/default/images/16x16/exclamation.png
4525${FO_DIR}/public/assets/themes/default/images/16x16/expand.png 4622${FO_DIR}/public/assets/themes/default/images/16x16/expand.png
 4623${FO_DIR}/public/assets/themes/default/images/16x16/expand_grey.png
4526${FO_DIR}/public/assets/themes/default/images/16x16/fax.png 4624${FO_DIR}/public/assets/themes/default/images/16x16/fax.png
4527${FO_DIR}/public/assets/themes/default/images/16x16/folder.png 4625${FO_DIR}/public/assets/themes/default/images/16x16/folder.png
4528${FO_DIR}/public/assets/themes/default/images/16x16/gantt.png 4626${FO_DIR}/public/assets/themes/default/images/16x16/gantt.png
4529${FO_DIR}/public/assets/themes/default/images/16x16/gooplayer.png 4627${FO_DIR}/public/assets/themes/default/images/16x16/gooplayer.png
4530${FO_DIR}/public/assets/themes/default/images/16x16/help.png 4628${FO_DIR}/public/assets/themes/default/images/16x16/help.png
4531${FO_DIR}/public/assets/themes/default/images/16x16/hide_messages.png 4629${FO_DIR}/public/assets/themes/default/images/16x16/hide_messages.png
4532${FO_DIR}/public/assets/themes/default/images/16x16/history.png 4630${FO_DIR}/public/assets/themes/default/images/16x16/history.png
4533${FO_DIR}/public/assets/themes/default/images/16x16/icons.png 4631${FO_DIR}/public/assets/themes/default/images/16x16/icons.png
4534${FO_DIR}/public/assets/themes/default/images/16x16/linked-objects.png 4632${FO_DIR}/public/assets/themes/default/images/16x16/linked-objects.png
4535${FO_DIR}/public/assets/themes/default/images/16x16/load_from_ws.png 4633${FO_DIR}/public/assets/themes/default/images/16x16/load_from_ws.png
4536${FO_DIR}/public/assets/themes/default/images/16x16/locked.png 4634${FO_DIR}/public/assets/themes/default/images/16x16/locked.png
4537${FO_DIR}/public/assets/themes/default/images/16x16/logout.png 4635${FO_DIR}/public/assets/themes/default/images/16x16/logout.png
4538${FO_DIR}/public/assets/themes/default/images/16x16/lower_task.png 4636${FO_DIR}/public/assets/themes/default/images/16x16/lower_task.png
@@ -4712,26 +4810,27 @@ ${FO_DIR}/public/assets/themes/default/i @@ -4712,26 +4810,27 @@ ${FO_DIR}/public/assets/themes/default/i
4712${FO_DIR}/public/assets/themes/default/images/32x32/trash.png 4810${FO_DIR}/public/assets/themes/default/images/32x32/trash.png
4713${FO_DIR}/public/assets/themes/default/images/32x32/users.png 4811${FO_DIR}/public/assets/themes/default/images/32x32/users.png
4714${FO_DIR}/public/assets/themes/default/images/32x32/view_calendar_month.png 4812${FO_DIR}/public/assets/themes/default/images/32x32/view_calendar_month.png
4715${FO_DIR}/public/assets/themes/default/images/32x32/view_calendar_week.png 4813${FO_DIR}/public/assets/themes/default/images/32x32/view_calendar_week.png
4716${FO_DIR}/public/assets/themes/default/images/32x32/warning.png 4814${FO_DIR}/public/assets/themes/default/images/32x32/warning.png
4717${FO_DIR}/public/assets/themes/default/images/48x48/billing.png 4815${FO_DIR}/public/assets/themes/default/images/48x48/billing.png
4718${FO_DIR}/public/assets/themes/default/images/48x48/change-password.png 4816${FO_DIR}/public/assets/themes/default/images/48x48/change-password.png
4719${FO_DIR}/public/assets/themes/default/images/48x48/chart.png 4817${FO_DIR}/public/assets/themes/default/images/48x48/chart.png
4720${FO_DIR}/public/assets/themes/default/images/48x48/comment.png 4818${FO_DIR}/public/assets/themes/default/images/48x48/comment.png
4721${FO_DIR}/public/assets/themes/default/images/48x48/company.png 4819${FO_DIR}/public/assets/themes/default/images/48x48/company.png
4722${FO_DIR}/public/assets/themes/default/images/48x48/company_archived.png 4820${FO_DIR}/public/assets/themes/default/images/48x48/company_archived.png
4723${FO_DIR}/public/assets/themes/default/images/48x48/company_trashed.png 4821${FO_DIR}/public/assets/themes/default/images/48x48/company_trashed.png
4724${FO_DIR}/public/assets/themes/default/images/48x48/config.png 4822${FO_DIR}/public/assets/themes/default/images/48x48/config.png
 4823${FO_DIR}/public/assets/themes/default/images/48x48/config_2.png
4725${FO_DIR}/public/assets/themes/default/images/48x48/configuration.png 4824${FO_DIR}/public/assets/themes/default/images/48x48/configuration.png
4726${FO_DIR}/public/assets/themes/default/images/48x48/contact.png 4825${FO_DIR}/public/assets/themes/default/images/48x48/contact.png
4727${FO_DIR}/public/assets/themes/default/images/48x48/contact_archived.png 4826${FO_DIR}/public/assets/themes/default/images/48x48/contact_archived.png
4728${FO_DIR}/public/assets/themes/default/images/48x48/contact_trashed.png 4827${FO_DIR}/public/assets/themes/default/images/48x48/contact_trashed.png
4729${FO_DIR}/public/assets/themes/default/images/48x48/cron.png 4828${FO_DIR}/public/assets/themes/default/images/48x48/cron.png
4730${FO_DIR}/public/assets/themes/default/images/48x48/custom_properties.png 4829${FO_DIR}/public/assets/themes/default/images/48x48/custom_properties.png
4731${FO_DIR}/public/assets/themes/default/images/48x48/documents.png 4830${FO_DIR}/public/assets/themes/default/images/48x48/documents.png
4732${FO_DIR}/public/assets/themes/default/images/48x48/email.png 4831${FO_DIR}/public/assets/themes/default/images/48x48/email.png
4733${FO_DIR}/public/assets/themes/default/images/48x48/email_archived.png 4832${FO_DIR}/public/assets/themes/default/images/48x48/email_archived.png
4734${FO_DIR}/public/assets/themes/default/images/48x48/email_trashed.png 4833${FO_DIR}/public/assets/themes/default/images/48x48/email_trashed.png
4735${FO_DIR}/public/assets/themes/default/images/48x48/event_archived.png 4834${FO_DIR}/public/assets/themes/default/images/48x48/event_archived.png
4736${FO_DIR}/public/assets/themes/default/images/48x48/event_trashed.png 4835${FO_DIR}/public/assets/themes/default/images/48x48/event_trashed.png
4737${FO_DIR}/public/assets/themes/default/images/48x48/expense.png 4836${FO_DIR}/public/assets/themes/default/images/48x48/expense.png
@@ -4811,50 +4910,52 @@ ${FO_DIR}/public/assets/themes/default/i @@ -4811,50 +4910,52 @@ ${FO_DIR}/public/assets/themes/default/i
4811${FO_DIR}/public/assets/themes/default/images/box/box.xcf 4910${FO_DIR}/public/assets/themes/default/images/box/box.xcf
4812${FO_DIR}/public/assets/themes/default/images/box/corners-blue.gif 4911${FO_DIR}/public/assets/themes/default/images/box/corners-blue.gif
4813${FO_DIR}/public/assets/themes/default/images/box/corners.gif 4912${FO_DIR}/public/assets/themes/default/images/box/corners.gif
4814${FO_DIR}/public/assets/themes/default/images/box/corners.png 4913${FO_DIR}/public/assets/themes/default/images/box/corners.png
4815${FO_DIR}/public/assets/themes/default/images/box/l.gif 4914${FO_DIR}/public/assets/themes/default/images/box/l.gif
4816${FO_DIR}/public/assets/themes/default/images/box/left.png 4915${FO_DIR}/public/assets/themes/default/images/box/left.png
4817${FO_DIR}/public/assets/themes/default/images/box/middle.png 4916${FO_DIR}/public/assets/themes/default/images/box/middle.png
4818${FO_DIR}/public/assets/themes/default/images/box/r-blue.gif 4917${FO_DIR}/public/assets/themes/default/images/box/r-blue.gif
4819${FO_DIR}/public/assets/themes/default/images/box/r.gif 4918${FO_DIR}/public/assets/themes/default/images/box/r.gif
4820${FO_DIR}/public/assets/themes/default/images/box/right.png 4919${FO_DIR}/public/assets/themes/default/images/box/right.png
4821${FO_DIR}/public/assets/themes/default/images/box/tb-blue.gif 4920${FO_DIR}/public/assets/themes/default/images/box/tb-blue.gif
4822${FO_DIR}/public/assets/themes/default/images/box/tb.gif 4921${FO_DIR}/public/assets/themes/default/images/box/tb.gif
4823${FO_DIR}/public/assets/themes/default/images/default-avatar.png 4922${FO_DIR}/public/assets/themes/default/images/default-avatar.png
 4923${FO_DIR}/public/assets/themes/default/images/default-company.png
4824${FO_DIR}/public/assets/themes/default/images/feng_logo.png 4924${FO_DIR}/public/assets/themes/default/images/feng_logo.png
4825${FO_DIR}/public/assets/themes/default/images/feng_logo2.png 4925${FO_DIR}/public/assets/themes/default/images/feng_logo2.png
4826${FO_DIR}/public/assets/themes/default/images/feng_logo_extra_small.png 4926${FO_DIR}/public/assets/themes/default/images/feng_logo_extra_small.png
4827${FO_DIR}/public/assets/themes/default/images/file/contact.png 4927${FO_DIR}/public/assets/themes/default/images/file/contact.png
4828${FO_DIR}/public/assets/themes/default/images/file/del.png 4928${FO_DIR}/public/assets/themes/default/images/file/del.png
4829${FO_DIR}/public/assets/themes/default/images/file/doc.png 4929${FO_DIR}/public/assets/themes/default/images/file/doc.png
4830${FO_DIR}/public/assets/themes/default/images/file/download.png 4930${FO_DIR}/public/assets/themes/default/images/file/download.png
4831${FO_DIR}/public/assets/themes/default/images/file/event.png 4931${FO_DIR}/public/assets/themes/default/images/file/event.png
4832${FO_DIR}/public/assets/themes/default/images/file/more.png 4932${FO_DIR}/public/assets/themes/default/images/file/more.png
4833${FO_DIR}/public/assets/themes/default/images/file/new.png 4933${FO_DIR}/public/assets/themes/default/images/file/new.png
4834${FO_DIR}/public/assets/themes/default/images/file/properties.png 4934${FO_DIR}/public/assets/themes/default/images/file/properties.png
4835${FO_DIR}/public/assets/themes/default/images/file/prsn.png 4935${FO_DIR}/public/assets/themes/default/images/file/prsn.png
4836${FO_DIR}/public/assets/themes/default/images/file/refresh.png 4936${FO_DIR}/public/assets/themes/default/images/file/refresh.png
4837${FO_DIR}/public/assets/themes/default/images/file/revisions.png 4937${FO_DIR}/public/assets/themes/default/images/file/revisions.png
4838${FO_DIR}/public/assets/themes/default/images/file/slideshow.png 4938${FO_DIR}/public/assets/themes/default/images/file/slideshow.png
4839${FO_DIR}/public/assets/themes/default/images/file/sprd.png 4939${FO_DIR}/public/assets/themes/default/images/file/sprd.png
4840${FO_DIR}/public/assets/themes/default/images/file/tag.png 4940${FO_DIR}/public/assets/themes/default/images/file/tag.png
4841${FO_DIR}/public/assets/themes/default/images/file/task.png 4941${FO_DIR}/public/assets/themes/default/images/file/task.png
4842${FO_DIR}/public/assets/themes/default/images/file/upload.png 4942${FO_DIR}/public/assets/themes/default/images/file/upload.png
4843${FO_DIR}/public/assets/themes/default/images/filetypes/archive.png 4943${FO_DIR}/public/assets/themes/default/images/filetypes/archive.png
4844${FO_DIR}/public/assets/themes/default/images/filetypes/audio.png 4944${FO_DIR}/public/assets/themes/default/images/filetypes/audio.png
4845${FO_DIR}/public/assets/themes/default/images/filetypes/doc.png 4945${FO_DIR}/public/assets/themes/default/images/filetypes/doc.png
4846${FO_DIR}/public/assets/themes/default/images/filetypes/font.png 4946${FO_DIR}/public/assets/themes/default/images/filetypes/font.png
4847${FO_DIR}/public/assets/themes/default/images/filetypes/html.png 4947${FO_DIR}/public/assets/themes/default/images/filetypes/html.png
 4948${FO_DIR}/public/assets/themes/default/images/filetypes/ics.png
4848${FO_DIR}/public/assets/themes/default/images/filetypes/image.png 4949${FO_DIR}/public/assets/themes/default/images/filetypes/image.png
4849${FO_DIR}/public/assets/themes/default/images/filetypes/mov.png 4950${FO_DIR}/public/assets/themes/default/images/filetypes/mov.png
4850${FO_DIR}/public/assets/themes/default/images/filetypes/pdf.png 4951${FO_DIR}/public/assets/themes/default/images/filetypes/pdf.png
4851${FO_DIR}/public/assets/themes/default/images/filetypes/prsn.png 4952${FO_DIR}/public/assets/themes/default/images/filetypes/prsn.png
4852${FO_DIR}/public/assets/themes/default/images/filetypes/psd.png 4953${FO_DIR}/public/assets/themes/default/images/filetypes/psd.png
4853${FO_DIR}/public/assets/themes/default/images/filetypes/rm.png 4954${FO_DIR}/public/assets/themes/default/images/filetypes/rm.png
4854${FO_DIR}/public/assets/themes/default/images/filetypes/sprd.png 4955${FO_DIR}/public/assets/themes/default/images/filetypes/sprd.png
4855${FO_DIR}/public/assets/themes/default/images/filetypes/svg.png 4956${FO_DIR}/public/assets/themes/default/images/filetypes/svg.png
4856${FO_DIR}/public/assets/themes/default/images/filetypes/swf.png 4957${FO_DIR}/public/assets/themes/default/images/filetypes/swf.png
4857${FO_DIR}/public/assets/themes/default/images/filetypes/text.png 4958${FO_DIR}/public/assets/themes/default/images/filetypes/text.png
4858${FO_DIR}/public/assets/themes/default/images/filetypes/unknown.png 4959${FO_DIR}/public/assets/themes/default/images/filetypes/unknown.png
4859${FO_DIR}/public/assets/themes/default/images/filetypes/video.png 4960${FO_DIR}/public/assets/themes/default/images/filetypes/video.png
4860${FO_DIR}/public/assets/themes/default/images/filetypes/webfile.png 4961${FO_DIR}/public/assets/themes/default/images/filetypes/webfile.png
@@ -4896,26 +4997,27 @@ ${FO_DIR}/public/assets/themes/default/i @@ -4896,26 +4997,27 @@ ${FO_DIR}/public/assets/themes/default/i
4896${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/expand.png 4997${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/expand.png
4897${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/expand2.png 4998${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/expand2.png
4898${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/expenses.png 4999${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/expenses.png
4899${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/fax.png 5000${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/fax.png
4900${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/gantt.png 5001${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/gantt.png
4901${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/group.png 5002${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/group.png
4902${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/help.png 5003${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/help.png
4903${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/history.png 5004${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/history.png
4904${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/links.png 5005${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/links.png
4905${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/locked.png 5006${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/locked.png
4906${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_forward.png 5007${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_forward.png
4907${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_mark_read.png 5008${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_mark_read.png
4908${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_receive.png 5009${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_receive.png
 5010${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_replied.png
4909${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_reply.png 5011${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_reply.png
4910${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_replyall.png 5012${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_replyall.png
4911${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_send.png 5013${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/mail_send.png
4912${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/milestone.png 5014${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/milestone.png
4913${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/more.png 5015${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/more.png
4914${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/more2.png 5016${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/more2.png
4915${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/new.png 5017${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/new.png
4916${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/new_color.png 5018${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/new_color.png
4917${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/notes.png 5019${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/notes.png
4918${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/open_folder.png 5020${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/open_folder.png
4919${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/openlink.png 5021${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/openlink.png
4920${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/overview.png 5022${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/overview.png
4921${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/password.png 5023${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/password.png
@@ -4944,26 +5046,27 @@ ${FO_DIR}/public/assets/themes/default/i @@ -4944,26 +5046,27 @@ ${FO_DIR}/public/assets/themes/default/i
4944${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/time.png 5046${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/time.png
4945${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/time_color.png 5047${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/time_color.png
4946${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/today.png 5048${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/today.png
4947${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/trash.png 5049${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/trash.png
4948${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/unarchive_obj.png 5050${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/unarchive_obj.png
4949${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/unclassify.png 5051${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/unclassify.png
4950${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/undo.png 5052${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/undo.png
4951${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/unlocked.png 5053${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/unlocked.png
4952${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/upload.png 5054${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/upload.png
4953${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_as_list.png 5055${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_as_list.png
4954${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_calendar_month.png 5056${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_calendar_month.png
4955${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_calendar_week.png 5057${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_calendar_week.png
4956${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_calendar_week5.png 5058${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_calendar_week5.png
 5059${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/view_more.png
4957${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/warning.png 5060${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/warning.png
4958${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/workspace.png 5061${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/workspace.png
4959${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/zip-add.png 5062${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/zip-add.png
4960${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/zip-extract.png 5063${FO_DIR}/public/assets/themes/default/images/icons-feng-3/16x16/zip-extract.png
4961${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/administration.png 5064${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/administration.png
4962${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/archive.png 5065${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/archive.png
4963${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/calendar.png 5066${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/calendar.png
4964${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/calendar_verde.png 5067${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/calendar_verde.png
4965${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/complete.png 5068${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/complete.png
4966${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/complete_color.png 5069${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/complete_color.png
4967${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/contacts.png 5070${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/contacts.png
4968${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/documents.png 5071${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/documents.png
4969${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/edit_color.png 5072${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/edit_color.png
@@ -4974,26 +5077,27 @@ ${FO_DIR}/public/assets/themes/default/i @@ -4974,26 +5077,27 @@ ${FO_DIR}/public/assets/themes/default/i
4974${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/new.png 5077${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/new.png
4975${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/new_color.png 5078${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/new_color.png
4976${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/notes.png 5079${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/notes.png
4977${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/overview.png 5080${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/overview.png
4978${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/print.png 5081${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/print.png
4979${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/refresh.png 5082${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/refresh.png
4980${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/reopen_color.png 5083${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/reopen_color.png
4981${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/reporting.png 5084${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/reporting.png
4982${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/show.png 5085${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/show.png
4983${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/start.png 5086${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/start.png
4984${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/tasks.png 5087${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/tasks.png
4985${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/time.png 5088${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/time.png
4986${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/time_color.png 5089${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/time_color.png
 5090${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/time_color_new.png
4987${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/trash.png 5091${FO_DIR}/public/assets/themes/default/images/icons-feng-3/24x22/trash.png
4988${FO_DIR}/public/assets/themes/default/images/icons/asc.png 5092${FO_DIR}/public/assets/themes/default/images/icons/asc.png
4989${FO_DIR}/public/assets/themes/default/images/icons/attach.png 5093${FO_DIR}/public/assets/themes/default/images/icons/attach.png
4990${FO_DIR}/public/assets/themes/default/images/icons/bullet_drop_down.gif 5094${FO_DIR}/public/assets/themes/default/images/icons/bullet_drop_down.gif
4991${FO_DIR}/public/assets/themes/default/images/icons/cancel_gray.gif 5095${FO_DIR}/public/assets/themes/default/images/icons/cancel_gray.gif
4992${FO_DIR}/public/assets/themes/default/images/icons/checked.jpg 5096${FO_DIR}/public/assets/themes/default/images/icons/checked.jpg
4993${FO_DIR}/public/assets/themes/default/images/icons/classify.png 5097${FO_DIR}/public/assets/themes/default/images/icons/classify.png
4994${FO_DIR}/public/assets/themes/default/images/icons/desc.png 5098${FO_DIR}/public/assets/themes/default/images/icons/desc.png
4995${FO_DIR}/public/assets/themes/default/images/icons/edit.gif 5099${FO_DIR}/public/assets/themes/default/images/icons/edit.gif
4996${FO_DIR}/public/assets/themes/default/images/icons/feed.gif 5100${FO_DIR}/public/assets/themes/default/images/icons/feed.gif
4997${FO_DIR}/public/assets/themes/default/images/icons/go_gray.gif 5101${FO_DIR}/public/assets/themes/default/images/icons/go_gray.gif
4998${FO_DIR}/public/assets/themes/default/images/icons/icalendar.png 5102${FO_DIR}/public/assets/themes/default/images/icons/icalendar.png
4999${FO_DIR}/public/assets/themes/default/images/icons/list-item.png 5103${FO_DIR}/public/assets/themes/default/images/icons/list-item.png
@@ -5054,43 +5158,47 @@ ${FO_DIR}/public/assets/themes/default/i @@ -5054,43 +5158,47 @@ ${FO_DIR}/public/assets/themes/default/i
5054${FO_DIR}/public/assets/themes/default/images/logtypes/contacts.gif 5158${FO_DIR}/public/assets/themes/default/images/logtypes/contacts.gif
5055${FO_DIR}/public/assets/themes/default/images/logtypes/projectfilerevisions.gif 5159${FO_DIR}/public/assets/themes/default/images/logtypes/projectfilerevisions.gif
5056${FO_DIR}/public/assets/themes/default/images/logtypes/projectfiles.gif 5160${FO_DIR}/public/assets/themes/default/images/logtypes/projectfiles.gif
5057${FO_DIR}/public/assets/themes/default/images/logtypes/projectfolders.gif 5161${FO_DIR}/public/assets/themes/default/images/logtypes/projectfolders.gif
5058${FO_DIR}/public/assets/themes/default/images/logtypes/projectforms.gif 5162${FO_DIR}/public/assets/themes/default/images/logtypes/projectforms.gif
5059${FO_DIR}/public/assets/themes/default/images/logtypes/projectmessages.gif 5163${FO_DIR}/public/assets/themes/default/images/logtypes/projectmessages.gif
5060${FO_DIR}/public/assets/themes/default/images/logtypes/projectmilestones.gif 5164${FO_DIR}/public/assets/themes/default/images/logtypes/projectmilestones.gif
5061${FO_DIR}/public/assets/themes/default/images/logtypes/projects.gif 5165${FO_DIR}/public/assets/themes/default/images/logtypes/projects.gif
5062${FO_DIR}/public/assets/themes/default/images/logtypes/projecttasklists.gif 5166${FO_DIR}/public/assets/themes/default/images/logtypes/projecttasklists.gif
5063${FO_DIR}/public/assets/themes/default/images/logtypes/projecttasks.gif 5167${FO_DIR}/public/assets/themes/default/images/logtypes/projecttasks.gif
5064${FO_DIR}/public/assets/themes/default/images/logtypes/projectwebpages.gif 5168${FO_DIR}/public/assets/themes/default/images/logtypes/projectwebpages.gif
5065${FO_DIR}/public/assets/themes/default/images/row-separator.png 5169${FO_DIR}/public/assets/themes/default/images/row-separator.png
5066${FO_DIR}/public/assets/themes/default/images/rx/grid_drag.png 5170${FO_DIR}/public/assets/themes/default/images/rx/grid_drag.png
 5171${FO_DIR}/public/assets/themes/default/images/task/elbow-end.gif
 5172${FO_DIR}/public/assets/themes/default/images/task/elbow-line.gif
 5173${FO_DIR}/public/assets/themes/default/images/task/elbow.gif
5067${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-anim-h.gif 5174${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-anim-h.gif
5068${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-anim-v.gif 5175${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-anim-v.gif
5069${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-h.gif 5176${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-h.gif
5070${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-v.gif 5177${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/border-v.gif
5071${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/imgareaselect-animated.css 5178${FO_DIR}/public/assets/themes/default/jquery/imgareaselect/imgareaselect-animated.css
5072${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png 5179${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
5073${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png 5180${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
5074${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png 5181${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
5075${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png 5182${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
5076${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png 5183${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_75_dadada_1x400.png
5077${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png 5184${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
5078${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png 5185${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
5079${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png 5186${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
5080${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_222222_256x240.png 5187${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_222222_256x240.png
5081${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_2e83ff_256x240.png 5188${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_2e83ff_256x240.png
5082${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_454545_256x240.png 5189${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_454545_256x240.png
5083${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_888888_256x240.png 5190${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_888888_256x240.png
 5191${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_999999_256x240.png
5084${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png 5192${FO_DIR}/public/assets/themes/default/jquery/smoothness/images/ui-icons_cd0a0a_256x240.png
5085${FO_DIR}/public/assets/themes/default/jquery/smoothness/jquery-ui.css 5193${FO_DIR}/public/assets/themes/default/jquery/smoothness/jquery-ui.css
5086${FO_DIR}/public/assets/themes/default/reesecal/default.css 5194${FO_DIR}/public/assets/themes/default/reesecal/default.css
5087${FO_DIR}/public/assets/themes/default/slimey/images/addslide.png 5195${FO_DIR}/public/assets/themes/default/slimey/images/addslide.png
5088${FO_DIR}/public/assets/themes/default/slimey/images/addslided.png 5196${FO_DIR}/public/assets/themes/default/slimey/images/addslided.png
5089${FO_DIR}/public/assets/themes/default/slimey/images/addslideh.png 5197${FO_DIR}/public/assets/themes/default/slimey/images/addslideh.png
5090${FO_DIR}/public/assets/themes/default/slimey/images/addslidex.png 5198${FO_DIR}/public/assets/themes/default/slimey/images/addslidex.png
5091${FO_DIR}/public/assets/themes/default/slimey/images/bold.png 5199${FO_DIR}/public/assets/themes/default/slimey/images/bold.png
5092${FO_DIR}/public/assets/themes/default/slimey/images/boldd.png 5200${FO_DIR}/public/assets/themes/default/slimey/images/boldd.png
5093${FO_DIR}/public/assets/themes/default/slimey/images/boldh.png 5201${FO_DIR}/public/assets/themes/default/slimey/images/boldh.png
5094${FO_DIR}/public/assets/themes/default/slimey/images/boldx.png 5202${FO_DIR}/public/assets/themes/default/slimey/images/boldx.png
5095${FO_DIR}/public/assets/themes/default/slimey/images/bringToFront.png 5203${FO_DIR}/public/assets/themes/default/slimey/images/bringToFront.png
5096${FO_DIR}/public/assets/themes/default/slimey/images/bringToFrontd.png 5204${FO_DIR}/public/assets/themes/default/slimey/images/bringToFrontd.png
@@ -5175,95 +5283,100 @@ ${FO_DIR}/public/assets/themes/default/s @@ -5175,95 +5283,100 @@ ${FO_DIR}/public/assets/themes/default/s
5175${FO_DIR}/public/assets/themes/default/slimey/images/underlineh.png 5283${FO_DIR}/public/assets/themes/default/slimey/images/underlineh.png
5176${FO_DIR}/public/assets/themes/default/slimey/images/underlinex.png 5284${FO_DIR}/public/assets/themes/default/slimey/images/underlinex.png
5177${FO_DIR}/public/assets/themes/default/slimey/images/undo.png 5285${FO_DIR}/public/assets/themes/default/slimey/images/undo.png
5178${FO_DIR}/public/assets/themes/default/slimey/images/undod.png 5286${FO_DIR}/public/assets/themes/default/slimey/images/undod.png
5179${FO_DIR}/public/assets/themes/default/slimey/images/undoh.png 5287${FO_DIR}/public/assets/themes/default/slimey/images/undoh.png
5180${FO_DIR}/public/assets/themes/default/slimey/images/undox.png 5288${FO_DIR}/public/assets/themes/default/slimey/images/undox.png
5181${FO_DIR}/public/assets/themes/default/slimey/images/viewSource.png 5289${FO_DIR}/public/assets/themes/default/slimey/images/viewSource.png
5182${FO_DIR}/public/assets/themes/default/slimey/images/viewSourced.png 5290${FO_DIR}/public/assets/themes/default/slimey/images/viewSourced.png
5183${FO_DIR}/public/assets/themes/default/slimey/images/viewSourceh.png 5291${FO_DIR}/public/assets/themes/default/slimey/images/viewSourceh.png
5184${FO_DIR}/public/assets/themes/default/slimey/images/viewSourcex.png 5292${FO_DIR}/public/assets/themes/default/slimey/images/viewSourcex.png
5185${FO_DIR}/public/assets/themes/default/slimey/slimey.css 5293${FO_DIR}/public/assets/themes/default/slimey/slimey.css
5186${FO_DIR}/public/assets/themes/default/stylesheets/admin/admin.css 5294${FO_DIR}/public/assets/themes/default/stylesheets/admin/admin.css
5187${FO_DIR}/public/assets/themes/default/stylesheets/bootstrap.css 5295${FO_DIR}/public/assets/themes/default/stylesheets/bootstrap.css
 5296${FO_DIR}/public/assets/themes/default/stylesheets/bootstrap/bootstrap-grid.min.css
 5297${FO_DIR}/public/assets/themes/default/stylesheets/bootstrap/bootstrap-reboot.min.css
 5298${FO_DIR}/public/assets/themes/default/stylesheets/bootstrap/bootstrap.min.css
5188${FO_DIR}/public/assets/themes/default/stylesheets/bootstrap/bootstrap_tooltips_popovers.css 5299${FO_DIR}/public/assets/themes/default/stylesheets/bootstrap/bootstrap_tooltips_popovers.css
5189${FO_DIR}/public/assets/themes/default/stylesheets/calendar_print.css 5300${FO_DIR}/public/assets/themes/default/stylesheets/calendar_print.css
 5301${FO_DIR}/public/assets/themes/default/stylesheets/custom-properties/general.css
5190${FO_DIR}/public/assets/themes/default/stylesheets/dialog.css 5302${FO_DIR}/public/assets/themes/default/stylesheets/dialog.css
5191${FO_DIR}/public/assets/themes/default/stylesheets/event/day.css 5303${FO_DIR}/public/assets/themes/default/stylesheets/event/day.css
5192${FO_DIR}/public/assets/themes/default/stylesheets/event/week.css 5304${FO_DIR}/public/assets/themes/default/stylesheets/event/week.css
5193${FO_DIR}/public/assets/themes/default/stylesheets/file/types.css 5305${FO_DIR}/public/assets/themes/default/stylesheets/file/types.css
5194${FO_DIR}/public/assets/themes/default/stylesheets/general/construction.css 5306${FO_DIR}/public/assets/themes/default/stylesheets/general/construction.css
5195${FO_DIR}/public/assets/themes/default/stylesheets/general/forms.css 5307${FO_DIR}/public/assets/themes/default/stylesheets/general/forms.css
5196${FO_DIR}/public/assets/themes/default/stylesheets/general/layout.css 5308${FO_DIR}/public/assets/themes/default/stylesheets/general/layout.css
5197${FO_DIR}/public/assets/themes/default/stylesheets/general/rewrites.css 5309${FO_DIR}/public/assets/themes/default/stylesheets/general/rewrites.css
5198${FO_DIR}/public/assets/themes/default/stylesheets/login.css 5310${FO_DIR}/public/assets/themes/default/stylesheets/login.css
5199${FO_DIR}/public/assets/themes/default/stylesheets/og/administration.css 5311${FO_DIR}/public/assets/themes/default/stylesheets/og/administration.css
 5312${FO_DIR}/public/assets/themes/default/stylesheets/og/basics.css
5200${FO_DIR}/public/assets/themes/default/stylesheets/og/ckeditor_override.css 5313${FO_DIR}/public/assets/themes/default/stylesheets/og/ckeditor_override.css
5201${FO_DIR}/public/assets/themes/default/stylesheets/og/co.css 5314${FO_DIR}/public/assets/themes/default/stylesheets/og/co.css
5202${FO_DIR}/public/assets/themes/default/stylesheets/og/co_input.css 5315${FO_DIR}/public/assets/themes/default/stylesheets/og/co_input.css
5203${FO_DIR}/public/assets/themes/default/stylesheets/og/dashboard.css 5316${FO_DIR}/public/assets/themes/default/stylesheets/og/dashboard.css
5204${FO_DIR}/public/assets/themes/default/stylesheets/og/dimension.css 5317${FO_DIR}/public/assets/themes/default/stylesheets/og/dimension.css
5205${FO_DIR}/public/assets/themes/default/stylesheets/og/ext_modify.css 5318${FO_DIR}/public/assets/themes/default/stylesheets/og/ext_modify.css
5206${FO_DIR}/public/assets/themes/default/stylesheets/og/goo_player.css 5319${FO_DIR}/public/assets/themes/default/stylesheets/og/goo_player.css
5207${FO_DIR}/public/assets/themes/default/stylesheets/og/ie7.css 5320${FO_DIR}/public/assets/themes/default/stylesheets/og/ie7.css
5208${FO_DIR}/public/assets/themes/default/stylesheets/og/ie8.css 5321${FO_DIR}/public/assets/themes/default/stylesheets/og/ie8.css
5209${FO_DIR}/public/assets/themes/default/stylesheets/og/image_chooser.css 5322${FO_DIR}/public/assets/themes/default/stylesheets/og/image_chooser.css
5210${FO_DIR}/public/assets/themes/default/stylesheets/og/member_chooser.css 5323${FO_DIR}/public/assets/themes/default/stylesheets/og/member_chooser.css
5211${FO_DIR}/public/assets/themes/default/stylesheets/og/more.css 5324${FO_DIR}/public/assets/themes/default/stylesheets/og/more.css
5212${FO_DIR}/public/assets/themes/default/stylesheets/og/notie.css 5325${FO_DIR}/public/assets/themes/default/stylesheets/og/notie.css
5213${FO_DIR}/public/assets/themes/default/stylesheets/og/object_picker.css 5326${FO_DIR}/public/assets/themes/default/stylesheets/og/object_picker.css
 5327${FO_DIR}/public/assets/themes/default/stylesheets/og/object_selector.css
5214${FO_DIR}/public/assets/themes/default/stylesheets/og/og.css 5328${FO_DIR}/public/assets/themes/default/stylesheets/og/og.css
 5329${FO_DIR}/public/assets/themes/default/stylesheets/og/pdf_export.css
5215${FO_DIR}/public/assets/themes/default/stylesheets/og/printTasks.css 5330${FO_DIR}/public/assets/themes/default/stylesheets/og/printTasks.css
5216${FO_DIR}/public/assets/themes/default/stylesheets/og/reporting.css 5331${FO_DIR}/public/assets/themes/default/stylesheets/og/reporting.css
5217${FO_DIR}/public/assets/themes/default/stylesheets/og/search.css 5332${FO_DIR}/public/assets/themes/default/stylesheets/og/search.css
5218${FO_DIR}/public/assets/themes/default/stylesheets/og/search_selector.css 5333${FO_DIR}/public/assets/themes/default/stylesheets/og/search_selector.css
5219${FO_DIR}/public/assets/themes/default/stylesheets/og/tag_panel.css 5334${FO_DIR}/public/assets/themes/default/stylesheets/og/tag_panel.css
5220${FO_DIR}/public/assets/themes/default/stylesheets/og/tasks.css 5335${FO_DIR}/public/assets/themes/default/stylesheets/og/tasks.css
5221${FO_DIR}/public/assets/themes/default/stylesheets/og/templates.css 5336${FO_DIR}/public/assets/themes/default/stylesheets/og/templates.css
5222${FO_DIR}/public/assets/themes/default/stylesheets/og/textures.css 5337${FO_DIR}/public/assets/themes/default/stylesheets/og/textures.css
5223${FO_DIR}/public/assets/themes/default/stylesheets/og/time.css 5338${FO_DIR}/public/assets/themes/default/stylesheets/og/time.css
5224${FO_DIR}/public/assets/themes/default/stylesheets/og/workspace_panel.css 5339${FO_DIR}/public/assets/themes/default/stylesheets/og/workspace_panel.css
5225${FO_DIR}/public/assets/themes/default/stylesheets/ogmin.css 5340${FO_DIR}/public/assets/themes/default/stylesheets/ogmin.css
5226${FO_DIR}/public/assets/themes/default/stylesheets/ogmin1.5-beta.css 5341${FO_DIR}/public/assets/themes/default/stylesheets/ogmin1.5-beta.css
5227${FO_DIR}/public/assets/themes/default/stylesheets/project/project.css 5342${FO_DIR}/public/assets/themes/default/stylesheets/project/project.css
5228${FO_DIR}/public/assets/themes/default/stylesheets/website.css 5343${FO_DIR}/public/assets/themes/default/stylesheets/website.css
5229${FO_DIR}/public/files/dummy.txt 
5230${FO_DIR}/public/help/help.html 5344${FO_DIR}/public/help/help.html
5231${FO_DIR}/public/help/index.html 5345${FO_DIR}/public/help/index.html
5232${FO_DIR}/public/index.html 5346${FO_DIR}/public/index.html
5233${FO_DIR}/public/index.php 5347${FO_DIR}/public/index.php
5234${FO_DIR}/public/install/assets/style.css 5348${FO_DIR}/public/install/assets/style.css
5235${FO_DIR}/public/install/console.php 5349${FO_DIR}/public/install/console.php
5236${FO_DIR}/public/install/include.php 5350${FO_DIR}/public/install/include.php
5237${FO_DIR}/public/install/index.php 5351${FO_DIR}/public/install/index.php
5238${FO_DIR}/public/install/installation/acInstallation.class.php 5352${FO_DIR}/public/install/installation/acInstallation.class.php
5239${FO_DIR}/public/install/installation/installation.php 5353${FO_DIR}/public/install/installation/installation.php
5240${FO_DIR}/public/install/installation/plugin_acInstallation.class.php 5354${FO_DIR}/public/install/installation/plugin_acInstallation.class.php
5241${FO_DIR}/public/install/installation/steps/ChecksStep.class.php 5355${FO_DIR}/public/install/installation/steps/ChecksStep.class.php
5242${FO_DIR}/public/install/installation/steps/FinishStep.class.php 5356${FO_DIR}/public/install/installation/steps/FinishStep.class.php
5243${FO_DIR}/public/install/installation/steps/SystemConfigStep.class.php 5357${FO_DIR}/public/install/installation/steps/SystemConfigStep.class.php
5244${FO_DIR}/public/install/installation/steps/WelcomeStep.class.php 5358${FO_DIR}/public/install/installation/steps/WelcomeStep.class.php
5245${FO_DIR}/public/install/installation/templates/__step_controls.php 5359${FO_DIR}/public/install/installation/templates/__step_controls.php
5246${FO_DIR}/public/install/installation/templates/__step_errors.php 5360${FO_DIR}/public/install/installation/templates/__step_errors.php
5247${FO_DIR}/public/install/installation/templates/checks.php 5361${FO_DIR}/public/install/installation/templates/checks.php
5248${FO_DIR}/public/install/installation/templates/config_file.php 5362${FO_DIR}/public/install/installation/templates/config_file.php
5249${FO_DIR}/public/install/installation/templates/finish.php 5363${FO_DIR}/public/install/installation/templates/finish.php
5250${FO_DIR}/public/install/installation/templates/installed_version.php 5364${FO_DIR}/public/install/installation/templates/installed_version.php
5251${FO_DIR}/public/install/installation/templates/layout.php 5365${FO_DIR}/public/install/installation/templates/layout.php
5252${FO_DIR}/public/install/installation/templates/php/plugins/searchable_objects_to_innodb.php 5366${FO_DIR}/public/install/installation/templates/php/plugins/searchable_objects_to_innodb.php
5253${FO_DIR}/public/install/installation/templates/plugins.php 5367${FO_DIR}/public/install/installation/templates/plugins.php
5254${FO_DIR}/public/install/installation/templates/sql/mysql_initial_data.php 5368${FO_DIR}/public/install/installation/templates/sql/mysql_initial_data.php
5255${FO_DIR}/public/install/installation/templates/sql/mysql_schema.php 5369${FO_DIR}/public/install/installation/templates/sql/mysql_schema.php
5256${FO_DIR}/public/install/installation/templates/sql/plugins/dummy.txt 
5257${FO_DIR}/public/install/installation/templates/system_config_form.php 5370${FO_DIR}/public/install/installation/templates/system_config_form.php
5258${FO_DIR}/public/install/installation/templates/welcome.php 5371${FO_DIR}/public/install/installation/templates/welcome.php
5259${FO_DIR}/public/install/library/classes/ChecklistItem.class.php 5372${FO_DIR}/public/install/library/classes/ChecklistItem.class.php
5260${FO_DIR}/public/install/library/classes/Output.class.php 5373${FO_DIR}/public/install/library/classes/Output.class.php
5261${FO_DIR}/public/install/library/classes/Output_Console.class.php 5374${FO_DIR}/public/install/library/classes/Output_Console.class.php
5262${FO_DIR}/public/install/library/classes/Output_Html.class.php 5375${FO_DIR}/public/install/library/classes/Output_Html.class.php
5263${FO_DIR}/public/install/library/classes/ScriptInstaller.class.php 5376${FO_DIR}/public/install/library/classes/ScriptInstaller.class.php
5264${FO_DIR}/public/install/library/classes/ScriptInstallerStep.class.php 5377${FO_DIR}/public/install/library/classes/ScriptInstallerStep.class.php
5265${FO_DIR}/public/install/library/classes/Template.class.php 5378${FO_DIR}/public/install/library/classes/Template.class.php
5266${FO_DIR}/public/install/library/constants.php 5379${FO_DIR}/public/install/library/constants.php
5267${FO_DIR}/public/install/library/functions.php 5380${FO_DIR}/public/install/library/functions.php
5268${FO_DIR}/public/install/plugin-console.php 5381${FO_DIR}/public/install/plugin-console.php
5269${FO_DIR}/public/tools/access.php 5382${FO_DIR}/public/tools/access.php
@@ -5271,55 +5384,59 @@ ${FO_DIR}/public/tools/checklang.php @@ -5271,55 +5384,59 @@ ${FO_DIR}/public/tools/checklang.php
5271${FO_DIR}/public/tools/combine.php 5384${FO_DIR}/public/tools/combine.php
5272${FO_DIR}/public/tools/export.php 5385${FO_DIR}/public/tools/export.php
5273${FO_DIR}/public/tools/frompo.php 5386${FO_DIR}/public/tools/frompo.php
5274${FO_DIR}/public/tools/index.php 5387${FO_DIR}/public/tools/index.php
5275${FO_DIR}/public/tools/mailsyncscript.php 5388${FO_DIR}/public/tools/mailsyncscript.php
5276${FO_DIR}/public/tools/minify.php 5389${FO_DIR}/public/tools/minify.php
5277${FO_DIR}/public/tools/statistics.php 5390${FO_DIR}/public/tools/statistics.php
5278${FO_DIR}/public/tools/topot.php 5391${FO_DIR}/public/tools/topot.php
5279${FO_DIR}/public/tools/translate.php 5392${FO_DIR}/public/tools/translate.php
5280${FO_DIR}/public/upgrade/assets/style.css 5393${FO_DIR}/public/upgrade/assets/style.css
5281${FO_DIR}/public/upgrade/complete_migration.php 5394${FO_DIR}/public/upgrade/complete_migration.php
5282${FO_DIR}/public/upgrade/console.php 5395${FO_DIR}/public/upgrade/console.php
5283${FO_DIR}/public/upgrade/helpers/rebuild_tasks_tree.php 5396${FO_DIR}/public/upgrade/helpers/rebuild_tasks_tree.php
 5397${FO_DIR}/public/upgrade/helpers/update_user_timezones.php
5284${FO_DIR}/public/upgrade/include.php 5398${FO_DIR}/public/upgrade/include.php
5285${FO_DIR}/public/upgrade/index.php 5399${FO_DIR}/public/upgrade/index.php
5286${FO_DIR}/public/upgrade/library/classes/ChecklistItem.class.php 5400${FO_DIR}/public/upgrade/library/classes/ChecklistItem.class.php
5287${FO_DIR}/public/upgrade/library/classes/Localization.class.php 5401${FO_DIR}/public/upgrade/library/classes/Localization.class.php
5288${FO_DIR}/public/upgrade/library/classes/Output.class.php 5402${FO_DIR}/public/upgrade/library/classes/Output.class.php
5289${FO_DIR}/public/upgrade/library/classes/Output_Console.class.php 5403${FO_DIR}/public/upgrade/library/classes/Output_Console.class.php
5290${FO_DIR}/public/upgrade/library/classes/Output_Html.class.php 5404${FO_DIR}/public/upgrade/library/classes/Output_Html.class.php
5291${FO_DIR}/public/upgrade/library/classes/ScriptUpgrader.class.php 5405${FO_DIR}/public/upgrade/library/classes/ScriptUpgrader.class.php
5292${FO_DIR}/public/upgrade/library/classes/ScriptUpgraderScript.class.php 5406${FO_DIR}/public/upgrade/library/classes/ScriptUpgraderScript.class.php
5293${FO_DIR}/public/upgrade/library/classes/Template.class.php 5407${FO_DIR}/public/upgrade/library/classes/Template.class.php
5294${FO_DIR}/public/upgrade/library/functions.php 5408${FO_DIR}/public/upgrade/library/functions.php
 5409${FO_DIR}/public/upgrade/scripts/AnisUpgradeScript.class.php
5295${FO_DIR}/public/upgrade/scripts/ArazaUpgradeScript.class.php 5410${FO_DIR}/public/upgrade/scripts/ArazaUpgradeScript.class.php
5296${FO_DIR}/public/upgrade/scripts/AsadoUpgradeScript.class.php 5411${FO_DIR}/public/upgrade/scripts/AsadoUpgradeScript.class.php
 5412${FO_DIR}/public/upgrade/scripts/BauruUpgradeScript.class.php
5297${FO_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php 5413${FO_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php
5298${FO_DIR}/public/upgrade/scripts/ButiaUpgradeScript.class.php 5414${FO_DIR}/public/upgrade/scripts/ButiaUpgradeScript.class.php
5299${FO_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php 5415${FO_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php
5300${FO_DIR}/public/upgrade/scripts/ChivitoUpgradeScript.class.php 5416${FO_DIR}/public/upgrade/scripts/ChivitoUpgradeScript.class.php
5301${FO_DIR}/public/upgrade/scripts/ChorizoUpgradeScript.class.php 5417${FO_DIR}/public/upgrade/scripts/ChorizoUpgradeScript.class.php
5302${FO_DIR}/public/upgrade/scripts/ChotoUpgradeScript.class.php 5418${FO_DIR}/public/upgrade/scripts/ChotoUpgradeScript.class.php
5303${FO_DIR}/public/upgrade/scripts/ChurroUpgradeScript.class.php 5419${FO_DIR}/public/upgrade/scripts/ChurroUpgradeScript.class.php
5304${FO_DIR}/public/upgrade/scripts/DulceDeLecheUpgradeScript.class.php 5420${FO_DIR}/public/upgrade/scripts/DulceDeLecheUpgradeScript.class.php
5305${FO_DIR}/public/upgrade/scripts/EmpanadaUpgradeScript.class.php 5421${FO_DIR}/public/upgrade/scripts/EmpanadaUpgradeScript.class.php
5306${FO_DIR}/public/upgrade/scripts/FigazzaUpgradeScript.class.php 5422${FO_DIR}/public/upgrade/scripts/FigazzaUpgradeScript.class.php
5307${FO_DIR}/public/upgrade/scripts/MatambritoUpgradeScript.class.php 5423${FO_DIR}/public/upgrade/scripts/MatambritoUpgradeScript.class.php
5308${FO_DIR}/public/upgrade/scripts/MilangaUpgradeScript.class.php 5424${FO_DIR}/public/upgrade/scripts/MilangaUpgradeScript.class.php
5309${FO_DIR}/public/upgrade/scripts/MollejaUpgradeScript.class.php 5425${FO_DIR}/public/upgrade/scripts/MollejaUpgradeScript.class.php
5310${FO_DIR}/public/upgrade/scripts/MondongoUpgradeScript.class.php 5426${FO_DIR}/public/upgrade/scripts/MondongoUpgradeScript.class.php
5311${FO_DIR}/public/upgrade/scripts/MorcillaUpgradeScript.class.php 5427${FO_DIR}/public/upgrade/scripts/MorcillaUpgradeScript.class.php
5312${FO_DIR}/public/upgrade/scripts/NutriaUpgradeScript.class.php 5428${FO_DIR}/public/upgrade/scripts/NutriaUpgradeScript.class.php
 5429${FO_DIR}/public/upgrade/scripts/PaellaUpgradeScript.class.php
5313${FO_DIR}/public/upgrade/scripts/PamplonaUpgradeScript.class.php 5430${FO_DIR}/public/upgrade/scripts/PamplonaUpgradeScript.class.php
5314${FO_DIR}/public/upgrade/scripts/PastafrolaUpgradeScript.class.php 5431${FO_DIR}/public/upgrade/scripts/PastafrolaUpgradeScript.class.php
5315${FO_DIR}/public/upgrade/scripts/ProvoloneUpgradeScript.class.php 5432${FO_DIR}/public/upgrade/scripts/ProvoloneUpgradeScript.class.php
5316${FO_DIR}/public/upgrade/scripts/TortaFritaUpgradeScript.class.php 5433${FO_DIR}/public/upgrade/scripts/TortaFritaUpgradeScript.class.php
5317${FO_DIR}/public/upgrade/scripts/VacioUpgradeScript.class.php 5434${FO_DIR}/public/upgrade/scripts/VacioUpgradeScript.class.php
5318${FO_DIR}/public/upgrade/templates/checklist.php 5435${FO_DIR}/public/upgrade/templates/checklist.php
5319${FO_DIR}/public/upgrade/templates/config_file.php 5436${FO_DIR}/public/upgrade/templates/config_file.php
5320${FO_DIR}/public/upgrade/templates/db_migration/0_6_6_dulceDeLeche.php 5437${FO_DIR}/public/upgrade/templates/db_migration/0_6_6_dulceDeLeche.php
5321${FO_DIR}/public/upgrade/templates/db_migration/0_7_tortaFrita.php 5438${FO_DIR}/public/upgrade/templates/db_migration/0_7_tortaFrita.php
5322${FO_DIR}/public/upgrade/templates/db_migration/0_8_churro.php 5439${FO_DIR}/public/upgrade/templates/db_migration/0_8_churro.php
5323${FO_DIR}/public/upgrade/templates/db_migration/0_9_empanada.php 5440${FO_DIR}/public/upgrade/templates/db_migration/0_9_empanada.php
5324${FO_DIR}/public/upgrade/templates/db_migration/1_0_milanga.php 5441${FO_DIR}/public/upgrade/templates/db_migration/1_0_milanga.php
5325${FO_DIR}/public/upgrade/templates/db_migration/1_1_bondiola.php 5442${FO_DIR}/public/upgrade/templates/db_migration/1_1_bondiola.php
@@ -5334,22 +5451,23 @@ ${FO_DIR}/public/upgrade/templates/db_mi @@ -5334,22 +5451,23 @@ ${FO_DIR}/public/upgrade/templates/db_mi
5334${FO_DIR}/public/upgrade/templates/db_migration/2_2_pamplona.php 5451${FO_DIR}/public/upgrade/templates/db_migration/2_2_pamplona.php
5335${FO_DIR}/public/upgrade/templates/db_migration/2_3_chorizo.php 5452${FO_DIR}/public/upgrade/templates/db_migration/2_3_chorizo.php
5336${FO_DIR}/public/upgrade/templates/db_migration/2_4_morcilla.php 5453${FO_DIR}/public/upgrade/templates/db_migration/2_4_morcilla.php
5337${FO_DIR}/public/upgrade/templates/db_migration/2_5_vacio.php 5454${FO_DIR}/public/upgrade/templates/db_migration/2_5_vacio.php
5338${FO_DIR}/public/upgrade/templates/db_migration/2_6_choto.php 5455${FO_DIR}/public/upgrade/templates/db_migration/2_6_choto.php
5339${FO_DIR}/public/upgrade/templates/db_migration/2_7_provolone.php 5456${FO_DIR}/public/upgrade/templates/db_migration/2_7_provolone.php
5340${FO_DIR}/public/upgrade/templates/installed_version.php 5457${FO_DIR}/public/upgrade/templates/installed_version.php
5341${FO_DIR}/public/upgrade/templates/layout.php 5458${FO_DIR}/public/upgrade/templates/layout.php
5342${FO_DIR}/public/webservices/FilesServices.php 5459${FO_DIR}/public/webservices/FilesServices.php
5343${FO_DIR}/public/webservices/TagsServices.php 5460${FO_DIR}/public/webservices/TagsServices.php
5344${FO_DIR}/public/webservices/WebServicesBase.php 5461${FO_DIR}/public/webservices/WebServicesBase.php
5345${FO_DIR}/public/webservices/WorkspaceServices.php 5462${FO_DIR}/public/webservices/WorkspaceServices.php
5346${FO_DIR}/readme.txt 5463${FO_DIR}/readme.txt
 5464${FO_DIR}/rebuild_contact_member_cache.php
5347${FO_DIR}/rebuild_contact_member_cahe.php 5465${FO_DIR}/rebuild_contact_member_cahe.php
 5466${FO_DIR}/rebuild_object_members_optimization.php
5348${FO_DIR}/rebuild_sharing_table.php 5467${FO_DIR}/rebuild_sharing_table.php
5349${FO_DIR}/revision.php 5468${FO_DIR}/revision.php
5350${FO_DIR}/robots.txt 5469${FO_DIR}/robots.txt
5351${FO_DIR}/s.gif 5470${FO_DIR}/s.gif
 5471${FO_DIR}/tmp/.htaccess
5352${FO_DIR}/upload/.htaccess 5472${FO_DIR}/upload/.htaccess
5353${FO_DIR}/upload/dummy.php 
5354${FO_DIR}/upload/index.html 
5355${FO_DIR}/version.php 5473${FO_DIR}/version.php

cvs diff -r1.25 -r1.26 pkgsrc/www/fengoffice/distinfo (expand / switch to unified diff)

--- pkgsrc/www/fengoffice/distinfo 2015/11/04 02:46:53 1.25
+++ pkgsrc/www/fengoffice/distinfo 2019/12/15 18:27:24 1.26
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.25 2015/11/04 02:46:53 agc Exp $ 1$NetBSD: distinfo,v 1.26 2019/12/15 18:27:24 taca Exp $
2 2
3SHA1 (fengoffice_3.2.2.1.zip) = dc5b947cf52cdd40ef97ac645255220c7a958a11 3SHA1 (fengoffice-3.7.2.16.tar.gz) = 0e7b2ef0f88f1c7f803ae1ee6ee69e371e9e2fa7
4RMD160 (fengoffice_3.2.2.1.zip) = 774c6273d00fff4a0ba768faac5f02ff9cdef193 4RMD160 (fengoffice-3.7.2.16.tar.gz) = 46f80427923803af47ba1a1b9b45c35dc68fbaef
5SHA512 (fengoffice_3.2.2.1.zip) = 07e77138f0d4419d85057771a49f67853de0a7608154263820ebec6a473da107918d159e7570fd747463fb94935b20009f7d5f6cc043a5592af20ee62064d1cf 5SHA512 (fengoffice-3.7.2.16.tar.gz) = 5a610cfc6f507957696e1ef17945ee8f82e5871ae7be838c320d2508715487a4fea76e8d611eaf14e0f06f70d4e3bfb1853273cb7a2b8f5a7fc31c2129f8b497
6Size (fengoffice_3.2.2.1.zip) = 13937297 bytes 6Size (fengoffice-3.7.2.16.tar.gz) = 11899877 bytes
7SHA1 (patch-aa) = 0162718439c36bbc4c867c943b78854f863929c5 7SHA1 (patch-aa) = 0162718439c36bbc4c867c943b78854f863929c5
8SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5 8SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5
9SHA1 (patch-ag) = 03f09610de1c7fd41641d4f08eb72876d82b2bbf 9SHA1 (patch-ag) = 03f09610de1c7fd41641d4f08eb72876d82b2bbf
10SHA1 (patch-plugins_mail_application_helpers_MailUtilities.class.php) = 54988cf29233407ecb4dd1a06c05d2dd4bac444e 10SHA1 (patch-plugins_mail_application_helpers_MailUtilities.class.php) = 93741e3264a6e3233bf67bb01f12099f5e809eef

cvs diff -r1.6 -r1.7 pkgsrc/www/fengoffice/patches/patch-plugins_mail_application_helpers_MailUtilities.class.php (expand / switch to unified diff)

--- pkgsrc/www/fengoffice/patches/patch-plugins_mail_application_helpers_MailUtilities.class.php 2014/03/29 14:17:06 1.6
+++ pkgsrc/www/fengoffice/patches/patch-plugins_mail_application_helpers_MailUtilities.class.php 2019/12/15 18:27:24 1.7
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-plugins_mail_application_helpers_MailUtilities.class.php,v 1.6 2014/03/29 14:17:06 taca Exp $ 1$NetBSD: patch-plugins_mail_application_helpers_MailUtilities.class.php,v 1.7 2019/12/15 18:27:24 taca Exp $
2 2
3* Fix variable mistakes to prevent garbled characters. Still needs to 3* Fix variable mistakes to prevent garbled characters. Still needs to
4 fix essential problem when a header contains multiple encoded strings 4 fix essential problem when a header contains multiple encoded strings
5 with diffreent charset. 5 with diffreent charset.
6 6
7--- plugins/mail/application/helpers/MailUtilities.class.php.orig 2014-02-17 10:24:14.000000000 +0000 7--- plugins/mail/application/helpers/MailUtilities.class.php.orig 2019-06-30 13:35:46.241680225 +0000
8+++ plugins/mail/application/helpers/MailUtilities.class.php 8+++ plugins/mail/application/helpers/MailUtilities.class.php
9@@ -287,7 +287,7 @@ class MailUtilities { 9@@ -405,7 +405,7 @@ class MailUtilities {
10 if ($from_name == ''){ 
11 $from_name = $from; 10 $from_name = $from;
12 } 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 11 } 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
 12
13- $utf8_from = $enc_conv->convert($encoding, 'UTF-8', $from_name); 13- $utf8_from = $enc_conv->convert($encoding, 'UTF-8', $from_name);
14+ $utf8_from = $enc_conv->convert($from_encoding, 'UTF-8', $from_name); 14+ $utf8_from = $enc_conv->convert($from_encoding, 'UTF-8', $from_name);
15  15
16 if ($enc_conv->hasError()) { 16 if ($enc_conv->hasError()) {
17 $utf8_from = utf8_encode($from_name); 17 $utf8_from = utf8_encode($from_name);