1
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
2
|
RELEASE NOTES
|
3
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
4
|
According to the developers of the FCKEditor, the version v2.50 (the WB internal
|
5
|
release is v2.80) is the most important release since v2.0.
|
6
|
|
7
|
As the developers have changed and moved a lot of files, it is recommended to
|
8
|
delete any existing version of FCKEditor, before installing the latest version.
|
9
|
|
10
|
Please keep in mind to backup your custom configuration files located in
|
11
|
/modules/fckeditor/wb_config/ before you uninstall the previous version.
|
12
|
|
13
|
Infos about FCKEditor: http://www.fckeditor.net/
|
14
|
|
15
|
Infos about the configuration settings can be found on the FCKEditor WIKI:
|
16
|
http://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Configurations_Settings
|
17
|
|
18
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
19
|
VERSION HISTORY
|
20
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
21
|
v2.81 (ruebenwurzel.. Matthias Gallas; Dez 24, 2007)
|
22
|
+ update to FCKEditor release v2.51
|
23
|
|
24
|
v2.80 (doc.. Christian Sommer; Dec 05, 2007)
|
25
|
+ update to FCKEditor release v2.50 (according to the developers, the most important release since v2.0)
|
26
|
+ entire PHP connector stuff rewritten from scratch
|
27
|
+ permissions to view media, upload files and to create folders are now controlled by WB group access rights
|
28
|
+ included WBLinkPlugin fix from melisa (http://forum.websitebaker.org/index.php/topic,1670.msg45948.html#msg45948)
|
29
|
(Note: removed text field to specify the link title; function creates errors in IE and seems not to work in FF either)
|
30
|
|
31
|
v2.77 (doc.. Christian Sommer; Oct 30, 2007)
|
32
|
+ re-introduced fix from v2.74a to solve issues with wb_fcktemplates.xml
|
33
|
|
34
|
v2.76 (doc.. Christian Sommer; Oct 29, 2007)
|
35
|
+ v2.75 was released as hotfix to prevent major damage to WB hosted sites using FCKEditor
|
36
|
(users loged in the WB backend can upload files and create folders regardless of their WB permissions)
|
37
|
+ the following additional security measures were applied with the v2.76 release:
|
38
|
- possibility to upload files / create folders via FCKEditor disabled by default
|
39
|
- PHP connector only active for users authentificated via WB backend and permissions to view the MEDIA folder
|
40
|
- buttons to search the server (e.g. image/flash/link browser) only enabled if user has permission to view MEDIA folder
|
41
|
- buttons to upload files from FCKEditor always disabled (users settings will be overwritten)
|
42
|
- it is no longer possible to upload files or to create folder by the FCKEditor dialogues
|
43
|
- file uploads and creation of folders needs to be done via the WB MEDIA center
|
44
|
|
45
|
v2.75 (doc.. Christian Sommer; Oct 20, 2007) HOTFIX TO PREVENT THE WORST CASE SCENARIOUS
|
46
|
+ implemented the slightly modified security patch provided by the forum member sogua (thanks man)
|
47
|
Note: all older versions of the FCKEditor module allow file uploads and creation of folders from any
|
48
|
browser, no matter if you have access to the Website Baker backend or not!!!
|
49
|
Upload of PHP files is and was not possible with earlier version. However, images, textfiles, movies...
|
50
|
could be uploaded and overwritten within the WB /MEDIA folder.
|
51
|
|
52
|
v2.7.4a (ruebenwurzel; 05.07.2007)
|
53
|
+ fixed issue in include.php with wb_fcktemplates.xml
|
54
|
|
55
|
v2.7.4 (ruebenwurzel; 14.06.2007)
|
56
|
+ update to FCKEditor release v2.4.3
|
57
|
|
58
|
v2.7.3 (ruebenwurzel; 10.04.2007)
|
59
|
+ update to FCKEditor release v2.4.2
|
60
|
|
61
|
v2.7.2 (ruebenwurzel, doc; 29.03.2007)
|
62
|
+ update to FCKEditor release v2.4.1 (added UTF8-BOM fix from http://dev.fckeditor.net/ticket/279)
|
63
|
+ removed two test.html files from fckeditor/editor/filemanager/browser and .../upload which could be used
|
64
|
to upload any files from outside to the WB media directory if the exact URL is known (thanks to Funky_MF)
|
65
|
+ changed the following default settings in the wb_fckconfig.js files:
|
66
|
FCKConfig.EnterMode = 'p';
|
67
|
FCKConfig.ShiftEnterMode = 'br';
|
68
|
FCKConfig.FlashBrowser = true;
|
69
|
|
70
|
v2.7.1 (doc; 06.02.2007)
|
71
|
+ fixed issues with CSS and XML handling
|
72
|
+ moved FCK Javascript settings to external file: /wb_config/wb_fckconfig.js
|
73
|
|
74
|
v2.7.0 (ruebenwurzel; 05.02.2007)
|
75
|
+ update to FCKEditor release v2.4.0
|