Index: trunk/extensions/MobileFrontend/DeviceDetection.php |
— | — | @@ -26,6 +26,7 @@ |
27 | 27 | 'with_layout' => 'application', |
28 | 28 | 'css_file_name' => 'default', |
29 | 29 | 'supports_javascript' => false, |
| 30 | + 'supports_jquery' => false, |
30 | 31 | 'disable_zoom' => true, |
31 | 32 | 'parser' => 'html', |
32 | 33 | 'disable_links' => true, |
— | — | @@ -37,6 +38,7 @@ |
38 | 39 | 'with_layout' => 'application', |
39 | 40 | 'css_file_name' => 'default', |
40 | 41 | 'supports_javascript' => true, |
| 42 | + 'supports_jquery' => false, |
41 | 43 | 'disable_zoom' => true, |
42 | 44 | 'parser' => 'html', |
43 | 45 | 'disable_links' => true, |
— | — | @@ -48,6 +50,7 @@ |
49 | 51 | 'with_layout' => 'application', |
50 | 52 | 'css_file_name' => 'simple', |
51 | 53 | 'supports_javascript' => false, |
| 54 | + 'supports_jquery' => false, |
52 | 55 | 'disable_zoom' => true, |
53 | 56 | 'parser' => 'html', |
54 | 57 | 'disable_links' => true, |
— | — | @@ -59,6 +62,7 @@ |
60 | 63 | 'with_layout' => 'application', |
61 | 64 | 'css_file_name' => 'webkit', |
62 | 65 | 'supports_javascript' => true, |
| 66 | + 'supports_jquery' => false, |
63 | 67 | 'disable_zoom' => true, |
64 | 68 | 'parser' => 'html', |
65 | 69 | 'disable_links' => true, |
— | — | @@ -70,6 +74,7 @@ |
71 | 75 | 'with_layout' => 'application', |
72 | 76 | 'css_file_name' => 'webkit_old', |
73 | 77 | 'supports_javascript' => true, |
| 78 | + 'supports_jquery' => false, |
74 | 79 | 'disable_zoom' => true, |
75 | 80 | 'parser' => 'html', |
76 | 81 | 'disable_links' => true, |
— | — | @@ -81,6 +86,7 @@ |
82 | 87 | 'with_layout' => 'application', |
83 | 88 | 'css_file_name' => 'android', |
84 | 89 | 'supports_javascript' => true, |
| 90 | + 'supports_jquery' => true, |
85 | 91 | 'disable_zoom' => false, |
86 | 92 | 'parser' => 'html', |
87 | 93 | 'disable_links' => true, |
— | — | @@ -92,6 +98,7 @@ |
93 | 99 | 'with_layout' => 'application', |
94 | 100 | 'css_file_name' => 'iphone', |
95 | 101 | 'supports_javascript' => true, |
| 102 | + 'supports_jquery' => true, |
96 | 103 | 'disable_zoom' => true, |
97 | 104 | 'parser' => 'html', |
98 | 105 | 'disable_links' => true, |
— | — | @@ -103,6 +110,7 @@ |
104 | 111 | 'with_layout' => 'application', |
105 | 112 | 'css_file_name' => 'iphone2', |
106 | 113 | 'supports_javascript' => true, |
| 114 | + 'supports_jquery' => true, |
107 | 115 | 'disable_zoom' => true, |
108 | 116 | 'parser' => 'html', |
109 | 117 | 'disable_links' => true, |
— | — | @@ -114,6 +122,7 @@ |
115 | 123 | 'with_layout' => 'application', |
116 | 124 | 'css_file_name' => 'default', |
117 | 125 | 'supports_javascript' => true, |
| 126 | + 'supports_jquery' => true, |
118 | 127 | 'disable_zoom' => true, |
119 | 128 | 'parser' => 'html', |
120 | 129 | 'disable_links' => false, |
— | — | @@ -125,6 +134,7 @@ |
126 | 135 | 'with_layout' => 'application', |
127 | 136 | 'css_file_name' => 'palm_pre', |
128 | 137 | 'supports_javascript' => true, |
| 138 | + 'supports_jquery' => false, |
129 | 139 | 'disable_zoom' => true, |
130 | 140 | 'parser' => 'html', |
131 | 141 | 'disable_links' => true, |
— | — | @@ -136,6 +146,7 @@ |
137 | 147 | 'with_layout' => 'application', |
138 | 148 | 'css_file_name' => 'kindle', |
139 | 149 | 'supports_javascript' => false, |
| 150 | + 'supports_jquery' => false, |
140 | 151 | 'disable_zoom' => true, |
141 | 152 | 'parser' => 'html', |
142 | 153 | 'disable_links' => true, |
— | — | @@ -147,6 +158,7 @@ |
148 | 159 | 'with_layout' => 'application', |
149 | 160 | 'css_file_name' => 'kindle', |
150 | 161 | 'supports_javascript' => false, |
| 162 | + 'supports_jquery' => false, |
151 | 163 | 'disable_zoom' => true, |
152 | 164 | 'parser' => 'html', |
153 | 165 | 'disable_links' => true, |
— | — | @@ -158,6 +170,7 @@ |
159 | 171 | 'with_layout' => 'application', |
160 | 172 | 'css_file_name' => 'blackberry', |
161 | 173 | 'supports_javascript' => false, |
| 174 | + 'supports_jquery' => false, |
162 | 175 | 'disable_zoom' => true, |
163 | 176 | 'parser' => 'html', |
164 | 177 | 'disable_links' => true, |
— | — | @@ -169,6 +182,7 @@ |
170 | 183 | 'with_layout' => 'application', |
171 | 184 | 'css_file_name' => 'simple', |
172 | 185 | 'supports_javascript' => false, |
| 186 | + 'supports_jquery' => false, |
173 | 187 | 'disable_zoom' => true, |
174 | 188 | 'parser' => 'html', |
175 | 189 | 'disable_links' => true, |
— | — | @@ -180,6 +194,7 @@ |
181 | 195 | 'with_layout' => 'application', |
182 | 196 | 'css_file_name' => 'simple', |
183 | 197 | 'supports_javascript' => false, |
| 198 | + 'supports_jquery' => false, |
184 | 199 | 'disable_zoom' => true, |
185 | 200 | 'parser' => 'html', |
186 | 201 | 'disable_links' => true, |
— | — | @@ -191,6 +206,7 @@ |
192 | 207 | 'with_layout' => 'application', |
193 | 208 | 'css_file_name' => 'psp', |
194 | 209 | 'supports_javascript' => false, |
| 210 | + 'supports_jquery' => false, |
195 | 211 | 'disable_zoom' => true, |
196 | 212 | 'parser' => 'html', |
197 | 213 | 'disable_links' => true, |
— | — | @@ -202,6 +218,7 @@ |
203 | 219 | 'with_layout' => 'application', |
204 | 220 | 'css_file_name' => 'simple', |
205 | 221 | 'supports_javascript' => false, |
| 222 | + 'supports_jquery' => false, |
206 | 223 | 'disable_zoom' => true, |
207 | 224 | 'parser' => 'html', |
208 | 225 | 'disable_links' => true, |
— | — | @@ -213,6 +230,7 @@ |
214 | 231 | 'with_layout' => 'application', |
215 | 232 | 'css_file_name' => 'wii', |
216 | 233 | 'supports_javascript' => true, |
| 234 | + 'supports_jquery' => false, |
217 | 235 | 'disable_zoom' => true, |
218 | 236 | 'parser' => 'html', |
219 | 237 | 'disable_links' => true, |
— | — | @@ -224,6 +242,7 @@ |
225 | 243 | 'with_layout' => 'application', |
226 | 244 | 'css_file_name' => 'operamini', |
227 | 245 | 'supports_javascript' => false, |
| 246 | + 'supports_jquery' => false, |
228 | 247 | 'disable_zoom' => true, |
229 | 248 | 'parser' => 'html', |
230 | 249 | 'disable_links' => true, |
— | — | @@ -235,6 +254,7 @@ |
236 | 255 | 'with_layout' => 'application', |
237 | 256 | 'css_file_name' => 'nokia', |
238 | 257 | 'supports_javascript' => true, |
| 258 | + 'supports_jquery' => false, |
239 | 259 | 'disable_zoom' => true, |
240 | 260 | 'parser' => 'html', |
241 | 261 | 'disable_links' => true, |
— | — | @@ -243,6 +263,7 @@ |
244 | 264 | 'view_format' => 'wml', |
245 | 265 | 'search_bar' => 'wml', |
246 | 266 | 'supports_javascript' => false, |
| 267 | + 'supports_jquery' => false, |
247 | 268 | 'parser' => 'wml', |
248 | 269 | ), |
249 | 270 | ); |