-
Notifications
You must be signed in to change notification settings - Fork 27
/
ChangeLog
341 lines (308 loc) · 25.3 KB
/
ChangeLog
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
2022-05-05 [RELEASE] Release of mask_export 4.0.2 (Nicole Cordes)
2022-04-29 db7a3c1 [BUGFIX] Ensure compatibility of the HTML attributes for all supported TYPO3 versions (Noel Kayabasli)
2022-04-29 f624a89 [TASK] Change the label and description of the backend module (Noel Kayabasli)
2022-04-29 8ab468d [BUGFIX] Fix HTML attributes in the code preview panels (Noel Kayabasli)
2022-04-29 f44cbd8 [TASK] Change the label and description of the module (Noel Kayabasli)
2022-04-28 [RELEASE] Release of mask_export 4.0.1 (Nicole Cordes)
2022-04-28 9c6e10b [BUGFIX] Prevent PHP (>=8.0) warning (Nicole Cordes)
2022-04-28 da56348 [TASK] Update .gitignore file (Nicole Cordes)
2022-04-25 [RELEASE] Release of mask_export 4.0.0 (Nicole Cordes)
2022-04-24 c507e00 [TASK] Migrate PHPUnit assert functions (Nicole Cordes)
2022-04-24 b299a74 [TASK] Add compatibility to PHP 8.1 (Nicole Cordes)
2022-04-19 0cd56b4 [BUGFIX] Fix failing functional tests (Nicole Cordes)
2022-04-19 1c7cf3e [TASK] Add missing static closures in export code (Nicole Cordes)
2022-04-19 71fe4a5 [TASK] Add missing static closures (Nicole Cordes)
2022-04-02 c4fcceb [TASK] Define inline functions static (Simon Schaufelberger)
2022-04-17 a46b7b7 [BUGFIX] Fix sonar tests for Travis CI (Nicole Cordes)
2022-04-16 1357a0d [FEATURE] Add compatibility to TYPO3 11.5 (Nicole Cordes)
2022-04-16 91a9ede [TASK] Enforce phpunit/phpunit ^8.5 (Nicole Cordes)
2022-04-16 cbd9048 [TASK] Use svg icon as default element icon (Nicole Cordes)
2022-04-13 dc2ea35 [TASK] Use correct regular expression for item labels (Nicole Cordes)
2022-04-13 8919179 [BUGFIX] Use correct extension key in functional tests (Nicole Cordes)
2022-04-13 e825127 [BUGFIX] Prevent core fields in export (Nicole Cordes)
2022-04-13 3972a45 [BUGFIX] Store configuration as ElementDefinition (Nicole Cordes)
2022-04-13 a1ff531 [TASK] Add support for mask 7.1 (Nicole Cordes)
2022-04-12 7c1ec56 [TASK] Start 4.x development (Nicole Cordes)
2022-04-11 eb66ef8 [TASK] Switch branch name to main (Nicole Cordes)
2022-04-11 2012109 [BUGFIX] Fix failing tests for mask/mask: ^6.0 (Nicole Cordes)
2021-11-11 9c1260d [BUGFIX] Use correct file name for language file (Nicole Cordes)
2021-11-11 6416125 [BUGFIX] Update path to language file (Georg Ringer)
2021-03-13 8a63b2a [BUGFIX] Fix default TCA iconfile (Rémy DANIEL)
2021-03-16 3497c61 [BUGFIX] Remove "use" statement from ext_tables.php (Nicole Cordes)
2020-10-27 [RELEASE] Release of mask_export 3.0.4 (Nicole Cordes)
2020-10-27 5811870 [TASK] Update supporting files to EXT:my_skeleton 0.5.1 (Nicole Cordes)
2020-10-27 a8ce63e [BUGFIX] Prepare bugfix release (Nicole Cordes)
2020-10-27 e0b7a55 [TASK] Make HtmlCodeGenerator compatible with older mask versions (Nikita Hovratov)
2020-10-27 a947ec7 [TASK] Update HtmlCodeGenerator for mask version 6 (Nikita Hovratov)
2020-10-22 [RELEASE] Release of mask_export 3.0.3 (Nicole Cordes)
2020-10-22 70bee19 [TASK] Add support for mask 6.0 (Nicole Cordes)
2020-10-22 c7d7d3b [TASK] Update supporting files to EXT:my_skeleton 0.4.0 (Nicole Cordes)
2020-07-23 [RELEASE] Release of mask_export 3.0.2 (Nicole Cordes)
2020-07-20 1e2cd58 [BUGFIX] Remove dependency to AbstractCodeGenerator (Nicole Cordes)
2020-06-07 [RELEASE] Release of mask_export 3.0.1 (Nicole Cordes)
2020-06-05 d1d4032 [BUGFIX] Remove configuration options from export handling (Nicole Cordes)
2020-05-30 8d89754 [BUGFIX] Remove dev-master tests from Travis CI configuration (Nicole Cordes)
2020-05-27 71b1418 [BUGFIX] Fix functional tests on Travis CI (Nicole Cordes)
2020-05-22 582917a [BUGFIX] Enforce phpunit/phpunit ^7.5 (Nicole Cordes)
2020-05-18 [RELEASE] Release of mask_export 3.0.0 (Nicole Cordes)
2020-05-16 9ef69ee [FEATURE] Remove original mask elements from TCA (Nicole Cordes)
2020-05-14 ecb11df [FEATURE] Add ability to select content elements (Nicole Cordes)
2020-05-12 b9b4d2e [TASK] Remove support for deprecated configuration in backend preview (Nicole Cordes)
2020-05-12 54143cf [TASK] Beautify php code output (Nicole Cordes)
2020-05-12 b3f8f49 [TASK] Simplify ext_tables.sql output (Nicole Cordes)
2020-05-11 499b60b [TASK] Use correct file extensions for configuration files (Nicole Cordes)
2020-05-11 6d6762a [TASK] Remove unsupported replacement in composer.json (Nicole Cordes)
2020-05-11 7460476 [TASK] Use svg extension icon (Nicole Cordes)
2020-05-11 b51fa64 [BUGFIX] Fix functional tests (Nicole Cordes)
2020-05-10 f7f98e2 [FEATURE] Show export as own backend module (Nicole Cordes)
2020-05-10 25a93ce [FEATURE] Add compatibility to TYPO3 10.4 (Nicole Cordes)
2020-05-10 949a06c [TASK] Update supporting files to EXT:my_skeleton 0.3.2 (Nicole Cordes)
2020-05-10 03c2d56 [TASK] Start 3.x development (Nicole Cordes)
2019-08-20 [RELEASE] Release of mask_export 2.4.0 (Nicole Cordes)
2019-08-20 27d942d [TASK] Update README.md (Nicole Cordes)
2019-08-03 47fa5fd [TASK] Update supporting files to EXT:my_skeleton 0.2.1 (Nicole Cordes)
2019-07-03 b8df9f8 [BUGFIX] Add indexes to tt_content for parent fields (Nicole Cordes)
2019-05-22 cfcaf4a [BUGFIX] Compare JSON strings instead of file content (Nicole Cordes)
2019-05-22 ffc920c [BUGFIX] Ensure unchanged mask configuration for export (Nicole Cordes)
2019-05-22 bac264e [FEATURE] Move extension and vendor name to JSON test files (Nicole Cordes)
2019-05-22 c6237d4 [FEATURE] Allow name configuration in mask.json (Nicole Cordes)
2019-05-20 [RELEASE] Release of mask_export 2.3.0 (Nicole Cordes)
2019-03-25 fef554d [FEATURE] Add unit and functional tests for PhpFile flags (Nicole Cordes)
2019-03-25 8085238 [FEATURE] Introduce FlagResolver api (Nicole Cordes)
2019-03-24 58d5a29 [FEATURE] Improve PHP file output (Nicole Cordes)
2019-03-23 eb7b267 [BUGFIX] Support non-array colPos configuration (Nicole Cordes)
2019-03-22 342f97b [BUGFIX] Ensure only labels for mask fields are exported (Nicole Cordes)
2018-10-23 [RELEASE] Release of mask_export 2.2.0 (Nicole Cordes)
2018-10-23 5b7be43 [BUGFIX] Add flexible path handling for mask configuration (Nicole Cordes)
2018-10-23 83b9dc2 [FEATURE] Add extension path as fallback for backend templates (Nicole Cordes)
2018-10-23 1e13175 [BUGFIX] Fix functional tests (Nicole Cordes)
2018-10-23 35c79bd [BUGFIX] Remove dependency to DatabaseConnection (Nicole Cordes)
2018-10-23 b0d9a80 [BUGFIX] Add public extension icon (Nicole Cordes)
2018-10-23 961d1a0 [TASK] Raise compatibility to TYPO3 9.5 (Nicole Cordes)
2018-10-22 5415aa3 [BUGFIX] Correctly resolve backend template path with underscore (Nicole Cordes)
2018-10-18 [RELEASE] Release of mask_export 2.1.1 (Nicole Cordes)
2018-10-18 6d46907 [TASK] Update supporting files to EXT:my_skeleton 0.1.5 (Nicole Cordes)
2018-10-18 [RELEASE] Release of mask_export 2.1.0 (Nicole Cordes)
2018-10-18 2acc171 [FEATURE] Add functional test for multi-nested limited content elements (Nicole Cordes)
2018-10-18 06e9df4 [BUGFIX] Exclude disallowed CTypes from multi-nested content elements (Nicole Cordes)
2018-10-18 47bf8a3 [TASK] Remove unsupported Travis CI jobs (Nicole Cordes)
2018-07-13 b914c18 [BUGFIX] Add missing required composer description (Nicole Cordes)
2018-07-13 c2fec31 [BUGFIX] Replace wrong characters in vendor name (Nicole Cordes)
2018-07-13 a794aba [TASK] Adjust functional tests for backend preview (Nicole Cordes)
2018-07-01 359a550 [FEATURE] Simplify backend preview configuration (Nicole Cordes)
2018-06-29 7c94d22 [TASK] Use wrong vendor name in functional tests (Nicole Cordes)
2018-06-29 aededae [BUGFIX] Prevent hyphens in vendor name (Nicole Cordes)
2018-06-29 afea178 [BUGFIX] Use quotes for version constraint in composer commands (Nicole Cordes)
2018-06-29 73a2393 [FEATURE] Allow providing SVG icon files (Helmut Hummel)
2018-06-28 4e9abc7 [BUGFIX] Use correct version for dev branches in Travis CI builds (Nicole Cordes)
2018-06-28 [RELEASE] Release of mask_export 2.0.1 (Nicole Cordes)
2018-06-27 aef8cce [TASK] Update supporting files to EXT:my_skeleton 0.1.0 (Nicole Cordes)
2018-06-27 cea9df6 [BUGFIX] Ensure $ is exposed as jQuery (Nicole Cordes)
2018-06-15 615bfbc [BUGFIX] Prevent wrong extension key substitution in vendor name (Nicole Cordes)
2018-05-27 [RELEASE] Release of mask_export 2.0.0 (Nicole Cordes)
2018-05-16 a7b33e8 [!!!][TASK] Remove contentElementIcons extension configuration (Nicole Cordes)
2018-05-16 4fee8a9 [!!!][TASK] Remove backendPreview extension configuration (Nicole Cordes)
2018-05-16 841ebdb [!!!][TASK] Remove maskConfiguration extension configuration (Nicole Cordes)
2018-05-14 fba55a7 [FEATURE] Add settings for vendor name (Nicole Cordes)
2018-05-12 e81e229 [FEATURE] Export composer.json (Nicole Cordes)
2018-05-13 71012a6 [BUGFIX] Prevent empty extension name in installAction (Nicole Cordes)
2018-05-12 61f913b [FEATURE] Save extension key for every action (Nicole Cordes)
2018-05-12 c439523 [TASK] Start 2.x development (Nicole Cordes)
2018-05-11 cc169cf [FEATURE] Add functional test for TCA typeicon registration (Nicole Cordes)
2018-05-11 50416f0 [FEATURE] Extend typeicon_classes for content elements (Nicole Cordes)
2018-05-12 e6c1e61 [TASK] Add branch alias for new version (Nicole Cordes)
2018-04-15 [RELEASE] Release of mask_export 1.0.0 (Nicole Cordes)
2018-04-15 70edbac [FEATURE] Add README.md (Nicole Cordes)
2018-04-15 104f9e9 [FEATURE] Add new stage to automatically publish to TER (Nicole Cordes)
2018-04-15 33eec09 [FEATURE] Add functional test for content element icon fallback path (Nicole Cordes)
2018-04-15 bac0738 [FEATURE] Support new icon path (Nicole Cordes)
2018-04-15 a981ead [TASK] Update license information (Nicole Cordes)
2018-04-15 2641afc [TASK] Add functional test for empty mask configuration (Nicole Cordes)
2018-04-15 81274ad [BUGFIX] Write empty mask configuration file (Nicole Cordes)
2018-04-15 7b45c56 [BUGFIX] Cast mask configuration to array (Nicole Cordes)
2018-04-15 6e3b0d2 [TASK] Add functional test to ensure hidden content elements are excluded (Nicole Cordes)
2018-04-15 66e3700 [BUGFIX] Exclude hidden content elements from export (Nicole Cordes)
2018-04-15 7b478df [TASK] Update coding style rules (Nicole Cordes)
2018-04-14 aba36fb [BUGFIX] Fix risky (broken) functional test (Nicole Cordes)
2018-04-14 909ba80 [FEATURE] Switch from PHPStan to SonarQube (Nicole Cordes)
2018-04-14 c1d60c9 [FEATURE] Add stages to Travis CI configuration (Nicole Cordes)
2018-04-14 237e769 [FEATURE] Include PHP 7.2 in Travis CI configuration (Nicole Cordes)
2018-04-14 8c49aea [TASK] Raise nimut/testing-framework dependency (Nicole Cordes)
2018-04-14 80d399a [BUGFIX] Add missing dev dependency to typo3/cms-fluid-styled-content (Nicole Cordes)
2018-04-14 d14be6a [TASK] Remove TYPO3 dev-master from Travis CI configuration (Nicole Cordes)
2018-04-14 f09b8ff [!!!][TASK] Change vendor name (Nicole Cordes)
2018-04-03 6609cc2 [TASK] Update composer.json license definition (Nicole Cordes)
2018-04-03 0bbd96c [BUGFIX] Change default extension key (Nicole Cordes)
2017-10-04 b85d7d0 [TASK] Add functional test to ensure items labels in locallang_db.xml (Nicole Cordes)
2017-10-04 ed4e578 [FEATURE] Move items labels to locallang_db.xlf (Nicole Cordes)
2017-09-28 e0fcab9 [BUGFIX] Remove hardcoded rootPath in BackendPreviewAggregate (Nicole Cordes)
2017-09-28 8985590 [TASK] Provide relative extension paths in AbstractAggregate (Nicole Cordes)
2017-09-26 8d8022f [TASK] Add functional test for mask configuration file inclusion (Nicole Cordes)
2017-09-26 df32bcf [TASK] Improve AbstractExportControllerTestCase::setUpWithConfiguration (Nicole Cordes)
2017-09-26 8783808 [FEATURE] Add option to include mask configuration file in export (Nicole Cordes)
2017-09-22 c18df1a [BUGFIX] Increase index used for constants resolving in rootPaths (Nicole Cordes)
2017-09-22 4df917d [TASK] Add functional test to prevent empty column registration (Nicole Cordes)
2017-09-22 9a28273 [BUGFIX] Prevent empty column registration (Nicole Cordes)
2017-09-21 e6a5872 [TASK] Add functional test for expected typo3 version constraint (Nicole Cordes)
2017-09-21 23c9e16 [TASK] Use \TYPO3\CMS\Extensionmanager\Utility\EmConfUtility for ext_emconf.php (Nicole Cordes)
2017-09-21 f07830a [TASK] Exclude .idea folder in .gitignore (Nicole Cordes)
2017-09-03 1c975ff [BUGFIX] Generate correct Fluid template code for sys_file_reference (Nicole Cordes)
2017-09-02 f1d47e2 [TASK] Exclude .Build folder in .gitignore (Nicole Cordes)
2017-09-02 e2578c9 [TASK] Raise nimut/testing-framework dependency (Nicole Cordes)
2017-09-02 741c2c0 [TASK] Downgrade Travis CI dist (Nicole Cordes)
2017-08-11 6d556c8 [BUGFIX] HtmlCodeGenerator: fix markup template (Josef Glatz)
2017-07-15 93b1204 [FEATURE] Install extension in non-composer mode (Nicole Cordes)
2017-07-15 9d61d05 [FEATURE] Add possibility to write export extension locally (Nicole Cordes)
2017-05-24 [RELEASE] Release of mask_export 0.9.1 (Nicole Cordes)
2017-05-23 45d18c3 [BUGFIX] Use correct SQL for timestamp fields in new tables (Nicole Cordes)
2017-05-17 98499d9 [TASK] Raise compatibility to Mask 3.0.0 (Nicole Cordes)
2017-05-12 [RELEASE] Release of mask_export 0.9.0 (Nicole Cordes)
2017-05-05 f3ca5ca [TASK] Add functional tests for TcaCTypeItem data provider (Nicole Cordes)
2017-05-05 3d9ade7 [FEATURE] Add own dataProvider for CType restriction for inline content (Nicole Cordes)
2017-05-05 50509a5 [TASK] Small InlineContentColPosAggregate cleanups (Nicole Cordes)
2017-05-05 a8a0401 [TASK] Add AbstractInlineContentAggregate to get inline fields (Nicole Cordes)
2017-05-02 5009e0d [BUGFIX] Prevent not matching value before TcaColPosItem (Nicole Cordes)
2017-05-01 f55279f [TASK] Add functional tests for colPos name (Nicole Cordes)
2017-05-01 7715264 [BUGFIX] Add check for parent field in TcaColPosItem (Nicole Cordes)
2017-05-01 3c332f5 Revert "[TASK] Remove superfluous $supportedInlineFields property" (Nicole Cordes)
2017-04-30 e6afc35 [TASK] Add functional test for where constraints in DatabaseQueryProcessor (Nicole Cordes)
2017-04-30 014237c [BUGFIX] Fix generated where constraint for DatabaseQueryProcessor (Nicole Cordes)
2017-04-28 68f6e6a [TASK] Remove superfluous $supportedInlineFields property (Nicole Cordes)
2017-04-28 9853a4d [BUGFIX] Add colPos name if record is open in single context (Nicole Cordes)
2017-04-28 029573e [BUGFIX] Improve file sorting in ExportController (Nicole Cordes)
2017-04-12 [RELEASE] Release of mask_export 0.8.0 (Nicole Cordes)
2017-04-12 9f24fce [TASK] Raise compatibility to TYPO3 8.7 (Nicole Cordes)
2017-04-11 83cc5e8 [BUGFIX] Limit TcaColPosItem dataProvider to known inline fields (Nicole Cordes)
2017-04-11 edc4205 [BUGFIX] Adjust condition in TcaColPosItem dataProvider for TYPO3 8.7 (Nicole Cordes)
2017-04-11 1d45985 [TASK] Sort supported CTypes in BackendPreviewAggregate (Nicole Cordes)
2017-04-10 12874a3 [BUGFIX] Ensure Fluid templates for all content elements (Nicole Cordes)
2017-04-10 a944097 [BUGFIX] Prevent unnecessary columns information in BackendPreviewAggregate (Nicole Cordes)
2017-04-10 b243acc [BUGFIX] Only process non-empty columns in ContentRenderingAggregate (Nicole Cordes)
2017-04-10 cfe06dc [TASK] Add empty content element to mask.json fixture (Nicole Cordes)
2017-04-02 dd5d223 [BUGFIX] Prevent exception in backend preview (Nicole Cordes)
2017-03-27 d0e1727 [TASK] Add functional test to ensure registered icon for content elements (Nicole Cordes)
2017-03-26 4b1095b [TASK] Add functional test to ensure default icon for content element (Nicole Cordes)
2017-03-26 3b3cd98 [BUGFIX] Use iconIdentifier as content element icon in CType items (Nicole Cordes)
2017-03-26 880873b [TASK] Use iconIdentifier in NewContentElementWizardAggregate (Nicole Cordes)
2017-03-26 caee565 [TASK] Move content element icon aggregation to own class (Nicole Cordes)
2017-03-25 797d375 [TASK] Extend Travis CI tests to current mask master (Nicole Cordes)
2017-03-24 [RELEASE] Release of mask_export 0.7.0 (Nicole Cordes)
2017-03-24 a5ee1d9 [TASK] Raise compatibility to TYPO3 8.6 (Nicole Cordes)
2017-03-04 e4a215c [TASK] Add more coding style rules (Nicole Cordes)
2017-03-03 7718d54 [TASk] Move friendsofphp/php-cs-fixer to suggest section (Nicole Cordes)
2017-03-03 3982cba [TASK] Raise nimut/testing-framework dependency to 1.x-dev (Nicole Cordes)
2017-02-23 24296dd [TASK] Raise nimut/testing-framework dependency to 1.0 (Nicole Cordes)
2017-02-22 54e951e [TASK] Raise nimut/testing-framework dependency to 0.3 (Nicole Cordes)
2017-02-17 baa4359 [TASK] Fix functional test for typo3/cms dev-master (Nicole Cordes)
2017-02-17 e0ac74a [TASK] Use test class from nimut/testing-framework (Nicole Cordes)
2017-02-16 254c994 [TASK] Execute tests with typo3/cms dev-master (Nicole Cordes)
2017-02-16 286f22d [TASK] Use nimut/testing-framework for PHPUnit tests (Nicole Cordes)
2017-02-07 fec1f70 [BUGFIX] Ensure correct CTypes in DatabaseQueryProcessor (Nicole Cordes)
2017-02-07 96c419f [TASK] Clean up where condition in DatabaseQueryProcessor (Nicole Cordes)
2017-02-10 6509cc8 [TASK] Allow risky tests in .php_cs (Nicole Cordes)
2017-02-10 2c26ad2 [TASK] Add test to ensure constants in TypoScript are initialized (#65) (Nicole Cordes)
2017-02-09 1dded13 [FEATURE] Allow overwriting root paths (#64) (Kevin Appelt)
2017-01-29 e2095e6 [BUGFIX] Remove simpledatetime field from mask.json fixture (Nicole Cordes)
2017-01-28 fa4f6dd [TASK] Add functional test for exported PageLayoutViewDrawItem (Nicole Cordes)
2017-01-28 f03b2b2 [BUGFIX] Get processedRow data recursively in PageLayoutViewDrawItem (Nicole Cordes)
2017-01-28 bd85754 [TASK] Use different extension key for test export (Nicole Cordes)
2017-01-28 a0cce0f [TASK] Add test for selectbox rendering in backend preview (Nicole Cordes)
2017-01-28 9d776ca [BUGFIX] Fix generated Fluid template for selectbox fields (Nicole Cordes)
2017-01-27 9a49927 [TASK] Split functional tests (Nicole Cordes)
2017-01-27 25571de [TASK] Improve build matrix and skip superfluous steps (Nicole Cordes)
2017-01-27 dd645f0 [TASK] Add missing Coding Style Fixer that are enforced in TYPO3 core (Nicole Cordes)
2017-01-23 921828c [TASK] Fix code according to phpstan (Nicole Cordes)
2017-01-23 17de03a [FEATURE] Add phpstan/phpstan as dev requirement (Nicole Cordes)
2017-01-23 ad00223 [TASK] Fix coding style according to php-cs-fixer (Nicole Cordes)
2017-01-23 3cf0d2c [TASK] Exclude ext_emconf.php from code style analysis (Nicole Cordes)
2017-01-23 e16aab4 [FEATURE] Add StyleCI Coding Style Service (Nicole Cordes)
2017-01-23 ff3ce8d [FEATURE] Add friendsofphp/php-cs-fixer as dev requirement (Nicole Cordes)
2017-01-23 46ae791 [TASK] Exclude local .php_cs files in .gitignore (Nicole Cordes)
2017-01-12 87a957c [TASK] Add test to ensure content element icon is included in export (Nicole Cordes)
2017-01-10 0d93554 [FEATURE] Export content element icons and add iconRegistry configuration (Nicole Cordes)
2017-01-10 c487e00 [TASK] Sort elements by key (Nicole Cordes)
2017-01-10 9ce054b [FEATURE] Add extension option for content element icons (Nicole Cordes)
2017-01-12 [RELEASE] Release of mask_export 0.6.3 (Nicole Cordes)
2017-01-12 40cbbb8 [TASK] Add TYPO3 CSMS dependencies to composer.json (Nicole Cordes)
2017-01-12 d73b9a6 [BUGFIX] Remove superfluous interfaces from BackendPreviewAggregate (Nicole Cordes)
2017-01-12 368af31 [TASK] Enforce latest stable TYPO3 version (Nicole Cordes)
2017-01-12 f1b8b68 [BUGFIX] Adjust setup for TYPO3 7.6 (Nicole Cordes)
2017-01-12 765342c [FEATURE] Add test for existing Fluid Templates in backend preview (Nicole Cordes)
2017-01-11 83d210b [FEATURE] Add test for existing Fluid Templates in TypoScript (Nicole Cordes)
2017-01-11 143d99e [TASK] Adjust composer.json (Nicole Cordes)
2017-01-11 9f1cd04 [FEATURE] Add .travis.yml (Nicole Cordes)
2017-01-11 [RELEASE] Release of mask_export 0.6.2 (Nicole Cordes)
2017-01-11 e002800 [BUGFIX] Correct backend preview template paths (Nicole Cordes)
2017-01-11 [RELEASE] Release of mask_export 0.6.1 (Nicole Cordes)
2017-01-11 6e2a32d [BUGFIX] Fix inconsistency in template paths for content elements (Nicole Cordes)
2016-12-22 [RELEASE] Release of mask_export 0.6.0 (Nicole Cordes)
2016-12-22 1423218 [TASK] Raise compatibility to TYPO3 8.5 (Nicole Cordes)
2016-12-22 e574b7e [TASK] Streamline backend template path (Nicole Cordes)
2016-12-22 8835230 [TASK] Adjust template path for content elements (Nicole Cordes)
2016-12-16 ae5ed1c [FEATURE] Use templatePaths and templateName instead of file (Nicole Cordes)
2016-12-16 153565a [FEATURE] Store extension key in backend user settings (Nicole Cordes)
2016-12-16 0112c0d [TASK] Ensure correct Fluid paths for content element rendering (Nicole Cordes)
2016-12-13 31111c5 [BUGFIX] Prevent warning for empty elements (Nicole Cordes)
2016-12-12 [RELEASE] Release of mask_export 0.5.0 (Nicole Cordes)
2016-12-12 359c15c [TASK] Remove wrong package header (Nicole Cordes)
2016-12-09 430193d [BUGFIX] Enforce table in <f:cObject> to ensure correct FileProcessing (Nicole Cordes)
2016-12-08 9abc413 [TASK] Wrap fields with <f:if> in generated backend fluid templates (Nicole Cordes)
2016-12-08 e053a76 [BUGFIX] Initialize empty inline fields in PageLayoutViewDrawItem (Nicole Cordes)
2016-12-06 8a9c4fb [FEATURE] Add recursive inline processing in backend preview (Nicole Cordes)
2016-11-16 209a821 [FEATURE] Add support for inline elements in backend preview (Nicole Cordes)
2016-11-16 cfb5d66 [TASK] Pass table name to TcaAwareTrait::replaceFieldLabels (Nicole Cordes)
2016-11-10 ac0f0ca [FEATURE] Add preview for unprocessed data (Nicole Cordes)
2016-11-09 a2ba1ac [FEATURE] Add BackendPreviewAggregate with empty files (Nicole Cordes)
2016-11-09 b290e54 [FEATURE] Add extension option for preview templates (Nicole Cordes)
2016-11-18 25a6276 [FEATURE] Add colPos support for content inline elements (Nicole Cordes)
2016-11-18 da554d0 [TASK] Further extension key replacements (Nicole Cordes)
2016-11-09 af1d868 [TASK] Support for namespace replacement (Nicole Cordes)
2016-11-08 [RELEASE] Release of mask_export 0.4.2 (Nicole Cordes)
2016-11-08 7ea1671 [TASK] Raise version compatibility to TYPO3 8.4.99 (Nicole Cordes)
2016-11-08 522f8c4 [BUGFIX] Add sorting for inline elements in DatabaseQueryProcessor (Nicole Cordes)
2016-10-14 [RELEASE] Release of mask_export 0.4.1 (Nicole Cordes)
2016-10-06 3b2b243 [BUGFIX] Use correct extension icon for inline tables (Nicole Cordes)
2016-10-06 e544267 [BUGFIX] Fix reorder for extension keys with 'mask' prefix (Nicole Cordes)
2016-09-26 43c66fd [BUGFIX] Reorder extension key replacement (Nicole Cordes)
2016-09-22 [RELEASE] Release of mask_export 0.4.0 (Nicole Cordes)
2016-09-16 e61c4c6 [TASK] Raise version compatibility to TYPO3 8.3.99 (Nicole Cordes)
2016-09-16 fb71e97 [BUGFIX] Increase view root paths index (Nicole Cordes)
2016-09-14 6d15ae8 [BUGFIX] Prefer SQL field definitions from current table (Nicole Cordes)
2016-09-13 [RELEASE] Release of mask_export 0.3.2 (Nicole Cordes)
2016-09-07 c9bc4cd [BUGFIX] Follow up for 6d3262f to append PHP files correctly (Nicole Cordes)
2016-09-05 [RELEASE] Release of mask_export 0.3.1 (Nicole Cordes)
2016-08-31 6d3262f [BUGFIX] Restore file aggregation (Nicole Cordes)
2016-08-31 fdb3b80 [BUGFIX] Rework guard clauses (Nicole Cordes)
2016-08-29 [RELEASE] Release of mask_export 0.3.0 (Nicole Cordes)
2016-08-29 078bbb3 [TASK] Set version to 0.3.0 (Nicole Cordes)
2016-08-29 69ab273 [BUGFIX] Ensure array return in AbstractFileCollection (Nicole Cordes)
2016-08-04 ef71793 [TASK] Set version to 0.3.0-dev (Nicole Cordes)
2016-08-06 200d050 [FEATURE] Add CType separator for extension types (Nicole Cordes)
2016-08-07 [RELEASE] Release of mask_export 0.2.1 (Nicole Cordes)
2016-08-07 05fc43c [TASK] Set version to 0.2.1 (Nicole Cordes)
2016-08-05 c8df25a [BUGFIX] Re-add generation of locallang_db labels (Nicole Cordes)
2016-08-04 a918ba3 [TASK] Set version to 0.3.0-dev (Nicole Cordes)
2016-08-04 [RELEASE] Release of mask_export 0.2.0 (Nicole Cordes)
2016-07-14 d46ece5 [FEATURE] Use extension icon in export (Nicole Cordes)
2016-07-14 be3e944 [TASK] Replace extension icon (Nicole Cordes)
2016-07-12 136218f [TASK] Split TtContentOverridesAggregate (Nicole Cordes)
2016-07-11 cbb8480 [BUGFIX] Remove version field from composer.json (Nicole Cordes)
2016-07-11 2d5f7c5 [BUGFIX] Support irre in irre (Nicole Cordes)
2016-07-11 bfaf9d5 [BUGFIX] Add missing irre fields to TCA tables (Nicole Cordes)
2016-07-11 2dac478 [TASK] Add addSqlDefinitions to SqlAwareTrait (Nicole Cordes)
2016-07-11 a156bf5 [TASK] Move addSqlDefinitions to TcaAwareTrait (Nicole Cordes)
2016-07-11 1654b34 [BUGFIX] Add dataProcessing for content fields (Nicole Cordes)
2016-07-11 d2d3a90 [BUGFIX] Correct dataProcessing for File fields (Nicole Cordes)
2016-07-11 1747ed3 [TASK] Set version to 0.2.0-dev (Nicole Cordes)
2016-07-11 [RELEASE] Release of mask_export 0.1.0 (Nicole Cordes)
2016-07-11 443d618 [FEATURE] Add zip download (Nicole Cordes)
2016-07-11 414911e [FEATURE] Add flexible extension key (Nicole Cordes)
2016-07-10 5fed03b [FEATURE] Add export for new TCA tables (Nicole Cordes)
2016-07-10 cfae33f [FEATURE] Add dataProcessing for sys_file_reference fields (Nicole Cordes)
2016-07-10 038ee9a [FEATURE] Add page TSconfig for new content element wizard (Nicole Cordes)
2016-07-10 fe91213 [TASK] Sort file list (Nicole Cordes)
2016-07-10 f753259 [FEATURE] Add overrides extension files (Nicole Cordes)
2016-07-10 45c99c0 [FEATURE] Add preview of extension information files (Nicole Cordes)
2016-07-10 8731f7f [FEATURE] Add ExportController and Template (Nicole Cordes)
2016-07-10 98cabc4 [FEATURE] Extend mask tab menu (Nicole Cordes)
2016-07-10 a22682b [TASK] Add basic extension information (Nicole Cordes)