Project

General

Profile

« Previous | Next » 

Revision 1281

Added by Dietmar over 14 years ago

continue update headertext
Ticket #930 disabled SyntaxHighlighter from default WB Installation
change help url to www.websitebaker2.org

View differences:

info.php
1 1
<?php
2
/*
3
*
4
*                       About WebsiteBaker
5
*
6
* Website Baker is a PHP-based Content Management System (CMS)
7
* designed with one goal in mind: to enable its users to produce websites
8
* with ease.
9
*
10
*                       LICENSE INFORMATION
11
*
12
* WebsiteBaker is free software; you can redistribute it and/or
13
* modify it under the terms of the GNU General Public License
14
* as published by the Free Software Foundation; either version 2
15
* of the License, or (at your option) any later version.
16
*
17
* WebsiteBaker is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
* See the GNU General Public License for more details.
21
*
22
* You should have received a copy of the GNU General Public License
23
* along with this program; if not, write to the Free Software
24
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
25
*
26
*                   WebsiteBaker Extra Information
27
*
28
*
29
 -----------------------------------------------------------------------------------------------------------
30
  FCKEditor module for Website Baker v2.8.x
31
  Authors: P. Widlund, S. Braunewell, M. Gallas (ruebenwurzel), Wouldlouper, C. Sommer (doc)
32
	Started to track applied changes in info.php from 27.03.2007 onwards (cs)
33
 -----------------------------------------------------------------------------------------------------------
34
	v2.9.4 (Luishahne Oct 21, 2009)
35
		#	fix wrong settings in image browser dialog
36
	v2.9.3 (Luishahne Oct 21, 2009)
37
		+	add linkfeature to mediabrowser
38
        +   update flvplayer plugin
39
	v2.9.2 (Luishahne Sep 28, 2009)
40
		+	add linkfeature to imagebrowser
41
        +   add flvplayer plugin
42
	v2.9.1 (Luishahne Sep 28, 2009)
43
		+	change to new FCKeditor version 2.6.5
44
	v2.89 (Aldus, Luishahne Sep 16, 2009)
45
		+	fix pagetree order in WB-Link
46
        +   fix not shown ok button in WB-Link
47
	v2.89 (ruebenwurzel.. Matthias Gallas; Jul 6, 2009)
48
		+	update to FCKEditor release v2.6.4.1
49
		+	added WB Droplet Plugin
50
		+	added Advisory Relation to Links (thanks to Luisehahne)
51

  
52
	v2.88 (ruebenwurzel.. Matthias Gallas; Feb 1, 2009)
53
		+	update to FCKEditor release v2.64
54
	
55
	v2.87 (ruebenwurzel.. Matthias Gallas; Aug 19, 2008)
56
		+	update to FCKEditor release v2.63
57
	
58
	v2.86 (doc.. Christian Sommer; Jul 2, 2008)
59
		+	update to FCKEditor release v2.62
60

  
61
	v2.85 (doc.. Christian Sommer; Apr 10, 2008)
62
		+	fixed WB-Link Plugin to work with WB versions below 2.7 ($admin->page_is_visible() only available in WB 2.7)
63

  
64
	v2.84 (doc.. Christian Sommer; Apr 7, 2008)
65
		+ update to FCKEditor release v2.6
66
	
67
	v2.83 (doc.. Christian Sommer; Mar 12, 2008)
68
		+ added the WB home folder fix found by the forum member spawnferkel
69
			(see forum thread: http://forum.websitebaker2.org/index.php/topic,8978.msg53107.html#msg53107)
70
		+ defined <strong> and <em> instead of <b> and <i> per default
71
	
72
	v2.82 (doc.. Christian Sommer; Feb 20, 2008)
73
		+ added the connector fix found by the forum member Luisehahne
74
		(see forum thread: http://forum.websitebaker2.org/index.php/topic,8240.msg51675.html#msg51675)
75

  
76
	v2.81 (ruebenwurzel.. Matthias Gallas; Dez 24, 2007)
77
		+ update to FCKEditor release v2.51
78
	
79
	v2.80 (doc.. Christian Sommer; Dec 05, 2007)
80
		+ update to FCKEditor release v2.50 (according to the developers, the most important release since v2.0)
81
		+ entire PHP connector stuff rewritten from scratch
82
		+ permissions to view media, upload files and to create folders are now controlled by WB group access rights 
83
		+ included WBLinkPlugin fix from melisa (http://forum.websitebaker.org/index.php/topic,1670.msg45948.html#msg45948)
84
		  (Note: removed text field to specify the link title; function creates errors in IE and seems not to work in FF either)
85
		+ added text file "CHANGELOG" which contains all changes since Mar 27, 2007
86

  
87
	v2.77 (doc.. Christian Sommer; Oct 30, 2007)
88
		+ re-introduced fix from v2.74a to solve issues with wb_fcktemplates.xml
89
		
90
	v2.76 (doc.. Christian Sommer; Oct 29, 2007)
91
		+ v2.75 was released as hotfix to prevent major damage to WB hosted sites using FCKEditor
92
		  (users loged in the WB backend can upload files and create folders regardless of their WB permissions)
93
		+ the following additional security measures were applied with the v2.76 release:
94
			o possibility to upload files / create folders via FCKEditor disabled by default
95
			o PHP connector only active for users authentificated via WB backend and permissions to view the MEDIA folder
96
			o buttons to search the server (e.g. image/flash/link browser) only enabled if user has permission to view MEDIA folder
97
			o buttons to upload files from FCKEditor always disabled (users settings will be overwritten)
98
		+ it is no longer possible to upload files or to create folder by the FCKEditor dialogues
99
		+ file uploads and creation of folders needs to be done via the WB MEDIA center
100

  
101
	v2.75 (doc.. Christian Sommer; Oct 20, 2007) HOTFIX TO PREVENT THE WORST CASE SCENARIOUS
102
		+ implemented the slightly modified security patch provided by the forum member sogua (thanks man)
103
			Note: all older versions of the FCKEditor module allow file uploads and creation of folders from any
104
			browser, no matter if you have access to the Website Baker backend or not!!!
105
			Upload of PHP files is and was not possible with earlier version. However, images, textfiles, movies...
106
			could be uploaded and overwritten within the WB /MEDIA folder.
107

  
108
   v2.7.4a (ruebenwurzel; 05.07.2007)
109
		+ fixed issue in include.php with wb_fcktemplates.xml
110
   
111
   v2.7.4 (ruebenwurzel; 14.06.2007)
112
		+ update to FCKEditor release v2.4.3
113
   
114
   v2.7.3 (ruebenwurzel; 10.04.2007)
115
		+ update to FCKEditor release v2.4.2
116
   
117
   v2.7.2 (ruebenwurzel, doc; 29.03.2007)
118
		+ update to FCKEditor release v2.4.1 (added UTF8-BOM fix from http://dev.fckeditor.net/ticket/279)
119
		+ removed two test.html files from fckeditor/editor/filemanager/browser and .../upload which could be used
120
		  to upload any files from outside to the WB media directory if the exact URL is known (thanks to Funky_MF)
121
		+ changed the following default settings in the wb_fckconfig.js files:
122
			FCKConfig.EnterMode 		= 'p';
123
   		FCKConfig.ShiftEnterMode 	= 'br';
124
   		FCKConfig.FlashBrowser = true;
125

  
126
   v2.7.1 (doc; 06.02.2007)
127
		+ fixed issues with CSS and XML handling
128
		+ moved FCK Javascript settings to external file: /wb_config/wb_fckconfig.js
129

  
130
   v2.7.0 (ruebenwurzel; 05.02.2007)
131
		+ update to FCKEditor release v2.4.0
132

  
133
	 CREDITS: 
134
	  o Thanks to tallyce for the php-connector patch which enables file upload to WB media folder
135
	  o all other members who contributed to the FCKEditor module and are not mentioned here
136
 -----------------------------------------------------------------------------------------------------------
137
*/
138 2
/**
139 3
 *
140 4
 * @category        modules

Also available in: Unified diff