Commit 07d64ed1 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-897 Moved KopanoChangesWrapper, ReplyBackImExporter and

ReplyBackState to kopano backend folder, updated autoloader.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 4221ae0d
...@@ -64,7 +64,7 @@ return array( ...@@ -64,7 +64,7 @@ return array(
'IpcMemcachedProvider' => $baseDir . '/backend/ipcmemcached/ipcmemcachedprovider.php', 'IpcMemcachedProvider' => $baseDir . '/backend/ipcmemcached/ipcmemcachedprovider.php',
'IpcSharedMemoryProvider' => $baseDir . '/backend/ipcsharedmemory/ipcsharedmemoryprovider.php', 'IpcSharedMemoryProvider' => $baseDir . '/backend/ipcsharedmemory/ipcsharedmemoryprovider.php',
'ItemOperations' => $baseDir . '/lib/request/itemoperations.php', 'ItemOperations' => $baseDir . '/lib/request/itemoperations.php',
'KopanoChangesWrapper' => $baseDir . '/backend/zarafa/kopanochangeswrapper.php', 'KopanoChangesWrapper' => $baseDir . '/backend/kopano/kopanochangeswrapper.php',
'Log' => $baseDir . '/lib/log/log.php', 'Log' => $baseDir . '/lib/log/log.php',
'LoopDetection' => $baseDir . '/lib/core/loopdetection.php', 'LoopDetection' => $baseDir . '/lib/core/loopdetection.php',
'MAPIException' => $baseDir . '/backend/kopano/mapi/class.mapiexception.php', 'MAPIException' => $baseDir . '/backend/kopano/mapi/class.mapiexception.php',
...@@ -88,8 +88,8 @@ return array( ...@@ -88,8 +88,8 @@ return array(
'ProvisioningRequiredException' => $baseDir . '/lib/exceptions/provisioningrequiredexception.php', 'ProvisioningRequiredException' => $baseDir . '/lib/exceptions/provisioningrequiredexception.php',
'Recurrence' => $baseDir . '/backend/kopano/mapi/class.recurrence.php', 'Recurrence' => $baseDir . '/backend/kopano/mapi/class.recurrence.php',
'ReplaceNullcharFilter' => $baseDir . '/lib/wbxml/replacenullcharfilter.php', 'ReplaceNullcharFilter' => $baseDir . '/lib/wbxml/replacenullcharfilter.php',
'ReplyBackImExporter' => $baseDir . '/backend/zarafa/replybackimexporter.php', 'ReplyBackImExporter' => $baseDir . '/backend/kopano/replybackimexporter.php',
'ReplyBackState' => $baseDir . '/backend/zarafa/replybackstate.php', 'ReplyBackState' => $baseDir . '/backend/kopano/replybackstate.php',
'Request' => $baseDir . '/lib/request/request.php', 'Request' => $baseDir . '/lib/request/request.php',
'RequestProcessor' => $baseDir . '/lib/request/requestprocessor.php', 'RequestProcessor' => $baseDir . '/lib/request/requestprocessor.php',
'ResolveRecipients' => $baseDir . '/lib/request/resolverecipients.php', 'ResolveRecipients' => $baseDir . '/lib/request/resolverecipients.php',
......
...@@ -21,15 +21,16 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f ...@@ -21,15 +21,16 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'BackendCombined' => __DIR__ . '/../..' . '/backend/combined/combined.php', 'BackendCombined' => __DIR__ . '/../..' . '/backend/combined/combined.php',
'BackendCombinedConfig' => __DIR__ . '/../..' . '/backend/combined/config.php', 'BackendCombinedConfig' => __DIR__ . '/../..' . '/backend/combined/config.php',
'BackendDiff' => __DIR__ . '/../..' . '/lib/default/diffbackend/diffbackend.php', 'BackendDiff' => __DIR__ . '/../..' . '/lib/default/diffbackend/diffbackend.php',
'BackendICS' => __DIR__ . '/../..' . '/backend/zarafa/zarafa.php', 'BackendICS' => __DIR__ . '/../..' . '/backend/kopano/kopano.php',
'BackendIMAP' => __DIR__ . '/../..' . '/backend/imap/imap.php', 'BackendIMAP' => __DIR__ . '/../..' . '/backend/imap/imap.php',
'BackendKopano' => __DIR__ . '/../..' . '/backend/kopano/kopano.php',
'BackendLDAP' => __DIR__ . '/../..' . '/backend/ldap/ldap.php', 'BackendLDAP' => __DIR__ . '/../..' . '/backend/ldap/ldap.php',
'BackendMaildir' => __DIR__ . '/../..' . '/backend/maildir/maildir.php', 'BackendMaildir' => __DIR__ . '/../..' . '/backend/maildir/maildir.php',
'BackendSearchLDAP' => __DIR__ . '/../..' . '/backend/searchldap/searchldap.php', 'BackendSearchLDAP' => __DIR__ . '/../..' . '/backend/searchldap/searchldap.php',
'BackendVCardDir' => __DIR__ . '/../..' . '/backend/vcarddir/vcarddir.php', 'BackendVCardDir' => __DIR__ . '/../..' . '/backend/vcarddir/vcarddir.php',
'BackendZarafa' => __DIR__ . '/../..' . '/backend/zarafa/zarafa.php', 'BackendZarafa' => __DIR__ . '/../..' . '/backend/kopano/kopano.php',
'BaseException' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.baseexception.php', 'BaseException' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.baseexception.php',
'BaseRecurrence' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.baserecurrence.php', 'BaseRecurrence' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.baserecurrence.php',
'BodyPreference' => __DIR__ . '/../..' . '/lib/core/bodypreference.php', 'BodyPreference' => __DIR__ . '/../..' . '/lib/core/bodypreference.php',
'CalDAVClient' => __DIR__ . '/../..' . '/include/z_caldav.php', 'CalDAVClient' => __DIR__ . '/../..' . '/include/z_caldav.php',
'CalendarInfo' => __DIR__ . '/../..' . '/include/z_caldav.php', 'CalendarInfo' => __DIR__ . '/../..' . '/include/z_caldav.php',
...@@ -39,7 +40,7 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f ...@@ -39,7 +40,7 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'DiffState' => __DIR__ . '/../..' . '/lib/default/diffbackend/diffstate.php', 'DiffState' => __DIR__ . '/../..' . '/lib/default/diffbackend/diffstate.php',
'ExportChangesCombined' => __DIR__ . '/../..' . '/backend/combined/exporter.php', 'ExportChangesCombined' => __DIR__ . '/../..' . '/backend/combined/exporter.php',
'ExportChangesDiff' => __DIR__ . '/../..' . '/lib/default/diffbackend/exportchangesdiff.php', 'ExportChangesDiff' => __DIR__ . '/../..' . '/lib/default/diffbackend/exportchangesdiff.php',
'ExportChangesICS' => __DIR__ . '/../..' . '/backend/zarafa/exporter.php', 'ExportChangesICS' => __DIR__ . '/../..' . '/backend/kopano/exporter.php',
'FatalException' => __DIR__ . '/../..' . '/lib/exceptions/fatalexception.php', 'FatalException' => __DIR__ . '/../..' . '/lib/exceptions/fatalexception.php',
'FatalMisconfigurationException' => __DIR__ . '/../..' . '/lib/exceptions/fatalmisconfigurationexception.php', 'FatalMisconfigurationException' => __DIR__ . '/../..' . '/lib/exceptions/fatalmisconfigurationexception.php',
'FatalNotImplementedException' => __DIR__ . '/../..' . '/lib/exceptions/fatalnotimplementedexception.php', 'FatalNotImplementedException' => __DIR__ . '/../..' . '/lib/exceptions/fatalnotimplementedexception.php',
...@@ -47,14 +48,14 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f ...@@ -47,14 +48,14 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'FileStateMachine' => __DIR__ . '/../..' . '/lib/default/filestatemachine.php', 'FileStateMachine' => __DIR__ . '/../..' . '/lib/default/filestatemachine.php',
'FolderChange' => __DIR__ . '/../..' . '/lib/request/folderchange.php', 'FolderChange' => __DIR__ . '/../..' . '/lib/request/folderchange.php',
'FolderSync' => __DIR__ . '/../..' . '/lib/request/foldersync.php', 'FolderSync' => __DIR__ . '/../..' . '/lib/request/foldersync.php',
'FreeBusyPublish' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.freebusypublish.php', 'FreeBusyPublish' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.freebusypublish.php',
'GetAttachment' => __DIR__ . '/../..' . '/lib/request/getattachment.php', 'GetAttachment' => __DIR__ . '/../..' . '/lib/request/getattachment.php',
'GetHierarchy' => __DIR__ . '/../..' . '/lib/request/gethierarchy.php', 'GetHierarchy' => __DIR__ . '/../..' . '/lib/request/gethierarchy.php',
'GetItemEstimate' => __DIR__ . '/../..' . '/lib/request/getitemestimate.php', 'GetItemEstimate' => __DIR__ . '/../..' . '/lib/request/getitemestimate.php',
'HTTPReturnCodeException' => __DIR__ . '/../..' . '/lib/exceptions/httpreturncodeexception.php', 'HTTPReturnCodeException' => __DIR__ . '/../..' . '/lib/exceptions/httpreturncodeexception.php',
'HierarchyCache' => __DIR__ . '/../..' . '/lib/core/hierarchycache.php', 'HierarchyCache' => __DIR__ . '/../..' . '/lib/core/hierarchycache.php',
'IBackend' => __DIR__ . '/../..' . '/lib/interface/ibackend.php', 'IBackend' => __DIR__ . '/../..' . '/lib/interface/ibackend.php',
'ICalParser' => __DIR__ . '/../..' . '/backend/zarafa/icalparser.php', 'ICalParser' => __DIR__ . '/../..' . '/backend/kopano/icalparser.php',
'IChanges' => __DIR__ . '/../..' . '/lib/interface/ichanges.php', 'IChanges' => __DIR__ . '/../..' . '/lib/interface/ichanges.php',
'IExportChanges' => __DIR__ . '/../..' . '/lib/interface/iexportchanges.php', 'IExportChanges' => __DIR__ . '/../..' . '/lib/interface/iexportchanges.php',
'IImportChanges' => __DIR__ . '/../..' . '/lib/interface/iimportchanges.php', 'IImportChanges' => __DIR__ . '/../..' . '/lib/interface/iimportchanges.php',
...@@ -63,39 +64,39 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f ...@@ -63,39 +64,39 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'IStateMachine' => __DIR__ . '/../..' . '/lib/interface/istatemachine.php', 'IStateMachine' => __DIR__ . '/../..' . '/lib/interface/istatemachine.php',
'ImportChangesCombined' => __DIR__ . '/../..' . '/backend/combined/importer.php', 'ImportChangesCombined' => __DIR__ . '/../..' . '/backend/combined/importer.php',
'ImportChangesDiff' => __DIR__ . '/../..' . '/lib/default/diffbackend/importchangesdiff.php', 'ImportChangesDiff' => __DIR__ . '/../..' . '/lib/default/diffbackend/importchangesdiff.php',
'ImportChangesICS' => __DIR__ . '/../..' . '/backend/zarafa/importer.php', 'ImportChangesICS' => __DIR__ . '/../..' . '/backend/kopano/importer.php',
'ImportChangesStream' => __DIR__ . '/../..' . '/lib/core/streamimporter.php', 'ImportChangesStream' => __DIR__ . '/../..' . '/lib/core/streamimporter.php',
'ImportHierarchyChangesCombinedWrap' => __DIR__ . '/../..' . '/backend/combined/importer.php', 'ImportHierarchyChangesCombinedWrap' => __DIR__ . '/../..' . '/backend/combined/importer.php',
'InterProcessData' => __DIR__ . '/../..' . '/lib/core/interprocessdata.php', 'InterProcessData' => __DIR__ . '/../..' . '/lib/core/interprocessdata.php',
'IpcMemcachedProvider' => __DIR__ . '/../..' . '/backend/ipcmemcached/ipcmemcachedprovider.php', 'IpcMemcachedProvider' => __DIR__ . '/../..' . '/backend/ipcmemcached/ipcmemcachedprovider.php',
'IpcSharedMemoryProvider' => __DIR__ . '/../..' . '/backend/ipcsharedmemory/ipcsharedmemoryprovider.php', 'IpcSharedMemoryProvider' => __DIR__ . '/../..' . '/backend/ipcsharedmemory/ipcsharedmemoryprovider.php',
'ItemOperations' => __DIR__ . '/../..' . '/lib/request/itemoperations.php', 'ItemOperations' => __DIR__ . '/../..' . '/lib/request/itemoperations.php',
'KopanoChangesWrapper' => __DIR__ . '/../..' . '/backend/zarafa/kopanochangeswrapper.php', 'KopanoChangesWrapper' => __DIR__ . '/../..' . '/backend/kopano/kopanochangeswrapper.php',
'Log' => __DIR__ . '/../..' . '/lib/log/log.php', 'Log' => __DIR__ . '/../..' . '/lib/log/log.php',
'LoopDetection' => __DIR__ . '/../..' . '/lib/core/loopdetection.php', 'LoopDetection' => __DIR__ . '/../..' . '/lib/core/loopdetection.php',
'MAPIException' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.mapiexception.php', 'MAPIException' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.mapiexception.php',
'MAPIMapping' => __DIR__ . '/../..' . '/backend/zarafa/mapimapping.php', 'MAPIMapping' => __DIR__ . '/../..' . '/backend/kopano/mapimapping.php',
'MAPIProvider' => __DIR__ . '/../..' . '/backend/zarafa/mapiprovider.php', 'MAPIProvider' => __DIR__ . '/../..' . '/backend/kopano/mapiprovider.php',
'MAPIStreamWrapper' => __DIR__ . '/../..' . '/backend/zarafa/mapistreamwrapper.php', 'MAPIStreamWrapper' => __DIR__ . '/../..' . '/backend/kopano/mapistreamwrapper.php',
'MAPIUtils' => __DIR__ . '/../..' . '/backend/zarafa/mapiutils.php', 'MAPIUtils' => __DIR__ . '/../..' . '/backend/kopano/mapiutils.php',
'Mail_RFC822' => __DIR__ . '/../..' . '/include/z_RFC822.php', 'Mail_RFC822' => __DIR__ . '/../..' . '/include/z_RFC822.php',
'Mail_mimeDecode' => __DIR__ . '/../..' . '/include/mimeDecode.php', 'Mail_mimeDecode' => __DIR__ . '/../..' . '/include/mimeDecode.php',
'MeetingResponse' => __DIR__ . '/../..' . '/lib/request/meetingresponse.php', 'MeetingResponse' => __DIR__ . '/../..' . '/lib/request/meetingresponse.php',
'Meetingrequest' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.meetingrequest.php', 'Meetingrequest' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.meetingrequest.php',
'MoveItems' => __DIR__ . '/../..' . '/lib/request/moveitems.php', 'MoveItems' => __DIR__ . '/../..' . '/lib/request/moveitems.php',
'NoHierarchyCacheAvailableException' => __DIR__ . '/../..' . '/lib/exceptions/nohierarchycacheavailableexception.php', 'NoHierarchyCacheAvailableException' => __DIR__ . '/../..' . '/lib/exceptions/nohierarchycacheavailableexception.php',
'NoPostRequestException' => __DIR__ . '/../..' . '/lib/exceptions/nopostrequestexception.php', 'NoPostRequestException' => __DIR__ . '/../..' . '/lib/exceptions/nopostrequestexception.php',
'NotImplementedException' => __DIR__ . '/../..' . '/lib/exceptions/notimplementedexception.php', 'NotImplementedException' => __DIR__ . '/../..' . '/lib/exceptions/notimplementedexception.php',
'Notify' => __DIR__ . '/../..' . '/lib/request/notify.php', 'Notify' => __DIR__ . '/../..' . '/lib/request/notify.php',
'PHPWrapper' => __DIR__ . '/../..' . '/backend/zarafa/mapiphpwrapper.php', 'PHPWrapper' => __DIR__ . '/../..' . '/backend/kopano/mapiphpwrapper.php',
'Ping' => __DIR__ . '/../..' . '/lib/request/ping.php', 'Ping' => __DIR__ . '/../..' . '/lib/request/ping.php',
'PingTracking' => __DIR__ . '/../..' . '/lib/core/pingtracking.php', 'PingTracking' => __DIR__ . '/../..' . '/lib/core/pingtracking.php',
'Provisioning' => __DIR__ . '/../..' . '/lib/request/provisioning.php', 'Provisioning' => __DIR__ . '/../..' . '/lib/request/provisioning.php',
'ProvisioningRequiredException' => __DIR__ . '/../..' . '/lib/exceptions/provisioningrequiredexception.php', 'ProvisioningRequiredException' => __DIR__ . '/../..' . '/lib/exceptions/provisioningrequiredexception.php',
'Recurrence' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.recurrence.php', 'Recurrence' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.recurrence.php',
'ReplaceNullcharFilter' => __DIR__ . '/../..' . '/lib/wbxml/replacenullcharfilter.php', 'ReplaceNullcharFilter' => __DIR__ . '/../..' . '/lib/wbxml/replacenullcharfilter.php',
'ReplyBackImExporter' => __DIR__ . '/../..' . '/backend/zarafa/replybackimexporter.php', 'ReplyBackImExporter' => __DIR__ . '/../..' . '/backend/kopano/replybackimexporter.php',
'ReplyBackState' => __DIR__ . '/../..' . '/backend/zarafa/replybackstate.php', 'ReplyBackState' => __DIR__ . '/../..' . '/backend/kopano/replybackstate.php',
'Request' => __DIR__ . '/../..' . '/lib/request/request.php', 'Request' => __DIR__ . '/../..' . '/lib/request/request.php',
'RequestProcessor' => __DIR__ . '/../..' . '/lib/request/requestprocessor.php', 'RequestProcessor' => __DIR__ . '/../..' . '/lib/request/requestprocessor.php',
'ResolveRecipients' => __DIR__ . '/../..' . '/lib/request/resolverecipients.php', 'ResolveRecipients' => __DIR__ . '/../..' . '/lib/request/resolverecipients.php',
...@@ -152,9 +153,9 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f ...@@ -152,9 +153,9 @@ class ComposerStaticInitd6749fc2fb9944bbe86b2b7d79a7852f
'SyncUserInformation' => __DIR__ . '/../..' . '/lib/syncobjects/syncuserinformation.php', 'SyncUserInformation' => __DIR__ . '/../..' . '/lib/syncobjects/syncuserinformation.php',
'SyncValidateCert' => __DIR__ . '/../..' . '/lib/syncobjects/syncvalidatecert.php', 'SyncValidateCert' => __DIR__ . '/../..' . '/lib/syncobjects/syncvalidatecert.php',
'Syslog' => __DIR__ . '/../..' . '/lib/log/syslog.php', 'Syslog' => __DIR__ . '/../..' . '/lib/log/syslog.php',
'TNEFParser' => __DIR__ . '/../..' . '/backend/zarafa/tnefparser.php', 'TNEFParser' => __DIR__ . '/../..' . '/backend/kopano/tnefparser.php',
'TaskRecurrence' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.taskrecurrence.php', 'TaskRecurrence' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.taskrecurrence.php',
'TaskRequest' => __DIR__ . '/../..' . '/backend/zarafa/mapi/class.taskrequest.php', 'TaskRequest' => __DIR__ . '/../..' . '/backend/kopano/mapi/class.taskrequest.php',
'TimezoneUtil' => __DIR__ . '/../..' . '/lib/utils/timezoneutil.php', 'TimezoneUtil' => __DIR__ . '/../..' . '/lib/utils/timezoneutil.php',
'TopCollector' => __DIR__ . '/../..' . '/lib/core/topcollector.php', 'TopCollector' => __DIR__ . '/../..' . '/lib/core/topcollector.php',
'UnavailableException' => __DIR__ . '/../..' . '/lib/exceptions/unavailableexception.php', 'UnavailableException' => __DIR__ . '/../..' . '/lib/exceptions/unavailableexception.php',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment