-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathplugin.xml
431 lines (430 loc) · 13.7 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Profiler</label>
<label lang="en">Profiler</label>
<version>1.4.5</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://friendsofshopware.github.io/</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.6.0" />
<changelog version="1.4.5">
<changes lang="en">
<![CDATA[
<ul>
<li>Improve Shopware 5.7 support</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Improve Shopware 5.7 support</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.4.4">
<changes lang="en">
<![CDATA[
<ul>
<li>Improve Shopware 5.7.0 support</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Improve Shopware 5.7.0 support</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.4.3">
<changes lang="en">
<![CDATA[
<ul>
<li>Support Shopware 5.7.0</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Support Shopware 5.7.0</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.4.2">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed Symfony Var-Dump Server</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Symfony VarDump Server behoben</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.4.1">
<changes lang="en">
<![CDATA[
<ul>
<li>Compability to Shopware 5.6</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Kompatiblität zu Shopware 5.6</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.4.0">
<changes lang="en">
<![CDATA[
<ul>
<li>Compability to Shopware 5.6</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Kompatiblität zu Shopware 5.6</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.8">
<changes lang="en">
<![CDATA[
<ul>
<li>Added escapes to outputs, thanks to @hlohaus</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Escape zu den Ausgaben hinzugefügt, Danke an @hlohaus</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.7">
<changes lang="en">
<![CDATA[
<ul>
<li>Improved block comments for Dreischild Seo Plugin</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Block Kommentare verbessert für Dreischilds Seo Plugin</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.6">
<changes lang="en">
<![CDATA[
<ul>
<li>VarDumper improved</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Vardumper Support verbessert</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.5">
<changes lang="en">
<![CDATA[
<ul>
<li>Cart loading fix</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Warenkorb Laden behoben</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.4">
<changes lang="en">
<![CDATA[
<ul>
<li>Show cart items in Profiler page</li>
<li>Added backend profiling</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Warenkorb Einträge werden in der Profiler Seite dargestellt</li>
<li>Backend Profiling eingefügt</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.3">
<changes lang="en">
<![CDATA[
<ul>
<li>Fix issue why the file "127.0.0.1:9912" is created in the root dir</li>
<li>Added dumping content to toolbar and detail page, thanks to <a href="https://github.com/afoeder">@afroder</a></li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Die Datei 127.0.0.1:9912 wird nicht mehr im Root des Shop Ordners erstellt</li>
<li>Gedumptes Inhalt wird nun in er Toolbar dargestellt <a href="https://github.com/afoeder">@afroder</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.2">
<changes lang="en">
<![CDATA[
<ul>
<li>Decorate again the logger, because plugins dont use interfaces</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Der Logger wird nun wieder dekoriert</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.1">
<changes lang="en">
<![CDATA[
<ul>
<li>Added trace option of services</li>
<li>Added filter to events tab</li>
<li>Fixed php module detection</li>
<li>Fixed Logging decoration, thanks to @afroder</li>
<li>Fixed Subrequest Collecting with async javascript</li>
<li>Moved Subrequest Page to Request / Response</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Services können nun getract werden</li>
<li>Filters events tauchen nun auch in Event tab auf</li>
<li>PHP Module detection korrigiert</li>
<li>Logger decoration behoben @afroder</li>
<li>Subrequest Bearbeitung behoben</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.3.0">
<changes lang="en">
<![CDATA[
<ul>
<li>Added var-dump server</li>
<li>Improved data normalizer for objects</li>
<li>Added stopwatch service to add custom events</li>
<li>Allow users to stop profiling</li>
<li>Advanced js events logging, thanks to @dneustadt</li>
<li>Fixed whitespace problem with whitelistIP, thanks to @JoshuaBehrens</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Var-Dump Server hinzugefügt</li>
<li>Data normalizer für Objekte verbessert</li>
<li>Stopwatch Event eingefügt</li>
<li>Profiling kann nun via Toolbar deaktiviert werden</li>
<li>Erweitertes Javascript Event logging eingebaut, thanks to @dneustadt</li>
<li>Whitespace Problem mit IP Begrenzung behoben, thanks to @JoshuaBehrens</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.2.2">
<changes lang="en">
<![CDATA[
<ul>
<li>Add plugin icon for the plugin manager</li>
<li>Update name to a user friendly notation</li>
<li>Change order of changelog list items</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Plugin Icon hinzugefügt</li>
<li>Plugin.xml Changelog korrigiert</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.2.1">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed units of query time, added config for dumpSize</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Einheiten behoben in Query Zeit</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.2.0">
<changes lang="en">
<![CDATA[
<ul>
<li>Profiler plugin is now part of Friends of Shopware group. Repository moved to https://github.com/FriendsOfShopware/FroshProfiler</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Der Profiler ist nun Teil von FriendsOfShopware </li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.6">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed template name column size, thanks to larsbo <a href="https://github.com/shyim/shopware-profiler/issues/64">#64</a></li>
<li>Profiler reachable also if ip not on whitelist <a href="https://github.com/shyim/shopware-profiler/issues/63">#63</a></li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Template Namen Breite behoben, danke an larsbo <a href="https://github.com/shyim/shopware-profiler/issues/64">#64</a></li>
<li>Profiler nun auch erreichbar ohne IP Whitelist <a href="https://github.com/shyim/shopware-profiler/issues/63">#63</a></li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.5">
<changes lang="en">
<![CDATA[
<ul>
<li>Fixed Fatal Error while Profiling Closure Event Listener</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Fatal Error bei Closure Events behoben</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.4">
<changes lang="en">
<![CDATA[
<ul>
<li>Added new configuration option to log javascript events</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Javascript Event Logging eingefügt</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.3">
<changes lang="en">
<![CDATA[
<ul>
<li>Added support for symfony forms collector</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Symfony Forms Collector hinzugefügt</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.2">
<changes lang="en">
<![CDATA[
<ul>
<li>Added overview of used snippets per page</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Alle benutzen Snippets werden nun dargestellt auf der Seite</li>
</ul>
]]>
</changes>
</changelog>
<changelog version="1.1.1">
<changes lang="en">
<![CDATA[
<ul>
<li>Shopware 5.3 compatibility</li>
</ul>
]]>
</changes>
<changes lang="de">
<![CDATA[
<ul>
<li>Shopware 5.3 kompatiblität</li>
</ul>
]]>
</changes>
</changelog>
<description>
The Profiler shows informations like Timing of Events, Template Variables and more in a simple Toolbar. Furthermore all template blocks are printed in the rendered HTML as comment.
</description>
<description lang="de">
Der Profiler zeigt viele Informationen wie Zeiten von Events, Template Variabeln und vieles mehr in einer Toolbar. Auch werden alle Template Blöcke im HTML als Kommentare ausgegeben.
</description>
</plugin>