Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 14:51:33 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504348 - head/www/groupoffice
Message-ID:  <201906161451.x5GEpX5p018746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sun Jun 16 14:51:33 2019
New Revision: 504348
URL: https://svnweb.freebsd.org/changeset/ports/504348

Log:
  Update to 6.4.21
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/groupoffice/Makefile
  head/www/groupoffice/distinfo
  head/www/groupoffice/pkg-plist

Modified: head/www/groupoffice/Makefile
==============================================================================
--- head/www/groupoffice/Makefile	Sun Jun 16 14:42:25 2019	(r504347)
+++ head/www/groupoffice/Makefile	Sun Jun 16 14:51:33 2019	(r504348)
@@ -3,7 +3,7 @@
 
 PORTNAME=	groupoffice
 DISTVERSIONPREFIX=	com-
-DISTVERSION=	6.3.74
+DISTVERSION=	6.4.21
 CATEGORIES=	www
 MASTER_SITES=	SF/group-office/${DISTVERSION:R}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-php-71
@@ -12,7 +12,6 @@ MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Modular web application framework for office
 
 LICENSE=	AGPLv3
-LICENSE_FILE=	${WRKSRC}/LICENSE.AGPL
 
 USES=		mysql shebangfix php:web python
 

Modified: head/www/groupoffice/distinfo
==============================================================================
--- head/www/groupoffice/distinfo	Sun Jun 16 14:42:25 2019	(r504347)
+++ head/www/groupoffice/distinfo	Sun Jun 16 14:51:33 2019	(r504348)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560238843
-SHA256 (groupoffice-6.3.74-php-71.tar.gz) = 5a0008fbb9822e38f0002ece3ad0103d091f623385416519d0c5f4fb99a7e6bd
-SIZE (groupoffice-6.3.74-php-71.tar.gz) = 38348207
+TIMESTAMP = 1560695474
+SHA256 (groupoffice-6.4.21-php-71.tar.gz) = fe1ff66ee67ec924fd9cd0de4125f59c265a6008b7061a4bf77ca3bdde75bf79
+SIZE (groupoffice-6.4.21-php-71.tar.gz) = 36721035

Modified: head/www/groupoffice/pkg-plist
==============================================================================
--- head/www/groupoffice/pkg-plist	Sun Jun 16 14:42:25 2019	(r504347)
+++ head/www/groupoffice/pkg-plist	Sun Jun 16 14:51:33 2019	(r504348)
@@ -1,8 +1,11 @@
 %%WWWDIR%%/GO.php
-%%WWWDIR%%/INSTALL.TXT
-%%WWWDIR%%/LICENSE.AGPL
-%%WWWDIR%%/LICENSE.TXT
-%%WWWDIR%%/auth.php
+%%WWWDIR%%/api/auth.php
+%%WWWDIR%%/api/download.php
+%%WWWDIR%%/api/jmap.php
+%%WWWDIR%%/api/logo.php
+%%WWWDIR%%/api/sse.php
+%%WWWDIR%%/api/upload.php
+%%WWWDIR%%/cli.php
 %%WWWDIR%%/composer.json
 %%WWWDIR%%/composer.lock
 %%WWWDIR%%/config.php.example
@@ -14,7 +17,6 @@
 %%WWWDIR%%/controller/CoreController.php
 %%WWWDIR%%/controller/CorrectionController.php
 %%WWWDIR%%/controller/CronController.php
-%%WWWDIR%%/controller/DeveloperController.php
 %%WWWDIR%%/controller/ExportController.php
 %%WWWDIR%%/controller/ExternalController.php
 %%WWWDIR%%/controller/LinkFolderController.php
@@ -22,11 +24,7 @@
 %%WWWDIR%%/controller/ReminderController.php
 %%WWWDIR%%/controller/SearchController.php
 %%WWWDIR%%/controller/SettingsController.php
-%%WWWDIR%%/controls/win32/unzip.exe
-%%WWWDIR%%/controls/win32/zip.exe
 %%WWWDIR%%/cron.php
-%%WWWDIR%%/docs/guidelines.md
-%%WWWDIR%%/download.php
 %%WWWDIR%%/favicon.ico
 %%WWWDIR%%/go/GO.php
 %%WWWDIR%%/go/base/Config.php
@@ -115,6 +113,7 @@
 %%WWWDIR%%/go/base/fs/MemoryFile.php
 %%WWWDIR%%/go/base/fs/XlsFile.php
 %%WWWDIR%%/go/base/fs/Zip.php
+%%WWWDIR%%/go/base/fs/mime.types
 %%WWWDIR%%/go/base/html/Checkbox.php
 %%WWWDIR%%/go/base/html/Error.php
 %%WWWDIR%%/go/base/html/Form.php
@@ -165,6 +164,7 @@
 %%WWWDIR%%/go/base/model/SearchCacheRecord.php
 %%WWWDIR%%/go/base/model/Setting.php
 %%WWWDIR%%/go/base/model/State.php
+%%WWWDIR%%/go/base/model/Template.php
 %%WWWDIR%%/go/base/model/User.php
 %%WWWDIR%%/go/base/model/UserGroup.php
 %%WWWDIR%%/go/base/model/WorkingWeek.php
@@ -233,14 +233,14 @@
 %%WWWDIR%%/go/core/ErrorHandler.php
 %%WWWDIR%%/go/core/Installer.php
 %%WWWDIR%%/go/core/Language.php
-%%WWWDIR%%/go/core/RouterInterface.php
+%%WWWDIR%%/go/core/Module.php
 %%WWWDIR%%/go/core/Settings.php
 %%WWWDIR%%/go/core/Singleton.php
 %%WWWDIR%%/go/core/SingletonTrait.php
-%%WWWDIR%%/go/core/acl/model/Acl.php
+%%WWWDIR%%/go/core/TemplateParser.php
 %%WWWDIR%%/go/core/acl/model/AclEntity.php
-%%WWWDIR%%/go/core/acl/model/AclGroup.php
 %%WWWDIR%%/go/core/acl/model/AclItemEntity.php
+%%WWWDIR%%/go/core/acl/model/AclOwnerEntity.php
 %%WWWDIR%%/go/core/auth/BaseAuthenticator.php
 %%WWWDIR%%/go/core/auth/DomainProvider.php
 %%WWWDIR%%/go/core/auth/Method.php
@@ -254,18 +254,51 @@
 %%WWWDIR%%/go/core/cache/CacheInterface.php
 %%WWWDIR%%/go/core/cache/Disk.php
 %%WWWDIR%%/go/core/cache/None.php
+%%WWWDIR%%/go/core/cli/Router.php
 %%WWWDIR%%/go/core/cli/State.php
-%%WWWDIR%%/go/core/customfields/datatype/Base.php
-%%WWWDIR%%/go/core/customfields/datatype/FunctionField.php
-%%WWWDIR%%/go/core/customfields/datatype/Text.php
+%%WWWDIR%%/go/core/controller/Acl.php
+%%WWWDIR%%/go/core/controller/EmailTemplate.php
+%%WWWDIR%%/go/core/controller/EntityFilter.php
+%%WWWDIR%%/go/core/controller/Field.php
+%%WWWDIR%%/go/core/controller/FieldSet.php
+%%WWWDIR%%/go/core/controller/Group.php
+%%WWWDIR%%/go/core/controller/Link.php
+%%WWWDIR%%/go/core/controller/Module.php
+%%WWWDIR%%/go/core/controller/Notify.php
+%%WWWDIR%%/go/core/controller/Search.php
+%%WWWDIR%%/go/core/controller/Settings.php
+%%WWWDIR%%/go/core/controller/SmtpAccount.php
+%%WWWDIR%%/go/core/controller/System.php
+%%WWWDIR%%/go/core/controller/User.php
+%%WWWDIR%%/go/core/cron/GarbageCollection.php
+%%WWWDIR%%/go/core/customfield/Base.php
+%%WWWDIR%%/go/core/customfield/Checkbox.php
+%%WWWDIR%%/go/core/customfield/Date.php
+%%WWWDIR%%/go/core/customfield/DateTime.php
+%%WWWDIR%%/go/core/customfield/EncryptedText.php
+%%WWWDIR%%/go/core/customfield/FunctionField.php
+%%WWWDIR%%/go/core/customfield/Group.php
+%%WWWDIR%%/go/core/customfield/Html.php
+%%WWWDIR%%/go/core/customfield/MultiSelect.php
+%%WWWDIR%%/go/core/customfield/Notes.php
+%%WWWDIR%%/go/core/customfield/Number.php
+%%WWWDIR%%/go/core/customfield/Select.php
+%%WWWDIR%%/go/core/customfield/Text.php
+%%WWWDIR%%/go/core/customfield/TextArea.php
+%%WWWDIR%%/go/core/customfield/User.php
+%%WWWDIR%%/go/core/customfield/YesNo.php
 %%WWWDIR%%/go/core/data/ArrayableInterface.php
 %%WWWDIR%%/go/core/data/MagicPropertiesTrait.php
 %%WWWDIR%%/go/core/data/Model.php
 %%WWWDIR%%/go/core/data/ModelHelper.php
 %%WWWDIR%%/go/core/data/Store.php
+%%WWWDIR%%/go/core/data/convert/AbstractConverter.php
+%%WWWDIR%%/go/core/data/convert/Csv.php
+%%WWWDIR%%/go/core/data/convert/Json.php
 %%WWWDIR%%/go/core/data/exception/NotArrayable.php
+%%WWWDIR%%/go/core/dav/auth/BasicBackend.php
+%%WWWDIR%%/go/core/dav/davacl/PrincipalBackend.php
 %%WWWDIR%%/go/core/db/Column.php
-%%WWWDIR%%/go/core/db/Command.php
 %%WWWDIR%%/go/core/db/Connection.php
 %%WWWDIR%%/go/core/db/Criteria.php
 %%WWWDIR%%/go/core/db/Database.php
@@ -306,11 +339,12 @@
 %%WWWDIR%%/go/core/imap/Streamer.php
 %%WWWDIR%%/go/core/imap/Structure.php
 %%WWWDIR%%/go/core/imap/Utils.php
+%%WWWDIR%%/go/core/install/MigrateCustomFields63to64.php
+%%WWWDIR%%/go/core/install/install.sql
+%%WWWDIR%%/go/core/install/updates.php
 %%WWWDIR%%/go/core/jmap/Capabilities.php
-%%WWWDIR%%/go/core/jmap/Controller.php
 %%WWWDIR%%/go/core/jmap/Entity.php
 %%WWWDIR%%/go/core/jmap/EntityController.php
-%%WWWDIR%%/go/core/jmap/ReadOnlyEntityController.php
 %%WWWDIR%%/go/core/jmap/Request.php
 %%WWWDIR%%/go/core/jmap/Response.php
 %%WWWDIR%%/go/core/jmap/Router.php
@@ -318,7 +352,37 @@
 %%WWWDIR%%/go/core/jmap/State.php
 %%WWWDIR%%/go/core/jmap/exception/CannotCalculateChanges.php
 %%WWWDIR%%/go/core/jmap/exception/InvalidArguments.php
+%%WWWDIR%%/go/core/jmap/exception/InvalidResultReference.php
 %%WWWDIR%%/go/core/jmap/exception/StateMismatch.php
+%%WWWDIR%%/go/core/language/ar.php
+%%WWWDIR%%/go/core/language/bg.php
+%%WWWDIR%%/go/core/language/bn_bd.php
+%%WWWDIR%%/go/core/language/ca.php
+%%WWWDIR%%/go/core/language/cn.php
+%%WWWDIR%%/go/core/language/cs.php
+%%WWWDIR%%/go/core/language/da.php
+%%WWWDIR%%/go/core/language/de.php
+%%WWWDIR%%/go/core/language/el.php
+%%WWWDIR%%/go/core/language/en.php
+%%WWWDIR%%/go/core/language/es.php
+%%WWWDIR%%/go/core/language/et.php
+%%WWWDIR%%/go/core/language/fi.php
+%%WWWDIR%%/go/core/language/fr.php
+%%WWWDIR%%/go/core/language/hr.php
+%%WWWDIR%%/go/core/language/hu.php
+%%WWWDIR%%/go/core/language/id.php
+%%WWWDIR%%/go/core/language/it.php
+%%WWWDIR%%/go/core/language/ko.php
+%%WWWDIR%%/go/core/language/nb.php
+%%WWWDIR%%/go/core/language/nl.php
+%%WWWDIR%%/go/core/language/pl.php
+%%WWWDIR%%/go/core/language/pt_br.php
+%%WWWDIR%%/go/core/language/ro.php
+%%WWWDIR%%/go/core/language/ru.php
+%%WWWDIR%%/go/core/language/sv.php
+%%WWWDIR%%/go/core/language/th.php
+%%WWWDIR%%/go/core/language/tr.php
+%%WWWDIR%%/go/core/language/zh_tw.php
 %%WWWDIR%%/go/core/ldap/Connection.php
 %%WWWDIR%%/go/core/ldap/Record.php
 %%WWWDIR%%/go/core/ldap/Result.php
@@ -327,13 +391,34 @@
 %%WWWDIR%%/go/core/mail/Recipient.php
 %%WWWDIR%%/go/core/mail/RecipientList.php
 %%WWWDIR%%/go/core/mail/Util.php
-%%WWWDIR%%/go/core/module/Base.php
+%%WWWDIR%%/go/core/model/Acl.php
+%%WWWDIR%%/go/core/model/AclGroup.php
+%%WWWDIR%%/go/core/model/CronJob.php
+%%WWWDIR%%/go/core/model/CronJobSchedule.php
+%%WWWDIR%%/go/core/model/EmailTemplate.php
+%%WWWDIR%%/go/core/model/EmailTemplateAttachment.php
+%%WWWDIR%%/go/core/model/EntityFilter.php
+%%WWWDIR%%/go/core/model/Field.php
+%%WWWDIR%%/go/core/model/FieldSet.php
+%%WWWDIR%%/go/core/model/Group.php
+%%WWWDIR%%/go/core/model/Link.php
+%%WWWDIR%%/go/core/model/Log.php
+%%WWWDIR%%/go/core/model/Module.php
+%%WWWDIR%%/go/core/model/Search.php
+%%WWWDIR%%/go/core/model/Settings.php
+%%WWWDIR%%/go/core/model/SmtpAccount.php
+%%WWWDIR%%/go/core/model/User.php
+%%WWWDIR%%/go/core/model/UserGroup.php
+%%WWWDIR%%/go/core/model/WorkingWeek.php
 %%WWWDIR%%/go/core/orm/CustomFieldsTrait.php
 %%WWWDIR%%/go/core/orm/Entity.php
 %%WWWDIR%%/go/core/orm/EntityType.php
+%%WWWDIR%%/go/core/orm/Filters.php
+%%WWWDIR%%/go/core/orm/LoggingTrait.php
 %%WWWDIR%%/go/core/orm/MappedTable.php
 %%WWWDIR%%/go/core/orm/Mapping.php
 %%WWWDIR%%/go/core/orm/Property.php
+%%WWWDIR%%/go/core/orm/Query.php
 %%WWWDIR%%/go/core/orm/Relation.php
 %%WWWDIR%%/go/core/orm/SearchableTrait.php
 %%WWWDIR%%/go/core/util/ArrayObject.php
@@ -348,13 +433,393 @@
 %%WWWDIR%%/go/core/util/StringUtil.php
 %%WWWDIR%%/go/core/util/UUID.php
 %%WWWDIR%%/go/core/util/Url.php
+%%WWWDIR%%/go/core/validate/CountryCode.php
 %%WWWDIR%%/go/core/validate/ErrorCode.php
 %%WWWDIR%%/go/core/validate/ValidationTrait.php
+%%WWWDIR%%/go/core/views/extjs3/Array.js
+%%WWWDIR%%/go/core/views/extjs3/AuthenticationManager.js
+%%WWWDIR%%/go/core/views/extjs3/Entities.js
+%%WWWDIR%%/go/core/views/extjs3/Entity.js
+%%WWWDIR%%/go/core/views/extjs3/Jmap.js
+%%WWWDIR%%/go/core/views/extjs3/Module.js
+%%WWWDIR%%/go/core/views/extjs3/Modules.js
+%%WWWDIR%%/go/core/views/extjs3/NavMenu.js
+%%WWWDIR%%/go/core/views/extjs3/Notifier.js
+%%WWWDIR%%/go/core/views/extjs3/PasswordPrompt.js
+%%WWWDIR%%/go/core/views/extjs3/QRCodeComponent.js
+%%WWWDIR%%/go/core/views/extjs3/Relations.js
+%%WWWDIR%%/go/core/views/extjs3/Router.js
+%%WWWDIR%%/go/core/views/extjs3/SearchField.js
+%%WWWDIR%%/go/core/views/extjs3/Stores.js
+%%WWWDIR%%/go/core/views/extjs3/String.js
+%%WWWDIR%%/go/core/views/extjs3/TimeZones.js
+%%WWWDIR%%/go/core/views/extjs3/Translate.js
+%%WWWDIR%%/go/core/views/extjs3/User.js
+%%WWWDIR%%/go/core/views/extjs3/Window.js
+%%WWWDIR%%/go/core/views/extjs3/Wizard.js
+%%WWWDIR%%/go/core/views/extjs3/chart/ChartComponent.js
+%%WWWDIR%%/go/core/views/extjs3/chart/LineChart.js
+%%WWWDIR%%/go/core/views/extjs3/cron/CronDialog.js
+%%WWWDIR%%/go/core/views/extjs3/cron/ParametersPanel.js
+%%WWWDIR%%/go/core/views/extjs3/cron/PeriodGrid.js
+%%WWWDIR%%/go/core/views/extjs3/cron/Stores.js
+%%WWWDIR%%/go/core/views/extjs3/cron/SystemSettingsCronGrid.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/CustomFields.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/EntityDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/EntityPanel.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/FieldDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/FieldSetDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/FormFieldSet.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/SystemSettingsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Checkbox.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/CheckboxDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Date.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/DateDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/DateTime.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/DateTimeDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/EncryptedText.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/FunctionField.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/FunctionFieldDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Group.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/GroupDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Html.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/HtmlDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/MultiSelect.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/MultiSelectDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Notes.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/NotesDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Number.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/NumberDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Select.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/SelectDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/SelectOptionsTree.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/Text.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TextArea.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TextAreaDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TextDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/TreeSelectField.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/User.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/UserDialog.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/YesNo.js
+%%WWWDIR%%/go/core/views/extjs3/customfields/type/YesNoDialog.js
+%%WWWDIR%%/go/core/views/extjs3/data/EntityStore.js
+%%WWWDIR%%/go/core/views/extjs3/data/EntityStoreProxy.js
+%%WWWDIR%%/go/core/views/extjs3/data/GroupingStore.js
+%%WWWDIR%%/go/core/views/extjs3/data/JmapProxy.js
+%%WWWDIR%%/go/core/views/extjs3/data/Store.js
+%%WWWDIR%%/go/core/views/extjs3/data/StoreTrait.js
+%%WWWDIR%%/go/core/views/extjs3/data/Types.js
+%%WWWDIR%%/go/core/views/extjs3/defaultpermissions/DefaultPermissionsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/defaultpermissions/ShareWindow.js
+%%WWWDIR%%/go/core/views/extjs3/defaultpermissions/SystemSettingsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/detail/AddButton.js
+%%WWWDIR%%/go/core/views/extjs3/detail/CreateModifyPanel.js
+%%WWWDIR%%/go/core/views/extjs3/detail/Panel.js
+%%WWWDIR%%/go/core/views/extjs3/detail/Property.js
+%%WWWDIR%%/go/core/views/extjs3/detail/PropertyList.js
+%%WWWDIR%%/go/core/views/extjs3/detail/ReadMore.js
+%%WWWDIR%%/go/core/views/extjs3/emailtemplate/GridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/emailtemplate/TemplateDialog.js
+%%WWWDIR%%/go/core/views/extjs3/filter/Condition.js
+%%WWWDIR%%/go/core/views/extjs3/filter/Conditions.js
+%%WWWDIR%%/go/core/views/extjs3/filter/FieldSet.js
+%%WWWDIR%%/go/core/views/extjs3/filter/FilterDialog.js
+%%WWWDIR%%/go/core/views/extjs3/filter/FilterGrid.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/date.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/number.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/select.js
+%%WWWDIR%%/go/core/views/extjs3/filter/types/string.js
+%%WWWDIR%%/go/core/views/extjs3/flux/Dispatcher.js
+%%WWWDIR%%/go/core/views/extjs3/flux/Store.js
+%%WWWDIR%%/go/core/views/extjs3/form/AttachmentsField.js
+%%WWWDIR%%/go/core/views/extjs3/form/Chips.js
+%%WWWDIR%%/go/core/views/extjs3/form/ComboBox.js
+%%WWWDIR%%/go/core/views/extjs3/form/ComboBoxReset.js
+%%WWWDIR%%/go/core/views/extjs3/form/DateField.js
+%%WWWDIR%%/go/core/views/extjs3/form/DateTimeField.js
+%%WWWDIR%%/go/core/views/extjs3/form/Dialog.js
+%%WWWDIR%%/go/core/views/extjs3/form/EntityPanel.js
+%%WWWDIR%%/go/core/views/extjs3/form/FileButtonField.js
+%%WWWDIR%%/go/core/views/extjs3/form/FileField.js
+%%WWWDIR%%/go/core/views/extjs3/form/FormContainer.js
+%%WWWDIR%%/go/core/views/extjs3/form/FormFieldSet.js
+%%WWWDIR%%/go/core/views/extjs3/form/FormGroup.js
+%%WWWDIR%%/go/core/views/extjs3/form/GridField.js
+%%WWWDIR%%/go/core/views/extjs3/form/HtmlEditor.js
+%%WWWDIR%%/go/core/views/extjs3/form/KeyValueEditorGrid.js
+%%WWWDIR%%/go/core/views/extjs3/form/PasswordGeneratorField.js
+%%WWWDIR%%/go/core/views/extjs3/form/README.md
+%%WWWDIR%%/go/core/views/extjs3/form/RadioGroup.js
+%%WWWDIR%%/go/core/views/extjs3/form/RecurrenceFieldset.js
+%%WWWDIR%%/go/core/views/extjs3/form/StoreField.js
+%%WWWDIR%%/go/core/views/extjs3/form/Switch.js
+%%WWWDIR%%/go/core/views/extjs3/form/TimeField.js
+%%WWWDIR%%/go/core/views/extjs3/form/multiselect/Field.js
+%%WWWDIR%%/go/core/views/extjs3/form/multiselect/Window.js
+%%WWWDIR%%/go/core/views/extjs3/go.js
+%%WWWDIR%%/go/core/views/extjs3/grid/DateColumn.js
+%%WWWDIR%%/go/core/views/extjs3/grid/EditorGridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/grid/GridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/grid/GridTrait.js
+%%WWWDIR%%/go/core/views/extjs3/grid/SelectAllCheckBox.js
+%%WWWDIR%%/go/core/views/extjs3/grid/editor/ComboColumn.js
+%%WWWDIR%%/go/core/views/extjs3/grid/plugin/Sortable.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupCombo.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupDialog.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupModuleGrid.js
+%%WWWDIR%%/go/core/views/extjs3/groups/GroupUserGrid.js
+%%WWWDIR%%/go/core/views/extjs3/groups/SystemSettingsGroupGrid.js
+%%WWWDIR%%/go/core/views/extjs3/import/CsvMappingDialog.js
+%%WWWDIR%%/go/core/views/extjs3/layout/ResponsiveLayout.js
+%%WWWDIR%%/go/core/views/extjs3/links/CreateLinkButton.js
+%%WWWDIR%%/go/core/views/extjs3/links/CreateLinkWindow.js
+%%WWWDIR%%/go/core/views/extjs3/links/EntityGrid.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinkBrowser.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinkBrowserMenuItem.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinkGrid.js
+%%WWWDIR%%/go/core/views/extjs3/links/LinksDetailPanel.js
+%%WWWDIR%%/go/core/views/extjs3/login/BaseLoginPanel.js
+%%WWWDIR%%/go/core/views/extjs3/login/DomainCombo.js
+%%WWWDIR%%/go/core/views/extjs3/login/ForgotDialog.js
+%%WWWDIR%%/go/core/views/extjs3/login/LanguageCombobox.js
+%%WWWDIR%%/go/core/views/extjs3/login/LoginDialog.js
+%%WWWDIR%%/go/core/views/extjs3/login/LoginPanel.js
+%%WWWDIR%%/go/core/views/extjs3/login/RecoveryDialog.js
+%%WWWDIR%%/go/core/views/extjs3/login/UsernamePanel.js
+%%WWWDIR%%/go/core/views/extjs3/menu/EmojiMenu.js
+%%WWWDIR%%/go/core/views/extjs3/menu/StoreMenu.js
+%%WWWDIR%%/go/core/views/extjs3/modules/ModulePanel.js
+%%WWWDIR%%/go/core/views/extjs3/modules/PermissionsWindow.js
+%%WWWDIR%%/go/core/views/extjs3/modules/SystemSettingsModuleGrid.js
+%%WWWDIR%%/go/core/views/extjs3/panels/ScrollLoader.js
+%%WWWDIR%%/go/core/views/extjs3/permissions/SharePanel.js
+%%WWWDIR%%/go/core/views/extjs3/permissions/ShareWindow.js
+%%WWWDIR%%/go/core/views/extjs3/scripts.txt
+%%WWWDIR%%/go/core/views/extjs3/search/Panel.js
+%%WWWDIR%%/go/core/views/extjs3/search/SearchCombo.js
+%%WWWDIR%%/go/core/views/extjs3/search/SearchEmailCombo.js
+%%WWWDIR%%/go/core/views/extjs3/smtp/AccountCombo.js
+%%WWWDIR%%/go/core/views/extjs3/smtp/AccountDialog.js
+%%WWWDIR%%/go/core/views/extjs3/smtp/GridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/AppearancePanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/AuthenticationPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/Dialog.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/GeneralPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/NotificationsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/systemsettings/Panel.js
+%%WWWDIR%%/go/core/views/extjs3/toolbar/SearchButton.js
+%%WWWDIR%%/go/core/views/extjs3/toolbar/TitleItem.js
+%%WWWDIR%%/go/core/views/extjs3/tools/SystemSettingsTools.js
+%%WWWDIR%%/go/core/views/extjs3/tree/EntityLoader.js
+%%WWWDIR%%/go/core/views/extjs3/tree/Node.js
+%%WWWDIR%%/go/core/views/extjs3/tree/TreeNodeUI.js
+%%WWWDIR%%/go/core/views/extjs3/users/CreateUserAccountPanel.js
+%%WWWDIR%%/go/core/views/extjs3/users/CreateUserPasswordPanel.js
+%%WWWDIR%%/go/core/views/extjs3/users/CreateUserWizard.js
+%%WWWDIR%%/go/core/views/extjs3/users/PermissionsDialog.js
+%%WWWDIR%%/go/core/views/extjs3/users/SystemSettingsUserGrid.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserCombo.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserDefaultsWindow.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserGroupGrid.js
+%%WWWDIR%%/go/core/views/extjs3/users/UserSettingsWorkingWeek.js
+%%WWWDIR%%/go/core/views/extjs3/usersettings/AccountSettingsPanel.js
+%%WWWDIR%%/go/core/views/extjs3/usersettings/LookAndFeelPanel.js
+%%WWWDIR%%/go/core/views/extjs3/usersettings/UserSettingsDialog.js
+%%WWWDIR%%/go/core/views/extjs3/util.js
+%%WWWDIR%%/go/core/views/extjs3/util/Cookies.js
+%%WWWDIR%%/go/core/views/extjs3/util/Filters.js
+%%WWWDIR%%/go/core/views/extjs3/util/Format.js
+%%WWWDIR%%/go/core/webclient/CSP.php
 %%WWWDIR%%/go/core/webclient/Extjs3.php
+%%WWWDIR%%/go/modules/business/.git/FETCH_HEAD
+%%WWWDIR%%/go/modules/business/.git/HEAD
+%%WWWDIR%%/go/modules/business/.git/ORIG_HEAD
+%%WWWDIR%%/go/modules/business/.git/config
+%%WWWDIR%%/go/modules/business/.git/description
+%%WWWDIR%%/go/modules/business/.git/hooks/applypatch-msg.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/commit-msg.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/post-update.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-applypatch.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-commit.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-push.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-rebase.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/pre-receive.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/prepare-commit-msg.sample
+%%WWWDIR%%/go/modules/business/.git/hooks/update.sample
+%%WWWDIR%%/go/modules/business/.git/index
+%%WWWDIR%%/go/modules/business/.git/info/exclude
+%%WWWDIR%%/go/modules/business/.git/logs/HEAD
+%%WWWDIR%%/go/modules/business/.git/logs/refs/heads/6.4.x
+%%WWWDIR%%/go/modules/business/.git/logs/refs/heads/master
+%%WWWDIR%%/go/modules/business/.git/logs/refs/remotes/origin/6.4.x
+%%WWWDIR%%/go/modules/business/.git/logs/refs/remotes/origin/HEAD
+%%WWWDIR%%/go/modules/business/.git/logs/refs/remotes/origin/master
+%%WWWDIR%%/go/modules/business/.git/objects/01/88c1370f1aaaeb0512835ba443c1692f18e3ab
+%%WWWDIR%%/go/modules/business/.git/objects/11/b9c560ba1d65f0deaed15dedb536b31b33c96a
+%%WWWDIR%%/go/modules/business/.git/objects/19/0e3ea112a052332a2738463cf20f4e0c70a9f4
+%%WWWDIR%%/go/modules/business/.git/objects/1b/900e3c24fb51a609b26e8d63ca9c0edf54840a
+%%WWWDIR%%/go/modules/business/.git/objects/1b/934b8de6dd4a758a0da9295f879d3914db645c
+%%WWWDIR%%/go/modules/business/.git/objects/30/12779ff0975c7ae800d88b890102b5963049fa
+%%WWWDIR%%/go/modules/business/.git/objects/31/fae7678908933d461860a7b90a2046a3ad588e
+%%WWWDIR%%/go/modules/business/.git/objects/33/74b451aefd4476a3ff22c99aefac6f19928994
+%%WWWDIR%%/go/modules/business/.git/objects/34/048b0c50a1c2c2ec0928883a7836af208f25c0
+%%WWWDIR%%/go/modules/business/.git/objects/35/d2af60cc3d3b91661596ce89fd5b2bf68bbc23
+%%WWWDIR%%/go/modules/business/.git/objects/3c/c41d85bfd66a1dc00982e9dd3004e1ecc2b063
+%%WWWDIR%%/go/modules/business/.git/objects/42/3aacfb6e85b53afe8992f42e1864c88b480f49
+%%WWWDIR%%/go/modules/business/.git/objects/54/901ff85b88c4cfa3087e29c30bcc12b395bb29
+%%WWWDIR%%/go/modules/business/.git/objects/55/bf7abb9942ec75047217240ca2d5a509f11ddf
+%%WWWDIR%%/go/modules/business/.git/objects/55/d4f1647ccbcc531fbf1441094d5bf2a3e13a8f
+%%WWWDIR%%/go/modules/business/.git/objects/56/82f9c1188a9033580c1c07a77100e62c4aa379
+%%WWWDIR%%/go/modules/business/.git/objects/59/00ae987cf0504753ef60cda5e28298f03a8368
+%%WWWDIR%%/go/modules/business/.git/objects/5a/dceb1c1ba579df4215a10e60f6d3439ea399c1
+%%WWWDIR%%/go/modules/business/.git/objects/5e/4e8769d8be007cf938cf74a92cf34a4dae3349
+%%WWWDIR%%/go/modules/business/.git/objects/66/4000ec6256c1f2da292d99351571938f9ce018
+%%WWWDIR%%/go/modules/business/.git/objects/6d/42f61c9ab33373f760f8e4db345a5a58ee98d4
+%%WWWDIR%%/go/modules/business/.git/objects/6e/6fbe12f3cc603ef482a94b1aa96973ce22bcf8
+%%WWWDIR%%/go/modules/business/.git/objects/6e/83100cbf0b6e358333eb5c0471866acf3dc94c
+%%WWWDIR%%/go/modules/business/.git/objects/6e/e2aded59b6d7aed134528f4b7a80d4bf0684e7
+%%WWWDIR%%/go/modules/business/.git/objects/6f/6355564c47fb084392dab1d324ae8ebf74fe3b
+%%WWWDIR%%/go/modules/business/.git/objects/70/0ccead915881d908a451109d366ba4d368cca2
+%%WWWDIR%%/go/modules/business/.git/objects/73/cae9dabf9832d2cfb3506d97e9f1f5041fde60
+%%WWWDIR%%/go/modules/business/.git/objects/74/12252e641a7eb4b11076f320971a76e8943bcd
+%%WWWDIR%%/go/modules/business/.git/objects/79/7260817b9775c3b51c56274dc073a7f29b74e3
+%%WWWDIR%%/go/modules/business/.git/objects/7c/05b0c8c0dbbb7aa2e7194f011dca704071851b
+%%WWWDIR%%/go/modules/business/.git/objects/88/e65cb999c64ffa17a72331857b78c5ab427c04
+%%WWWDIR%%/go/modules/business/.git/objects/8b/e76e3c9663fa918b882dc080a679ffa0e47f96
+%%WWWDIR%%/go/modules/business/.git/objects/8e/32a34b3b020be18e280b4b7585f35fe155d8f6
+%%WWWDIR%%/go/modules/business/.git/objects/8e/670c18a6bc0f5d2b211a890baf245f14e3ba28
+%%WWWDIR%%/go/modules/business/.git/objects/91/91e40f7f2c989a899f22bd1cef2e272db9ce41
+%%WWWDIR%%/go/modules/business/.git/objects/98/dc46ef479a7b5f9f0c50fbfe8ebcc6dfcb412f
+%%WWWDIR%%/go/modules/business/.git/objects/9b/d16fb3218da7a34cfd11727edd7e3ad6f5c5bf
+%%WWWDIR%%/go/modules/business/.git/objects/9e/01b7e19ba2c40dca9519303d3fb753986ccadb
+%%WWWDIR%%/go/modules/business/.git/objects/a0/97422c6a4f41ba2d419ce7f915aee4e0f9fbcc
+%%WWWDIR%%/go/modules/business/.git/objects/a5/bc181ce5dbcbc976e9fe884e0ffad618a3e622
+%%WWWDIR%%/go/modules/business/.git/objects/aa/48f429f57ad5eaaff22790dec0f7f8e47dbd9e
+%%WWWDIR%%/go/modules/business/.git/objects/aa/82518a85cbec2e7cf5fd1be90e145bcce5192d
+%%WWWDIR%%/go/modules/business/.git/objects/ab/3f49b24148d6d8b77262b962e7eaa2870580f6
+%%WWWDIR%%/go/modules/business/.git/objects/ac/4b583d1a3da3658936aed3be81207f68d1906e
+%%WWWDIR%%/go/modules/business/.git/objects/ac/cb598df5a9da4b048d6d0a0016957337367f38
+%%WWWDIR%%/go/modules/business/.git/objects/af/0b26dd0a73f9d2bc5c7c65d37dc4a90bcc8e39
+%%WWWDIR%%/go/modules/business/.git/objects/bc/845dd5c4661faeb7d701ca9906eb8aca114c70
+%%WWWDIR%%/go/modules/business/.git/objects/bd/656344d9c8bf8e006d3e15e79d19c35cef6a1d
+%%WWWDIR%%/go/modules/business/.git/objects/c3/c99750ca28f7abe5661e7f2bbc5e5820e2494c
+%%WWWDIR%%/go/modules/business/.git/objects/c3/f65ea83b4df4c34e54a98f514983ba15163b49
+%%WWWDIR%%/go/modules/business/.git/objects/c4/1e1d259b68932d3e68a06d65722050e84a5093
+%%WWWDIR%%/go/modules/business/.git/objects/ca/d50385beeda4e4c8956f46e4e094b4b144ade0
+%%WWWDIR%%/go/modules/business/.git/objects/cb/67de249d9743ae1ee8909952b5e356c0d302ea
+%%WWWDIR%%/go/modules/business/.git/objects/cd/e1ee683e0295ed975e7bca0ef394db488c9e79
+%%WWWDIR%%/go/modules/business/.git/objects/d5/39f42de26b8997a727d9be6eed14d6a1986d42
+%%WWWDIR%%/go/modules/business/.git/objects/dc/8ae31e5583607e7277715d3dd308bf11c891e9
+%%WWWDIR%%/go/modules/business/.git/objects/de/4d80342b4d48353995d4dc7e2624bdcd93b1b1
+%%WWWDIR%%/go/modules/business/.git/objects/e0/8649d4eb193c36dd55e87e9c72cba83e40bd75
+%%WWWDIR%%/go/modules/business/.git/objects/e6/67219de1b36d13c38c863d6e88386bf6513565
+%%WWWDIR%%/go/modules/business/.git/objects/e7/a24958a414cf0a82b9208f21a4a62349f6e775
+%%WWWDIR%%/go/modules/business/.git/objects/e8/843825a381eaf2b9301958c8e6f2fbbef6f1cc
+%%WWWDIR%%/go/modules/business/.git/objects/e9/a51c2b9d8650ec90440a860df850da8906bdd8
+%%WWWDIR%%/go/modules/business/.git/objects/f1/c04b9a1f4f4c0d8f2acfd4e2180e2db1e6da3f
+%%WWWDIR%%/go/modules/business/.git/objects/f2/06596fa55d92ea92589ac6914ddf63a2c36eff
+%%WWWDIR%%/go/modules/business/.git/objects/fe/c6b38e0fc704180b8c2634255ac76aff462904
+%%WWWDIR%%/go/modules/business/.git/objects/ff/ad73e02727fb5dac91f0d62a9df94bbb0801d4
+%%WWWDIR%%/go/modules/business/.git/objects/pack/pack-65e49422e71647c14a6556ebe5cd23627029a691.idx
+%%WWWDIR%%/go/modules/business/.git/objects/pack/pack-65e49422e71647c14a6556ebe5cd23627029a691.pack
+%%WWWDIR%%/go/modules/business/.git/packed-refs
+%%WWWDIR%%/go/modules/business/.git/refs/heads/6.4.x
+%%WWWDIR%%/go/modules/business/.git/refs/heads/master
+%%WWWDIR%%/go/modules/business/.git/refs/remotes/origin/6.4.x
+%%WWWDIR%%/go/modules/business/.git/refs/remotes/origin/HEAD
+%%WWWDIR%%/go/modules/business/.git/refs/remotes/origin/master
+%%WWWDIR%%/go/modules/business/.gitignore
+%%WWWDIR%%/go/modules/business/newsletters/LicenseCheck.php
+%%WWWDIR%%/go/modules/business/newsletters/Module.php
+%%WWWDIR%%/go/modules/business/newsletters/controller/AddressList.php
+%%WWWDIR%%/go/modules/business/newsletters/controller/Newsletter.php
+%%WWWDIR%%/go/modules/business/newsletters/controller/Subscription.php
+%%WWWDIR%%/go/modules/business/newsletters/cron/Mailer.php
+%%WWWDIR%%/go/modules/business/newsletters/icon.png
+%%WWWDIR%%/go/modules/business/newsletters/install/install.sql
+%%WWWDIR%%/go/modules/business/newsletters/install/uninstall.sql
+%%WWWDIR%%/go/modules/business/newsletters/install/updates.php
+%%WWWDIR%%/go/modules/business/newsletters/language/en.php
+%%WWWDIR%%/go/modules/business/newsletters/language/nl.php
+%%WWWDIR%%/go/modules/business/newsletters/model/AddressList.php
+%%WWWDIR%%/go/modules/business/newsletters/model/AddressListEntity.php
+%%WWWDIR%%/go/modules/business/newsletters/model/Newsletter.php
+%%WWWDIR%%/go/modules/business/newsletters/model/NewsletterAttachment.php
+%%WWWDIR%%/go/modules/business/newsletters/model/NewsletterEntity.php
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/AddressListDialog.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/AddressListGrid.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/Composer.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/SentItemsGrid.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/SystemSettingsPanel.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/TemplatesWindow.js
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/business/newsletters/views/extjs3/themes/default/style.css
+%%WWWDIR%%/go/modules/community/addressbook/Module.php
 %%WWWDIR%%/go/modules/community/addressbook/controller/AddressBook.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/Contact.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/ContactStar.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/Group.php
+%%WWWDIR%%/go/modules/community/addressbook/controller/Migrate.php
+%%WWWDIR%%/go/modules/community/addressbook/convert/Csv.php
+%%WWWDIR%%/go/modules/community/addressbook/convert/VCard.php
+%%WWWDIR%%/go/modules/community/addressbook/customfield/Contact.php
+%%WWWDIR%%/go/modules/community/addressbook/icon.png
+%%WWWDIR%%/go/modules/community/addressbook/install/Migrate63to64.php
+%%WWWDIR%%/go/modules/community/addressbook/install/install.sql
+%%WWWDIR%%/go/modules/community/addressbook/install/migrate.txt
+%%WWWDIR%%/go/modules/community/addressbook/install/uninstall.sql
+%%WWWDIR%%/go/modules/community/addressbook/install/updates.php
+%%WWWDIR%%/go/modules/community/addressbook/language/en.php
+%%WWWDIR%%/go/modules/community/addressbook/language/nl.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Address.php
 %%WWWDIR%%/go/modules/community/addressbook/model/AddressBook.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Contact.php
+%%WWWDIR%%/go/modules/community/addressbook/model/ContactCustomFields.php
+%%WWWDIR%%/go/modules/community/addressbook/model/ContactGroup.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Date.php
+%%WWWDIR%%/go/modules/community/addressbook/model/EmailAddress.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Group.php
+%%WWWDIR%%/go/modules/community/addressbook/model/PhoneNumber.php
+%%WWWDIR%%/go/modules/community/addressbook/model/Url.php
+%%WWWDIR%%/go/modules/community/addressbook/model/UserSettings.php
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressBookCombo.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressBookDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressBookTree.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/AddressesField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactCombo.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactDetail.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/ContactGrid.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/CustomFieldSetDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/DatesField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/EmailAddressesField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/GroupDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/NameField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/PhoneNumbersField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SelectDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SettingsPanel.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SettingsProfilePanel.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/StarButton.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/TreeLoader.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/UrlsField.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/Utils.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/customfield/Contact.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/customfield/ContactDialog.js
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/addressbook.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/facebook.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/linkedin.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/twitter.png
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/src/style.scss
+%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/community/apikeys/Module.php
 %%WWWDIR%%/go/modules/community/apikeys/controller/Key.php
+%%WWWDIR%%/go/modules/community/apikeys/examples/contact.php
+%%WWWDIR%%/go/modules/community/apikeys/examples/instance.php
 %%WWWDIR%%/go/modules/community/apikeys/install/install.sql
 %%WWWDIR%%/go/modules/community/apikeys/install/uninstall.sql
 %%WWWDIR%%/go/modules/community/apikeys/language/cs.php
@@ -370,10 +835,64 @@
 %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/Module.js
 %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/SystemSettingsPanel.js
 %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/bookmarks/Module.php
+%%WWWDIR%%/go/modules/community/bookmarks/controller/Bookmark.php
+%%WWWDIR%%/go/modules/community/bookmarks/controller/Category.php
+%%WWWDIR%%/go/modules/community/bookmarks/icon.png
+%%WWWDIR%%/go/modules/community/bookmarks/install/install.sql
+%%WWWDIR%%/go/modules/community/bookmarks/install/uninstall.sql
+%%WWWDIR%%/go/modules/community/bookmarks/install/updates.php
+%%WWWDIR%%/go/modules/community/bookmarks/language/en.php
+%%WWWDIR%%/go/modules/community/bookmarks/language/nl.php
+%%WWWDIR%%/go/modules/community/bookmarks/model/Bookmark.php
+%%WWWDIR%%/go/modules/community/bookmarks/model/Category.php
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarkColumnView.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarkCombo.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarkContextMenu.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarksDialog.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/BookmarksView.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/CategoryDialog.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/ManageCategoriesGrid.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/ManageCategoryDialog.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/themes/default/images/bookmark.png
+%%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/community/calendar/controller/Calendar.php
 %%WWWDIR%%/go/modules/community/calendar/model/Calendar.php
+%%WWWDIR%%/go/modules/community/carddav/Backend.php
+%%WWWDIR%%/go/modules/community/carddav/Module.php
+%%WWWDIR%%/go/modules/community/carddav/index.php
+%%WWWDIR%%/go/modules/community/carddav/language/en.php
+%%WWWDIR%%/go/modules/community/comments/Module.php
+%%WWWDIR%%/go/modules/community/comments/controller/Comment.php
+%%WWWDIR%%/go/modules/community/comments/controller/Label.php
+%%WWWDIR%%/go/modules/community/comments/icon.png
+%%WWWDIR%%/go/modules/community/comments/install/install.sql
+%%WWWDIR%%/go/modules/community/comments/install/uninstall.sql
+%%WWWDIR%%/go/modules/community/comments/install/updates.php
+%%WWWDIR%%/go/modules/community/comments/language/en.php
+%%WWWDIR%%/go/modules/community/comments/language/nl.php
+%%WWWDIR%%/go/modules/community/comments/model/Comment.php
+%%WWWDIR%%/go/modules/community/comments/model/Label.php
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/CommentForm.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/CommentsDetailPanel.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/Composer.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/LabelGrid.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/QuickaddForm.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/Settings.js
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/themes/default/images/comments.png
+%%WWWDIR%%/go/modules/community/comments/views/extjs3/themes/default/style.css
+%%WWWDIR%%/go/modules/community/dev/Controller.tpl
+%%WWWDIR%%/go/modules/community/dev/Module.php
 %%WWWDIR%%/go/modules/community/dev/controller/Debugger.php
 %%WWWDIR%%/go/modules/community/dev/controller/Language.php
+%%WWWDIR%%/go/modules/community/dev/controller/Module.php
+%%WWWDIR%%/go/modules/community/dev/controller/Replace.php
+%%WWWDIR%%/go/modules/community/dev/language/en.php
 %%WWWDIR%%/go/modules/community/email/controller/Account.php
 %%WWWDIR%%/go/modules/community/email/model/Account.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/Googleauthenticator.php
@@ -426,6 +945,8 @@
 %%WWWDIR%%/go/modules/community/ldapauthenticator/Module.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/README.md
 %%WWWDIR%%/go/modules/community/ldapauthenticator/controller/Server.php
+%%WWWDIR%%/go/modules/community/ldapauthenticator/controller/Sync.php
+%%WWWDIR%%/go/modules/community/ldapauthenticator/cron/Sync.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/install/install.sql
 %%WWWDIR%%/go/modules/community/ldapauthenticator/install/uninstall.sql
 %%WWWDIR%%/go/modules/community/ldapauthenticator/install/updates.php
@@ -450,7 +971,6 @@
 %%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/community/multi_instance/Module.php
 %%WWWDIR%%/go/modules/community/multi_instance/README.md
-%%WWWDIR%%/go/modules/community/multi_instance/api_example/api-instance.php
 %%WWWDIR%%/go/modules/community/multi_instance/config.php.tpl
 %%WWWDIR%%/go/modules/community/multi_instance/controller/Instance.php
 %%WWWDIR%%/go/modules/community/multi_instance/cron/DeactivateTrials.php
@@ -476,6 +996,7 @@
 %%WWWDIR%%/go/modules/community/notes/Module.php
 %%WWWDIR%%/go/modules/community/notes/controller/Note.php
 %%WWWDIR%%/go/modules/community/notes/controller/NoteBook.php
+%%WWWDIR%%/go/modules/community/notes/icon.png
 %%WWWDIR%%/go/modules/community/notes/install/install.sql
 %%WWWDIR%%/go/modules/community/notes/install/uninstall.sql
 %%WWWDIR%%/go/modules/community/notes/install/updates.php
@@ -513,10 +1034,10 @@
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/MainPanel.js
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/Module.js
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookCombo.js
-%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookForm.js
+%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookDialog.js
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteBookGrid.js
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteDetail.js
-%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteForm.js
+%%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteDialog.js
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/NoteGrid.js
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/community/notes/views/extjs3/themes/default/images/notes.png
@@ -564,232 +1085,6 @@
 %%WWWDIR%%/go/modules/community/test/model/AHasOne.php
 %%WWWDIR%%/go/modules/community/test/model/B.php
 %%WWWDIR%%/go/modules/community/test/model/C.php
-%%WWWDIR%%/go/modules/core/core/Module.php
-%%WWWDIR%%/go/modules/core/core/controller/Settings.php
-%%WWWDIR%%/go/modules/core/core/install/updates.php
-%%WWWDIR%%/go/modules/core/core/language/ar.php
-%%WWWDIR%%/go/modules/core/core/language/bg.php
-%%WWWDIR%%/go/modules/core/core/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/core/language/ca.php
-%%WWWDIR%%/go/modules/core/core/language/cn.php
-%%WWWDIR%%/go/modules/core/core/language/cs.php
-%%WWWDIR%%/go/modules/core/core/language/da.php
-%%WWWDIR%%/go/modules/core/core/language/de.php
-%%WWWDIR%%/go/modules/core/core/language/el.php
-%%WWWDIR%%/go/modules/core/core/language/en.php
-%%WWWDIR%%/go/modules/core/core/language/en_uk.php
-%%WWWDIR%%/go/modules/core/core/language/es.php
-%%WWWDIR%%/go/modules/core/core/language/et.php
-%%WWWDIR%%/go/modules/core/core/language/fi.php
-%%WWWDIR%%/go/modules/core/core/language/fr.php
-%%WWWDIR%%/go/modules/core/core/language/hr.php
-%%WWWDIR%%/go/modules/core/core/language/hu.php
-%%WWWDIR%%/go/modules/core/core/language/id.php
-%%WWWDIR%%/go/modules/core/core/language/it.php
-%%WWWDIR%%/go/modules/core/core/language/ko.php
-%%WWWDIR%%/go/modules/core/core/language/nb.php
-%%WWWDIR%%/go/modules/core/core/language/nl.php
-%%WWWDIR%%/go/modules/core/core/language/pl.php
-%%WWWDIR%%/go/modules/core/core/language/pt_br.php
-%%WWWDIR%%/go/modules/core/core/language/ro.php
-%%WWWDIR%%/go/modules/core/core/language/ru.php
-%%WWWDIR%%/go/modules/core/core/language/sv.php
-%%WWWDIR%%/go/modules/core/core/language/th.php
-%%WWWDIR%%/go/modules/core/core/language/tr.php
-%%WWWDIR%%/go/modules/core/core/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/core/model/CronJob.php
-%%WWWDIR%%/go/modules/core/core/model/CronJobSchedule.php
-%%WWWDIR%%/go/modules/core/core/model/Settings.php
-%%WWWDIR%%/go/modules/core/customfields/Module.php
-%%WWWDIR%%/go/modules/core/customfields/controller/Field.php
-%%WWWDIR%%/go/modules/core/customfields/controller/FieldSet.php
-%%WWWDIR%%/go/modules/core/customfields/install/install.sql
-%%WWWDIR%%/go/modules/core/customfields/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/customfields/language/cs.php
-%%WWWDIR%%/go/modules/core/customfields/language/de.php
-%%WWWDIR%%/go/modules/core/customfields/language/en.php
-%%WWWDIR%%/go/modules/core/customfields/language/es.php
-%%WWWDIR%%/go/modules/core/customfields/language/fr.php
-%%WWWDIR%%/go/modules/core/customfields/language/hu.php
-%%WWWDIR%%/go/modules/core/customfields/language/id.php
-%%WWWDIR%%/go/modules/core/customfields/language/it.php
-%%WWWDIR%%/go/modules/core/customfields/language/ko.php
-%%WWWDIR%%/go/modules/core/customfields/language/nb.php
-%%WWWDIR%%/go/modules/core/customfields/language/nl.php
-%%WWWDIR%%/go/modules/core/customfields/language/pl.php
-%%WWWDIR%%/go/modules/core/customfields/language/pt_br.php
-%%WWWDIR%%/go/modules/core/customfields/language/ro.php
-%%WWWDIR%%/go/modules/core/customfields/language/ru.php
-%%WWWDIR%%/go/modules/core/customfields/language/sv.php
-%%WWWDIR%%/go/modules/core/customfields/language/th.php
-%%WWWDIR%%/go/modules/core/customfields/model/Field.php
-%%WWWDIR%%/go/modules/core/customfields/model/FieldSet.php
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoriesPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CategoryFormPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomFormPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/CustomfieldsTpl.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DataTypes.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/DisableCategoriesPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/EnableBlocksPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/FieldDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Functions.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ImportDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/MainPanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlockDialog.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/ManageBlocksGrid.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/SelectOptionsGrid.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TreeSelectOptions.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/TypePanel.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/namespaces.js
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.inc.php
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/categories.png
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/images/customfields.png
-%%WWWDIR%%/go/modules/core/customfields/views/extjs3/themes/default/style.css
-%%WWWDIR%%/go/modules/core/groups/Module.php
-%%WWWDIR%%/go/modules/core/groups/controller/Group.php
-%%WWWDIR%%/go/modules/core/groups/controller/Settings.php
-%%WWWDIR%%/go/modules/core/groups/language/bg.php
-%%WWWDIR%%/go/modules/core/groups/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/groups/language/ca.php
-%%WWWDIR%%/go/modules/core/groups/language/cn.php
-%%WWWDIR%%/go/modules/core/groups/language/cs.php
-%%WWWDIR%%/go/modules/core/groups/language/da.php
-%%WWWDIR%%/go/modules/core/groups/language/de.php
-%%WWWDIR%%/go/modules/core/groups/language/el.php
-%%WWWDIR%%/go/modules/core/groups/language/en.php
-%%WWWDIR%%/go/modules/core/groups/language/es.php
-%%WWWDIR%%/go/modules/core/groups/language/et.php
-%%WWWDIR%%/go/modules/core/groups/language/fi.php
-%%WWWDIR%%/go/modules/core/groups/language/fr.php
-%%WWWDIR%%/go/modules/core/groups/language/hr.php
-%%WWWDIR%%/go/modules/core/groups/language/hu.php
-%%WWWDIR%%/go/modules/core/groups/language/it.php
-%%WWWDIR%%/go/modules/core/groups/language/ko.php
-%%WWWDIR%%/go/modules/core/groups/language/nb.php
-%%WWWDIR%%/go/modules/core/groups/language/nl.php
-%%WWWDIR%%/go/modules/core/groups/language/pl.php
-%%WWWDIR%%/go/modules/core/groups/language/pt_br.php
-%%WWWDIR%%/go/modules/core/groups/language/ro.php
-%%WWWDIR%%/go/modules/core/groups/language/ru.php
-%%WWWDIR%%/go/modules/core/groups/language/sv.php
-%%WWWDIR%%/go/modules/core/groups/language/th.php
-%%WWWDIR%%/go/modules/core/groups/language/tr.php
-%%WWWDIR%%/go/modules/core/groups/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/groups/model/Group.php
-%%WWWDIR%%/go/modules/core/groups/model/Settings.php
-%%WWWDIR%%/go/modules/core/groups/readme.txt
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupDefaultsWindow.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupDialog.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/GroupUserGrid.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/SystemSettingsGroupGrid.js
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/themes/default/images/users.png
-%%WWWDIR%%/go/modules/core/groups/views/extjs3/themes/default/style.css
-%%WWWDIR%%/go/modules/core/links/Module.php
-%%WWWDIR%%/go/modules/core/links/controller/Link.php
-%%WWWDIR%%/go/modules/core/links/language/en.php
-%%WWWDIR%%/go/modules/core/links/language/fr.php
-%%WWWDIR%%/go/modules/core/links/language/nl.php
-%%WWWDIR%%/go/modules/core/links/model/Link.php
-%%WWWDIR%%/go/modules/core/links/views/extjs3/CreateLinkButton.js
-%%WWWDIR%%/go/modules/core/links/views/extjs3/LinkBrowserMenuItem.js
-%%WWWDIR%%/go/modules/core/links/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/links/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/modules/Module.php
-%%WWWDIR%%/go/modules/core/modules/controller/Module.php
-%%WWWDIR%%/go/modules/core/modules/language/bg.php
-%%WWWDIR%%/go/modules/core/modules/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/modules/language/ca.php
-%%WWWDIR%%/go/modules/core/modules/language/cn.php
-%%WWWDIR%%/go/modules/core/modules/language/cs.php
-%%WWWDIR%%/go/modules/core/modules/language/da.php
-%%WWWDIR%%/go/modules/core/modules/language/de.php
-%%WWWDIR%%/go/modules/core/modules/language/el.php
-%%WWWDIR%%/go/modules/core/modules/language/en.php
-%%WWWDIR%%/go/modules/core/modules/language/es.php
-%%WWWDIR%%/go/modules/core/modules/language/et.php
-%%WWWDIR%%/go/modules/core/modules/language/fi.php
-%%WWWDIR%%/go/modules/core/modules/language/fr.php
-%%WWWDIR%%/go/modules/core/modules/language/hr.php
-%%WWWDIR%%/go/modules/core/modules/language/hu.php
-%%WWWDIR%%/go/modules/core/modules/language/it.php
-%%WWWDIR%%/go/modules/core/modules/language/ko.php
-%%WWWDIR%%/go/modules/core/modules/language/nb.php
-%%WWWDIR%%/go/modules/core/modules/language/nl.php
-%%WWWDIR%%/go/modules/core/modules/language/pl.php
-%%WWWDIR%%/go/modules/core/modules/language/pt_br.php
-%%WWWDIR%%/go/modules/core/modules/language/ro.php
-%%WWWDIR%%/go/modules/core/modules/language/ru.php
-%%WWWDIR%%/go/modules/core/modules/language/sv.php
-%%WWWDIR%%/go/modules/core/modules/language/th.php
-%%WWWDIR%%/go/modules/core/modules/language/tr.php
-%%WWWDIR%%/go/modules/core/modules/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/modules/model/Module.php
-%%WWWDIR%%/go/modules/core/search/Module.php
-%%WWWDIR%%/go/modules/core/search/controller/Search.php
-%%WWWDIR%%/go/modules/core/search/language/cs.php
-%%WWWDIR%%/go/modules/core/search/language/en.php
-%%WWWDIR%%/go/modules/core/search/language/fr.php
-%%WWWDIR%%/go/modules/core/search/language/it.php
-%%WWWDIR%%/go/modules/core/search/language/pt_br.php
-%%WWWDIR%%/go/modules/core/search/model/Search.php
-%%WWWDIR%%/go/modules/core/search/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/search/views/extjs3/Panel.js
-%%WWWDIR%%/go/modules/core/search/views/extjs3/SearchCombo.js
-%%WWWDIR%%/go/modules/core/search/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/users/Module.php
-%%WWWDIR%%/go/modules/core/users/controller/Settings.php
-%%WWWDIR%%/go/modules/core/users/controller/User.php
-%%WWWDIR%%/go/modules/core/users/install/updates.php
-%%WWWDIR%%/go/modules/core/users/language/bg.php
-%%WWWDIR%%/go/modules/core/users/language/bn_bd.php
-%%WWWDIR%%/go/modules/core/users/language/ca.php
-%%WWWDIR%%/go/modules/core/users/language/cn.php
-%%WWWDIR%%/go/modules/core/users/language/cs.php
-%%WWWDIR%%/go/modules/core/users/language/da.php
-%%WWWDIR%%/go/modules/core/users/language/de.php
-%%WWWDIR%%/go/modules/core/users/language/el.php
-%%WWWDIR%%/go/modules/core/users/language/en.php
-%%WWWDIR%%/go/modules/core/users/language/es.php
-%%WWWDIR%%/go/modules/core/users/language/et.php
-%%WWWDIR%%/go/modules/core/users/language/fi.php
-%%WWWDIR%%/go/modules/core/users/language/fr.php
-%%WWWDIR%%/go/modules/core/users/language/hr.php
-%%WWWDIR%%/go/modules/core/users/language/hu.php
-%%WWWDIR%%/go/modules/core/users/language/id.php
-%%WWWDIR%%/go/modules/core/users/language/it.php
-%%WWWDIR%%/go/modules/core/users/language/ko.php
-%%WWWDIR%%/go/modules/core/users/language/nb.php
-%%WWWDIR%%/go/modules/core/users/language/nl.php
-%%WWWDIR%%/go/modules/core/users/language/pl.php
-%%WWWDIR%%/go/modules/core/users/language/pt_br.php
-%%WWWDIR%%/go/modules/core/users/language/ro.php
-%%WWWDIR%%/go/modules/core/users/language/ru.php
-%%WWWDIR%%/go/modules/core/users/language/sv.php
-%%WWWDIR%%/go/modules/core/users/language/th.php
-%%WWWDIR%%/go/modules/core/users/language/tr.php
-%%WWWDIR%%/go/modules/core/users/language/zh_tw.php
-%%WWWDIR%%/go/modules/core/users/model/Settings.php
-%%WWWDIR%%/go/modules/core/users/model/User.php
-%%WWWDIR%%/go/modules/core/users/model/UserGroup.php
-%%WWWDIR%%/go/modules/core/users/model/WorkingWeek.php
-%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserAccountPanel.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserPasswordPanel.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/CreateUserWizard.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/SystemSettingsUserGrid.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/UserDefaultsWindow.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/UserGroupGrid.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/UserSettingsWorkingWeek.js
-%%WWWDIR%%/go/modules/core/users/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/images/key.png
-%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/images/users.png
-%%WWWDIR%%/go/modules/core/users/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/vendor/jupload/readme.md
 %%WWWDIR%%/go/vendor/jupload/wjhk.jupload.jar
 %%WWWDIR%%/go/vendor/odtphp/library/Segment.php
@@ -819,9 +1114,7 @@
 %%WWWDIR%%/go/vendor/wsdl/checkVatService.wsdl
 %%WWWDIR%%/groupoffice
 %%WWWDIR%%/groupofficecli.php
-%%WWWDIR%%/importlang.php
 %%WWWDIR%%/index.php
-%%WWWDIR%%/install/62to63.php
 %%WWWDIR%%/install/configfile.php
 %%WWWDIR%%/install/configfile.php.bak
 %%WWWDIR%%/install/finished.php
@@ -830,20 +1123,9 @@
 %%WWWDIR%%/install/header.php
 %%WWWDIR%%/install/index.php
 %%WWWDIR%%/install/install.php
-%%WWWDIR%%/install/install.sql
 %%WWWDIR%%/install/style.css
 %%WWWDIR%%/install/test.php
-%%WWWDIR%%/install/updatescripts/11_users_to_addressbook.inc.php
-%%WWWDIR%%/install/updatescripts/12_users_to_companies.php
-%%WWWDIR%%/install/updatescripts/13_insert_system_cron.php
-%%WWWDIR%%/install/updatescripts/14_insert_disk_usage_cron.php
-%%WWWDIR%%/install/updatescripts/15_update_dutch_holidays.php
-%%WWWDIR%%/install/updatescripts/16_update_db_collation_utf8_general_ci_to_utf8mb4_unicode_ci.php
-%%WWWDIR%%/install/updatescripts/17_build_options.php
-%%WWWDIR%%/install/updatescripts/18_entities.php

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161451.x5GEpX5p018746>