-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
409 lines (328 loc) · 14.9 KB
/
ChangeLog
File metadata and controls
409 lines (328 loc) · 14.9 KB
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
2015-04-02 Tizian Schmidlin <st@cabag.ch>
* version 0.9.5
* implemented admin single record pusing
2015-03-18 Tizian Schmidlin <st@cabag.ch>
* version 0.9.4
* created CompareExtended.js
* created LoaderExtended.js
* added option to disable records publishing
* version 0.9.3
* finished implementation of record publishing
2015-03-13 Tizian Schmidlin <st@cabag.ch>
* version 0.9.2
* little performance tweek when writing to database in ContentRepository
* version 0.9.1
* added record publishing. If anything breaks while I'm not here, save the state and go back to 0.9.0
* version 0.9.0
* friday the 13th special edition
* fixed some bugs in many classes
* fixed some design issues in Compare.js (now all the tables have the same cell width)
* fixed the broken TCA for reviewed table
2015-03-12 Tizian Schmidlin <st@cabag.ch>
* version 0.8.9
* added Dbrecord model
* integrated Dbrecord to Review
* added checkboxes for records to the new accordeon tree
* integrated Dbrecord creation and update to ReviewController
* added pushPageChanges to review model
* added database fields for dbrecord to review table
* added push_page_changes to review table
* added dbrecord table
* Created DbrecordConverter
2015-03-06 Tizian Schmidlin <st@cabag.ch>
* version 0.8.8
* finished integration of accordeon for records
* removed old page tree
2015-03-05 Tizian Schmidlin <st@cabag.ch>
* version 0.8.7
* worke on Compare.js improvement
* version 0.8.6
* added Compare.js
* added compare container to Compare.html
* added container CSS definition in Main.css
* added Compare.js to Loader.js
2015-02-04 Nils Blattner <nb@cabag.ch>
* version 0.8.5
* [BUG] added a drop in replacement for INSERTmultipleRows(), because the TYPO3 core behaves inconsistently (does not allow NULL values as opposed to INSERTquery())
2015-01-27 Nils Blattner <nb@cabag.ch>
* version 0.8.4
* [FEATURE] added even better checks to make sure no table is ever pushed that does not exist or where no valid TCA is present
2015-01-27 Nils Blattner <nb@cabag.ch>
* version 0.8.3
* [FEATURE] added better checks to make sure no table is ever pushed that does not exist or where no valid TCA is present
2015-01-19 Nils Blattner <nb@cabag.ch>
* version 0.8.2
* [FEATURE] added pageTS option doNotSnapshotOnPush to disable the snapshot, that is created after data is pushed to the remote server
* [FEATURE] updated TCA utility to ignore typolink references, except for files (problematic if pages are references => contentstage goes and pushes other pages aswell)
* [6.2] updated TCA utility to ignore sys_log and sys_history TCA (sys_log and _history should be pushed at the end every time and not treated as normal tables)
* [TASK] added comments to all pageTS options
2014-10-21 Nils Blattner <nb@cabag.ch>
* version 0.8.0
* [FEATURE] allow the SSLVERSION to be specified by extension configuration while clearing the cache
2014-10-06 Nils Blattner <nb@cabag.ch>
* version 0.7.9
* [6.2] implemented logic to detect and push FAL files
2014-10-06 Nils Blattner <nb@cabag.ch>
* version 0.7.8
* [6.2] fixed various issues with snapshots, reviews and templates in 6.2
2014-09-11 Nils Blattner <nb@cabag.ch>
* version 0.7.7
* [6.2] fixed some issues with the review process in 6.2
2014-09-05 Nils Blattner <nb@cabag.ch>
* version 0.7.6
* [FEATURE] moved the page initialization into its own function in the BaseController
2014-09-05 Nils Blattner <nb@cabag.ch>
* version 0.7.5
* [FEATURE] the Result now also carries the underlying query
* [BUG] the comparison now also triggers the update of the refindex
* [BUG] fixed an issue in the hashed comparison when no sys_refindex was present (and it should have been)
* [TASK] set version requirement 4.5-6.2.99
* [TASK] removed closing ?> in all PHP files
2014-08-07 Nils Blattner <nb@cabag.ch>
* version 0.7.42014-12-08 Nils Blattner <nb@cabag.ch>
* version 0.8.1
* [BUG] fixed an issue when a TCE entry does not contain any columns data
* [6.2] only call t3lib_div::loadTCA() for pre 6.2 versions
* [6.2] added table cf_cache_rootline to compare ignore
* [6.2] added table cf_cache_rootline_tags to auto ignore
* [6.2] added table cf_extbase_datamapfactory_datamap to auto ignore
* [6.2] added table cf_extbase_datamapfactory_datamap_tags to auto ignore
* [6.2] added table cf_extbase_typo3dbbackend_queries to auto ignore
* [6.2] added table cf_extbase_typo3dbbackend_queries_tags to auto ignore
* [6.2] added table cf_extbase_typo3dbbackend_tablecolumns to auto ignore
* [6.2] added table cf_extbase_typo3dbbackend_tablecolumns_tags to auto ignore
* [FEATURE] now automatically ignores tables without TCA for comparison/pushing
2014-08-07 Nils Blattner <nb@cabag.ch>
* version 0.7.3
* [6.2] fixed some issues with t3lib_cache::initContentHashCache() not needed in 6.2
* [6.2] added table cf_cache_rootline to auto ignore
2014-06-06 Nils Blattner <nb@cabag.ch>
* version 0.7.2
* [BUG] fixed an issue with md5 checksum comparison where the hash would not be assembled properly
2014-06-03 Lavinia Negru <ln@cabag.ch>
* version 0.7.1
* reset the domain/page tree cache to allow the values to be rebuilt for the pushed review mail issue #6845
2014-06-02 Nils Blattner <nb@cabag.ch>
* version 0.7.0
* increased version to 0.7.0 to clarify which version is the newest
* [FEATURE] added md5 checksum optimization option that checks db-generated md5 sums before actually checking content
2014-05-13 Lavinia Negru <ln@cabag.ch>
* version 0.5.9
* [FEATURE] added configuration option for tables to federate
* [FEATURE] implemented new module for federate tables
* [FEATURE] integraded table federation in to the initialization process
2014-04-14 Nils Blattner <nb@cabag.ch>
* version 0.5.8
* [FEATURE] changed missing file message from WARNING to INFORMATION, as it is a common thing when working with contentstaging
* [FEATURE] implemented table flexforms (templavoila)
* [BUG] fixed an issue when a group relation was present without MM-table (list of uids/table_uid directly in the field)
2014-04-11 Nils Blattner <nb@cabag.ch>
* version 0.5.7
* [FEATURE] added basic flexform parsing
* [FEATURE] added check to make sure tables have TCA
2014-03-20 Lavinia Negru <ln@cabag.ch>
* version 0.5.6
* [FEATURE] added configuration options to disable compression by snapshots
* [FEATURE] removed View-Icons in Rootline
* [FEATURE] changed Local rootline and Remote rootline text labels to local and remote base url
2013-12-04 Nils Blattner <nb@cabag.ch>
* version 0.5.5
* [BUG] fixed an issue, where the early call to create links (#4177) would cache wrong domains - fixed issue #4949
2013-11-25 Nils Blattner <nb@cabag.ch>
* version 0.5.4
* [BUG] only display active reviews in the review list - issue #4533
* [FEATURE] assigned local and remote domain to the mail views - issue #4566
* [BUG] changed it so that changing the review users will still recognize the active user and, if auto-review is set, automatically review the changes - #4538
2013-11-21 Dimitri König <dk@cabag.ch>
* version 0.5.3
* [FEATURE] Rootline pages are linked if possible (#4177)
2013-10-25 Dimitri König <dk@cabag.ch>
* version 0.5.2
* [FEATURE] Added hooks around pushing of files
* [FEATURE] Makes $this->log public -> accessable from other extensions
2013-10-25 Nils Blattner <nb@cabag.ch>
* version 0.5.1
* [BUG] changed the way pushDependencies works so it still pushes mm-relations
2013-10-24 Nils Blattner <nb@cabag.ch>
* version 0.5.0
* [FEATURE] added new pageTS option pushDependencies (default 1), if set to 0, dependencies will not be pushed
2013-10-17 Nils Blattner <nb@cabag.ch>
* version 0.4.8
* [BUG] fixed an issue when pageTS had maximumDepth = -1 - issue #4068
2013-10-17 Nils Blattner <nb@cabag.ch>
* version 0.4.7
* [BUG] added new sql field page to reviews and removed mapping of pid to page - issue #4066
* After DB update following SQL must be executed: UPDATE tx_contentstage_domain_model_review SET page = pid, pid = 0
* Removed Hook
2013-10-21 Nils Blattner <nb@cabag.ch>
* version 0.4.9
* [FEATURE] added mails when a review is deprecated or pushed - issue #4157
2013-10-17 Nils Blattner <nb@cabag.ch>
* version 0.4.6
* [FEATURE] added display for files differing - issue #4075
* [BUG] removed extra module (was test) - issue #4124
2013-10-16 Nils Blattner <nb@cabag.ch>
* version 0.4.5
* [BUG] fixed an issue with finding the mountpoints for a user
2013-10-15 Nils Blattner <nb@cabag.ch>
* version 0.4.4
* [FEATURE] added special file array that tracks differing files - issue #4075
2013-10-14 Nils Blattner <nb@cabag.ch>
* version 0.4.3
* [FEATURE] added pageTS option to automatically review if user sets him/herself as reviewer
* [FEATURE] added pageTS option to send mail to the active user aswell and deactivated it by default
2013-10-10 Nils Blattner <nb@cabag.ch>
* version 0.4.2
* [BUG] fixed an issue when empty emails are set in backend users
2013-10-10 Nils Blattner <nb@cabag.ch>
* version 0.4.1
* [BUG] fixed issue with displaying softref changes
* [BUG #3995] fixed issue with ignoreFields
* [FEATURE #3995] added l10n_diffsource and l18n_diffsource to ignoreFields by default
* [FEATURE #3995] added display proc for date values
2013-10-08 Nils Blattner <nb@cabag.ch>
* version 0.4.0
* [FEATURE #3927] softrefs are now resolved via refindex
* [FEATURE #3837] added save action icon and modified template a little
* [FEATURE #3829] added pageTS option review.defaultAutoPush
* [FEATURE #3836] changed some labels
2013-10-04 Nils Blattner <nb@cabag.ch>
* version 0.3.9
* [BUG] explicitly select typo3-pagetree to be used as the navigation option for contentstaging
2013-10-03 Nils Blattner <nb@cabag.ch>
* version 0.3.8
* [FEATURE] added all pageTS options to ext_localconf.php
* [FEATURE] added new pageTS option to force https in the side by side view
2013-10-01 Nils Blattner <nb@cabag.ch>
* version 0.3.7
* [FEATURE] changed pageTS option reviewGroups to review.groups
2013-09-30 Nils Blattner <nb@cabag.ch>
* version 0.3.6
* [BUG] fixed an issue with deprecation detection
2013-09-27 Nils Blattner <nb@cabag.ch>
* version 0.3.5
* [FEATURE] implemented review process
2013-09-20 Nils Blattner <nb@cabag.ch>
* version 0.3.4
* [FEATURE] implemented db mountpoint resolving
2013-08-27 Nils Blattner <nb@cabag.ch>
* version 0.3.3
* [FEATURE] added option to the review record that would allow automatic push to remote after a successfull review
2013-08-26 Nils Blattner <nb@cabag.ch>
* version 0.3.2
* [BUGFIX] fixed an issue, where a comma separated list of files/folders was treated as a single file
2013-08-21 Nils Blattner <nb@cabag.ch>
* version 0.3.1
* [FEATURE] added review records (and associated), added domain model for be_users and be_groups
2013-08-14 Nils Blattner <nb@cabag.ch>
* version 0.3.0
* [FEATURE] added configuration options for the recursion depth through pageTS (and by expansion userTS)
* [FEATURE] added support for file/folder comparison (only compares whether files/folders exist and if the md5 sum is different)
2013-08-13 Nils Blattner <nb@cabag.ch>
* version 0.2.9
* added recursion depth to compare and push actions
2013-08-13 Nils Blattner <nb@cabag.ch>
* version 0.2.8
* added several tables to not be diff'd (because they do not have pid's)
2013-05-02 Dimitri König <dk@cabag.ch>
* version 0.2.7
* modified findCmd in Shell - fixed WIN bug
2013-04-16 Dimitri König <dk@cabag.ch>
* version 0.2.6
* set clear cache call from file_get_contents to curl due to ssl
* fixed hash not found bug
2013-04-15 Nils Blattner <nb@cabag.ch>
* version 0.2.5
* fixed a bug in the eID-script that would not properly clean up temporary hashes
2013-04-12 Nils Blattner <nb@cabag.ch>
* version 0.2.4
* fixed a bug that dependencies are not properly staged
2013-04-11 Dimitri König <dk@cabag.ch>
* version 0.2.3
* fixed some bugs in shell class
2013-04-03 Nils Blattner <nb@cabag.ch>
* version 0.2.2
* fixed snapshots so that they actually consider the tables to be ignored
2013-02-07 Nils Blattner <nb@cabag.ch>
* version 0.2.1
* added language labels for source/target missing
2013-02-07 Nils Blattner <nb@cabag.ch>
* version 0.2.0
* separated snapshot and initialize into separate modules
2013-02-05 Nils Blattner <nb@cabag.ch>
* version 0.1.9
* fixed a bug with the remote page tree
* separated initialize and snapshot functions to a different "admin"-module
* fixed an issue if a page did not exist remotely
2013-02-05 Nils Blattner <nb@cabag.ch>
* version 0.1.8
* fixed an issue when the remote page tree does not exist
* now a snapshot of the current state is created before reverting to a given snapshot
2013-01-30 Nils Blattner <nb@cabag.ch>
* version 0.1.7
* fixed an issue with clearcache "all" and domains
2013-01-30 Nils Blattner <nb@cabag.ch>
* version 0.1.6
* fixed issue where inserts were not properly split up into packs of 100 queries
* removed usage of admin_get_tables
* fixed an issue where folders do not have a trailing slash
* implemented the possibility to enforce the whole cache to be cleared
2013-01-29 Nils Blattner <nb@cabag.ch>
* version 0.1.5
* added dependency for cabag_extbase 0.5.5
2013-01-04 Nils Blattner <nb@cabag.ch>
* version 0.1.4
* fixed some issues with shell on windows
* added TYPO3 4.7+ caching framework tables (cf_*) to auto ignore tables
2013-01-02 Nils Blattner <nb@cabag.ch>
* version 0.1.3
* fixed some issues with fields (fallback in JS)
* fixed an issue, where the repository would attempt to find sys_log/_history records of files
* added german translations
2012-12-27 Nils Blattner <nb@cabag.ch>
* version 0.1.2
* implemented the day after yesterday routine!
* implemented remote cache clearing
* changed extension icon
2012-12-20 Nils Blattner <nb@cabag.ch>
* version 0.1.1
* implemented the day before tomorrow routine!
* implemented 2 column diff view
* implemented sys_log/sys_history migration
* implemented ignore tables/fields
2012-12-13 Nils Blattner <nb@cabag.ch>
* version 0.1.0
* changes are rendered with jQuery templates now
* changed some visuals
2012-12-11 Nils Blattner <nb@cabag.ch>
* version 0.0.9
* small code refactoring in Classes/Utility/Tca.php
2012-12-10 Nils Blattner <nb@cabag.ch>
* version 0.0.8
* finished TCA parser
* implemented relation resolving
* implemented file push
2012-12-07 Nils Blattner <nb@cabag.ch>
* version 0.0.7
* implemented part of the TCA parser
* moved all typoscript to ext_typoscript_*.txt
* implemented gzip compression for sql snapshots
2012-12-06 Nils Blattner <nb@cabag.ch>
* version 0.0.6
* implemented snapshots
* implemented initialization
2012-11-21 Nils Blattner <nb@cabag.ch>
* version 0.0.5
* implemented diff display
2012-11-16 Nils Blattner <nb@cabag.ch>
* version 0.0.4
* fixed/implemented row diff'ing
2012-11-15 Nils Blattner <nb@cabag.ch>
* version 0.0.3
* implemented table base row diff'ing
2012-11-13 Nils Blattner <nb@cabag.ch>
* version 0.0.2
* implemented diff functionality
2012-11-08 Nils Blattner <nb@cabag.ch>
* version 0.0.1
* initial release