1
|
<?php
|
2
|
/**
|
3
|
* Changelog
|
4
|
*
|
5
|
* version 4.5.3-dev 6c70c82
|
6
|
* fixed $ckeditor->wysiwyg_admin_exists call, works in 2.8.3 and 2.8.4
|
7
|
*
|
8
|
*
|
9
|
* version 4.5.3 6c70c82
|
10
|
* ! update to CKE 4.5.3
|
11
|
*
|
12
|
* version 4.4.8 150706
|
13
|
* ! update to CKE 4.4.8
|
14
|
*
|
15
|
* version 4.4.3 140727
|
16
|
* + function "show_wysiwyg_editor" accepts parameter "$toolbar" now to allow modules to use inidividual toolbars, thanks to dbs for suggesting
|
17
|
* ! using cke 4.4.3 full
|
18
|
* ! update skin moonocolor to v 1.3
|
19
|
* ! update wblink plugin to v 4.4.3
|
20
|
*
|
21
|
* version 4.4.1.1 140528
|
22
|
* ! fixed wysiwyg-admin recognition
|
23
|
*
|
24
|
* version 4.4.1 140527
|
25
|
* + using cke 4.4.1 full
|
26
|
* ! changed wysiwyg-admin recognition
|
27
|
*
|
28
|
* version 4.4.0 140501
|
29
|
* + using cke 4.4.0 full
|
30
|
* ! wblink plugin uses the extended wblink function of wb284 now: http://www.websitebaker.org/forum/index.php/topic,25334.msg187246.html#msg187246
|
31
|
*
|
32
|
* version 4.3.4 140404
|
33
|
* + using cke 4.3.4 full
|
34
|
* ! update codemirror plugin to v. 1.10
|
35
|
* ! update youtbue plugin to v. 1.09
|
36
|
*
|
37
|
* version 4.3.3 140303
|
38
|
* + using cke 4.3.3 full
|
39
|
* ! update wblink plugin
|
40
|
* ! because of consecutive problems wblink plugin allows now only a defined set of characters for page item selection
|
41
|
*
|
42
|
* version 4.3.2 140131
|
43
|
* + using cke 4.3.2 full
|
44
|
* ! bug in wbsave plugin
|
45
|
* ! bug in wblink plugin reported by instantflorian and jacobi22 http://www.websitebaker.org/forum/index.php/topic,25334.msg184283.html#msg184283
|
46
|
*
|
47
|
* version 4.3.1.2 140110
|
48
|
* ! filemanager works with IE11 now, reported by argos: http://www.websitebaker.org/forum/index.php/topic,17913.msg182267.html#msg182267
|
49
|
*
|
50
|
* version 4.3.1.1 131219
|
51
|
* ! editor was not attached to textarea named "description", reported by bsdzilla: http://www.websitebaker.org/forum/index.php/topic,17913.msg182267.html#msg182267
|
52
|
*
|
53
|
* version 4.3.1 131211
|
54
|
* + using cke 4.3.1 full
|
55
|
* ! again fixed problem in wb droplets plugin
|
56
|
* ! fixed problem in wb link plugin
|
57
|
* + bakery items are selectable as wb link, thanks to jacoby22: http://www.websitebaker.org/forum/index.php/topic,25334.msg181817.html#msg181817
|
58
|
* ! wb link plugin: items select is only shown when a news, topis or bakery page is selected
|
59
|
*
|
60
|
* version 4.3.0 131120
|
61
|
* + using cke 4.3.0 full
|
62
|
* ! wblink plugin can address news page without selecting a news item
|
63
|
* ! fixed problem in wb droplets plugin
|
64
|
*
|
65
|
* version 4.2.2 131024
|
66
|
* + using cke 4.2.2 full
|
67
|
* ! updated moonocolor skin to v 1.1 (1.2 didn't work for some reasons)
|
68
|
*
|
69
|
* version 4.2.1 131001
|
70
|
* + using cke 4.2.1 full
|
71
|
* ! message bug in backup plugin
|
72
|
* ! updated youtube plugin to v. 1.0.7
|
73
|
*
|
74
|
* version 4.2.0.1 130801
|
75
|
* ! fixed filemanager for IE 10 as reported by argos http://www.websitebaker.org/forum/index.php/topic,25334.msg183193.html#msg183193
|
76
|
* ! corrected version of cke in module description an editor.php
|
77
|
*
|
78
|
* version 4.2.0 130724
|
79
|
* + using cke 4.2.0 full
|
80
|
* ! changed wb default toolbar for better overview and to avoid double source button
|
81
|
* ! updated codemirror plugin to v. 1.06
|
82
|
* + added patched/extended version of backup plugin using local browser storage
|
83
|
* ! replaced editor save plugin by wbsave which saves without page reload
|
84
|
*
|
85
|
* version 4.1.2 130616
|
86
|
* + using cke 4.1.2 full
|
87
|
* + added youtube plugin as requested by Bug: http://www.websitebaker.org/forum/index.php/topic,25334.msg176059.html#msg176059
|
88
|
* + added oembed plugin
|
89
|
*
|
90
|
* version 4.1.1 130430
|
91
|
* + using cke 4.1.1 full
|
92
|
* ! disabled Advanced Content Filter (ACF) to prevent filtering of wblinks
|
93
|
* ! excluded loading of link plugin because of double entries in context menu, must be loaded for non WB Toolbars
|
94
|
* + topics pages are also selectable as wblink as requested by instantflorian http://www.websitebaker.org/forum/index.php/topic,25334.msg175956.html#msg175956
|
95
|
*
|
96
|
* version 4.1.0 130429
|
97
|
* + using cke 4.1.0 full
|
98
|
* + moonocolor skin as suggested by jacobi22 http://www.websitebaker.org/forum/index.php/topic,25334.msg175711.html#msg175711 (icons for wb plugins need redesign)
|
99
|
* ! fixed language problems as reported and solved by jacobi22 http://www.websitebaker.org/forum/index.php/topic,25334.msg175684.html#msg175684
|
100
|
* and nibz http://www.websitebaker.org/forum/index.php/topic,25334.msg175692.html#msg175692
|
101
|
* - deleted examples folder to keep file size a least bit smaller
|
102
|
* ! some more code cleaning, make toolbar selection work with wysiwyg-admin http://www.websitebakers.com/pages/admin/admin-tools/wysiwyg-admin.php
|
103
|
*
|
104
|
* version 4.0.1 130408
|
105
|
* + wb plugins patched for cke 4.0.1
|
106
|
* ! some code cleaning
|
107
|
*
|
108
|
* version 4.0.1 130117
|
109
|
* initial release using cke 4.0.1 full heavily based on version 0.7x with cke 3.x
|
110
|
* without wb plugins
|
111
|
|
112
|
*/
|