@@ -10,6 +10,6 @@ |
||
10 | 10 | |
11 | 11 | const version = '1.7.0.9'; // The current build number of less.php |
12 | 12 | const less_version = '1.7'; // The less.js version that this build should be compatible with |
13 | - const cache_version = '170'; // The parser cache version |
|
13 | + const cache_version = '170'; // The parser cache version |
|
14 | 14 | |
15 | 15 | } |
@@ -6,10 +6,10 @@ |
||
6 | 6 | * @package Less |
7 | 7 | * @subpackage version |
8 | 8 | */ |
9 | -class Less_Version{ |
|
9 | +class Less_Version { |
|
10 | 10 | |
11 | - const version = '1.7.0.9'; // The current build number of less.php |
|
12 | - const less_version = '1.7'; // The less.js version that this build should be compatible with |
|
13 | - const cache_version = '170'; // The parser cache version |
|
11 | + const version = '1.7.0.9'; // The current build number of less.php |
|
12 | + const less_version = '1.7'; // The less.js version that this build should be compatible with |
|
13 | + const cache_version = '170'; // The parser cache version |
|
14 | 14 | |
15 | 15 | } |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | 'text' => 'mimetypes-x-content-text' |
29 | 29 | ) |
30 | 30 | ); |
31 | -if (TRUE === isset($GLOBALS['TCA']['tt_content']['ctrl']['typeicons'])) { |
|
31 | +if (TRUE===isset($GLOBALS['TCA']['tt_content']['ctrl']['typeicons'])) { |
|
32 | 32 | $GLOBALS['TCA']['tt_content']['ctrl']['typeicons'] = array_merge( |
33 | 33 | $GLOBALS['TCA']['tt_content']['ctrl']['typeicons'], |
34 | 34 | array( |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext'] .= ',ogv'; |
59 | 59 | $GLOBALS['TYPO3_CONF_VARS']['SYS']['FileInfo']['fileExtensionToMimeType']['ogv'] = 'video/ogg'; |
60 | 60 | |
61 | -$additionalColumns = Array ( |
|
61 | +$additionalColumns = Array( |
|
62 | 62 | 'assets' => Array( |
63 | 63 | 'label' => 'LLL:EXT:moox_core/Resources/Private/Language/Database.xlf:tt_content.asset_references', |
64 | 64 | 'config' => \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig('assets', Array( |
@@ -68,38 +68,38 @@ discard block |
||
68 | 68 | 'foreign_types' => $GLOBALS['TCA']['tt_content']['columns']['image']['config']['foreign_types'] |
69 | 69 | ), $GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext']) |
70 | 70 | ), |
71 | - 'tx_mooxcore_hide_desktop' => Array ( |
|
71 | + 'tx_mooxcore_hide_desktop' => Array( |
|
72 | 72 | 'exclude' => 1, |
73 | 73 | 'label' => 'LLL:EXT:moox_core/Resources/Private/Language/Database.xlf:tt_content.tx_mooxcore_hide_desktop', |
74 | - 'config' => Array ( |
|
74 | + 'config' => Array( |
|
75 | 75 | 'type' => 'check', |
76 | 76 | ) |
77 | 77 | ), |
78 | - 'tx_mooxcore_hide_laptop' => Array ( |
|
78 | + 'tx_mooxcore_hide_laptop' => Array( |
|
79 | 79 | 'exclude' => 1, |
80 | 80 | 'label' => 'LLL:EXT:moox_core/Resources/Private/Language/Database.xlf:tt_content.tx_mooxcore_hide_laptop', |
81 | - 'config' => Array ( |
|
81 | + 'config' => Array( |
|
82 | 82 | 'type' => 'check', |
83 | 83 | ) |
84 | 84 | ), |
85 | - 'tx_mooxcore_hide_tablet' => Array ( |
|
85 | + 'tx_mooxcore_hide_tablet' => Array( |
|
86 | 86 | 'exclude' => 1, |
87 | 87 | 'label' => 'LLL:EXT:moox_core/Resources/Private/Language/Database.xlf:tt_content.tx_mooxcore_hide_tablet', |
88 | - 'config' => Array ( |
|
88 | + 'config' => Array( |
|
89 | 89 | 'type' => 'check', |
90 | 90 | ) |
91 | 91 | ), |
92 | - 'tx_mooxcore_hide_phone' => Array ( |
|
92 | + 'tx_mooxcore_hide_phone' => Array( |
|
93 | 93 | 'exclude' => 1, |
94 | 94 | 'label' => 'LLL:EXT:moox_core/Resources/Private/Language/Database.xlf:tt_content.tx_mooxcore_hide_phone', |
95 | - 'config' => Array ( |
|
95 | + 'config' => Array( |
|
96 | 96 | 'type' => 'check', |
97 | 97 | ) |
98 | 98 | ), |
99 | - 'tx_mooxcore_hide_print' => Array ( |
|
99 | + 'tx_mooxcore_hide_print' => Array( |
|
100 | 100 | 'exclude' => 1, |
101 | 101 | 'label' => 'LLL:EXT:moox_core/Resources/Private/Language/Database.xlf:tt_content.tx_mooxcore_hide_print', |
102 | - 'config' => Array ( |
|
102 | + 'config' => Array( |
|
103 | 103 | 'type' => 'check', |
104 | 104 | ) |
105 | 105 | ), |
@@ -405,12 +405,12 @@ discard block |
||
405 | 405 | $GLOBALS['TCA']['tt_content']['palettes']['table'] |
406 | 406 | ); |
407 | 407 | |
408 | -if (FALSE === \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('form')) { |
|
409 | - unset( $GLOBALS['TCA']['tt_content']['types']['mailform'] ); |
|
408 | +if (FALSE===\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('form')) { |
|
409 | + unset($GLOBALS['TCA']['tt_content']['types']['mailform']); |
|
410 | 410 | } |
411 | 411 | |
412 | 412 | foreach ($GLOBALS['TCA']['tt_content']['columns']['CType']['config']['items'] as $index => $item) { |
413 | - if ($item[1] === 'multimedia') { |
|
413 | + if ($item[1]==='multimedia') { |
|
414 | 414 | unset($GLOBALS['TCA']['tt_content']['columns']['CType']['config']['items'][$index]); |
415 | 415 | } |
416 | 416 | }; |
@@ -32,36 +32,36 @@ |
||
32 | 32 | */ |
33 | 33 | class AdministrationController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController { |
34 | 34 | |
35 | - /** |
|
36 | - * extConf |
|
37 | - * |
|
38 | - * @var boolean |
|
39 | - */ |
|
40 | - protected $extConf; |
|
35 | + /** |
|
36 | + * extConf |
|
37 | + * |
|
38 | + * @var boolean |
|
39 | + */ |
|
40 | + protected $extConf; |
|
41 | 41 | |
42 | - /** |
|
43 | - * initialize the controller |
|
44 | - * |
|
45 | - * @return void |
|
46 | - */ |
|
47 | - protected function initializeAction() { |
|
48 | - parent::initializeAction(); |
|
49 | - $this->extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['moox_core']); |
|
50 | - } |
|
42 | + /** |
|
43 | + * initialize the controller |
|
44 | + * |
|
45 | + * @return void |
|
46 | + */ |
|
47 | + protected function initializeAction() { |
|
48 | + parent::initializeAction(); |
|
49 | + $this->extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['moox_core']); |
|
50 | + } |
|
51 | 51 | |
52 | - /** |
|
53 | - * action dashboard |
|
54 | - * |
|
55 | - * @return void |
|
56 | - */ |
|
57 | - public function dashboardAction() { |
|
58 | - } |
|
52 | + /** |
|
53 | + * action dashboard |
|
54 | + * |
|
55 | + * @return void |
|
56 | + */ |
|
57 | + public function dashboardAction() { |
|
58 | + } |
|
59 | 59 | |
60 | - /** |
|
61 | - * action designer |
|
62 | - * |
|
63 | - * @return void |
|
64 | - */ |
|
65 | - public function designerAction() { |
|
66 | - } |
|
60 | + /** |
|
61 | + * action designer |
|
62 | + * |
|
63 | + * @return void |
|
64 | + */ |
|
65 | + public function designerAction() { |
|
66 | + } |
|
67 | 67 | } |
68 | 68 | \ No newline at end of file |