@@ -22,13 +22,13 @@ discard block |
||
| 22 | 22 | require_once $composerAutoloadFile; |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | -$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['EWW\Dpf\Tasks\TransferTask'] = array( |
|
| 25 | +$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['EWW\Dpf\Tasks\TransferTask'] = array ( |
|
| 26 | 26 | 'extension' => $_EXTKEY, |
| 27 | 27 | 'title' => 'Qucosa-Dokumente ans Repository übertragen.', |
| 28 | 28 | 'description' => '', |
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | -$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['EWW\Dpf\Tasks\EmbargoTask'] = array( |
|
| 31 | +$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['EWW\Dpf\Tasks\EmbargoTask'] = array ( |
|
| 32 | 32 | 'extension' => $_EXTKEY, |
| 33 | 33 | 'title' => 'Kitodo.Publication Embargo Task', |
| 34 | 34 | 'description' => 'Embargo task for sending information to admins or publish files automatically if the embargo date is expired', |
@@ -37,13 +37,13 @@ discard block |
||
| 37 | 37 | \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( |
| 38 | 38 | 'EWW.' . $_EXTKEY, |
| 39 | 39 | 'Qucosaform', |
| 40 | - array( |
|
| 40 | + array ( |
|
| 41 | 41 | 'DocumentForm' => 'list,new,create,edit,update,delete,cancel', |
| 42 | 42 | 'AjaxDocumentForm' => 'group,fileGroup,field,deleteFile,primaryUpload,secondaryUpload,fillOut', |
| 43 | 43 | 'Gnd' => 'search', |
| 44 | 44 | ), |
| 45 | 45 | // non-cacheable actions |
| 46 | - array( |
|
| 46 | + array ( |
|
| 47 | 47 | 'DocumentForm' => 'list,new,create,edit,update,delete,cancel,ajaxGroup,ajaxFileGroup,ajaxField', |
| 48 | 48 | 'AjaxDocumentForm' => 'group,fileGroup,field,deleteFile,primaryUpload,secondaryUpload,fillOut', |
| 49 | 49 | 'Gnd' => 'search', |
@@ -55,11 +55,11 @@ discard block |
||
| 55 | 55 | \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( |
| 56 | 56 | 'EWW.' . $_EXTKEY, |
| 57 | 57 | 'Frontendsearch', |
| 58 | - array( |
|
| 58 | + array ( |
|
| 59 | 59 | 'SearchFE' => 'search,extendedSearch,showSearchForm', |
| 60 | 60 | ), |
| 61 | 61 | // non-cacheable actions |
| 62 | - array( |
|
| 62 | + array ( |
|
| 63 | 63 | 'SearchFE' => 'search,extendedSearch' |
| 64 | 64 | ) |
| 65 | 65 | ); |
@@ -67,11 +67,11 @@ discard block |
||
| 67 | 67 | \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( |
| 68 | 68 | 'EWW.' . $_EXTKEY, |
| 69 | 69 | 'Getfile', |
| 70 | - array( |
|
| 70 | + array ( |
|
| 71 | 71 | 'GetFile' => 'attachment', |
| 72 | 72 | ), |
| 73 | 73 | // non-cacheable actions |
| 74 | - array( |
|
| 74 | + array ( |
|
| 75 | 75 | 'GetFile' => 'attachment', |
| 76 | 76 | ) |
| 77 | 77 | ); |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( |
| 91 | 91 | 'EWW.' . $_EXTKEY, |
| 92 | 92 | 'Backoffice', |
| 93 | - array( |
|
| 93 | + array ( |
|
| 94 | 94 | 'Workspace' => 'listWorkspace, initIndex, ' |
| 95 | 95 | .'batch, batchRegister, batchRemove, batchReleaseValidated, batchReleaseUnvalidated, editDocument, batchSetInProgress', |
| 96 | 96 | 'Document' => 'logout, showDetails, discard, postpone, deleteLocally, deleteLocallySuggestion, register, releasePublish, ' |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | 'User' => 'settings, saveSettings', |
| 116 | 116 | ), |
| 117 | 117 | // non-cacheable actions |
| 118 | - array( |
|
| 118 | + array ( |
|
| 119 | 119 | 'Workspace' => 'listWorkspace, initIndex, ' |
| 120 | 120 | .'batch, batchRegister, batchRemove, batchReleaseValidated, batchReleaseUnvalidated, editDocument, batchSetInProgress', |
| 121 | 121 | 'Document' => 'logout, showDetails, discard, postpone, deleteLocally, deleteLocallySuggestion, register, releasePublish, ' |
@@ -142,15 +142,15 @@ discard block |
||
| 142 | 142 | ); |
| 143 | 143 | |
| 144 | 144 | |
| 145 | -\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43($_EXTKEY, 'Classes/Plugins/MetaTags/MetaTags.php', '_metatags', 'list_type', true); |
|
| 145 | +\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43($_EXTKEY, 'Classes/Plugins/MetaTags/MetaTags.php', '_metatags', 'list_type', TRUE); |
|
| 146 | 146 | $overrideSetup = 'plugin.tx_dpf_metatags.userFunc = EWW\Dpf\Plugins\MetaTags\MetaTags->main'; |
| 147 | 147 | \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScript($_EXTKEY, 'setup', $overrideSetup); |
| 148 | 148 | |
| 149 | -\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43($_EXTKEY, 'Classes/Plugins/DownloadTool/DownloadTool.php', '_downloadtool', 'list_type', true); |
|
| 149 | +\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43($_EXTKEY, 'Classes/Plugins/DownloadTool/DownloadTool.php', '_downloadtool', 'list_type', TRUE); |
|
| 150 | 150 | $overrideSetup = 'plugin.tx_dpf_downloadtool.userFunc = EWW\Dpf\Plugins\DownloadTool\DownloadTool->main'; |
| 151 | 151 | \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScript($_EXTKEY, 'setup', $overrideSetup); |
| 152 | 152 | |
| 153 | -\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43($_EXTKEY, 'Classes/Plugins/RelatedListTool/RelatedListTool.php', '_relatedlisttool', 'list_type', true); |
|
| 153 | +\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPItoST43($_EXTKEY, 'Classes/Plugins/RelatedListTool/RelatedListTool.php', '_relatedlisttool', 'list_type', TRUE); |
|
| 154 | 154 | $overrideSetup = 'plugin.tx_dpf_relatedlisttool.userFunc = EWW\Dpf\Plugins\RelatedListTool\RelatedListTool->main'; |
| 155 | 155 | \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTypoScript($_EXTKEY, 'setup', $overrideSetup); |
| 156 | 156 | |
@@ -171,28 +171,28 @@ discard block |
||
| 171 | 171 | 'actionChange', |
| 172 | 172 | \EWW\Dpf\Services\Document\DocumentCleaner::class, |
| 173 | 173 | 'cleanUpDocuments', |
| 174 | - false |
|
| 174 | + FALSE |
|
| 175 | 175 | ); |
| 176 | 176 | $signalSlotDispatcher->connect( |
| 177 | 177 | \EWW\Dpf\Controller\SearchController::class, |
| 178 | 178 | 'actionChange', |
| 179 | 179 | \EWW\Dpf\Services\Document\DocumentCleaner::class, |
| 180 | 180 | 'cleanUpDocuments', |
| 181 | - false |
|
| 181 | + FALSE |
|
| 182 | 182 | ); |
| 183 | 183 | $signalSlotDispatcher->connect( |
| 184 | 184 | \EWW\Dpf\Controller\DocumentFormBackofficeController::class, |
| 185 | 185 | 'actionChange', |
| 186 | 186 | \EWW\Dpf\Services\Document\DocumentCleaner::class, |
| 187 | 187 | 'cleanUpDocuments', |
| 188 | - false |
|
| 188 | + FALSE |
|
| 189 | 189 | ); |
| 190 | 190 | $signalSlotDispatcher->connect( |
| 191 | 191 | \EWW\Dpf\Controller\WorkspaceController::class, |
| 192 | 192 | 'actionChange', |
| 193 | 193 | \EWW\Dpf\Services\Document\DocumentCleaner::class, |
| 194 | 194 | 'cleanUpDocuments', |
| 195 | - false |
|
| 195 | + FALSE |
|
| 196 | 196 | ); |
| 197 | 197 | |
| 198 | 198 | // ElasticSearch |
@@ -201,7 +201,7 @@ discard block |
||
| 201 | 201 | 'indexDocument', |
| 202 | 202 | \EWW\Dpf\Services\ElasticSearch\ElasticSearch::class, |
| 203 | 203 | 'index', |
| 204 | - false |
|
| 204 | + FALSE |
|
| 205 | 205 | ); |
| 206 | 206 | |
| 207 | 207 | $signalSlotDispatcher->connect( |
@@ -209,5 +209,5 @@ discard block |
||
| 209 | 209 | 'deleteDocumentFromIndex', |
| 210 | 210 | \EWW\Dpf\Services\ElasticSearch\ElasticSearch::class, |
| 211 | 211 | 'delete', |
| 212 | - false |
|
| 212 | + FALSE |
|
| 213 | 213 | ); |