Revision 717
Added by doc over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
20-Feb-2008 Christian Sommer |
| 15 |
# added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man) |
|
| 15 | 16 |
! Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer) |
| 16 | 17 |
19-Feb-2008 Matthias Gallas |
| 17 | 18 |
! Updated upgrade script |
| trunk/wb/modules/fckeditor/CHANGELOG | ||
|---|---|---|
| 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 |
|
| 76 | 0 | |
| trunk/wb/modules/fckeditor/info.php | ||
|---|---|---|
| 26 | 26 |
Authors: P. Widlund, S. Braunewell, M. Gallas (ruebenwurzel), Wouldlouper, C. Sommer (doc) |
| 27 | 27 |
Started to track applied changes in info.php from 27.03.2007 onwards (cs) |
| 28 | 28 |
----------------------------------------------------------------------------------------------------------- |
| 29 |
v2.82 (doc.. Christian Sommer; Feb 20, 2008) |
|
| 30 |
+ added the connector fix found by the forum member Luisehahne |
|
| 31 |
(see forum thread: http://forum.websitebaker2.org/index.php/topic,8240.msg51675.html#msg51675) |
|
| 32 |
|
|
| 29 | 33 |
v2.81 (ruebenwurzel.. Matthias Gallas; Dez 24, 2007) |
| 30 | 34 |
+ update to FCKEditor release v2.51 |
| 31 | 35 |
|
| ... | ... | |
| 91 | 95 |
*/ |
| 92 | 96 |
|
| 93 | 97 |
$module_directory = 'fckeditor'; |
| 94 |
$module_name = 'FCKeditor'; |
|
| 98 |
$module_name = 'FCKeditor';
|
|
| 95 | 99 |
$module_function = 'WYSIWYG'; |
| 96 |
$module_version = '2.81';
|
|
| 100 |
$module_version = '2.82';
|
|
| 97 | 101 |
$module_platform = '2.6.x'; |
| 98 | 102 |
$module_author = 'Christian Sommer, P. Widlund, S. Braunewell, M. Gallas, Wouldlouper'; |
| 99 | 103 |
$module_license = 'GNU General Public License'; |
| trunk/wb/modules/fckeditor/include.php | ||
|---|---|---|
| 103 | 103 |
$oFCKeditor->Config['TemplatesXmlPath'] = WB_URL.'/modules/fckeditor/wb_config/wb_fcktemplates.xml'; |
| 104 | 104 |
} |
| 105 | 105 |
|
| 106 |
// set required file connectors (overwrite settings which may be made in fckconfig.js or my_fckconfig.js) |
|
| 107 |
$oFCKeditor->Config['LinkBrowserURL'] = $oFCKeditor->BasePath.'editor/filemanager/browser/default/browser.html?Connector=../../connectors/php/connector.php'; |
|
| 108 |
$oFCKeditor->Config['ImageBrowserURL'] = $oFCKeditor->BasePath.'editor/filemanager/browser/default/browser.html?Connector=../../connectors/php/connector.php'; |
|
| 109 |
$oFCKeditor->Config['FlashBrowserURL'] = $oFCKeditor->BasePath.'editor/filemanager/browser/default/browser.html?Connector=../../connectors/php/connector.php'; |
|
| 106 |
// set required file connectors (overwrite settings which may be made in fckconfig.js or my_fckconfig.js) |
|
| 107 |
$connectorPath = $oFCKeditor->BasePath.'editor/filemanager/connectors/php/connector.php'; |
|
| 108 |
$oFCKeditor->Config['LinkBrowserURL'] = $oFCKeditor->BasePath.'editor/filemanager/browser/default/browser.html?Connector=' |
|
| 109 |
.$connectorPath; |
|
| 110 |
$oFCKeditor->Config['ImageBrowserURL'] = $oFCKeditor->BasePath.'editor/filemanager/browser/default/browser.html?Connector=' |
|
| 111 |
.$connectorPath; |
|
| 112 |
$oFCKeditor->Config['FlashBrowserURL'] = $oFCKeditor->BasePath.'editor/filemanager/browser/default/browser.html?Connector=' |
|
| 113 |
.$connectorPath; |
|
| 110 | 114 |
|
| 111 | 115 |
$oFCKeditor->Value = reverse_htmlentities($content); |
| 112 | 116 |
$oFCKeditor->Height = $height; |
| trunk/wb/modules/fckeditor/README | ||
|---|---|---|
| 1 | 1 |
################################################################################################## |
| 2 |
# OVERVIEW OF APPLIED CHANGES BASED ON FCKEDITOR v2.50
|
|
| 2 |
# OVERVIEW OF APPLIED CHANGES BASED ON FCKEDITOR v2.51
|
|
| 3 | 3 |
# ------------------------------------------------------------------------------------------------ |
| 4 | 4 |
# Symbols for changes applied to the original FCKEditor package |
| 5 | 5 |
# + = Added |
Also available in: Unified diff
added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)