Completed
Push — master ( e0ed7b...0e5eef )
by Jakub
03:22
created
Configuration/RealURL/Default.php 1 patch
Indentation   +126 added lines, -126 removed lines patch added patch discarded remove patch
@@ -1,132 +1,132 @@
 block discarded – undo
1 1
 <?php
2 2
 $TYPO3_CONF_VARS['FE']['addRootLineFields'].= ',tx_realurl_pathsegment';
3 3
 $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
4
-        'pagePath' => array(
5
-                'type' => 'user',
6
-                'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
7
-                'spaceCharacter' => '-',
8
-                'languageGetVar' => 'L',
9
-                'expireDays' => '3',
10
-                'firstHitPathCache'=>1
11
-        ),
12
-        'init' => array(
13
-                'enableCHashCache' => TRUE,
14
-                'respectSimulateStaticURLs' => 0,
15
-                'appendMissingSlash' => 'ifNotFile',
16
-                'enableUrlDecodeCache' => TRUE,
17
-                'enableUrlEncodeCache' => TRUE,
18
-                'emptyUrlReturnValue' => \TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv('TYPO3_SITE_URL'),
19
-        ),
20
-        'preVars' => array(
21
-                array(
22
-                        'GETvar' => 'L',
23
-                        'valueMap' => array(
24
-                                //'en' => '1',
25
-                        ),
26
-                        'noMatch' => 'bypass',
27
-                ),
28
-                array(
29
-                        'GETvar' => 'no_cache',
30
-                        'valueMap' => array(
31
-                                'nc' => 1,
32
-                        ),
33
-                        'noMatch' => 'bypass',
34
-                ),
35
-        ),
36
-        'fixedPostVars' => array(
37
-        ),
38
-        'fileName' => array (
39
-            'index' => array(
40
-                '_DEFAULT' => array(
41
-                    'keyValues' => array(
42
-                    )
43
-                ),
44
-                'sitemap.xml' => array(
45
-                    'keyValues' => array(
46
-                        'type' => 1234,
47
-                    ),
48
-                ),
49
-            ),
50
-            'defaultToHTMLsuffixOnPrev' => '.html',
51
-        ),
52
-        'postVarSets' => array(
53
-                '_DEFAULT' => array(
54
-                        'controller' => array(
55
-                                array(
56
-                                        'GETvar' => 'tx_mooxnews_pi1[action]',
57
-                                        'noMatch' => 'bypass'
58
-                                ),
59
-                                array(
60
-                                        'GETvar' => 'tx_mooxnews_pi1[controller]',
61
-                                        'noMatch' => 'bypass'
62
-                                )
63
-                        ),
64
-                        'dateFilter' => array(
65
-                                array(
66
-                                        'GETvar' => 'tx_mooxnews_pi1[overwriteDemand][year]',
67
-                                ),
68
-                                array(
69
-                                        'GETvar' => 'tx_mooxnews_pi1[overwriteDemand][month]',
70
-                                ),
71
-                        ),
72
-                        'archive' => array (
73
-                                '0' => array (
74
-                                        'GETvar' => 'tx_mooxnews_pi1[year]',
75
-                                ),
76
-                                '1' => array (
77
-                                        'GETvar' => 'tx_mooxnews_pi1[month]',
78
-                                        'valueMap' => array (
79
-                                                'january' => '01',
80
-                                                'february' => '02',
81
-                                                'march' => '03',
82
-                                                'april' => '04',
83
-                                                'may' => '05',
84
-                                                'june' => '06',
85
-                                                'july' => '07',
86
-                                                'august' => '08',
87
-                                                'september' => '09',
88
-                                                'october' => '10',
89
-                                                'november' => '11',
90
-                                                'december' => '12',
91
-                                        ),
92
-                                ),
93
-                        ),
94
-                        'browse' => array (
95
-                                '0' => array (
96
-                                        'GETvar' => 'tx_mooxnews_pi1[pointer]',
97
-                                ),
98
-                        ),
99
-                        'select_category' => array (
100
-                                '0' => array (
101
-                                        'GETvar' => 'tx_mooxnews_pi1[cat]',
102
-                                ),
103
-                        ),
104
-                        'article' => array (
105
-                                '0' => array (
106
-                                        'GETvar' => 'tx_mooxnews_pi1[news]',
107
-                                        'lookUpTable' => array (
108
-                                                'table' => 'tx_mooxnews_domain_model_news',
109
-                                                'id_field' => 'uid',
110
-                                                'alias_field' => 'title',
111
-                                                'addWhereClause' => ' AND NOT deleted',
112
-                                                'useUniqueCache' => '1',
113
-                                                'useUniqueCache_conf' => array (
114
-                                                    'strtolower' => '1',
115
-                                                    'spaceCharacter' => '-',
116
-                                                ),
117
-                                        ),
118
-                                ),
119
-                                '1' => array (
120
-                                        'GETvar' => 'tx_mooxnews_pi1[swords]',
121
-                                ),
122
-                        ),
123
-                        'page' => array(
124
-                                array(
125
-                                        'GETvar' => 'tx_mooxnews_pi1[@widget_0][currentPage]',
126
-                                ),
127
-                        ),
128
-                ),
129
-        ),
4
+		'pagePath' => array(
5
+				'type' => 'user',
6
+				'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
7
+				'spaceCharacter' => '-',
8
+				'languageGetVar' => 'L',
9
+				'expireDays' => '3',
10
+				'firstHitPathCache'=>1
11
+		),
12
+		'init' => array(
13
+				'enableCHashCache' => TRUE,
14
+				'respectSimulateStaticURLs' => 0,
15
+				'appendMissingSlash' => 'ifNotFile',
16
+				'enableUrlDecodeCache' => TRUE,
17
+				'enableUrlEncodeCache' => TRUE,
18
+				'emptyUrlReturnValue' => \TYPO3\CMS\Core\Utility\GeneralUtility::getIndpEnv('TYPO3_SITE_URL'),
19
+		),
20
+		'preVars' => array(
21
+				array(
22
+						'GETvar' => 'L',
23
+						'valueMap' => array(
24
+								//'en' => '1',
25
+						),
26
+						'noMatch' => 'bypass',
27
+				),
28
+				array(
29
+						'GETvar' => 'no_cache',
30
+						'valueMap' => array(
31
+								'nc' => 1,
32
+						),
33
+						'noMatch' => 'bypass',
34
+				),
35
+		),
36
+		'fixedPostVars' => array(
37
+		),
38
+		'fileName' => array (
39
+			'index' => array(
40
+				'_DEFAULT' => array(
41
+					'keyValues' => array(
42
+					)
43
+				),
44
+				'sitemap.xml' => array(
45
+					'keyValues' => array(
46
+						'type' => 1234,
47
+					),
48
+				),
49
+			),
50
+			'defaultToHTMLsuffixOnPrev' => '.html',
51
+		),
52
+		'postVarSets' => array(
53
+				'_DEFAULT' => array(
54
+						'controller' => array(
55
+								array(
56
+										'GETvar' => 'tx_mooxnews_pi1[action]',
57
+										'noMatch' => 'bypass'
58
+								),
59
+								array(
60
+										'GETvar' => 'tx_mooxnews_pi1[controller]',
61
+										'noMatch' => 'bypass'
62
+								)
63
+						),
64
+						'dateFilter' => array(
65
+								array(
66
+										'GETvar' => 'tx_mooxnews_pi1[overwriteDemand][year]',
67
+								),
68
+								array(
69
+										'GETvar' => 'tx_mooxnews_pi1[overwriteDemand][month]',
70
+								),
71
+						),
72
+						'archive' => array (
73
+								'0' => array (
74
+										'GETvar' => 'tx_mooxnews_pi1[year]',
75
+								),
76
+								'1' => array (
77
+										'GETvar' => 'tx_mooxnews_pi1[month]',
78
+										'valueMap' => array (
79
+												'january' => '01',
80
+												'february' => '02',
81
+												'march' => '03',
82
+												'april' => '04',
83
+												'may' => '05',
84
+												'june' => '06',
85
+												'july' => '07',
86
+												'august' => '08',
87
+												'september' => '09',
88
+												'october' => '10',
89
+												'november' => '11',
90
+												'december' => '12',
91
+										),
92
+								),
93
+						),
94
+						'browse' => array (
95
+								'0' => array (
96
+										'GETvar' => 'tx_mooxnews_pi1[pointer]',
97
+								),
98
+						),
99
+						'select_category' => array (
100
+								'0' => array (
101
+										'GETvar' => 'tx_mooxnews_pi1[cat]',
102
+								),
103
+						),
104
+						'article' => array (
105
+								'0' => array (
106
+										'GETvar' => 'tx_mooxnews_pi1[news]',
107
+										'lookUpTable' => array (
108
+												'table' => 'tx_mooxnews_domain_model_news',
109
+												'id_field' => 'uid',
110
+												'alias_field' => 'title',
111
+												'addWhereClause' => ' AND NOT deleted',
112
+												'useUniqueCache' => '1',
113
+												'useUniqueCache_conf' => array (
114
+													'strtolower' => '1',
115
+													'spaceCharacter' => '-',
116
+												),
117
+										),
118
+								),
119
+								'1' => array (
120
+										'GETvar' => 'tx_mooxnews_pi1[swords]',
121
+								),
122
+						),
123
+						'page' => array(
124
+								array(
125
+										'GETvar' => 'tx_mooxnews_pi1[@widget_0][currentPage]',
126
+								),
127
+						),
128
+				),
129
+		),
130 130
 );
131 131
 
132 132
 ?>
133 133
\ No newline at end of file
Please login to merge, or discard this patch.