We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -9,8 +9,8 @@ discard block |
||
| 9 | 9 | * LICENSE.txt file that was distributed with this source code. |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -return array ( |
|
| 13 | - 'ctrl' => array ( |
|
| 12 | +return array( |
|
| 13 | + 'ctrl' => array( |
|
| 14 | 14 | 'title' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections', |
| 15 | 15 | 'label' => 'label', |
| 16 | 16 | 'tstamp' => 'tstamp', |
@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | 'transOrigDiffSourceField' => 'l18n_diffsource', |
| 24 | 24 | 'default_sortby' => 'ORDER BY label', |
| 25 | 25 | 'delete' => 'deleted', |
| 26 | - 'enablecolumns' => array ( |
|
| 26 | + 'enablecolumns' => array( |
|
| 27 | 27 | 'disabled' => 'hidden', |
| 28 | 28 | 'fe_group' => 'fe_group', |
| 29 | 29 | ), |
@@ -33,65 +33,65 @@ discard block |
||
| 33 | 33 | 'dividers2tabs' => 2, |
| 34 | 34 | 'searchFields' => 'label,index_name,oai_name,fe_cruser_id', |
| 35 | 35 | ), |
| 36 | - 'feInterface' => array ( |
|
| 36 | + 'feInterface' => array( |
|
| 37 | 37 | 'fe_admin_fieldList' => 'label,description,thumbnail,documents', |
| 38 | 38 | ), |
| 39 | - 'interface' => array ( |
|
| 39 | + 'interface' => array( |
|
| 40 | 40 | 'showRecordFieldList' => 'label,index_name,oai_name,fe_cruser_id', |
| 41 | 41 | ), |
| 42 | - 'columns' => array ( |
|
| 43 | - 'sys_language_uid' => array ( |
|
| 42 | + 'columns' => array( |
|
| 43 | + 'sys_language_uid' => array( |
|
| 44 | 44 | 'exclude' => 1, |
| 45 | 45 | 'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.language', |
| 46 | - 'config' => array ( |
|
| 46 | + 'config' => array( |
|
| 47 | 47 | 'type' => 'select', |
| 48 | 48 | 'renderType' => 'selectSingle', |
| 49 | 49 | 'foreign_table' => 'sys_language', |
| 50 | 50 | 'foreign_table_where' => 'ORDER BY sys_language.title', |
| 51 | - 'items' => array ( |
|
| 52 | - array ('LLL:EXT:lang/locallang_general.xml:LGL.allLanguages', -1), |
|
| 53 | - array ('LLL:EXT:lang/locallang_general.xml:LGL.default_value', 0), |
|
| 51 | + 'items' => array( |
|
| 52 | + array('LLL:EXT:lang/locallang_general.xml:LGL.allLanguages', -1), |
|
| 53 | + array('LLL:EXT:lang/locallang_general.xml:LGL.default_value', 0), |
|
| 54 | 54 | ), |
| 55 | 55 | 'default' => 0, |
| 56 | 56 | ), |
| 57 | 57 | ), |
| 58 | - 'l18n_parent' => array ( |
|
| 58 | + 'l18n_parent' => array( |
|
| 59 | 59 | 'displayCond' => 'FIELD:sys_language_uid:>:0', |
| 60 | 60 | 'exclude' => 1, |
| 61 | 61 | 'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.l18n_parent', |
| 62 | - 'config' => array ( |
|
| 62 | + 'config' => array( |
|
| 63 | 63 | 'type' => 'select', |
| 64 | 64 | 'renderType' => 'selectSingle', |
| 65 | - 'items' => array ( |
|
| 66 | - array ('', 0), |
|
| 65 | + 'items' => array( |
|
| 66 | + array('', 0), |
|
| 67 | 67 | ), |
| 68 | 68 | 'foreign_table' => 'tx_dlf_collections', |
| 69 | 69 | 'foreign_table_where' => 'AND tx_dlf_collections.pid=###CURRENT_PID### AND tx_dlf_collections.sys_language_uid IN (-1,0)', |
| 70 | 70 | ), |
| 71 | 71 | ), |
| 72 | - 'l18n_diffsource' => array ( |
|
| 73 | - 'config' => array ( |
|
| 72 | + 'l18n_diffsource' => array( |
|
| 73 | + 'config' => array( |
|
| 74 | 74 | 'type' => 'passthrough' |
| 75 | 75 | ), |
| 76 | 76 | ), |
| 77 | - 'hidden' => array ( |
|
| 77 | + 'hidden' => array( |
|
| 78 | 78 | 'exclude' => 1, |
| 79 | 79 | 'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.hidden', |
| 80 | - 'config' => array ( |
|
| 80 | + 'config' => array( |
|
| 81 | 81 | 'type' => 'check', |
| 82 | 82 | 'default' => 0, |
| 83 | 83 | ), |
| 84 | 84 | ), |
| 85 | - 'fe_group' => array ( |
|
| 85 | + 'fe_group' => array( |
|
| 86 | 86 | 'exclude' => 1, |
| 87 | 87 | 'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.fe_group', |
| 88 | - 'config' => array ( |
|
| 88 | + 'config' => array( |
|
| 89 | 89 | 'type' => 'select', |
| 90 | 90 | 'renderType' => 'selectMultipleSideBySide', |
| 91 | - 'items' => array ( |
|
| 92 | - array ('LLL:EXT:lang/locallang_general.xml:LGL.hide_at_login', -1), |
|
| 93 | - array ('LLL:EXT:lang/locallang_general.xml:LGL.any_login', -2), |
|
| 94 | - array ('LLL:EXT:lang/locallang_general.xml:LGL.usergroups', '--div--'), |
|
| 91 | + 'items' => array( |
|
| 92 | + array('LLL:EXT:lang/locallang_general.xml:LGL.hide_at_login', -1), |
|
| 93 | + array('LLL:EXT:lang/locallang_general.xml:LGL.any_login', -2), |
|
| 94 | + array('LLL:EXT:lang/locallang_general.xml:LGL.usergroups', '--div--'), |
|
| 95 | 95 | ), |
| 96 | 96 | 'foreign_table' => 'fe_groups', |
| 97 | 97 | 'size' => 5, |
@@ -101,54 +101,54 @@ discard block |
||
| 101 | 101 | 'exclusiveKeys' => '-1,-2', |
| 102 | 102 | ), |
| 103 | 103 | ), |
| 104 | - 'label' => array ( |
|
| 104 | + 'label' => array( |
|
| 105 | 105 | 'exclude' => 1, |
| 106 | 106 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.label', |
| 107 | - 'config' => array ( |
|
| 107 | + 'config' => array( |
|
| 108 | 108 | 'type' => 'input', |
| 109 | 109 | 'size' => 30, |
| 110 | 110 | 'max' => 255, |
| 111 | 111 | 'eval' => 'required,trim', |
| 112 | 112 | ), |
| 113 | 113 | ), |
| 114 | - 'index_name' => array ( |
|
| 114 | + 'index_name' => array( |
|
| 115 | 115 | 'exclude' => 1, |
| 116 | 116 | 'l10n_mode' => 'exclude', |
| 117 | 117 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.index_name', |
| 118 | - 'config' => array ( |
|
| 118 | + 'config' => array( |
|
| 119 | 119 | 'type' => 'none', |
| 120 | 120 | 'size' => 30, |
| 121 | 121 | 'max' => 255, |
| 122 | 122 | 'eval' => 'required,uniqueInPid', |
| 123 | 123 | ), |
| 124 | 124 | ), |
| 125 | - 'index_search' => array ( |
|
| 125 | + 'index_search' => array( |
|
| 126 | 126 | 'exclude' => 1, |
| 127 | 127 | 'l10n_mode' => 'exclude', |
| 128 | 128 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.index_search', |
| 129 | - 'config' => array ( |
|
| 129 | + 'config' => array( |
|
| 130 | 130 | 'type' => 'text', |
| 131 | 131 | 'size' => 30, |
| 132 | 132 | 'rows' => 5, |
| 133 | 133 | 'eval' => 'trim', |
| 134 | 134 | ), |
| 135 | 135 | ), |
| 136 | - 'oai_name' => array ( |
|
| 136 | + 'oai_name' => array( |
|
| 137 | 137 | 'exclude' => 1, |
| 138 | 138 | 'l10n_mode' => 'exclude', |
| 139 | 139 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.oai_name', |
| 140 | - 'config' => array ( |
|
| 140 | + 'config' => array( |
|
| 141 | 141 | 'type' => 'input', |
| 142 | 142 | 'size' => 30, |
| 143 | 143 | 'max' => 255, |
| 144 | 144 | 'eval' => 'nospace,alphanum_x,uniqueInPid', |
| 145 | 145 | ), |
| 146 | 146 | ), |
| 147 | - 'description' => array ( |
|
| 147 | + 'description' => array( |
|
| 148 | 148 | 'exclude' => 1, |
| 149 | 149 | 'l10n_mode' => 'mergeIfNotBlank', |
| 150 | 150 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.description', |
| 151 | - 'config' => array ( |
|
| 151 | + 'config' => array( |
|
| 152 | 152 | 'type' => 'text', |
| 153 | 153 | 'cols' => 30, |
| 154 | 154 | 'rows' => 10, |
@@ -156,11 +156,11 @@ discard block |
||
| 156 | 156 | ), |
| 157 | 157 | 'defaultExtras' => 'richtext[undo,redo,cut,copy,paste,link,image,line,acronym,chMode,blockstylelabel,formatblock,blockstyle,textstylelabel,textstyle,bold,italic,unorderedlist,orderedlist]:rte_transform[mode=ts_css]', |
| 158 | 158 | ), |
| 159 | - 'thumbnail' => array ( |
|
| 159 | + 'thumbnail' => array( |
|
| 160 | 160 | 'exclude' => 1, |
| 161 | 161 | 'l10n_mode' => 'exclude', |
| 162 | 162 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.thumbnail', |
| 163 | - 'config' => array ( |
|
| 163 | + 'config' => array( |
|
| 164 | 164 | 'type' => 'group', |
| 165 | 165 | 'internal_type' => 'file_reference', |
| 166 | 166 | 'allowed' => 'gif,jpg,png', |
@@ -169,19 +169,19 @@ discard block |
||
| 169 | 169 | 'maxitems' => 1, |
| 170 | 170 | ), |
| 171 | 171 | ), |
| 172 | - 'priority' => array ( |
|
| 172 | + 'priority' => array( |
|
| 173 | 173 | 'exclude' => 1, |
| 174 | 174 | 'l10n_mode' => 'exclude', |
| 175 | 175 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.priority', |
| 176 | - 'config' => array ( |
|
| 176 | + 'config' => array( |
|
| 177 | 177 | 'type' => 'select', |
| 178 | 178 | 'renderType' => 'selectSingle', |
| 179 | - 'items' => array ( |
|
| 180 | - array ('1', 1), |
|
| 181 | - array ('2', 2), |
|
| 182 | - array ('3', 3), |
|
| 183 | - array ('4', 4), |
|
| 184 | - array ('5', 5), |
|
| 179 | + 'items' => array( |
|
| 180 | + array('1', 1), |
|
| 181 | + array('2', 2), |
|
| 182 | + array('3', 3), |
|
| 183 | + array('4', 4), |
|
| 184 | + array('5', 5), |
|
| 185 | 185 | ), |
| 186 | 186 | 'size' => 1, |
| 187 | 187 | 'minitems' => 1, |
@@ -189,11 +189,11 @@ discard block |
||
| 189 | 189 | 'default' => 3, |
| 190 | 190 | ), |
| 191 | 191 | ), |
| 192 | - 'documents' => array ( |
|
| 192 | + 'documents' => array( |
|
| 193 | 193 | 'exclude' => 1, |
| 194 | 194 | 'l10n_mode' => 'exclude', |
| 195 | 195 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.documents', |
| 196 | - 'config' => array ( |
|
| 196 | + 'config' => array( |
|
| 197 | 197 | 'type' => 'select', |
| 198 | 198 | 'renderType' => 'selectSingleBox', |
| 199 | 199 | 'foreign_table' => 'tx_dlf_documents', |
@@ -203,21 +203,21 @@ discard block |
||
| 203 | 203 | 'minitems' => 0, |
| 204 | 204 | 'maxitems' => 1048576, |
| 205 | 205 | 'MM' => 'tx_dlf_relations', |
| 206 | - 'MM_match_fields' => array ( |
|
| 206 | + 'MM_match_fields' => array( |
|
| 207 | 207 | 'ident' => 'docs_colls', |
| 208 | 208 | ), |
| 209 | 209 | 'MM_opposite_field' => 'collections', |
| 210 | 210 | ), |
| 211 | 211 | ), |
| 212 | - 'owner' => array ( |
|
| 212 | + 'owner' => array( |
|
| 213 | 213 | 'exclude' => 1, |
| 214 | 214 | 'l10n_mode' => 'exclude', |
| 215 | 215 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.owner', |
| 216 | - 'config' => array ( |
|
| 216 | + 'config' => array( |
|
| 217 | 217 | 'type' => 'select', |
| 218 | 218 | 'renderType' => 'selectSingle', |
| 219 | - 'items' => array ( |
|
| 220 | - array ('LLL:EXT:dlf/locallang.xml:tx_dlf_collections.owner.none', 0), |
|
| 219 | + 'items' => array( |
|
| 220 | + array('LLL:EXT:dlf/locallang.xml:tx_dlf_collections.owner.none', 0), |
|
| 221 | 221 | ), |
| 222 | 222 | 'foreign_table' => 'tx_dlf_libraries', |
| 223 | 223 | 'foreign_table_where' => 'AND tx_dlf_libraries.sys_language_uid IN (-1,0) ORDER BY tx_dlf_libraries.label', |
@@ -226,15 +226,15 @@ discard block |
||
| 226 | 226 | 'maxitems' => 1, |
| 227 | 227 | ), |
| 228 | 228 | ), |
| 229 | - 'fe_cruser_id' => array ( |
|
| 229 | + 'fe_cruser_id' => array( |
|
| 230 | 230 | 'exclude' => 1, |
| 231 | 231 | 'l10n_mode' => 'exclude', |
| 232 | 232 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.fe_cruser_id', |
| 233 | - 'config' => array ( |
|
| 233 | + 'config' => array( |
|
| 234 | 234 | 'type' => 'select', |
| 235 | 235 | 'renderType' => 'selectSingle', |
| 236 | - 'items' => array ( |
|
| 237 | - array ('LLL:EXT:dlf/locallang.xml:tx_dlf_collections.fe_cruser_id.none', 0), |
|
| 236 | + 'items' => array( |
|
| 237 | + array('LLL:EXT:dlf/locallang.xml:tx_dlf_collections.fe_cruser_id.none', 0), |
|
| 238 | 238 | ), |
| 239 | 239 | 'foreign_table' => 'fe_users', |
| 240 | 240 | 'foreign_table_where' => 'ORDER BY fe_users.username', |
@@ -243,24 +243,24 @@ discard block |
||
| 243 | 243 | 'maxitems' => 1, |
| 244 | 244 | ), |
| 245 | 245 | ), |
| 246 | - 'fe_admin_lock' => array ( |
|
| 246 | + 'fe_admin_lock' => array( |
|
| 247 | 247 | 'exclude' => 1, |
| 248 | 248 | 'l10n_mode' => 'exclude', |
| 249 | 249 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.fe_admin_lock', |
| 250 | - 'config' => array ( |
|
| 250 | + 'config' => array( |
|
| 251 | 251 | 'type' => 'check', |
| 252 | 252 | 'default' => 0, |
| 253 | 253 | ), |
| 254 | 254 | ), |
| 255 | - 'status' => array ( |
|
| 255 | + 'status' => array( |
|
| 256 | 256 | 'exclude' => 1, |
| 257 | 257 | 'l10n_mode' => 'exclude', |
| 258 | 258 | 'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_collections.status', |
| 259 | - 'config' => array ( |
|
| 259 | + 'config' => array( |
|
| 260 | 260 | 'type' => 'select', |
| 261 | 261 | 'renderType' => 'selectSingle', |
| 262 | - 'items' => array ( |
|
| 263 | - array ('LLL:EXT:dlf/locallang.xml:tx_dlf_collections.status.default', 0), |
|
| 262 | + 'items' => array( |
|
| 263 | + array('LLL:EXT:dlf/locallang.xml:tx_dlf_collections.status.default', 0), |
|
| 264 | 264 | ), |
| 265 | 265 | 'size' => 1, |
| 266 | 266 | 'minitems' => 1, |
@@ -269,12 +269,12 @@ discard block |
||
| 269 | 269 | ), |
| 270 | 270 | ), |
| 271 | 271 | ), |
| 272 | - 'types' => array ( |
|
| 273 | - '0' => array ('showitem' => '--div--;LLL:EXT:dlf/locallang.xml:tx_dlf_collections.tab1, label,--palette--;;1;;1-1-1, description,--palette--;;2;;2-2-2, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_collections.tab2, sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_collections.tab3, hidden;;;;1-1-1, fe_group;;;;2-2-2, status;;;;3-3-3, owner;;;;4-4-4, fe_cruser_id,--palette--;;3'), |
|
| 272 | + 'types' => array( |
|
| 273 | + '0' => array('showitem' => '--div--;LLL:EXT:dlf/locallang.xml:tx_dlf_collections.tab1, label,--palette--;;1;;1-1-1, description,--palette--;;2;;2-2-2, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_collections.tab2, sys_language_uid;;;;1-1-1, l18n_parent, l18n_diffsource, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_collections.tab3, hidden;;;;1-1-1, fe_group;;;;2-2-2, status;;;;3-3-3, owner;;;;4-4-4, fe_cruser_id,--palette--;;3'), |
|
| 274 | 274 | ), |
| 275 | - 'palettes' => array ( |
|
| 276 | - '1' => array ('showitem' => 'index_name, --linebreak--, index_search, --linebreak--, oai_name', 'canNotCollapse' => 1), |
|
| 277 | - '2' => array ('showitem' => 'thumbnail, priority', 'canNotCollapse' => 1), |
|
| 278 | - '3' => array ('showitem' => 'fe_admin_lock', 'canNotCollapse' => 1), |
|
| 275 | + 'palettes' => array( |
|
| 276 | + '1' => array('showitem' => 'index_name, --linebreak--, index_search, --linebreak--, oai_name', 'canNotCollapse' => 1), |
|
| 277 | + '2' => array('showitem' => 'thumbnail, priority', 'canNotCollapse' => 1), |
|
| 278 | + '3' => array('showitem' => 'fe_admin_lock', 'canNotCollapse' => 1), |
|
| 279 | 279 | ), |
| 280 | 280 | ); |