Sun Sep 27 07:21:39 2015 UTC ()
Update fengoffice to 3.2.2.1.

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


(taca)
diff -r1.33 -r1.34 pkgsrc/www/fengoffice/Makefile
diff -r1.21 -r1.22 pkgsrc/www/fengoffice/PLIST
diff -r1.23 -r1.24 pkgsrc/www/fengoffice/distinfo

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

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

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

--- pkgsrc/www/fengoffice/PLIST 2015/03/19 15:38:24 1.21
+++ pkgsrc/www/fengoffice/PLIST 2015/09/27 07:21:39 1.22
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1@comment $NetBSD: PLIST,v 1.21 2015/03/19 15:38:24 taca Exp $ 1@comment $NetBSD: PLIST,v 1.22 2015/09/27 07:21:39 taca Exp $
2${FO_DIR}/application/application.php 2${FO_DIR}/application/application.php
3${FO_DIR}/application/controllers/AccessController.class.php 3${FO_DIR}/application/controllers/AccessController.class.php
4${FO_DIR}/application/controllers/AccountController.class.php 4${FO_DIR}/application/controllers/AccountController.class.php
5${FO_DIR}/application/controllers/AdministrationController.class.php 5${FO_DIR}/application/controllers/AdministrationController.class.php
6${FO_DIR}/application/controllers/ApiController.class.php 6${FO_DIR}/application/controllers/ApiController.class.php
7${FO_DIR}/application/controllers/ApplicationController.class.php 7${FO_DIR}/application/controllers/ApplicationController.class.php
8${FO_DIR}/application/controllers/BillingController.class.php 8${FO_DIR}/application/controllers/BillingController.class.php
9${FO_DIR}/application/controllers/CommentController.class.php 9${FO_DIR}/application/controllers/CommentController.class.php
10${FO_DIR}/application/controllers/ConfigController.class.php 10${FO_DIR}/application/controllers/ConfigController.class.php
11${FO_DIR}/application/controllers/ContactController.class.php 11${FO_DIR}/application/controllers/ContactController.class.php
12${FO_DIR}/application/controllers/ContactMemberCacheController.class.php 12${FO_DIR}/application/controllers/ContactMemberCacheController.class.php
13${FO_DIR}/application/controllers/DashboardController.class.php 13${FO_DIR}/application/controllers/DashboardController.class.php
14${FO_DIR}/application/controllers/DimensionController.class.php 14${FO_DIR}/application/controllers/DimensionController.class.php
15${FO_DIR}/application/controllers/ErrorController.class.php 15${FO_DIR}/application/controllers/ErrorController.class.php
16${FO_DIR}/application/controllers/EventController.class.php 16${FO_DIR}/application/controllers/EventController.class.php
 17${FO_DIR}/application/controllers/ExternalCalendarController.class.php
17${FO_DIR}/application/controllers/FeedController.class.php 18${FO_DIR}/application/controllers/FeedController.class.php
18${FO_DIR}/application/controllers/FilesController.class.php 19${FO_DIR}/application/controllers/FilesController.class.php
19${FO_DIR}/application/controllers/FormController.class.php 20${FO_DIR}/application/controllers/FormController.class.php
20${FO_DIR}/application/controllers/GroupController.class.php 21${FO_DIR}/application/controllers/GroupController.class.php
21${FO_DIR}/application/controllers/GuiController.class.php 22${FO_DIR}/application/controllers/GuiController.class.php
22${FO_DIR}/application/controllers/HelpController.class.php 23${FO_DIR}/application/controllers/HelpController.class.php
23${FO_DIR}/application/controllers/MemberController.class.php 24${FO_DIR}/application/controllers/MemberController.class.php
24${FO_DIR}/application/controllers/MessageController.class.php 25${FO_DIR}/application/controllers/MessageController.class.php
25${FO_DIR}/application/controllers/MilestoneController.class.php 26${FO_DIR}/application/controllers/MilestoneController.class.php
26${FO_DIR}/application/controllers/MoreController.class.php 27${FO_DIR}/application/controllers/MoreController.class.php
27${FO_DIR}/application/controllers/ObjectController.class.php 28${FO_DIR}/application/controllers/ObjectController.class.php
28${FO_DIR}/application/controllers/PanelController.class.php 29${FO_DIR}/application/controllers/PanelController.class.php
29${FO_DIR}/application/controllers/PluginController.class.php 30${FO_DIR}/application/controllers/PluginController.class.php
@@ -111,44 +112,47 @@ ${FO_DIR}/application/models/billing_cat @@ -111,44 +112,47 @@ ${FO_DIR}/application/models/billing_cat
111${FO_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php 112${FO_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php
112${FO_DIR}/application/models/billings/Billing.class.php 113${FO_DIR}/application/models/billings/Billing.class.php
113${FO_DIR}/application/models/billings/Billings.class.php 114${FO_DIR}/application/models/billings/Billings.class.php
114${FO_DIR}/application/models/billings/base/BaseBilling.class.php 115${FO_DIR}/application/models/billings/base/BaseBilling.class.php
115${FO_DIR}/application/models/billings/base/BaseBillings.class.php 116${FO_DIR}/application/models/billings/base/BaseBillings.class.php
116${FO_DIR}/application/models/comments/Comment.class.php 117${FO_DIR}/application/models/comments/Comment.class.php
117${FO_DIR}/application/models/comments/Comments.class.php 118${FO_DIR}/application/models/comments/Comments.class.php
118${FO_DIR}/application/models/comments/base/BaseComment.class.php 119${FO_DIR}/application/models/comments/base/BaseComment.class.php
119${FO_DIR}/application/models/comments/base/BaseComments.class.php 120${FO_DIR}/application/models/comments/base/BaseComments.class.php
120${FO_DIR}/application/models/config_categories/ConfigCategories.class.php 121${FO_DIR}/application/models/config_categories/ConfigCategories.class.php
121${FO_DIR}/application/models/config_categories/ConfigCategory.class.php 122${FO_DIR}/application/models/config_categories/ConfigCategory.class.php
122${FO_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php 123${FO_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
123${FO_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php 124${FO_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php
 125${FO_DIR}/application/models/config_handlers/complex/AddressFieldsConfigHandler.class.php
124${FO_DIR}/application/models/config_handlers/complex/ColorPickerConfigHandler.class.php 126${FO_DIR}/application/models/config_handlers/complex/ColorPickerConfigHandler.class.php
125${FO_DIR}/application/models/config_handlers/complex/DateFormatConfigHandler.class.php 127${FO_DIR}/application/models/config_handlers/complex/DateFormatConfigHandler.class.php
126${FO_DIR}/application/models/config_handlers/complex/DragDropPromptConfigHandler.class.php 128${FO_DIR}/application/models/config_handlers/complex/DragDropPromptConfigHandler.class.php
127${FO_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php 129${FO_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php
128${FO_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php 130${FO_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php
129${FO_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php 131${FO_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php
130${FO_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php 132${FO_DIR}/application/models/config_handlers/complex/MailDragDropPromptConfigHandler.class.php
 133${FO_DIR}/application/models/config_handlers/complex/MailFieldConfigHandler.class.php
131${FO_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php 134${FO_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
132${FO_DIR}/application/models/config_handlers/complex/ManageableDimensionsConfigHandler.class.php 135${FO_DIR}/application/models/config_handlers/complex/ManageableDimensionsConfigHandler.class.php
133${FO_DIR}/application/models/config_handlers/complex/MilestoneSelectorFilterConfigHandler.class.php 136${FO_DIR}/application/models/config_handlers/complex/MilestoneSelectorFilterConfigHandler.class.php
134${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypeConfigHandler.class.php 137${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypeConfigHandler.class.php
135${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypePrefixConfigHandler.class.php 138${FO_DIR}/application/models/config_handlers/complex/MultipleObjectTypePrefixConfigHandler.class.php
136${FO_DIR}/application/models/config_handlers/complex/NewClientContactTypeConfigHandler.class.php 139${FO_DIR}/application/models/config_handlers/complex/NewClientContactTypeConfigHandler.class.php
137${FO_DIR}/application/models/config_handlers/complex/RememberGUIConfigHandler.class.php 140${FO_DIR}/application/models/config_handlers/complex/RememberGUIConfigHandler.class.php
138${FO_DIR}/application/models/config_handlers/complex/RootDimensionsConfigHandler.class.php 141${FO_DIR}/application/models/config_handlers/complex/RootDimensionsConfigHandler.class.php
139${FO_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php 142${FO_DIR}/application/models/config_handlers/complex/SearchEngineConfigHandler.class.php
140${FO_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php 143${FO_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
141${FO_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php 144${FO_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
 145${FO_DIR}/application/models/config_handlers/complex/SingleDimensionConfigHandler.class.php
142${FO_DIR}/application/models/config_handlers/complex/StatusConfigHandler.class.php 146${FO_DIR}/application/models/config_handlers/complex/StatusConfigHandler.class.php
143${FO_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php 147${FO_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
144${FO_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php 148${FO_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php
145${FO_DIR}/application/models/config_handlers/complex/UserGroupConfigHandler.class.php 149${FO_DIR}/application/models/config_handlers/complex/UserGroupConfigHandler.class.php
146${FO_DIR}/application/models/config_handlers/complex/UserTypeMultipleConfigHandler.class.php 150${FO_DIR}/application/models/config_handlers/complex/UserTypeMultipleConfigHandler.class.php
147${FO_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php 151${FO_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php
148${FO_DIR}/application/models/config_handlers/general/ConfigHandler.class.php 152${FO_DIR}/application/models/config_handlers/general/ConfigHandler.class.php
149${FO_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php 153${FO_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php
150${FO_DIR}/application/models/config_handlers/general/FloatConfigHandler.class.php 154${FO_DIR}/application/models/config_handlers/general/FloatConfigHandler.class.php
151${FO_DIR}/application/models/config_handlers/general/IntegerConfigHandler.class.php 155${FO_DIR}/application/models/config_handlers/general/IntegerConfigHandler.class.php
152${FO_DIR}/application/models/config_handlers/general/PasswordConfigHandler.class.php 156${FO_DIR}/application/models/config_handlers/general/PasswordConfigHandler.class.php
153${FO_DIR}/application/models/config_handlers/general/StringConfigHandler.class.php 157${FO_DIR}/application/models/config_handlers/general/StringConfigHandler.class.php
154${FO_DIR}/application/models/config_handlers/general/TextConfigHandler.class.php 158${FO_DIR}/application/models/config_handlers/general/TextConfigHandler.class.php
@@ -265,46 +269,54 @@ ${FO_DIR}/application/models/email_types @@ -265,46 +269,54 @@ ${FO_DIR}/application/models/email_types
265${FO_DIR}/application/models/email_types/EmailTypes.class.php 269${FO_DIR}/application/models/email_types/EmailTypes.class.php
266${FO_DIR}/application/models/email_types/base/BaseEmailType.class.php 270${FO_DIR}/application/models/email_types/base/BaseEmailType.class.php
267${FO_DIR}/application/models/email_types/base/BaseEmailTypes.class.php 271${FO_DIR}/application/models/email_types/base/BaseEmailTypes.class.php
268${FO_DIR}/application/models/errors/AdministratorDnxError.class.php 272${FO_DIR}/application/models/errors/AdministratorDnxError.class.php
269${FO_DIR}/application/models/errors/OwnerCompanyDnxError.class.php 273${FO_DIR}/application/models/errors/OwnerCompanyDnxError.class.php
270${FO_DIR}/application/models/event_invitations/EventInvitation.class.php 274${FO_DIR}/application/models/event_invitations/EventInvitation.class.php
271${FO_DIR}/application/models/event_invitations/EventInvitations.class.php 275${FO_DIR}/application/models/event_invitations/EventInvitations.class.php
272${FO_DIR}/application/models/event_invitations/base/BaseEventInvitation.class.php 276${FO_DIR}/application/models/event_invitations/base/BaseEventInvitation.class.php
273${FO_DIR}/application/models/event_invitations/base/BaseEventInvitations.class.php 277${FO_DIR}/application/models/event_invitations/base/BaseEventInvitations.class.php
274${FO_DIR}/application/models/event_reminders/EventReminder.class.php 278${FO_DIR}/application/models/event_reminders/EventReminder.class.php
275${FO_DIR}/application/models/event_reminders/EventReminders.class.php 279${FO_DIR}/application/models/event_reminders/EventReminders.class.php
276${FO_DIR}/application/models/event_reminders/base/BaseEventReminder.class.php 280${FO_DIR}/application/models/event_reminders/base/BaseEventReminder.class.php
277${FO_DIR}/application/models/event_reminders/base/BaseEventReminders.class.php 281${FO_DIR}/application/models/event_reminders/base/BaseEventReminders.class.php
 282${FO_DIR}/application/models/external_calendar_properties/ExternalCalendarProperties.class.php
 283${FO_DIR}/application/models/external_calendar_properties/ExternalCalendarProperty.class.php
 284${FO_DIR}/application/models/external_calendar_properties/base/BaseExternalCalendarProperties.class.php
 285${FO_DIR}/application/models/external_calendar_properties/base/BaseExternalCalendarProperty.class.php
278${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUser.class.php 286${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUser.class.php
279${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUsers.class.php 287${FO_DIR}/application/models/external_calendar_users/ExternalCalendarUsers.class.php
280${FO_DIR}/application/models/external_calendar_users/base/BaseExternalCalendarUser.class.php 288${FO_DIR}/application/models/external_calendar_users/base/BaseExternalCalendarUser.class.php
281${FO_DIR}/application/models/external_calendar_users/base/BaseExternalCalendarUsers.class.php 289${FO_DIR}/application/models/external_calendar_users/base/BaseExternalCalendarUsers.class.php
282${FO_DIR}/application/models/external_calendars/ExternalCalendar.class.php 290${FO_DIR}/application/models/external_calendars/ExternalCalendar.class.php
283${FO_DIR}/application/models/external_calendars/ExternalCalendars.class.php 291${FO_DIR}/application/models/external_calendars/ExternalCalendars.class.php
284${FO_DIR}/application/models/external_calendars/base/BaseExternalCalendar.class.php 292${FO_DIR}/application/models/external_calendars/base/BaseExternalCalendar.class.php
285${FO_DIR}/application/models/external_calendars/base/BaseExternalCalendars.class.php 293${FO_DIR}/application/models/external_calendars/base/BaseExternalCalendars.class.php
286${FO_DIR}/application/models/file_types/FileType.class.php 294${FO_DIR}/application/models/file_types/FileType.class.php
287${FO_DIR}/application/models/file_types/FileTypes.class.php 295${FO_DIR}/application/models/file_types/FileTypes.class.php
288${FO_DIR}/application/models/file_types/base/BaseFileType.class.php 296${FO_DIR}/application/models/file_types/base/BaseFileType.class.php
289${FO_DIR}/application/models/file_types/base/BaseFileTypes.class.php 297${FO_DIR}/application/models/file_types/base/BaseFileTypes.class.php
290${FO_DIR}/application/models/im_types/ImType.class.php 298${FO_DIR}/application/models/im_types/ImType.class.php
291${FO_DIR}/application/models/im_types/ImTypes.class.php 299${FO_DIR}/application/models/im_types/ImTypes.class.php
292${FO_DIR}/application/models/im_types/base/BaseImType.class.php 300${FO_DIR}/application/models/im_types/base/BaseImType.class.php
293${FO_DIR}/application/models/im_types/base/BaseImTypes.class.php 301${FO_DIR}/application/models/im_types/base/BaseImTypes.class.php
294${FO_DIR}/application/models/linked_objects/LinkedObject.class.php 302${FO_DIR}/application/models/linked_objects/LinkedObject.class.php
295${FO_DIR}/application/models/linked_objects/LinkedObjects.class.php 303${FO_DIR}/application/models/linked_objects/LinkedObjects.class.php
296${FO_DIR}/application/models/linked_objects/base/BaseLinkedObject.class.php 304${FO_DIR}/application/models/linked_objects/base/BaseLinkedObject.class.php
297${FO_DIR}/application/models/linked_objects/base/BaseLinkedObjects.class.php 305${FO_DIR}/application/models/linked_objects/base/BaseLinkedObjects.class.php
 306${FO_DIR}/application/models/max_role_object_type_permissions/MaxRoleObjectTypePermission.class.php
 307${FO_DIR}/application/models/max_role_object_type_permissions/MaxRoleObjectTypePermissions.class.php
 308${FO_DIR}/application/models/max_role_object_type_permissions/base/BaseMaxRoleObjectTypePermission.class.php
 309${FO_DIR}/application/models/max_role_object_type_permissions/base/BaseMaxRoleObjectTypePermissions.class.php
298${FO_DIR}/application/models/max_system_permissions/MaxSystemPermission.class.php 310${FO_DIR}/application/models/max_system_permissions/MaxSystemPermission.class.php
299${FO_DIR}/application/models/max_system_permissions/MaxSystemPermissions.class.php 311${FO_DIR}/application/models/max_system_permissions/MaxSystemPermissions.class.php
300${FO_DIR}/application/models/max_system_permissions/base/BaseMaxSystemPermission.class.php 312${FO_DIR}/application/models/max_system_permissions/base/BaseMaxSystemPermission.class.php
301${FO_DIR}/application/models/max_system_permissions/base/BaseMaxSystemPermissions.class.php 313${FO_DIR}/application/models/max_system_permissions/base/BaseMaxSystemPermissions.class.php
302${FO_DIR}/application/models/member_custom_properties/MemberCustomProperties.class.php 314${FO_DIR}/application/models/member_custom_properties/MemberCustomProperties.class.php
303${FO_DIR}/application/models/member_custom_properties/MemberCustomProperty.class.php 315${FO_DIR}/application/models/member_custom_properties/MemberCustomProperty.class.php
304${FO_DIR}/application/models/member_custom_properties/base/BaseMemberCustomProperties.class.php 316${FO_DIR}/application/models/member_custom_properties/base/BaseMemberCustomProperties.class.php
305${FO_DIR}/application/models/member_custom_properties/base/BaseMemberCustomProperty.class.php 317${FO_DIR}/application/models/member_custom_properties/base/BaseMemberCustomProperty.class.php
306${FO_DIR}/application/models/member_custom_property_values/MemberCustomPropertyValue.class.php 318${FO_DIR}/application/models/member_custom_property_values/MemberCustomPropertyValue.class.php
307${FO_DIR}/application/models/member_custom_property_values/MemberCustomPropertyValues.class.php 319${FO_DIR}/application/models/member_custom_property_values/MemberCustomPropertyValues.class.php
308${FO_DIR}/application/models/member_custom_property_values/base/BaseMemberCustomPropertyValue.class.php 320${FO_DIR}/application/models/member_custom_property_values/base/BaseMemberCustomPropertyValue.class.php
309${FO_DIR}/application/models/member_custom_property_values/base/BaseMemberCustomPropertyValues.class.php 321${FO_DIR}/application/models/member_custom_property_values/base/BaseMemberCustomPropertyValues.class.php
310${FO_DIR}/application/models/member_property_members/MemberPropertyMember.class.php 322${FO_DIR}/application/models/member_property_members/MemberPropertyMember.class.php
@@ -610,33 +622,33 @@ ${FO_DIR}/application/views/dashboard/wi @@ -610,33 +622,33 @@ ${FO_DIR}/application/views/dashboard/wi
610${FO_DIR}/application/views/dashboard/widget_pending_tasks.php 622${FO_DIR}/application/views/dashboard/widget_pending_tasks.php
611${FO_DIR}/application/views/dashboard/widget_workspace_description.php 623${FO_DIR}/application/views/dashboard/widget_workspace_description.php
612${FO_DIR}/application/views/dashboard/widgets/pepe.php 624${FO_DIR}/application/views/dashboard/widgets/pepe.php
613${FO_DIR}/application/views/dimension/components/default_view.php 625${FO_DIR}/application/views/dimension/components/default_view.php
614${FO_DIR}/application/views/dimension/components/multiple_dimension_selector.php 626${FO_DIR}/application/views/dimension/components/multiple_dimension_selector.php
615${FO_DIR}/application/views/dimension/components/small_view.php 627${FO_DIR}/application/views/dimension/components/small_view.php
616${FO_DIR}/application/views/dimension/list_members.php 628${FO_DIR}/application/views/dimension/list_members.php
617${FO_DIR}/application/views/empty.php 629${FO_DIR}/application/views/empty.php
618${FO_DIR}/application/views/error/db_connect.php 630${FO_DIR}/application/views/error/db_connect.php
619${FO_DIR}/application/views/error/error_message.php 631${FO_DIR}/application/views/error/error_message.php
620${FO_DIR}/application/views/event/cal_export.php 632${FO_DIR}/application/views/event/cal_export.php
621${FO_DIR}/application/views/event/cal_import.php 633${FO_DIR}/application/views/event/cal_import.php
622${FO_DIR}/application/views/event/calendar.php 634${FO_DIR}/application/views/event/calendar.php
623${FO_DIR}/application/views/event/calendar_sinchronization.php 
624${FO_DIR}/application/views/event/event.php 635${FO_DIR}/application/views/event/event.php
625${FO_DIR}/application/views/event/view.php 636${FO_DIR}/application/views/event/view.php
626${FO_DIR}/application/views/event/view_event.php 637${FO_DIR}/application/views/event/view_event.php
627${FO_DIR}/application/views/event/viewdate.php 638${FO_DIR}/application/views/event/viewdate.php
628${FO_DIR}/application/views/event/viewweek.php 639${FO_DIR}/application/views/event/viewweek.php
629${FO_DIR}/application/views/event/viewweek5days.php 640${FO_DIR}/application/views/event/viewweek5days.php
 641${FO_DIR}/application/views/external_calendar/calendar_sinchronization.php
630${FO_DIR}/application/views/feed/ical_export.php 642${FO_DIR}/application/views/feed/ical_export.php
631${FO_DIR}/application/views/feed/recent_activities.php 643${FO_DIR}/application/views/feed/recent_activities.php
632${FO_DIR}/application/views/files/add_document.php 644${FO_DIR}/application/views/files/add_document.php
633${FO_DIR}/application/views/files/add_file.php 645${FO_DIR}/application/views/files/add_file.php
634${FO_DIR}/application/views/files/add_file_revision.php 646${FO_DIR}/application/views/files/add_file_revision.php
635${FO_DIR}/application/views/files/add_folder.php 647${FO_DIR}/application/views/files/add_folder.php
636${FO_DIR}/application/views/files/add_presentation.php 648${FO_DIR}/application/views/files/add_presentation.php
637${FO_DIR}/application/views/files/add_spreadsheet.php 649${FO_DIR}/application/views/files/add_spreadsheet.php
638${FO_DIR}/application/views/files/add_weblink.php 650${FO_DIR}/application/views/files/add_weblink.php
639${FO_DIR}/application/views/files/download_file.php 651${FO_DIR}/application/views/files/download_file.php
640${FO_DIR}/application/views/files/empty.php 652${FO_DIR}/application/views/files/empty.php
641${FO_DIR}/application/views/files/fckImagesBrowser.php 653${FO_DIR}/application/views/files/fckImagesBrowser.php
642${FO_DIR}/application/views/files/file_details.php 654${FO_DIR}/application/views/files/file_details.php
@@ -677,26 +689,27 @@ ${FO_DIR}/application/views/more/index.p @@ -677,26 +689,27 @@ ${FO_DIR}/application/views/more/index.p
677${FO_DIR}/application/views/more/more_settings.php 689${FO_DIR}/application/views/more/more_settings.php
678${FO_DIR}/application/views/more/section1.php 690${FO_DIR}/application/views/more/section1.php
679${FO_DIR}/application/views/more/section2.php 691${FO_DIR}/application/views/more/section2.php
680${FO_DIR}/application/views/more/section3.php 692${FO_DIR}/application/views/more/section3.php
681${FO_DIR}/application/views/more/system_modules.php 693${FO_DIR}/application/views/more/system_modules.php
682${FO_DIR}/application/views/more/users_and_groups.php 694${FO_DIR}/application/views/more/users_and_groups.php
683${FO_DIR}/application/views/notifier/event_inv_response_notif.php 695${FO_DIR}/application/views/notifier/event_inv_response_notif.php
684${FO_DIR}/application/views/notifier/forgot_password.php 696${FO_DIR}/application/views/notifier/forgot_password.php
685${FO_DIR}/application/views/notifier/general.php 697${FO_DIR}/application/views/notifier/general.php
686${FO_DIR}/application/views/notifier/milestone_assigned.php 698${FO_DIR}/application/views/notifier/milestone_assigned.php
687${FO_DIR}/application/views/notifier/new_account.php 699${FO_DIR}/application/views/notifier/new_account.php
688${FO_DIR}/application/views/notifier/object_reminder.php 700${FO_DIR}/application/views/notifier/object_reminder.php
689${FO_DIR}/application/views/notifier/password_expiration_reminder.php 701${FO_DIR}/application/views/notifier/password_expiration_reminder.php
 702${FO_DIR}/application/views/notifier/previous_task_completed.php
690${FO_DIR}/application/views/notifier/task_assigned.php 703${FO_DIR}/application/views/notifier/task_assigned.php
691${FO_DIR}/application/views/notifier/work_estimate.php 704${FO_DIR}/application/views/notifier/work_estimate.php
692${FO_DIR}/application/views/object/add_subscribers.php 705${FO_DIR}/application/views/object/add_subscribers.php
693${FO_DIR}/application/views/object/add_subscribers_list.php 706${FO_DIR}/application/views/object/add_subscribers_list.php
694${FO_DIR}/application/views/object/linked_objects.php 707${FO_DIR}/application/views/object/linked_objects.php
695${FO_DIR}/application/views/object/list_linked_objects.php 708${FO_DIR}/application/views/object/list_linked_objects.php
696${FO_DIR}/application/views/object/list_linked_objects_main.php 709${FO_DIR}/application/views/object/list_linked_objects_main.php
697${FO_DIR}/application/views/object/list_subscribers.php 710${FO_DIR}/application/views/object/list_subscribers.php
698${FO_DIR}/application/views/object/llo_contact.php 711${FO_DIR}/application/views/object/llo_contact.php
699${FO_DIR}/application/views/object/llo_email.php 712${FO_DIR}/application/views/object/llo_email.php
700${FO_DIR}/application/views/object/llo_generic.php 713${FO_DIR}/application/views/object/llo_generic.php
701${FO_DIR}/application/views/object/llo_task.php 714${FO_DIR}/application/views/object/llo_task.php
702${FO_DIR}/application/views/object/popup_member_chooser.php 715${FO_DIR}/application/views/object/popup_member_chooser.php
@@ -774,26 +787,27 @@ ${FO_DIR}/application/widgets/emails/tem @@ -774,26 +787,27 @@ ${FO_DIR}/application/widgets/emails/tem
774${FO_DIR}/application/widgets/messages/index.php 787${FO_DIR}/application/widgets/messages/index.php
775${FO_DIR}/application/widgets/messages/template.php 788${FO_DIR}/application/widgets/messages/template.php
776${FO_DIR}/application/widgets/overdue_upcoming/index.php 789${FO_DIR}/application/widgets/overdue_upcoming/index.php
777${FO_DIR}/application/widgets/overdue_upcoming/template.php 790${FO_DIR}/application/widgets/overdue_upcoming/template.php
778${FO_DIR}/application/widgets/people/index.php 791${FO_DIR}/application/widgets/people/index.php
779${FO_DIR}/application/widgets/people/template.php 792${FO_DIR}/application/widgets/people/template.php
780${FO_DIR}/cache/.htaccess 793${FO_DIR}/cache/.htaccess
781${FO_DIR}/cache/dummy.txt 794${FO_DIR}/cache/dummy.txt
782${FO_DIR}/ck_upload_handler.php 795${FO_DIR}/ck_upload_handler.php
783${FO_DIR}/config/.htaccess 796${FO_DIR}/config/.htaccess
784${FO_DIR}/config/ldap.config.example.php 797${FO_DIR}/config/ldap.config.example.php
785${FO_DIR}/cron.php 798${FO_DIR}/cron.php
786${FO_DIR}/crossdomain.xml 799${FO_DIR}/crossdomain.xml
 800${FO_DIR}/cut_users_permissions_by_role_and_max_perm.php
787${FO_DIR}/dummy.php 801${FO_DIR}/dummy.php
788${FO_DIR}/environment/classes/AutoLoader.class.php 802${FO_DIR}/environment/classes/AutoLoader.class.php
789${FO_DIR}/environment/classes/Cookie.class.php 803${FO_DIR}/environment/classes/Cookie.class.php
790${FO_DIR}/environment/classes/CountryCodes.class.php 804${FO_DIR}/environment/classes/CountryCodes.class.php
791${FO_DIR}/environment/classes/Env.class.php 805${FO_DIR}/environment/classes/Env.class.php
792${FO_DIR}/environment/classes/Error.class.php 806${FO_DIR}/environment/classes/Error.class.php
793${FO_DIR}/environment/classes/Inflector.class.php 807${FO_DIR}/environment/classes/Inflector.class.php
794${FO_DIR}/environment/classes/Session.class.php 808${FO_DIR}/environment/classes/Session.class.php
795${FO_DIR}/environment/classes/StringTwister.class.php 809${FO_DIR}/environment/classes/StringTwister.class.php
796${FO_DIR}/environment/classes/Timezones.class.php 810${FO_DIR}/environment/classes/Timezones.class.php
797${FO_DIR}/environment/classes/ajax/AjaxResponse.class.php 811${FO_DIR}/environment/classes/ajax/AjaxResponse.class.php
798${FO_DIR}/environment/classes/ajax/ajax.php 812${FO_DIR}/environment/classes/ajax/ajax.php
799${FO_DIR}/environment/classes/container/Container.class.php 813${FO_DIR}/environment/classes/container/Container.class.php
@@ -933,26 +947,27 @@ ${FO_DIR}/language/de_de/calendar.php @@ -933,26 +947,27 @@ ${FO_DIR}/language/de_de/calendar.php
933${FO_DIR}/language/de_de/countries.php 947${FO_DIR}/language/de_de/countries.php
934${FO_DIR}/language/de_de/emails.php 948${FO_DIR}/language/de_de/emails.php
935${FO_DIR}/language/de_de/errors.php 949${FO_DIR}/language/de_de/errors.php
936${FO_DIR}/language/de_de/export.php 950${FO_DIR}/language/de_de/export.php
937${FO_DIR}/language/de_de/fields.php 951${FO_DIR}/language/de_de/fields.php
938${FO_DIR}/language/de_de/general.php 952${FO_DIR}/language/de_de/general.php
939${FO_DIR}/language/de_de/help.php 953${FO_DIR}/language/de_de/help.php
940${FO_DIR}/language/de_de/help/account.html 954${FO_DIR}/language/de_de/help/account.html
941${FO_DIR}/language/de_de/help/dashboard.html 955${FO_DIR}/language/de_de/help/dashboard.html
942${FO_DIR}/language/de_de/help/dummy.txt 956${FO_DIR}/language/de_de/help/dummy.txt
943${FO_DIR}/language/de_de/help/no_help.html 957${FO_DIR}/language/de_de/help/no_help.html
944${FO_DIR}/language/de_de/lang.js 958${FO_DIR}/language/de_de/lang.js
945${FO_DIR}/language/de_de/messages.php 959${FO_DIR}/language/de_de/messages.php
 960${FO_DIR}/language/de_de/more.php
946${FO_DIR}/language/de_de/objects.php 961${FO_DIR}/language/de_de/objects.php
947${FO_DIR}/language/de_de/project_interface.php 962${FO_DIR}/language/de_de/project_interface.php
948${FO_DIR}/language/de_de/reporting.php 963${FO_DIR}/language/de_de/reporting.php
949${FO_DIR}/language/de_de/site_interface.php 964${FO_DIR}/language/de_de/site_interface.php
950${FO_DIR}/language/de_de/slimey.js 965${FO_DIR}/language/de_de/slimey.js
951${FO_DIR}/language/de_de/timezones.php 966${FO_DIR}/language/de_de/timezones.php
952${FO_DIR}/language/de_de/upgrade.php 967${FO_DIR}/language/de_de/upgrade.php
953${FO_DIR}/language/default.php 968${FO_DIR}/language/default.php
954${FO_DIR}/language/el_gr.php 969${FO_DIR}/language/el_gr.php
955${FO_DIR}/language/el_gr/_config.php 970${FO_DIR}/language/el_gr/_config.php
956${FO_DIR}/language/el_gr/actions.php 971${FO_DIR}/language/el_gr/actions.php
957${FO_DIR}/language/el_gr/administration.php 972${FO_DIR}/language/el_gr/administration.php
958${FO_DIR}/language/el_gr/calendar.php 973${FO_DIR}/language/el_gr/calendar.php
@@ -974,26 +989,27 @@ ${FO_DIR}/language/el_gr/upgrade.php @@ -974,26 +989,27 @@ ${FO_DIR}/language/el_gr/upgrade.php
974${FO_DIR}/language/en_gb.php 989${FO_DIR}/language/en_gb.php
975${FO_DIR}/language/en_gb/_config.php 990${FO_DIR}/language/en_gb/_config.php
976${FO_DIR}/language/en_gb/actions.php 991${FO_DIR}/language/en_gb/actions.php
977${FO_DIR}/language/en_gb/administration.php 992${FO_DIR}/language/en_gb/administration.php
978${FO_DIR}/language/en_gb/calendar.php 993${FO_DIR}/language/en_gb/calendar.php
979${FO_DIR}/language/en_gb/countries.php 994${FO_DIR}/language/en_gb/countries.php
980${FO_DIR}/language/en_gb/emails.php 995${FO_DIR}/language/en_gb/emails.php
981${FO_DIR}/language/en_gb/errors.php 996${FO_DIR}/language/en_gb/errors.php
982${FO_DIR}/language/en_gb/fields.php 997${FO_DIR}/language/en_gb/fields.php
983${FO_DIR}/language/en_gb/general.php 998${FO_DIR}/language/en_gb/general.php
984${FO_DIR}/language/en_gb/help.php 999${FO_DIR}/language/en_gb/help.php
985${FO_DIR}/language/en_gb/lang.js 1000${FO_DIR}/language/en_gb/lang.js
986${FO_DIR}/language/en_gb/messages.php 1001${FO_DIR}/language/en_gb/messages.php
 1002${FO_DIR}/language/en_gb/more.php
987${FO_DIR}/language/en_gb/objects.php 1003${FO_DIR}/language/en_gb/objects.php
988${FO_DIR}/language/en_gb/project_interface.php 1004${FO_DIR}/language/en_gb/project_interface.php
989${FO_DIR}/language/en_gb/reporting.php 1005${FO_DIR}/language/en_gb/reporting.php
990${FO_DIR}/language/en_gb/site_interface.php 1006${FO_DIR}/language/en_gb/site_interface.php
991${FO_DIR}/language/en_gb/slimey.js 1007${FO_DIR}/language/en_gb/slimey.js
992${FO_DIR}/language/en_gb/timezones.php 1008${FO_DIR}/language/en_gb/timezones.php
993${FO_DIR}/language/en_gb/upgrade.php 1009${FO_DIR}/language/en_gb/upgrade.php
994${FO_DIR}/language/en_us.php 1010${FO_DIR}/language/en_us.php
995${FO_DIR}/language/en_us/_config.php 1011${FO_DIR}/language/en_us/_config.php
996${FO_DIR}/language/en_us/actions.php 1012${FO_DIR}/language/en_us/actions.php
997${FO_DIR}/language/en_us/administration.php 1013${FO_DIR}/language/en_us/administration.php
998${FO_DIR}/language/en_us/calendar.php 1014${FO_DIR}/language/en_us/calendar.php
999${FO_DIR}/language/en_us/countries.php 1015${FO_DIR}/language/en_us/countries.php
@@ -1357,52 +1373,55 @@ ${FO_DIR}/language/ru_ru/administration. @@ -1357,52 +1373,55 @@ ${FO_DIR}/language/ru_ru/administration.
1357${FO_DIR}/language/ru_ru/calendar.php 1373${FO_DIR}/language/ru_ru/calendar.php
1358${FO_DIR}/language/ru_ru/countries.php 1374${FO_DIR}/language/ru_ru/countries.php
1359${FO_DIR}/language/ru_ru/emails.php 1375${FO_DIR}/language/ru_ru/emails.php
1360${FO_DIR}/language/ru_ru/errors.php 1376${FO_DIR}/language/ru_ru/errors.php
1361${FO_DIR}/language/ru_ru/fields.php 1377${FO_DIR}/language/ru_ru/fields.php
1362${FO_DIR}/language/ru_ru/general.php 1378${FO_DIR}/language/ru_ru/general.php
1363${FO_DIR}/language/ru_ru/help.php 1379${FO_DIR}/language/ru_ru/help.php
1364${FO_DIR}/language/ru_ru/help/account.html 1380${FO_DIR}/language/ru_ru/help/account.html
1365${FO_DIR}/language/ru_ru/help/dashboard.html 1381${FO_DIR}/language/ru_ru/help/dashboard.html
1366${FO_DIR}/language/ru_ru/help/dummy.txt 1382${FO_DIR}/language/ru_ru/help/dummy.txt
1367${FO_DIR}/language/ru_ru/help/no_help.html 1383${FO_DIR}/language/ru_ru/help/no_help.html
1368${FO_DIR}/language/ru_ru/lang.js 1384${FO_DIR}/language/ru_ru/lang.js
1369${FO_DIR}/language/ru_ru/messages.php 1385${FO_DIR}/language/ru_ru/messages.php
 1386${FO_DIR}/language/ru_ru/more.php
 1387${FO_DIR}/language/ru_ru/new_window.php
1370${FO_DIR}/language/ru_ru/objects.php 1388${FO_DIR}/language/ru_ru/objects.php
1371${FO_DIR}/language/ru_ru/project_interface.php 1389${FO_DIR}/language/ru_ru/project_interface.php
1372${FO_DIR}/language/ru_ru/readme_rus.txt 1390${FO_DIR}/language/ru_ru/readme_rus.txt
1373${FO_DIR}/language/ru_ru/reporting.php 1391${FO_DIR}/language/ru_ru/reporting.php
1374${FO_DIR}/language/ru_ru/site_interface.php 1392${FO_DIR}/language/ru_ru/site_interface.php
1375${FO_DIR}/language/ru_ru/slimey.js 1393${FO_DIR}/language/ru_ru/slimey.js
1376${FO_DIR}/language/ru_ru/timezones.php 1394${FO_DIR}/language/ru_ru/timezones.php
1377${FO_DIR}/language/ru_ru/unknown-words.txt 1395${FO_DIR}/language/ru_ru/unknown-words.txt
1378${FO_DIR}/language/ru_ru/upgrade.php 1396${FO_DIR}/language/ru_ru/upgrade.php
1379${FO_DIR}/language/sl_sl.php 1397${FO_DIR}/language/sl_sl.php
1380${FO_DIR}/language/sl_sl/_config.php 1398${FO_DIR}/language/sl_sl/_config.php
1381${FO_DIR}/language/sr_sr.php 1399${FO_DIR}/language/sr_sr.php
1382${FO_DIR}/language/sr_sr/_config.php 1400${FO_DIR}/language/sr_sr/_config.php
1383${FO_DIR}/language/sv_se.php 1401${FO_DIR}/language/sv_se.php
1384${FO_DIR}/language/sv_se/_config.php 1402${FO_DIR}/language/sv_se/_config.php
1385${FO_DIR}/language/sv_se/actions.php 1403${FO_DIR}/language/sv_se/actions.php
1386${FO_DIR}/language/sv_se/administration.php 1404${FO_DIR}/language/sv_se/administration.php
1387${FO_DIR}/language/sv_se/calendar.php 1405${FO_DIR}/language/sv_se/calendar.php
1388${FO_DIR}/language/sv_se/countries.php 1406${FO_DIR}/language/sv_se/countries.php
1389${FO_DIR}/language/sv_se/emails.php 1407${FO_DIR}/language/sv_se/emails.php
1390${FO_DIR}/language/sv_se/errors.php 1408${FO_DIR}/language/sv_se/errors.php
1391${FO_DIR}/language/sv_se/fields.php 1409${FO_DIR}/language/sv_se/fields.php
1392${FO_DIR}/language/sv_se/general.php 1410${FO_DIR}/language/sv_se/general.php
1393${FO_DIR}/language/sv_se/help.php 1411${FO_DIR}/language/sv_se/help.php
1394${FO_DIR}/language/sv_se/lang.js 1412${FO_DIR}/language/sv_se/lang.js
1395${FO_DIR}/language/sv_se/messages.php 1413${FO_DIR}/language/sv_se/messages.php
 1414${FO_DIR}/language/sv_se/more.php
1396${FO_DIR}/language/sv_se/objects.php 1415${FO_DIR}/language/sv_se/objects.php
1397${FO_DIR}/language/sv_se/project_interface.php 1416${FO_DIR}/language/sv_se/project_interface.php
1398${FO_DIR}/language/sv_se/reporting.php 1417${FO_DIR}/language/sv_se/reporting.php
1399${FO_DIR}/language/sv_se/site_interface.php 1418${FO_DIR}/language/sv_se/site_interface.php
1400${FO_DIR}/language/sv_se/slimey.js 1419${FO_DIR}/language/sv_se/slimey.js
1401${FO_DIR}/language/sv_se/timezones.php 1420${FO_DIR}/language/sv_se/timezones.php
1402${FO_DIR}/language/sv_se/upgrade.php 1421${FO_DIR}/language/sv_se/upgrade.php
1403${FO_DIR}/language/tr_tr.php 1422${FO_DIR}/language/tr_tr.php
1404${FO_DIR}/language/tr_tr/_config.php 1423${FO_DIR}/language/tr_tr/_config.php
1405${FO_DIR}/language/tr_tr/actions.php 1424${FO_DIR}/language/tr_tr/actions.php
1406${FO_DIR}/language/tr_tr/administration.php 1425${FO_DIR}/language/tr_tr/administration.php
1407${FO_DIR}/language/tr_tr/calendar.php 1426${FO_DIR}/language/tr_tr/calendar.php
1408${FO_DIR}/language/tr_tr/countries.php 1427${FO_DIR}/language/tr_tr/countries.php
@@ -2308,26 +2327,147 @@ ${FO_DIR}/library/ezcomponents/autoload/ @@ -2308,26 +2327,147 @@ ${FO_DIR}/library/ezcomponents/autoload/
2308${FO_DIR}/library/ezcomponents/ezcomponents.php 2327${FO_DIR}/library/ezcomponents/ezcomponents.php
2309${FO_DIR}/library/feed/Angie_Feed.class.php 2328${FO_DIR}/library/feed/Angie_Feed.class.php
2310${FO_DIR}/library/feed/Angie_Feed_Author.class.php 2329${FO_DIR}/library/feed/Angie_Feed_Author.class.php
2311${FO_DIR}/library/feed/Angie_Feed_Item.class.php 2330${FO_DIR}/library/feed/Angie_Feed_Item.class.php
2312${FO_DIR}/library/feed/Angie_Feed_Renderer.class.php 2331${FO_DIR}/library/feed/Angie_Feed_Renderer.class.php
2313${FO_DIR}/library/feed/renderer/Angie_Feed_Renderer_RSS2.class.php 2332${FO_DIR}/library/feed/renderer/Angie_Feed_Renderer_RSS2.class.php
2314${FO_DIR}/library/filerepository/FileRepository.class.php 2333${FO_DIR}/library/filerepository/FileRepository.class.php
2315${FO_DIR}/library/filerepository/backend/FileRepository_Backend.class.php 2334${FO_DIR}/library/filerepository/backend/FileRepository_Backend.class.php
2316${FO_DIR}/library/filerepository/backend/FileRepository_Backend_DB.class.php 2335${FO_DIR}/library/filerepository/backend/FileRepository_Backend_DB.class.php
2317${FO_DIR}/library/filerepository/backend/FileRepository_Backend_FileSystem.class.php 2336${FO_DIR}/library/filerepository/backend/FileRepository_Backend_FileSystem.class.php
2318${FO_DIR}/library/filerepository/errors/FileNotInRepositoryError.class.php 2337${FO_DIR}/library/filerepository/errors/FileNotInRepositoryError.class.php
2319${FO_DIR}/library/filerepository/errors/FileRepositoryAddError.class.php 2338${FO_DIR}/library/filerepository/errors/FileRepositoryAddError.class.php
2320${FO_DIR}/library/filerepository/errors/FileRepositoryDeleteError.class.php 2339${FO_DIR}/library/filerepository/errors/FileRepositoryDeleteError.class.php
 2340${FO_DIR}/library/google/Auth/Abstract.php
 2341${FO_DIR}/library/google/Auth/AppIdentity.php
 2342${FO_DIR}/library/google/Auth/AssertionCredentials.php
 2343${FO_DIR}/library/google/Auth/ComputeEngine.php
 2344${FO_DIR}/library/google/Auth/Exception.php
 2345${FO_DIR}/library/google/Auth/LoginTicket.php
 2346${FO_DIR}/library/google/Auth/OAuth2.php
 2347${FO_DIR}/library/google/Auth/Simple.php
 2348${FO_DIR}/library/google/Cache/Abstract.php
 2349${FO_DIR}/library/google/Cache/Apc.php
 2350${FO_DIR}/library/google/Cache/Exception.php
 2351${FO_DIR}/library/google/Cache/File.php
 2352${FO_DIR}/library/google/Cache/Memcache.php
 2353${FO_DIR}/library/google/Cache/Null.php
 2354${FO_DIR}/library/google/Client.php
 2355${FO_DIR}/library/google/Collection.php
 2356${FO_DIR}/library/google/Config.php
 2357${FO_DIR}/library/google/Exception.php
 2358${FO_DIR}/library/google/Http/Batch.php
 2359${FO_DIR}/library/google/Http/CacheParser.php
 2360${FO_DIR}/library/google/Http/MediaFileUpload.php
 2361${FO_DIR}/library/google/Http/REST.php
 2362${FO_DIR}/library/google/Http/Request.php
 2363${FO_DIR}/library/google/IO/Abstract.php
 2364${FO_DIR}/library/google/IO/Curl.php
 2365${FO_DIR}/library/google/IO/Exception.php
 2366${FO_DIR}/library/google/IO/Stream.php
 2367${FO_DIR}/library/google/IO/cacerts.pem
 2368${FO_DIR}/library/google/Logger/Abstract.php
 2369${FO_DIR}/library/google/Logger/Exception.php
 2370${FO_DIR}/library/google/Logger/File.php
 2371${FO_DIR}/library/google/Logger/Null.php
 2372${FO_DIR}/library/google/Logger/Psr.php
 2373${FO_DIR}/library/google/Model.php
 2374${FO_DIR}/library/google/Service.php
 2375${FO_DIR}/library/google/Service/AdExchangeBuyer.php
 2376${FO_DIR}/library/google/Service/AdExchangeSeller.php
 2377${FO_DIR}/library/google/Service/AdSense.php
 2378${FO_DIR}/library/google/Service/AdSenseHost.php
 2379${FO_DIR}/library/google/Service/Admin.php
 2380${FO_DIR}/library/google/Service/Analytics.php
 2381${FO_DIR}/library/google/Service/AndroidEnterprise.php
 2382${FO_DIR}/library/google/Service/AndroidPublisher.php
 2383${FO_DIR}/library/google/Service/AppState.php
 2384${FO_DIR}/library/google/Service/Appsactivity.php
 2385${FO_DIR}/library/google/Service/Audit.php
 2386${FO_DIR}/library/google/Service/Autoscaler.php
 2387${FO_DIR}/library/google/Service/Bigquery.php
 2388${FO_DIR}/library/google/Service/Blogger.php
 2389${FO_DIR}/library/google/Service/Books.php
 2390${FO_DIR}/library/google/Service/Calendar.php
 2391${FO_DIR}/library/google/Service/CivicInfo.php
 2392${FO_DIR}/library/google/Service/CloudMonitoring.php
 2393${FO_DIR}/library/google/Service/Cloudlatencytest.php
 2394${FO_DIR}/library/google/Service/Compute.php
 2395${FO_DIR}/library/google/Service/Container.php
 2396${FO_DIR}/library/google/Service/Coordinate.php
 2397${FO_DIR}/library/google/Service/Customsearch.php
 2398${FO_DIR}/library/google/Service/Dataflow.php
 2399${FO_DIR}/library/google/Service/Datastore.php
 2400${FO_DIR}/library/google/Service/Deploymentmanager.php
 2401${FO_DIR}/library/google/Service/Dfareporting.php
 2402${FO_DIR}/library/google/Service/Directory.php
 2403${FO_DIR}/library/google/Service/Dns.php
 2404${FO_DIR}/library/google/Service/DoubleClickBidManager.php
 2405${FO_DIR}/library/google/Service/Doubleclicksearch.php
 2406${FO_DIR}/library/google/Service/Drive.php
 2407${FO_DIR}/library/google/Service/Exception.php
 2408${FO_DIR}/library/google/Service/Fitness.php
 2409${FO_DIR}/library/google/Service/Freebase.php
 2410${FO_DIR}/library/google/Service/Fusiontables.php
 2411${FO_DIR}/library/google/Service/Games.php
 2412${FO_DIR}/library/google/Service/GamesConfiguration.php
 2413${FO_DIR}/library/google/Service/GamesManagement.php
 2414${FO_DIR}/library/google/Service/Genomics.php
 2415${FO_DIR}/library/google/Service/Gmail.php
 2416${FO_DIR}/library/google/Service/GroupsMigration.php
 2417${FO_DIR}/library/google/Service/Groupssettings.php
 2418${FO_DIR}/library/google/Service/IdentityToolkit.php
 2419${FO_DIR}/library/google/Service/Licensing.php
 2420${FO_DIR}/library/google/Service/Manager.php
 2421${FO_DIR}/library/google/Service/MapsEngine.php
 2422${FO_DIR}/library/google/Service/Mirror.php
 2423${FO_DIR}/library/google/Service/Oauth2.php
 2424${FO_DIR}/library/google/Service/Pagespeedonline.php
 2425${FO_DIR}/library/google/Service/Plus.php
 2426${FO_DIR}/library/google/Service/PlusDomains.php
 2427${FO_DIR}/library/google/Service/Prediction.php
 2428${FO_DIR}/library/google/Service/Pubsub.php
 2429${FO_DIR}/library/google/Service/QPXExpress.php
 2430${FO_DIR}/library/google/Service/Replicapool.php
 2431${FO_DIR}/library/google/Service/Replicapoolupdater.php
 2432${FO_DIR}/library/google/Service/Reports.php
 2433${FO_DIR}/library/google/Service/Reseller.php
 2434${FO_DIR}/library/google/Service/Resource.php
 2435${FO_DIR}/library/google/Service/Resourceviews.php
 2436${FO_DIR}/library/google/Service/SQLAdmin.php
 2437${FO_DIR}/library/google/Service/ShoppingContent.php
 2438${FO_DIR}/library/google/Service/SiteVerification.php
 2439${FO_DIR}/library/google/Service/Spectrum.php
 2440${FO_DIR}/library/google/Service/Storage.php
 2441${FO_DIR}/library/google/Service/TagManager.php
 2442${FO_DIR}/library/google/Service/Taskqueue.php
 2443${FO_DIR}/library/google/Service/Tasks.php
 2444${FO_DIR}/library/google/Service/Translate.php
 2445${FO_DIR}/library/google/Service/Urlshortener.php
 2446${FO_DIR}/library/google/Service/Webfonts.php
 2447${FO_DIR}/library/google/Service/Webmasters.php
 2448${FO_DIR}/library/google/Service/YouTube.php
 2449${FO_DIR}/library/google/Service/YouTubeAnalytics.php
 2450${FO_DIR}/library/google/Signer/Abstract.php
 2451${FO_DIR}/library/google/Signer/P12.php
 2452${FO_DIR}/library/google/Task/Exception.php
 2453${FO_DIR}/library/google/Task/Retryable.php
 2454${FO_DIR}/library/google/Task/Runner.php
 2455${FO_DIR}/library/google/Utils.php
 2456${FO_DIR}/library/google/Utils/URITemplate.php
 2457${FO_DIR}/library/google/Verifier/Abstract.php
 2458${FO_DIR}/library/google/Verifier/Pem.php
 2459${FO_DIR}/library/google/autoload.php
 2460${FO_DIR}/library/google/index.php
2321${FO_DIR}/library/html2text/class.html2text.inc 2461${FO_DIR}/library/html2text/class.html2text.inc
2322${FO_DIR}/library/htmlpurifier/HTMLPurifier.standalone.php 2462${FO_DIR}/library/htmlpurifier/HTMLPurifier.standalone.php
2323${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php 2463${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
2324${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php 2464${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php
2325${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Exception.php 2465${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Exception.php
2326${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php 2466${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php
2327${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php 2467${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php
2328${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Id.php 2468${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Id.php
2329${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php 2469${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
2330${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Validator.php 2470${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Validator.php
2331${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/ValidatorAtom.php 2471${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/ValidatorAtom.php
2332${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema.ser 2472${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema.ser
2333${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt 2473${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt
@@ -2733,452 +2873,26 @@ ${FO_DIR}/library/utf8/strspn.php @@ -2733,452 +2873,26 @@ ${FO_DIR}/library/utf8/strspn.php
2733${FO_DIR}/library/utf8/substr_replace.php 2873${FO_DIR}/library/utf8/substr_replace.php
2734${FO_DIR}/library/utf8/trim.php 2874${FO_DIR}/library/utf8/trim.php
2735${FO_DIR}/library/utf8/ucfirst.php 2875${FO_DIR}/library/utf8/ucfirst.php
2736${FO_DIR}/library/utf8/ucwords.php 2876${FO_DIR}/library/utf8/ucwords.php
2737${FO_DIR}/library/utf8/utf8.php 2877${FO_DIR}/library/utf8/utf8.php
2738${FO_DIR}/library/utf8/utils/ascii.php 2878${FO_DIR}/library/utf8/utils/ascii.php
2739${FO_DIR}/library/utf8/utils/bad.php 2879${FO_DIR}/library/utf8/utils/bad.php
2740${FO_DIR}/library/utf8/utils/patterns.php 2880${FO_DIR}/library/utf8/utils/patterns.php
2741${FO_DIR}/library/utf8/utils/position.php 2881${FO_DIR}/library/utf8/utils/position.php
2742${FO_DIR}/library/utf8/utils/specials.php 2882${FO_DIR}/library/utf8/utils/specials.php
2743${FO_DIR}/library/utf8/utils/unicode.php 2883${FO_DIR}/library/utf8/utils/unicode.php
2744${FO_DIR}/library/utf8/utils/validation.php 2884${FO_DIR}/library/utf8/utils/validation.php
2745${FO_DIR}/library/vcard/vcard.php 2885${FO_DIR}/library/vcard/vcard.php
2746${FO_DIR}/library/zend/Zend/Exception.php 
2747${FO_DIR}/library/zend/Zend/Gdata.php 
2748${FO_DIR}/library/zend/Zend/Gdata/App.php 
2749${FO_DIR}/library/zend/Zend/Gdata/App/AuthException.php 
2750${FO_DIR}/library/zend/Zend/Gdata/App/BadMethodCallException.php 
2751${FO_DIR}/library/zend/Zend/Gdata/App/Base.php 
2752${FO_DIR}/library/zend/Zend/Gdata/App/BaseMediaSource.php 
2753${FO_DIR}/library/zend/Zend/Gdata/App/CaptchaRequiredException.php 
2754${FO_DIR}/library/zend/Zend/Gdata/App/Entry.php 
2755${FO_DIR}/library/zend/Zend/Gdata/App/Exception.php 
2756${FO_DIR}/library/zend/Zend/Gdata/App/Extension.php 
2757${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Author.php 
2758${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Category.php 
2759${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Content.php 
2760${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Contributor.php 
2761${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Control.php 
2762${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Draft.php 
2763${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Edited.php 
2764${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Element.php 
2765${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Email.php 
2766${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Generator.php 
2767${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Icon.php 
2768${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Id.php 
2769${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Link.php 
2770${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Logo.php 
2771${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Name.php 
2772${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Person.php 
2773${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Published.php 
2774${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Rights.php 
2775${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Source.php 
2776${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Subtitle.php 
2777${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Summary.php 
2778${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Text.php 
2779${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Title.php 
2780${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Updated.php 
2781${FO_DIR}/library/zend/Zend/Gdata/App/Extension/Uri.php 
2782${FO_DIR}/library/zend/Zend/Gdata/App/Feed.php 
2783${FO_DIR}/library/zend/Zend/Gdata/App/FeedEntryParent.php 
2784${FO_DIR}/library/zend/Zend/Gdata/App/FeedSourceParent.php 
2785${FO_DIR}/library/zend/Zend/Gdata/App/HttpException.php 
2786${FO_DIR}/library/zend/Zend/Gdata/App/IOException.php 
2787${FO_DIR}/library/zend/Zend/Gdata/App/InvalidArgumentException.php 
2788${FO_DIR}/library/zend/Zend/Gdata/App/LoggingHttpClientAdapterSocket.php 
2789${FO_DIR}/library/zend/Zend/Gdata/App/MediaEntry.php 
2790${FO_DIR}/library/zend/Zend/Gdata/App/MediaFileSource.php 
2791${FO_DIR}/library/zend/Zend/Gdata/App/MediaSource.php 
2792${FO_DIR}/library/zend/Zend/Gdata/App/Util.php 
2793${FO_DIR}/library/zend/Zend/Gdata/App/VersionException.php 
2794${FO_DIR}/library/zend/Zend/Gdata/AuthSub.php 
2795${FO_DIR}/library/zend/Zend/Gdata/Books.php 
2796${FO_DIR}/library/zend/Zend/Gdata/Books/CollectionEntry.php 
2797${FO_DIR}/library/zend/Zend/Gdata/Books/CollectionFeed.php 
2798${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/AnnotationLink.php 
2799${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/BooksCategory.php 
2800${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/BooksLink.php 
2801${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Embeddability.php 
2802${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/InfoLink.php 
2803${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/PreviewLink.php 
2804${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Review.php 
2805${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/ThumbnailLink.php 
2806${FO_DIR}/library/zend/Zend/Gdata/Books/Extension/Viewability.php 
2807${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeEntry.php 
2808${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeFeed.php 
2809${FO_DIR}/library/zend/Zend/Gdata/Books/VolumeQuery.php 
2810${FO_DIR}/library/zend/Zend/Gdata/Calendar.php 
2811${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventEntry.php 
2812${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventFeed.php 
2813${FO_DIR}/library/zend/Zend/Gdata/Calendar/EventQuery.php 
2814${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/AccessLevel.php 
2815${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Color.php 
2816${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Hidden.php 
2817${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Link.php 
2818${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/QuickAdd.php 
2819${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Selected.php 
2820${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/SendEventNotifications.php 
2821${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/Timezone.php 
2822${FO_DIR}/library/zend/Zend/Gdata/Calendar/Extension/WebContent.php 
2823${FO_DIR}/library/zend/Zend/Gdata/Calendar/ListEntry.php 
2824${FO_DIR}/library/zend/Zend/Gdata/Calendar/ListFeed.php 
2825${FO_DIR}/library/zend/Zend/Gdata/ClientLogin.php 
2826${FO_DIR}/library/zend/Zend/Gdata/Docs.php 
2827${FO_DIR}/library/zend/Zend/Gdata/Docs/DocumentListEntry.php 
2828${FO_DIR}/library/zend/Zend/Gdata/Docs/DocumentListFeed.php 
2829${FO_DIR}/library/zend/Zend/Gdata/Docs/Query.php 
2830${FO_DIR}/library/zend/Zend/Gdata/DublinCore.php 
2831${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Creator.php 
2832${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Date.php 
2833${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Description.php 
2834${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Format.php 
2835${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Identifier.php 
2836${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Language.php 
2837${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Publisher.php 
2838${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Rights.php 
2839${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Subject.php 
2840${FO_DIR}/library/zend/Zend/Gdata/DublinCore/Extension/Title.php 
2841${FO_DIR}/library/zend/Zend/Gdata/Entry.php 
2842${FO_DIR}/library/zend/Zend/Gdata/Exif.php 
2843${FO_DIR}/library/zend/Zend/Gdata/Exif/Entry.php 
2844${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Distance.php 
2845${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Exposure.php 
2846${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/FStop.php 
2847${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Flash.php 
2848${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/FocalLength.php 
2849${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/ImageUniqueId.php 
2850${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Iso.php 
2851${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Make.php 
2852${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Model.php 
2853${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Tags.php 
2854${FO_DIR}/library/zend/Zend/Gdata/Exif/Extension/Time.php 
2855${FO_DIR}/library/zend/Zend/Gdata/Exif/Feed.php 
2856${FO_DIR}/library/zend/Zend/Gdata/Extension.php 
2857${FO_DIR}/library/zend/Zend/Gdata/Extension/AttendeeStatus.php 
2858${FO_DIR}/library/zend/Zend/Gdata/Extension/AttendeeType.php 
2859${FO_DIR}/library/zend/Zend/Gdata/Extension/Comments.php 
2860${FO_DIR}/library/zend/Zend/Gdata/Extension/EntryLink.php 
2861${FO_DIR}/library/zend/Zend/Gdata/Extension/EventStatus.php 
2862${FO_DIR}/library/zend/Zend/Gdata/Extension/ExtendedProperty.php 
2863${FO_DIR}/library/zend/Zend/Gdata/Extension/FeedLink.php 
2864${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchItemsPerPage.php 
2865${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchStartIndex.php 
2866${FO_DIR}/library/zend/Zend/Gdata/Extension/OpenSearchTotalResults.php 
2867${FO_DIR}/library/zend/Zend/Gdata/Extension/OriginalEvent.php 
2868${FO_DIR}/library/zend/Zend/Gdata/Extension/Rating.php 
2869${FO_DIR}/library/zend/Zend/Gdata/Extension/Recurrence.php 
2870${FO_DIR}/library/zend/Zend/Gdata/Extension/RecurrenceException.php 
2871${FO_DIR}/library/zend/Zend/Gdata/Extension/Reminder.php 
2872${FO_DIR}/library/zend/Zend/Gdata/Extension/Transparency.php 
2873${FO_DIR}/library/zend/Zend/Gdata/Extension/Visibility.php 
2874${FO_DIR}/library/zend/Zend/Gdata/Extension/When.php 
2875${FO_DIR}/library/zend/Zend/Gdata/Extension/Where.php 
2876${FO_DIR}/library/zend/Zend/Gdata/Extension/Who.php 
2877${FO_DIR}/library/zend/Zend/Gdata/Feed.php 
2878${FO_DIR}/library/zend/Zend/Gdata/Gapps.php 
2879${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListEntry.php 
2880${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListFeed.php 
2881${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListQuery.php 
2882${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientEntry.php 
2883${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientFeed.php 
2884${FO_DIR}/library/zend/Zend/Gdata/Gapps/EmailListRecipientQuery.php 
2885${FO_DIR}/library/zend/Zend/Gdata/Gapps/Error.php 
2886${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/EmailList.php 
2887${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Login.php 
2888${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Name.php 
2889${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Nickname.php 
2890${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Property.php 
2891${FO_DIR}/library/zend/Zend/Gdata/Gapps/Extension/Quota.php 
2892${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupEntry.php 
2893${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupFeed.php 
2894${FO_DIR}/library/zend/Zend/Gdata/Gapps/GroupQuery.php 
2895${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberEntry.php 
2896${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberFeed.php 
2897${FO_DIR}/library/zend/Zend/Gdata/Gapps/MemberQuery.php 
2898${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameEntry.php 
2899${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameFeed.php 
2900${FO_DIR}/library/zend/Zend/Gdata/Gapps/NicknameQuery.php 
2901${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerEntry.php 
2902${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerFeed.php 
2903${FO_DIR}/library/zend/Zend/Gdata/Gapps/OwnerQuery.php 
2904${FO_DIR}/library/zend/Zend/Gdata/Gapps/Query.php 
2905${FO_DIR}/library/zend/Zend/Gdata/Gapps/ServiceException.php 
2906${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserEntry.php 
2907${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserFeed.php 
2908${FO_DIR}/library/zend/Zend/Gdata/Gapps/UserQuery.php 
2909${FO_DIR}/library/zend/Zend/Gdata/Gbase.php 
2910${FO_DIR}/library/zend/Zend/Gdata/Gbase/Entry.php 
2911${FO_DIR}/library/zend/Zend/Gdata/Gbase/Extension/BaseAttribute.php 
2912${FO_DIR}/library/zend/Zend/Gdata/Gbase/Feed.php 
2913${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemEntry.php 
2914${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemFeed.php 
2915${FO_DIR}/library/zend/Zend/Gdata/Gbase/ItemQuery.php 
2916${FO_DIR}/library/zend/Zend/Gdata/Gbase/Query.php 
2917${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetEntry.php 
2918${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetFeed.php 
2919${FO_DIR}/library/zend/Zend/Gdata/Gbase/SnippetQuery.php 
2920${FO_DIR}/library/zend/Zend/Gdata/Geo.php 
2921${FO_DIR}/library/zend/Zend/Gdata/Geo/Entry.php 
2922${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GeoRssWhere.php 
2923${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GmlPoint.php 
2924${FO_DIR}/library/zend/Zend/Gdata/Geo/Extension/GmlPos.php 
2925${FO_DIR}/library/zend/Zend/Gdata/Geo/Feed.php 
2926${FO_DIR}/library/zend/Zend/Gdata/Health.php 
2927${FO_DIR}/library/zend/Zend/Gdata/Health/Extension/Ccr.php 
2928${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileEntry.php 
2929${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileFeed.php 
2930${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileListEntry.php 
2931${FO_DIR}/library/zend/Zend/Gdata/Health/ProfileListFeed.php 
2932${FO_DIR}/library/zend/Zend/Gdata/Health/Query.php 
2933${FO_DIR}/library/zend/Zend/Gdata/HttpAdapterStreamingProxy.php 
2934${FO_DIR}/library/zend/Zend/Gdata/HttpAdapterStreamingSocket.php 
2935${FO_DIR}/library/zend/Zend/Gdata/HttpClient.php 
2936${FO_DIR}/library/zend/Zend/Gdata/Kind/EventEntry.php 
2937${FO_DIR}/library/zend/Zend/Gdata/Media.php 
2938${FO_DIR}/library/zend/Zend/Gdata/Media/Entry.php 
2939${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCategory.php 
2940${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaContent.php 
2941${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCopyright.php 
2942${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaCredit.php 
2943${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaDescription.php 
2944${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaGroup.php 
2945${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaHash.php 
2946${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaKeywords.php 
2947${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaPlayer.php 
2948${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaRating.php 
2949${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaRestriction.php 
2950${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaText.php 
2951${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaThumbnail.php 
2952${FO_DIR}/library/zend/Zend/Gdata/Media/Extension/MediaTitle.php 
2953${FO_DIR}/library/zend/Zend/Gdata/Media/Feed.php 
2954${FO_DIR}/library/zend/Zend/Gdata/MediaMimeStream.php 
2955${FO_DIR}/library/zend/Zend/Gdata/MimeBodyString.php 
2956${FO_DIR}/library/zend/Zend/Gdata/MimeFile.php 
2957${FO_DIR}/library/zend/Zend/Gdata/Photos.php 
2958${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumEntry.php 
2959${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumFeed.php 
2960${FO_DIR}/library/zend/Zend/Gdata/Photos/AlbumQuery.php 
2961${FO_DIR}/library/zend/Zend/Gdata/Photos/CommentEntry.php 
2962${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Access.php 
2963${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/AlbumId.php 
2964${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/BytesUsed.php 
2965${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Checksum.php 
2966${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Client.php 
2967${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/CommentCount.php 
2968${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/CommentingEnabled.php 
2969${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Height.php 
2970${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Id.php 
2971${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Location.php 
2972${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/MaxPhotosPerAlbum.php 
2973${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Name.php 
2974${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Nickname.php 
2975${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/NumPhotos.php 
2976${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/NumPhotosRemaining.php 
2977${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/PhotoId.php 
2978${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Position.php 
2979${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/QuotaCurrent.php 
2980${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/QuotaLimit.php 
2981${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Rotation.php 
2982${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Size.php 
2983${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Thumbnail.php 
2984${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Timestamp.php 
2985${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/User.php 
2986${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Version.php 
2987${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Weight.php 
2988${FO_DIR}/library/zend/Zend/Gdata/Photos/Extension/Width.php 
2989${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoEntry.php 
2990${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoFeed.php 
2991${FO_DIR}/library/zend/Zend/Gdata/Photos/PhotoQuery.php 
2992${FO_DIR}/library/zend/Zend/Gdata/Photos/TagEntry.php 
2993${FO_DIR}/library/zend/Zend/Gdata/Photos/UserEntry.php 
2994${FO_DIR}/library/zend/Zend/Gdata/Photos/UserFeed.php 
2995${FO_DIR}/library/zend/Zend/Gdata/Photos/UserQuery.php 
2996${FO_DIR}/library/zend/Zend/Gdata/Query.php 
2997${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets.php 
2998${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellEntry.php 
2999${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellFeed.php 
3000${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/CellQuery.php 
3001${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/DocumentQuery.php 
3002${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/Cell.php 
3003${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/ColCount.php 
3004${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/Custom.php 
3005${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/Extension/RowCount.php 
3006${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListEntry.php 
3007${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListFeed.php 
3008${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/ListQuery.php 
3009${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/SpreadsheetEntry.php 
3010${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/SpreadsheetFeed.php 
3011${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/WorksheetEntry.php 
3012${FO_DIR}/library/zend/Zend/Gdata/Spreadsheets/WorksheetFeed.php 
3013${FO_DIR}/library/zend/Zend/Gdata/YouTube.php 
3014${FO_DIR}/library/zend/Zend/Gdata/YouTube/ActivityEntry.php 
3015${FO_DIR}/library/zend/Zend/Gdata/YouTube/ActivityFeed.php 
3016${FO_DIR}/library/zend/Zend/Gdata/YouTube/CommentEntry.php 
3017${FO_DIR}/library/zend/Zend/Gdata/YouTube/CommentFeed.php 
3018${FO_DIR}/library/zend/Zend/Gdata/YouTube/ContactEntry.php 
3019${FO_DIR}/library/zend/Zend/Gdata/YouTube/ContactFeed.php 
3020${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/AboutMe.php 
3021${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Age.php 
3022${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Books.php 
3023${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Company.php 
3024${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Control.php 
3025${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/CountHint.php 
3026${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Description.php 
3027${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Duration.php 
3028${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/FirstName.php 
3029${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Gender.php 
3030${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Hobbies.php 
3031${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Hometown.php 
3032${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/LastName.php 
3033${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Link.php 
3034${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Location.php 
3035${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaContent.php 
3036${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaCredit.php 
3037${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaGroup.php 
3038${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/MediaRating.php 
3039${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Movies.php 
3040${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Music.php 
3041${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/NoEmbed.php 
3042${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Occupation.php 
3043${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/PlaylistId.php 
3044${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/PlaylistTitle.php 
3045${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Position.php 
3046${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Private.php 
3047${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/QueryString.php 
3048${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Racy.php 
3049${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Recorded.php 
3050${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Relationship.php 
3051${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/ReleaseDate.php 
3052${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/School.php 
3053${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/State.php 
3054${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Statistics.php 
3055${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Status.php 
3056${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Token.php 
3057${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Uploaded.php 
3058${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/Username.php 
3059${FO_DIR}/library/zend/Zend/Gdata/YouTube/Extension/VideoId.php 
3060${FO_DIR}/library/zend/Zend/Gdata/YouTube/InboxEntry.php 
3061${FO_DIR}/library/zend/Zend/Gdata/YouTube/InboxFeed.php 
3062${FO_DIR}/library/zend/Zend/Gdata/YouTube/MediaEntry.php 
3063${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistListEntry.php 
3064${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistListFeed.php 
3065${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistVideoEntry.php 
3066${FO_DIR}/library/zend/Zend/Gdata/YouTube/PlaylistVideoFeed.php 
3067${FO_DIR}/library/zend/Zend/Gdata/YouTube/SubscriptionEntry.php 
3068${FO_DIR}/library/zend/Zend/Gdata/YouTube/SubscriptionFeed.php 
3069${FO_DIR}/library/zend/Zend/Gdata/YouTube/UserProfileEntry.php 
3070${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoEntry.php 
3071${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoFeed.php 
3072${FO_DIR}/library/zend/Zend/Gdata/YouTube/VideoQuery.php 
3073${FO_DIR}/library/zend/Zend/Http/Client.php 
3074${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Curl.php 
3075${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Exception.php 
3076${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Interface.php 
3077${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Proxy.php 
3078${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Socket.php 
3079${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Stream.php 
3080${FO_DIR}/library/zend/Zend/Http/Client/Adapter/Test.php 
3081${FO_DIR}/library/zend/Zend/Http/Client/Exception.php 
3082${FO_DIR}/library/zend/Zend/Http/Exception.php 
3083${FO_DIR}/library/zend/Zend/Http/Response.php 
3084${FO_DIR}/library/zend/Zend/Http/Response/Stream.php 
3085${FO_DIR}/library/zend/Zend/Loader.php 
3086${FO_DIR}/library/zend/Zend/Registry.php 
3087${FO_DIR}/library/zend/Zend/Search/Exception.php 
3088${FO_DIR}/library/zend/Zend/Search/Lucene.php 
3089${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer.php 
3090${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common.php 
3091${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php 
3092${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php 
3093${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php 
3094${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php 
3095${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php 
3096${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php 
3097${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php 
3098${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php 
3099${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/Token.php 
3100${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter.php 
3101${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php 
3102${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php 
3103${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php 
3104${FO_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php 
3105${FO_DIR}/library/zend/Zend/Search/Lucene/Document.php 
3106${FO_DIR}/library/zend/Zend/Search/Lucene/Document/Html.php 
3107${FO_DIR}/library/zend/Zend/Search/Lucene/Exception.php 
3108${FO_DIR}/library/zend/Zend/Search/Lucene/FSM.php 
3109${FO_DIR}/library/zend/Zend/Search/Lucene/FSMAction.php 
3110${FO_DIR}/library/zend/Zend/Search/Lucene/Field.php 
3111${FO_DIR}/library/zend/Zend/Search/Lucene/Index/DictionaryLoader.php 
3112${FO_DIR}/library/zend/Zend/Search/Lucene/Index/FieldInfo.php 
3113${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfo.php 
3114${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfoPriorityQueue.php 
3115${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentMerger.php 
3116${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter.php 
3117${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php 
3118${FO_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php 
3119${FO_DIR}/library/zend/Zend/Search/Lucene/Index/Term.php 
3120${FO_DIR}/library/zend/Zend/Search/Lucene/Index/TermInfo.php 
3121${FO_DIR}/library/zend/Zend/Search/Lucene/Index/Writer.php 
3122${FO_DIR}/library/zend/Zend/Search/Lucene/Interface.php 
3123${FO_DIR}/library/zend/Zend/Search/Lucene/LockManager.php 
3124${FO_DIR}/library/zend/Zend/Search/Lucene/PriorityQueue.php 
3125${FO_DIR}/library/zend/Zend/Search/Lucene/Proxy.php 
3126${FO_DIR}/library/zend/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php 
3127${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query.php 
3128${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Boolean.php 
3129${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Empty.php 
3130${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Fuzzy.php 
3131${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Insignificant.php 
3132${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/MultiTerm.php 
3133${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Phrase.php 
3134${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Range.php 
3135${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Term.php 
3136${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Wildcard.php 
3137${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry.php 
3138${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Phrase.php 
3139${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Subquery.php 
3140${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Term.php 
3141${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryHit.php 
3142${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryLexer.php 
3143${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParser.php 
3144${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserContext.php 
3145${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserException.php 
3146${FO_DIR}/library/zend/Zend/Search/Lucene/Search/QueryToken.php 
3147${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity.php 
3148${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity/Default.php 
3149${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight.php 
3150${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Boolean.php 
3151${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Empty.php 
3152${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/MultiTerm.php 
3153${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Phrase.php 
3154${FO_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Term.php 
3155${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory.php 
3156${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory/Filesystem.php 
3157${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File.php 
3158${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Filesystem.php 
3159${FO_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Memory.php 
3160${FO_DIR}/library/zend/Zend/Uri.php 
3161${FO_DIR}/library/zend/Zend/Uri/Exception.php 
3162${FO_DIR}/library/zend/Zend/Uri/Http.php 
3163${FO_DIR}/library/zend/Zend/Validate/Abstract.php 
3164${FO_DIR}/library/zend/Zend/Validate/Hostname.php 
3165${FO_DIR}/library/zend/Zend/Validate/Hostname/Biz.php 
3166${FO_DIR}/library/zend/Zend/Validate/Hostname/Cn.php 
3167${FO_DIR}/library/zend/Zend/Validate/Hostname/Com.php 
3168${FO_DIR}/library/zend/Zend/Validate/Hostname/Jp.php 
3169${FO_DIR}/library/zend/Zend/Validate/Interface.php 
3170${FO_DIR}/library/zend/Zend/Validate/Ip.php 
3171${FO_DIR}/library/zend/Zend/Version.php 
3172${FO_DIR}/library/zip/archive.class.php 2886${FO_DIR}/library/zip/archive.class.php
3173${FO_DIR}/license.txt 2887${FO_DIR}/license.txt
3174${FO_DIR}/php.ini 2888${FO_DIR}/php.ini
3175${FO_DIR}/plugins/core_dimensions/hooks/core_dimensions_hooks.php 2889${FO_DIR}/plugins/core_dimensions/hooks/core_dimensions_hooks.php
3176${FO_DIR}/plugins/core_dimensions/info.php 2890${FO_DIR}/plugins/core_dimensions/info.php
3177${FO_DIR}/plugins/core_dimensions/install/index.html 2891${FO_DIR}/plugins/core_dimensions/install/index.html
3178${FO_DIR}/plugins/core_dimensions/install/sql/mysql_initial_data.php 2892${FO_DIR}/plugins/core_dimensions/install/sql/mysql_initial_data.php
3179${FO_DIR}/plugins/core_dimensions/install/sql/mysql_schema.php 2893${FO_DIR}/plugins/core_dimensions/install/sql/mysql_schema.php
3180${FO_DIR}/plugins/core_dimensions/language/ca_es/lang.js 2894${FO_DIR}/plugins/core_dimensions/language/ca_es/lang.js
3181${FO_DIR}/plugins/core_dimensions/language/ca_es/lang.php 2895${FO_DIR}/plugins/core_dimensions/language/ca_es/lang.php
3182${FO_DIR}/plugins/core_dimensions/language/cs_cz/lang.js 2896${FO_DIR}/plugins/core_dimensions/language/cs_cz/lang.js
3183${FO_DIR}/plugins/core_dimensions/language/cs_cz/lang.php 2897${FO_DIR}/plugins/core_dimensions/language/cs_cz/lang.php
3184${FO_DIR}/plugins/core_dimensions/language/de_de/lang.js 2898${FO_DIR}/plugins/core_dimensions/language/de_de/lang.js
@@ -5099,26 +4813,27 @@ ${FO_DIR}/public/assets/themes/default/i @@ -5099,26 +4813,27 @@ ${FO_DIR}/public/assets/themes/default/i
5099${FO_DIR}/public/assets/themes/default/images/box/corners.gif 4813${FO_DIR}/public/assets/themes/default/images/box/corners.gif
5100${FO_DIR}/public/assets/themes/default/images/box/corners.png 4814${FO_DIR}/public/assets/themes/default/images/box/corners.png
5101${FO_DIR}/public/assets/themes/default/images/box/l.gif 4815${FO_DIR}/public/assets/themes/default/images/box/l.gif
5102${FO_DIR}/public/assets/themes/default/images/box/left.png 4816${FO_DIR}/public/assets/themes/default/images/box/left.png
5103${FO_DIR}/public/assets/themes/default/images/box/middle.png 4817${FO_DIR}/public/assets/themes/default/images/box/middle.png
5104${FO_DIR}/public/assets/themes/default/images/box/r-blue.gif 4818${FO_DIR}/public/assets/themes/default/images/box/r-blue.gif
5105${FO_DIR}/public/assets/themes/default/images/box/r.gif 4819${FO_DIR}/public/assets/themes/default/images/box/r.gif
5106${FO_DIR}/public/assets/themes/default/images/box/right.png 4820${FO_DIR}/public/assets/themes/default/images/box/right.png
5107${FO_DIR}/public/assets/themes/default/images/box/tb-blue.gif 4821${FO_DIR}/public/assets/themes/default/images/box/tb-blue.gif
5108${FO_DIR}/public/assets/themes/default/images/box/tb.gif 4822${FO_DIR}/public/assets/themes/default/images/box/tb.gif
5109${FO_DIR}/public/assets/themes/default/images/default-avatar.png 4823${FO_DIR}/public/assets/themes/default/images/default-avatar.png
5110${FO_DIR}/public/assets/themes/default/images/feng_logo.png 4824${FO_DIR}/public/assets/themes/default/images/feng_logo.png
5111${FO_DIR}/public/assets/themes/default/images/feng_logo2.png 4825${FO_DIR}/public/assets/themes/default/images/feng_logo2.png
 4826${FO_DIR}/public/assets/themes/default/images/feng_logo_extra_small.png
5112${FO_DIR}/public/assets/themes/default/images/file/contact.png 4827${FO_DIR}/public/assets/themes/default/images/file/contact.png
5113${FO_DIR}/public/assets/themes/default/images/file/del.png 4828${FO_DIR}/public/assets/themes/default/images/file/del.png
5114${FO_DIR}/public/assets/themes/default/images/file/doc.png 4829${FO_DIR}/public/assets/themes/default/images/file/doc.png
5115${FO_DIR}/public/assets/themes/default/images/file/download.png 4830${FO_DIR}/public/assets/themes/default/images/file/download.png
5116${FO_DIR}/public/assets/themes/default/images/file/event.png 4831${FO_DIR}/public/assets/themes/default/images/file/event.png
5117${FO_DIR}/public/assets/themes/default/images/file/more.png 4832${FO_DIR}/public/assets/themes/default/images/file/more.png
5118${FO_DIR}/public/assets/themes/default/images/file/new.png 4833${FO_DIR}/public/assets/themes/default/images/file/new.png
5119${FO_DIR}/public/assets/themes/default/images/file/properties.png 4834${FO_DIR}/public/assets/themes/default/images/file/properties.png
5120${FO_DIR}/public/assets/themes/default/images/file/prsn.png 4835${FO_DIR}/public/assets/themes/default/images/file/prsn.png
5121${FO_DIR}/public/assets/themes/default/images/file/refresh.png 4836${FO_DIR}/public/assets/themes/default/images/file/refresh.png
5122${FO_DIR}/public/assets/themes/default/images/file/revisions.png 4837${FO_DIR}/public/assets/themes/default/images/file/revisions.png
5123${FO_DIR}/public/assets/themes/default/images/file/slideshow.png 4838${FO_DIR}/public/assets/themes/default/images/file/slideshow.png
5124${FO_DIR}/public/assets/themes/default/images/file/sprd.png 4839${FO_DIR}/public/assets/themes/default/images/file/sprd.png
@@ -5524,26 +5239,27 @@ ${FO_DIR}/public/install/installation/ac @@ -5524,26 +5239,27 @@ ${FO_DIR}/public/install/installation/ac
5524${FO_DIR}/public/install/installation/installation.php 5239${FO_DIR}/public/install/installation/installation.php
5525${FO_DIR}/public/install/installation/plugin_acInstallation.class.php 5240${FO_DIR}/public/install/installation/plugin_acInstallation.class.php
5526${FO_DIR}/public/install/installation/steps/ChecksStep.class.php 5241${FO_DIR}/public/install/installation/steps/ChecksStep.class.php
5527${FO_DIR}/public/install/installation/steps/FinishStep.class.php 5242${FO_DIR}/public/install/installation/steps/FinishStep.class.php
5528${FO_DIR}/public/install/installation/steps/SystemConfigStep.class.php 5243${FO_DIR}/public/install/installation/steps/SystemConfigStep.class.php
5529${FO_DIR}/public/install/installation/steps/WelcomeStep.class.php 5244${FO_DIR}/public/install/installation/steps/WelcomeStep.class.php
5530${FO_DIR}/public/install/installation/templates/__step_controls.php 5245${FO_DIR}/public/install/installation/templates/__step_controls.php
5531${FO_DIR}/public/install/installation/templates/__step_errors.php 5246${FO_DIR}/public/install/installation/templates/__step_errors.php
5532${FO_DIR}/public/install/installation/templates/checks.php 5247${FO_DIR}/public/install/installation/templates/checks.php
5533${FO_DIR}/public/install/installation/templates/config_file.php 5248${FO_DIR}/public/install/installation/templates/config_file.php
5534${FO_DIR}/public/install/installation/templates/finish.php 5249${FO_DIR}/public/install/installation/templates/finish.php
5535${FO_DIR}/public/install/installation/templates/installed_version.php 5250${FO_DIR}/public/install/installation/templates/installed_version.php
5536${FO_DIR}/public/install/installation/templates/layout.php 5251${FO_DIR}/public/install/installation/templates/layout.php
 5252${FO_DIR}/public/install/installation/templates/php/plugins/searchable_objects_to_innodb.php
5537${FO_DIR}/public/install/installation/templates/plugins.php 5253${FO_DIR}/public/install/installation/templates/plugins.php
5538${FO_DIR}/public/install/installation/templates/sql/mysql_initial_data.php 5254${FO_DIR}/public/install/installation/templates/sql/mysql_initial_data.php
5539${FO_DIR}/public/install/installation/templates/sql/mysql_schema.php 5255${FO_DIR}/public/install/installation/templates/sql/mysql_schema.php
5540${FO_DIR}/public/install/installation/templates/sql/plugins/dummy.txt 5256${FO_DIR}/public/install/installation/templates/sql/plugins/dummy.txt
5541${FO_DIR}/public/install/installation/templates/system_config_form.php 5257${FO_DIR}/public/install/installation/templates/system_config_form.php
5542${FO_DIR}/public/install/installation/templates/welcome.php 5258${FO_DIR}/public/install/installation/templates/welcome.php
5543${FO_DIR}/public/install/library/classes/ChecklistItem.class.php 5259${FO_DIR}/public/install/library/classes/ChecklistItem.class.php
5544${FO_DIR}/public/install/library/classes/Output.class.php 5260${FO_DIR}/public/install/library/classes/Output.class.php
5545${FO_DIR}/public/install/library/classes/Output_Console.class.php 5261${FO_DIR}/public/install/library/classes/Output_Console.class.php
5546${FO_DIR}/public/install/library/classes/Output_Html.class.php 5262${FO_DIR}/public/install/library/classes/Output_Html.class.php
5547${FO_DIR}/public/install/library/classes/ScriptInstaller.class.php 5263${FO_DIR}/public/install/library/classes/ScriptInstaller.class.php
5548${FO_DIR}/public/install/library/classes/ScriptInstallerStep.class.php 5264${FO_DIR}/public/install/library/classes/ScriptInstallerStep.class.php
5549${FO_DIR}/public/install/library/classes/Template.class.php 5265${FO_DIR}/public/install/library/classes/Template.class.php
@@ -5569,26 +5285,27 @@ ${FO_DIR}/public/upgrade/include.php @@ -5569,26 +5285,27 @@ ${FO_DIR}/public/upgrade/include.php
5569${FO_DIR}/public/upgrade/index.php 5285${FO_DIR}/public/upgrade/index.php
5570${FO_DIR}/public/upgrade/library/classes/ChecklistItem.class.php 5286${FO_DIR}/public/upgrade/library/classes/ChecklistItem.class.php
5571${FO_DIR}/public/upgrade/library/classes/Localization.class.php 5287${FO_DIR}/public/upgrade/library/classes/Localization.class.php
5572${FO_DIR}/public/upgrade/library/classes/Output.class.php 5288${FO_DIR}/public/upgrade/library/classes/Output.class.php
5573${FO_DIR}/public/upgrade/library/classes/Output_Console.class.php 5289${FO_DIR}/public/upgrade/library/classes/Output_Console.class.php
5574${FO_DIR}/public/upgrade/library/classes/Output_Html.class.php 5290${FO_DIR}/public/upgrade/library/classes/Output_Html.class.php
5575${FO_DIR}/public/upgrade/library/classes/ScriptUpgrader.class.php 5291${FO_DIR}/public/upgrade/library/classes/ScriptUpgrader.class.php
5576${FO_DIR}/public/upgrade/library/classes/ScriptUpgraderScript.class.php 5292${FO_DIR}/public/upgrade/library/classes/ScriptUpgraderScript.class.php
5577${FO_DIR}/public/upgrade/library/classes/Template.class.php 5293${FO_DIR}/public/upgrade/library/classes/Template.class.php
5578${FO_DIR}/public/upgrade/library/functions.php 5294${FO_DIR}/public/upgrade/library/functions.php
5579${FO_DIR}/public/upgrade/scripts/ArazaUpgradeScript.class.php 5295${FO_DIR}/public/upgrade/scripts/ArazaUpgradeScript.class.php
5580${FO_DIR}/public/upgrade/scripts/AsadoUpgradeScript.class.php 5296${FO_DIR}/public/upgrade/scripts/AsadoUpgradeScript.class.php
5581${FO_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php 5297${FO_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php
 5298${FO_DIR}/public/upgrade/scripts/ButiaUpgradeScript.class.php
5582${FO_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php 5299${FO_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php
5583${FO_DIR}/public/upgrade/scripts/ChivitoUpgradeScript.class.php 5300${FO_DIR}/public/upgrade/scripts/ChivitoUpgradeScript.class.php
5584${FO_DIR}/public/upgrade/scripts/ChorizoUpgradeScript.class.php 5301${FO_DIR}/public/upgrade/scripts/ChorizoUpgradeScript.class.php
5585${FO_DIR}/public/upgrade/scripts/ChotoUpgradeScript.class.php 5302${FO_DIR}/public/upgrade/scripts/ChotoUpgradeScript.class.php
5586${FO_DIR}/public/upgrade/scripts/ChurroUpgradeScript.class.php 5303${FO_DIR}/public/upgrade/scripts/ChurroUpgradeScript.class.php
5587${FO_DIR}/public/upgrade/scripts/DulceDeLecheUpgradeScript.class.php 5304${FO_DIR}/public/upgrade/scripts/DulceDeLecheUpgradeScript.class.php
5588${FO_DIR}/public/upgrade/scripts/EmpanadaUpgradeScript.class.php 5305${FO_DIR}/public/upgrade/scripts/EmpanadaUpgradeScript.class.php
5589${FO_DIR}/public/upgrade/scripts/FigazzaUpgradeScript.class.php 5306${FO_DIR}/public/upgrade/scripts/FigazzaUpgradeScript.class.php
5590${FO_DIR}/public/upgrade/scripts/MatambritoUpgradeScript.class.php 5307${FO_DIR}/public/upgrade/scripts/MatambritoUpgradeScript.class.php
5591${FO_DIR}/public/upgrade/scripts/MilangaUpgradeScript.class.php 5308${FO_DIR}/public/upgrade/scripts/MilangaUpgradeScript.class.php
5592${FO_DIR}/public/upgrade/scripts/MollejaUpgradeScript.class.php 5309${FO_DIR}/public/upgrade/scripts/MollejaUpgradeScript.class.php
5593${FO_DIR}/public/upgrade/scripts/MondongoUpgradeScript.class.php 5310${FO_DIR}/public/upgrade/scripts/MondongoUpgradeScript.class.php
5594${FO_DIR}/public/upgrade/scripts/MorcillaUpgradeScript.class.php 5311${FO_DIR}/public/upgrade/scripts/MorcillaUpgradeScript.class.php

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

--- pkgsrc/www/fengoffice/distinfo 2015/03/19 15:38:24 1.23
+++ pkgsrc/www/fengoffice/distinfo 2015/09/27 07:21:39 1.24
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.23 2015/03/19 15:38:24 taca Exp $ 1$NetBSD: distinfo,v 1.24 2015/09/27 07:21:39 taca Exp $
2 2
3SHA1 (fengoffice-3.1.2.2.zip) = 7a45476a0ae16ee1708683ec5795c433a5f5a96f 3SHA1 (fengoffice_3.2.2.1.zip) = dc5b947cf52cdd40ef97ac645255220c7a958a11
4RMD160 (fengoffice-3.1.2.2.zip) = fb8e049601c6daf0d1cfad9bab784d0583f3ca87 4RMD160 (fengoffice_3.2.2.1.zip) = 774c6273d00fff4a0ba768faac5f02ff9cdef193
5Size (fengoffice-3.1.2.2.zip) = 14123514 bytes 5Size (fengoffice_3.2.2.1.zip) = 13937297 bytes
6SHA1 (patch-aa) = 0162718439c36bbc4c867c943b78854f863929c5 6SHA1 (patch-aa) = 0162718439c36bbc4c867c943b78854f863929c5
7SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5 7SHA1 (patch-ac) = 10cdae0fe56a08d0f04e4071ba2eb82112495fe5
8SHA1 (patch-ag) = 03f09610de1c7fd41641d4f08eb72876d82b2bbf 8SHA1 (patch-ag) = 03f09610de1c7fd41641d4f08eb72876d82b2bbf
9SHA1 (patch-plugins_mail_application_helpers_MailUtilities.class.php) = 54988cf29233407ecb4dd1a06c05d2dd4bac444e 9SHA1 (patch-plugins_mail_application_helpers_MailUtilities.class.php) = 54988cf29233407ecb4dd1a06c05d2dd4bac444e