This repository has been archived by the owner on Mar 5, 2020. It is now read-only.
forked from fnagel/beautyofcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
282 lines (212 loc) · 9.83 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
Since version 3.2.0 see GitHub: https://github.com/fnagel/beautyofcode/commits/master
2016-12-11 Felix Nagel <[email protected]>
3.1.0 released (no changes required)
* TYPO3 8.4 compatibility
* Bugfixes for t3editor EM configuration
* Bugfix for new content element wizard
* Code is now PSR-2 standard compliant
2016-01-25 Felix Nagel <[email protected]> & Thomas Juhnke <[email protected]>
3.0.0 released (Migration needed see documentation)
* TYPO3 7.6 compatibility, removed 6.2 support
* Changed TypoScript processing
* Added and fixed some languages for PrismJs
* Update PrismJs vendor
* Add composer and bower file
* Now using default tt_content bodytext field for code
2015-08-10 Felix Nagel <[email protected]> & Thomas Juhnke <[email protected]>
2.1.0 released (no changes required)
* TYPO3 7.x compatibility
2014-08-09 Felix Nagel <[email protected]> & Thomas Juhnke <[email protected]>
2.0.1 released (no changes required)
* Improved highlighter configuration handling
* Possible to switch highlighter engine without updating flexform
* Remove Prism language add-ons from flexform select
* Improved description for TS constants
* Use addJsFooterFile instead of addJsFooterLibrary as default to improve FE performance
* Improve readme file
* Improve documentation (clean up, new screenshots)
2014-07-24 Felix Nagel <[email protected]> & Thomas Juhnke <[email protected]>
2.0.0 released (Migration needed see documentation)
* Rewritten for Extbase/Fluid usage
* Refactoring of Backend Hooks (Flexform, T3editor Wizard)
* Introduction of PageRenderer ViewHelpers for asset injection
* Introduction of (basic) Unit tests
* Integration of Prism (see http://prismjs.com/)
* Removal of SyntaxHighlighter v2 + beautyofcode (jQuery) abstraction layer
* Introducing ReST documentation
Note: This release is introducing breaking changes. Please make sure to
make a backup of your current site content and use the update script to update
your boc content elements.
2013-09-05 Felix Nagel <[email protected]>
1.0.3 released (no changes required)
* fixed: label subpart rendering, see #51541, thx to Tommy Juhnke
* improved: general coding style and CGL
2013-03-28 Felix Nagel <[email protected]>
1.0.2 released (no changes required)
* fixed: issue with adding jQuery file to the document, see #46755, thx to Jochen Fröhlich
2013-03-11 Felix Nagel <[email protected]>
1.0.1 released (no changes required)
* fixed: requirements as needed for planned TYPO3 TER cleanup
2013-01-26 Felix Nagel <[email protected]>
1.0.0 released (you need to clear all caches)
* added: add possibility to change the on ready callback signature of jQuery, thx to Thomas Juhnke, see http://forge.typo3.org/issues/44762
2012-11-26 Felix Nagel <[email protected]>
* improved: t3editor integration in BE, now code language aware (at least for PHP, CSS, JS, TS, XML)
* removed: old t3editor integration files (EXT:typoscript_code)
* improved: BE layout title
* fixed: CGL
* added: inline TODO comments
* removed: outdated documentation pdf
* fixed: copyright year
2012-09-06 Felix Nagel <[email protected]>
0.8.4 released (no changes required)
* changed: tested with TYPO3 6.0.0 beta1
* removed: deprecated functions
* changed: extension state set to stable
2012-08-25 Felix Nagel <[email protected]>
* changed: files and inline code is now added using pageRenderer functions
* changed: TYPO3 4.3 is now minimal requirement
2011-05-30 Felix Nagel <[email protected]>
0.8.3 released (no changes required)
* fixed: re-enabled t3editor in BE for TYPO 4.5.x, thx to EXT:typoscript_code
2011-05-26 Felix Nagel <[email protected]>
0.8.2 released (no changes required)
* added: API documentation (EXT:boc_apiexample)
* fixed: small issue when using API
2011-03-13 Felix Nagel <[email protected]>
0.8.1 released (no changes required)
* fixed: disabled t3editor in BE for TYPO 4.5
2011-01-14 Felix Nagel <[email protected]>
0.8 released (no changes required)
* added: API
* improved: BE preview
2011-01-07 Felix Nagel <[email protected]>
* fixed: t3editor follow-up
* fixed: missing parameter class instance (errors in sys log)
* removed: REAMDE.txt
* updated: documentation
2010-12-26 Felix Nagel <[email protected]>
* added: t3editor syntax highlighting in BE
* fixed: small locallang issue (German)
* updated: documentation
2010-11-25 Felix Nagel <[email protected]>
0.7.1 released (no changes required)
* added: Typoscript brush for v3
* fixed: jQueryNoConflict has no effect, thx to Jürgen Furrer
* updated: documentation
2010-11-06 Felix Nagel <[email protected]>
0.7.0 released (big one, changes required)
* added: non-jquery support
* removed: extension manager settings
* added: options fpr standalone version
* updated: SyntaxHighlighter to v3
* updated: documentation
* added: default CSS code
2010-11-05 Felix Nagel <[email protected]>
0.6.3 released (no changes required)
* fixed: changlog and upload comment
2010-11-05 Felix Nagel <[email protected]>
0.6.2 released (no changes required)
* fixed: error in constant editor (tenmplate file path)
* fixed: TS config defaults does not work
2010-10-05 Felix Nagel <[email protected]>
* fixed: defaults.tab-size constant is not used
2010-10-05 Felix Nagel <[email protected]>
0.6.1 released (no changes required except you're using XCLASS)
* added: hooks to add custom JS and template marker
* changed: updated screenshots in doc
* added: Doc FAQ: error solution
* added: Doc Tutorial: how to add a template marker
* fixed: missing config templateFile var in doc
2010-09-03 Felix Nagel <[email protected]>
0.6.0 released (small changes required)
* added: it's now possible to use HTML templates
* changed: label.show renamed to showLabel
* changed: TYPO3 API instead of homemade functions
* fixed: errors in changelog
* removed: config "label.wrap" and "wrap" as its not longer needed
* added: upgrade guide in documentation
2010-08-11 Felix Nagel <[email protected]>
0.5 released (no changes required)
* added: forge account http://forge.typo3.org/projects/extension-beautyofcode
* added: configurable language strings
* added: jQuery selector TS option to improve FE performance
* fixed: TYPO4 4.2.x compability
* fixed: t3lib_page is not found (thx to Kai Vogel)
* changed: improved manual
* changed: updated to lastest beautyOfCode script (slightly modified to support language strings)
* changed: improved HTML output
* removed: unnecessary pi_loadLL() (we dont need a language file in FE) which caused error in TYPO3 4.2.x
2010-08-09 Felix Nagel <[email protected]>
* fixed: english language strings in pi1 (thx to Kai Vogel)
* changed: function declaration from privat to public
* fixed: XCLASS should work now (see above) (thx to Kai Vogel)
2010-07-09 Felix Nagel <[email protected]>
0.4.1 released (no changes required)
* added: line highlight range
* fixed: forgotten debug (wrong file in 0.4.0 TER release)
2010-07-08 Felix Nagel <[email protected]>
0.4.0 released (no changes required)
* DO NOT USE THIS VERSION
* changed: updated manual
2010-07-05 Felix Nagel <[email protected]>
* fixed: handling of non latin characters, thx to Андрей А.
* changed: better error handling
* fixed: check for static template works again
* added: check if extension manager config is set
* fixed: PHP warning cause of missing stdwrap parameter
* fixed: wrong install description in doc
2010-06-25 Felix Nagel <[email protected]>
0.3.2 released (no changes required)
2010-06-24 Felix Nagel <[email protected]>
* fixed: changed absolute path to relative (beautyOfCode.js), thx to Pascal
2010-06-23 Felix Nagel <[email protected]>
0.3.1 released (no changes required)
* added: possibility to change Extension Manager config via TS
* added: new version of beautyof code jQuery Plugin
* fixed: noConflict prob cause of: http://bitbucket.org/larscorneliussen/beautyofcode/changeset/94696f6dd85a, thx to Pascal
* fixed: small typos
* fixed: empty label tag
* changed: TYPO3 API instead of homemade functions
* fixed: PHP warning cause of wrong usage of strlen
* fixed: PHP warning cause of missing substr parameter
* added: syslog notice
2010-04-20 Felix Nagel <[email protected]>
0.3.0 released (no changes required)
* added: CSS configuration to overwrite TS in single FCE
* added: tested with jQuery 1.4.x
* added: some documentation
2010-04-11 Felix Nagel <[email protected]>
* added: ce wizard for easyier plugin usage
* changed: remanufactured (to bring in some OOP)
* added: error message when static template is not included
* changed: description is now up to 200 characters long
* changed: Frontend Plugin now displays the description or some code snippet
2010-03-07 Felix Nagel <[email protected]>
0.2.1 released
* fixed: t3jquery support finally works completely; again big thank to J. Furrer
* added: XCLASS in addFields class
2010-03-06 Felix Nagel <[email protected]>
0.2.0 released
* added: jQuery noConflict for use with other JS frameworks; thanks to J. Furrer
* added: option to choose if jQuery should be added
* added: some documentation in sourcecode
* changed: headerdata handling (only small changes)
* added: some documentation
2010-02-16 Felix Nagel <[email protected]>
* fixed: (hopefully) t3jquery support; thanks to J. Furrer
2010-02-07 Felix Nagel <[email protected]>
0.1.3 released
* added: caching flexform select options when using multiple fce's
2010-02-07 Felix Nagel <[email protected]>
0.1.2 released
* fixed: render problem in manual
2010-02-06 Felix Nagel <[email protected]>
0.1.1 released
* fixed: actionsscript code is working now
* added: documentation
* added: Typoscript brush
* added: this changelog
2010-01-29 Felix Nagel <[email protected]>
0.1.0 released
* Initial release, documentation in work (really!)