Project

General

Profile

1
Change Log
2
===============================================================================
3
Please note: This change log may not be accurate
4

    
5
$Id: CHANGELOG 1214 2009-12-14 14:49:42Z MaGnaL $
6

    
7
Legend:
8
+ = Added
9
- = Removed
10
# = Bugfix
11
! = Update/Change
12

    
13
------------------------------------- 2.8.1 -------------------------------------
14
14-DEC-2009 Manuel lang (MaGnaL)
15
#	Ticket #832: Fix wrong configuration of timezone-handling when saving
16
	preferences-form on backend and frontend 
17
12-DEC-2009 Manuel Lang (MaGnaL)
18
#	Ticket #827: Fix false form-parameter when javascript is deactivated
19
	on users and groups temps (admintool).
20
12-DEC-2009 Manuel Lang	(MaGnaL)
21
#	Bugfix of rev. 1211 search_modext.php (ticket #863): Use isset and
22
	given unknown-user instead of counting all users. 
23
12-Dez-2009 Dietrich Roland Pehlke (Aldus)
24
#	Bugfix inside "search_modext.php" to avoid warings if the search found
25
	a page last modified by a user witch has been deleted. (ticket #863)
26
03-Dez-2009 Dietmar Woellbrink (Luisehahne)
27
!	Ticket #890 fixed visability proprty uses non valid value 'none' 
28
03-Dez-2009 Dietmar Woellbrink (Luisehahne)
29
!	change searchstring mdcr.js, workout crypt emails in output_filter/filter-routines.php
30
!	comment out ob_end_flush line 259 in form/view.php
31
02-Dez-2009 Dietmar Woellbrink (Luisehahne)
32
!	next step to validate backend themes
33
01-Dez-2009 Dietmar Woellbrink (Luisehahne)
34
!	add Revision IDs to added files - Thanks to Ruebenwurzel
35
01-Dez-2009 Dietmar Woellbrink (Luisehahne)
36
!	updated pclzip class
37
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
38
!	update module info.php (thanks to Waldschwein)
39
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
40
!	added missing swobject plugin in FCKeditor
41
!	bug fixed in flvplayer
42
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
43
!	stop working plugin flvplayer in FCKeditor until fixed
44
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
45
!	fixed an undefined index in settings.php
46
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
47
!	Update FCKeditor Version 2.6.5 to Modulversion 2.9.3
48
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
49
!	updated theme.css in wb_theme
50
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
51
!	Ticket #886 fix validation email, check tld between 2-4 letters
52
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
53
!	Ticket #874 add slovak lang in install
54
    and validate output
55
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
56
!	Ticket #880 fixes language file SK.php
57
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
58
!	Ticket #828 fix deprecated eregi
59
27-Nov-2009 Dietmar Woellbrink (Luisehahne)
60
!	fixes language file SK.php
61
27-Nov-2009 Dietmar Woellbrink (Luisehahne)
62
!	fixed parse error ticket #878 
63
26-Nov-2009 Dietmar Woellbrink (Luisehahne)
64
!	found and fix some deprecated functions
65
26-Nov-2009 Dietmar Woellbrink (Luisehahne)
66
!	validate some output files
67
26-Nov-2009 Dietmar Woellbrink (Luisehahne)
68
!	fix some PHP 5.3 deprecated functions 
69
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
70
!	Fix to load edit_full_area only if needed
71
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
72
!	change page_title to menu_title for parent dropdown list in index.php and sections.php
73
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
74
!	more bug fixes language file SK.php
75
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
76
!	Many hosts disable error_log() in various and sundry ways. 
77
	In WB we do something like this to avoid triggering warnings and errors. 
78
	Even this is sometimes not sufficient to avoid problems with some hosts, but accommodates most.
79
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
80
!	fix show_menu2 include.php, page crashes, if php error_log is disabled
81
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
82
!	fixes language files HU.php and SK.php
83
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
84
!	fixed php 5.3 depricated function in show_menu2
85
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
86
+ 	add two constants in /framework/initialize.php for later feature in database settings
87
+	define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
88
	modify page will be loading all sections with editor
89
+	define('EDITOR_WIDTH', 900) set min width for editor
90
+	adding more information in editor header 1) block 2) module 3) section_id
91
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
92
+	add register_frontend_modfiles('jquery'); adds jquery basis scripts in head
93
+	add register_frontend_modfiles_body('jquery'); adds jquery basis scripts before body end
94
+	add jquery_theme.js to choose a ui theme, basis is loaded, can be change 
95
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
96
+	add a child page is cumbersome when the parent dropdown list gets to be too large. (Ticket #821)
97
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
98
!	validate captcha control
99
13-Oct-2009 Ruud Eisinga
100
#	fixed breaking droplets by highlighting search-words in search result pages.
101
13-Oct-2009 Dietmar Woellbrink (Luisehahne)
102
+	added forgotten jquery-fancybox.js Version 1.0
103
13-Oct-2009 Dietrich Roland Pehlke (Aldus)
104
#	Fixed typo in the finnish language file (ticket #814).
105
12-Oct-2009 Dietmar Woellbrink
106
!	security update FCKeditor (tks to Ruebenwurzel)
107
12-Oct-2009 Dietmar Woellbrink
108
+	added old version of fancybox.js
109
!	rename new version fancybox 
110
+	added missing language variables in newsmodul
111
12-Oct-2009 Dietmar Woellbrink
112
#	fixes Bugs headersend errors in some core files
113
12-Oct-2009 Dietmar Woellbrink
114
!	update function show_bread_crumb in framework/frontend.functions.php
115
!	replace separator with entities char, add title for multilingual
116
!	set breakcrumb in div container class="breadcrumb"
117
!	set separator in span tag class="separator"
118
12-Oct-2009 Dietmar Woellbrink
119
!	update jquery fancybox from 1.0 to 1.2.1 
120
+	fancybox imagefolder incl. fancybox.css
121
12-Oct-2009 Dietmar Woellbrink
122
!	shows more details in wysiwyg editor
123
10-Oct-2009 Dietmar Woellbrink
124
!	small update upgrade.php to reset newsfiles to created dates
125
10-Oct-2009 Dietmar Woellbrink
126
!	Update FCKeditor to Version 2.6.5 Modulversion 2.9.1
127
09-Oct-2009 Dietmar Woellbrink
128
!	Update FCKeditor to Version 2.6.5 Modulversion 2.9.1
129
09-Oct-2009 Dietmar Woellbrink
130
+	upgrade.php to reset newsfiles to created dates
131
09-Oct-2009 Dietmar Woellbrink
132
#	Ticket #770, #785, #792, #807, #809, 
133
#	fixes and recoded news module
134
09-Oct-2009 Dietmar Woellbrink
135
#	Ticket #815 Fix Warning: open_basedir restriction in effect. File is in wrong directory in load_module
136
#	same fix to load_template
137
07-Oct-2009 Dietrich Roland Pehlke
138
#	Missing contiue inside search.php to avoid access to an non-object if the query fails. (ticket #793). Thanks to Thorn.
139
06-Oct-2009 Dietmar Woellbrink
140
#	Security fix - wrong placed "exit()" inside class.wb.
141
22-Sep-2009 Dietmar Woellbrink
142
#   Fixed: Pagetree changed menu titles instead of page titles (ticket #805) thanks to Ralf (Berlin)
143
21-Sep-2009 Dietrrich Roland Pehlke
144
!	Dutch tranlation(-s) for the captcha-control. [Ticket: #777] (Thanks to Argos)
145
#	Missing code inside "framework/addon.precheck.php" (ticket #798).
146
#	Changes inside "upgrade-script" to avoid "mysql_list_tables is deprecated" warnings (ticket #800).
147
#	Add "global $admin" to the install.php of the droplets-module to avoid (variable isn't declared) warnings. (ticket #800).
148
18-Sep-2009 Dietmar Woellbrink
149
#   french translation updated for WB 2.8 (tks to Ploc)
150
16-Sep-2009 Dietmar Woellbrink
151
#	Fixed bug changed URL_HELP in class.admin.php to http://help.websitebaker.org/ (ticket #801).
152
#	Fixed bug: inside the FCK-Editor wbmodul: missing 'OK' button when inserting WB link with Safari/Chrome (ticket #795).
153
#	Fixed bug changed png fix and path to jquery-pngFix.js inside footer.htt for backend themes (ticket #786).
154
#	Fixed bug: inside the FCK-Editor include.php: add $oFCKeditor->Width  = $width; (ticket #799).
155
15-Sep-2009 Dietrich Roland Pehlke
156
#	Fixed bug: group-restrictions and sections (ticket #791).
157
#	Fixed bug inside the FCK-Editor wbmodul: displaying the correct page-tree by
158
	adding "order by position"
159
25-Aug-2009 Dietrich Roland Pehlke
160
#	Fixed bug in upgrate-script. Constant 'DEFAULT_THEME' doesn't exists (ticket #784).
161
25-Aug-2009 Ruud Eisinga
162
#	Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter.
163
	(problem introduced by code optimisations for WB2.8) 
164
#	Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)
165
#	Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)
166
22-Aug-2009 Ruud Eisinga
167
# 	Changed the default searchform name in the installer. (ticket #775)
168
#	Fixed the recursive redirect problem when a page is called with a wrong language parm (ticket #780)
169
------------------------------------- 2.8.0 -------------------------------------
170
14-Aug-2009 Matthias Gallas
171
#	Fixed typo in dutch language file (Thanks to Argos)
172
#	Changed FCKEditor to not show index.php files in browse media window (ticket #774)
173
	(Thanks to BerndJM)
174
12-Aug-2009 Matthias Gallas
175
#	Fixed some display issues in all backend themes
176
!	Again updated dutch language file (Thanks to Argos)
177
#	Fixed missing language variable in form modul (Thanks to Argos)
178
+	Added missing images to argos_theme (forgotten in changeset [1117])
179
11-Aug-2009 Matthias Gallas
180
!	commentet out the droplets logo for a more similar backend design with
181
	other admin tools
182
!	Updated icons in argos_theme (Thanks to Argos)
183
!	Updated Dutch language file (Thanks to Argos)
184
!	Updated show_menu2 to version 4.9
185
9-Aug-2009 Matthias Gallas
186
#	Replaced function mime_content_type as the old one causes shell_exec warnings
187
	on some servers (Thanks to Aldus)
188
!	updated argos_theme to version 1.4 (Thanks to Argos)
189
!	some code cleaning of admin/pages/sections.php
190
#	Fixed possible xss injection in login/forgot/index.php
191
#	Fixed bug in news modul introduced in changeset [1057]
192
#	Added missing variables also to preferences.php. Forgot in Changeset [1112]
193
8-Aug-2009 Matthias Gallas
194
#	Added some missing variables to backend_themes (Thanks to Stefek)
195
6-Aug-2009 Matthias Gallas
196
!	Set Version to 2.8
197
!	Updated upgrade_script to make use of the changed news settings
198
+	Added to show_menu2 the aOption 'SM2_HIDEPAGES'. If set all hidden pages are
199
	hidden again (Thanks to DarkViper)
200
#	Fixed again some bugs in news modul (ticket #756) (Thanks to Aldus and Luisehahne)
201
#	Fixed bug that frontend.js, frontend.css and frontend_body.js are not used
202
	from snippets (ticket #764) (Thanks to Luisehahne)
203
+	Added new function 'register_frontend_modfiles_body' to default templates
204
+	Added option to use a frontend_body.js in modules to include javascript from modules
205
	in the body of the frontend (Thanks to Luisehahne)
206
!	Updated Danish language Files (Thanks to Achrist)
207
#	Fixed some display issues in argos_theme (Thanks to Argos)
208
30-July-2009 Ruud Eisinga (Ruud)
209
#	Fixed a bug in the /admin/media resizer parameters for dirs with whitespaces (thnx to tiesy)
210
#	Fixed a bug in FCKeditor include.php. Now the editor can be used from other 
211
	subdirectories than WB_PATH/modules/mymodule
212
29-July 2009 Dietrich Roland Pehlke (Aldus)
213
#	changes in framework/class.wb.php to avoid the "print->footer()" bug in the frontend,
214
	as this function/method doesn't exists for the frontend.
215
#	Changes inside index.php and save.php in settings to get rid of the situation
216
	that a SMTP-Password could not contain an "<" char (right chars are craped),
217
	and also "<" is not transformed into an entitie "&lt;". (Thanks to FrankH)
218
#	Modify of "addon.precheck.inc.php" to get rid of the problematic that version_compare
219
	could faild if words like "alpha", "beta" are inside a version-string. (missing in changelog 1100)
220
28-July 2009 Matthias Gallas
221
#	fixed some smaller issues in rss.php (Thanks to Kibmcz)
222
27-July 2009 Matthias Gallas
223
+	Added German language file to droplets
224
+	Added modul_description to language files of droplets
225
+	Added Danish language files to modules (Thanks to Achrist)
226
!	Updated Danish language file (Thanks to Achrist)
227
#	Fixed improper spelling in language files (#754)
228
#	Fixed bug introduced in changeset [1092]
229
25-July 2009 Matthias Gallas
230
#	fixed some language bugs in search.php (Thanks to Thorn)
231
23-July 2009 Matthias Gallas
232
#	fixed bug with missing filetype icon in media section of classic_theme (ticket #752)
233
#	fixed bug with page not showing if 2 sections active (ticket #751) (Thanks to Pumpi)
234
#	readded to phplib/template.inc $clear: whether to delete undefined vars or not
235
	was already added in WB 2.7 but was deleted for unknown reasons (Thanks to FrankH)
236
22-July 2009 Matthias Gallas
237
!	set Version to RC2
238
!	small modification on german language file (ticket #746)
239
#	Fixed E_ALL&E_STRICT warning on PHP5 servers (Thanks to Aldus) 
240
#	Fixed bug with home folders are viewable and writable from other users
241
	(ticket #605 and #748) (Thanks to Aldus)
242
20-July 2009 Matthias Gallas
243
!	Moved backend.js back from <body> to <head>
244
+	Added possibility to add a backend_body.js to modules wich is then called in <body>
245
+	Readded admin/images folder to keep backward compatibility to old modules
246
19-July 2009 Matthias Gallas
247
#	Fixed display issue of jsadmin in backend themes (Thanks to Argos)
248
18-July 2009 Matthias Gallas
249
!	Updated german laguage file in argos_theme
250
+	Added multilnaguage support to media section of argos_theme (Thanks to Argos)
251
#	Fixed smaller display issue in argos_theme (Thanks to Argos)
252
+	Added more meta tags to backend themes
253
!	Updated Argos_theme (Thanks to Argos and Luisehahne)
254
#	Again added some &amp; to news and form to get more valid output (Thanks to Luisehahne)
255
#	Fixed wrong set </form> tag to get valid output (Thanks to Luisehahne)
256
!	Replaced in some alt tags hardcoded signs with language variables (Thanks to argos)
257
!	Updated Dutch language File (Thanks to argos)
258
!	Updated French language File (Thanks to mylesk42)
259
16-July 2009 Matthias Gallas
260
#	Fixed E_ALL notice in news/view.php
261
!	replaced in form and news delimiter "&amp;" with "&"
262
	was introduced with changeset [1069] but didn't work on all servers
263
#	Removed double </form> tags in pages/intro.php and wysiwyg/modify.php
264
!	replaced all remaining mktime() with time(), except from third party scripts
265
15-July 2009 Matthias Gallas
266
!	changed in modules/admin.php and admin/pages/add.php mktime() to time()
267
!	changed in wrapper modul modify.html to modify.htt
268
#	Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
269
#	fixed display issue of jscalendar in news modul (Thanks to Aldus)
270
!	changed modules/admin.php to also make use of backend theme templates
271
!	changed in class_login.php mktime() to time()
272
14-July 2009 Matthias Gallas
273
#	Fixed bug with sections are only editable in new backend-themes if blocks are enabled
274
	(Thanks to Luisehahne)
275
#	Fixed some validiation bugs in news modul (ticket #742) (Thanks to Luisehahne)
276
14-July 2009 Dietrich Roland Pehlke
277
!	changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings.
278
!	changes in wb-setup.php, line 50: 'date' to 'gmdate' to avoid E_STRICT warnings. See also #741.
279
13-July 2009 Matthias Gallas
280
+	added changes from news/add.php to the upgrade-script.php
281
13-July-2009 Ruud Eisinga
282
#	admin / media / browse reported an error in E_STRICT mode.
283
13-July 2009 Dietrich Roland Pehlke
284
!	Change inside "date_formats.php" and "time_formats.php" mktime() within time()
285
	to avoid warnings and strict messages. See #741. Minor cosmetic changes.
286
#	News-Modul: add the unlink-routine for the ".news" folder inside uninstall.php
287
	so the groupe-images are also unlink.
288
!	News-Modul: add <tr><td> and </td></tr>-tags to the "none found" part in the view.php to 
289
	get valid output inside a table.
290
!	Change the setting of $display_image and $display_groupe to avoid the 
291
	empty display roule problematic (<tr style="display: ">) for valid output.
292
!	Add &gt;&gt; in "add.php" instead of >> to avoid invalid output.
293
11-July-2009 Ruud Eisinga
294
!	The news module post_title link made unclickable when there is no full post.
295
11-July-2009 Matthias Gallas
296
+	Added changed news settings to upgrade-script
297
09-July-2009 Ruud Eisinga
298
!	Added a better option to hide the READ_MORE link in the news module. (ticket #739)
299
09-July-2009 Matthias Gallas
300
#	Fixed bug that backend.js is not loaded in backend themes (ticket #740)
301
#	Fixed wrong path to unitpngfix.js and added missing script
302
#	Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
303
08-July-2009 Matthias Gallas
304
+	Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)
305
#	Fixed some display issues in all backend themes (Thanks to Luisehahne)
306
!	Replaced wbmodules.gif in FCKEditor Plugins (Thanks to Stefek)
307
08-July-2009 Dietrich Roland Pehlke
308
!	Removed unused marker {USERS} inside the "groups.htt" of the wb-theme.
309
!	admin -> users -> index.php
310
!	admin -> groups -> index.php
311
	Codechanges using blocks to avoid to generate the "switch"-link right-top,
312
	if the user has no permission to edit the other one.
313
!	wb_theme|classic_theme|argos_theme -> templates -> users.htt
314
!	wb_theme|classic_theme|argos_theme -> templates -> groups.htt
315
 	Add block-comments
316
!	admin -> addons -> index.php	codechanges
317
!	admin -> access -> index.php	codechanges
318
	Codechanges to get rid of the empty display(style) declaration "style='display: ;'",
319
	and to avoid to generate (hidden) elements if the user isn't alowed to edit one.
320
!	wb_theme|classic_theme|argos_theme -> templates -> addons.htt
321
!	wb_theme|classic_theme|argos_theme -> templates -> access.htt
322
	add block-comments
323
#	Bugfix inside wb/admin/groups/get_permissions.php - replacing wrong "AND" within "OR" in line 64
324
	if one checkbox of "user" or "group" is selected (like in line 178; advanced settings).
325
07-July-2009 Matthias Gallas
326
#	Fixed some minor bugs in argos_theme (Thanks to Argos)
327
#	Fixed bugs in admin additons for argos_theme (Thanks to Argos)
328
!	Updated Version Number in upgrade_script to 2.8RC1
329
!	Updated FCKEditor Modul Version Number to 2.89
330
+	added in FCKEditor Advisory Relation to Links (thanks to Luisehahne)
331
06-July-2009 Matthias Gallas
332
!	Updated FCKEditor to Version 2.6.4.1 (ticket #738) (Thanks to doc)
333
#	Fixed Backend-Themes to get more valide output (Thanks to Luisehahne)
334
+	Added argos_theme
335
+	Added new functions to admin dir (Thanks Argos and Ruud)
336
!	Updated install and upgrade-script
337
!	Adapted wb_theme and classic_theme to changed admin dir files
338
04-July-2009 Dietrich Roland Pehlke
339
!	FCK-Editor Modul: Droplet Select: change "page_list_block" to "droplets_list_block",
340
	also "cmbPages" to "cmbDroplets" as we are listen droplets not pages.
341
!	Remove unneeded empty lines and spaces/blanks;
342
	minor cosmetic changes in the source to keep the string more readable.
343
04-July-2009 Matthias Gallas
344
!	Replaced droplet icon for FCKEditor Toolbar (thanks to Stefek)
345
#	Fixed two bugs in droplets-plugin for FCKEditor (thanks to Aldus)
346
!	Changed Template from FCKEditor plugin WBModules to .htt
347
+	Added Droplets plugin to FCKEditor (ticket #737) (Big Thanks to vizmotion)
348
03-July-2009 Matthias Gallas
349
+	Fixed IE Bug in Wrapper modul (ticket #736)
350
03-July-2009 Ruud Eisinga
351
#	Fixed the wrong handling of htmlentities in Droplet parameter parsing
352
02-July-2009 Matthias Gallas
353
+	Added missing fancy_progress.png
354
01-July-2009 Matthias Gallas
355
#	Fixed backend display issues in IE6 and IE7
356
!	Set Version to WB2.8RC1
357
!	Minor tweaks in pages_sections.htt
358
+	Added posibility to upload and unzip .zip packages to media section
359
	(Thanks to BerndJM)
360
!	Updated Browse Media Window in wb_theme now supports file icons, more file
361
	informations and a new preview function (Thanks to BerndJM)
362
29-June-2009 Matthias Gallas
363
#	Replaced in FCKEdiotor folder all index.html with index.php (ticket #691)
364
!	Update PHPMailer to version 2.0.4 (ticket #733)
365
!	Update Editarea to version 0.8.1.1 (ticket #732)
366
!	Update JQuery UI to version 1.7.2 (ticket #731)
367
27-June-2009 Ruud Eisinga
368
#	Fixed email encryption bug in output filter. Introduced by adding droplets.
369
	(Thanks to Luisehahne)
370
25-June-2009 Matthias Gallas
371
+	Added missing admin/settings/setting.js
372
!	Changed name of classic theme from "classic" to "classic_theme"
373
+	Added output-filter warning to all language files
374
#	Fixed admintool jsadmin to get XHTML valid output (Thanks to Luisehahne)
375
#	Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)
376
+	Added option to use also MYSQL_ASSOC and MYSQL_NUM with mysql_fetch_array
377
	(Thanks to Luisehahne)
378
#	Bugfix for Error-Level settings (Thanks to Luisehahne)
379
23-June-2009 Matthias Gallas
380
#	Moved styles from admin/pages/sections.php to sections.htt in backend themes
381
	(Thanks to Luisehahne)
382
!	Moved javascript files from admin/pages/index.php to external js files
383
	(Thanks to Luisehahne)
384
#	Major improovements and changes to all backend files to get more valide Code
385
	output (Thanks to Luisehahne)
386
22-June-2009 Matthias Gallas
387
#	fixed wrong position id when adding a new page
388
-	removed obsolete code/modify.html
389
22-June-2009 Dietrich Roland Pehlke
390
#	Changes on module "code": add the section_id to the name of the textarea,
391
	to keep the functionality if you are using more than one code-section on a page.
392
!	Moving the html-template inside a "htt" folder and rename the suffix to ".htt" to
393
	keep it consitant to other modules. Minor cosmetic changes inside the code.
394
22-June-2009 Ruud Eisinga
395
#	Fixed a bug in Menu_link module that made childpages of the menu_link page 
396
	not selectable. (thnx to Luisehahne)
397
21-June-2009 Matthias Gallas
398
#	Fixed small bug introduced in changeset [999]
399
19-June-2009 Matthias Gallas
400
#	Fixed bug that parent pages didn't inherit language settings to kind pages
401
17-June-2009 Ruud Eisinga
402
#	Bugfix in "droplets/upgrade.php" - wrong parameter order for adding fields.
403
	also the query for "normal" upgrades had a typo.
404
!	Added warning in output_filter that the function will be removed in 2.9
405
17-June-2009 Dietrich Roland Pehlke
406
#	Bugfix in "droplets/upgrade.php" - wrong tablename change to the correct one
407
+	Add upgrade-script to droplets
408
!	Changes on upgrade-script to avoid droping droplet-modul-tables if the exists.
409
!	calling "upgrate.php" or "install.php" instead of hard-coded lines to avoid
410
	future conflicts by upgrading the modul
411
15-June-2009 Matthias Gallas
412
+	Added install routine for droplets to the upgrade script
413
#	Fixed bug in menu_link modul with wrong displayed pages tree (Thanks to thorn)
414
#	Fixed small bug introduced in changeset [989]
415
+	Added missing id tags and copyright notices to droplets modul
416
15-June-2009 Dietrich Roland Pehlke (aldus)
417
#	Bugfix for ticket #725
418
+	Add "$wb->strip_slashes" again for backslashes are displayed in the output (view.php).
419
+	Add Droplets (Ruud)
420
+	modifications inside frontend.functions.php for backwart compatiblity (Ruud)
421
+	modifications inside the search to get the droplets seachable (Ruud)
422
14-June-2009 Dietrich Roland Pehlke (aldus)
423
#	Bugfixes for (ticket #728)
424
+	Add additional constant to "install/save.php" to avoid conflikts during
425
	installation inside "/framework/initialize.php".
426
+	Add condition inside "/framework/initialize.php" to avoid conflikts
427
	during installation; table "mod_captcha_control" doesn't exsits at runtime.
428
+	Add test for tables inside "install/save.php" if the user uncheck "install table" option.
429
+	Additional Errormessage if nessesary tables are not found (english).
430
13-June-2009 Matthias Gallas
431
+	Added jQuery-insert.js and jQuery plugins (Thanks to Luisehahne)
432
!	Moved images in lQuery plugins folder (Thanks to Luisehahne)
433
#	fixed small german language issue in jscalendar (Thanks to Luisehahne)
434
26-May-2009 Matthias Gallas
435
+	Added jQuery(1.3.2) and jQueryUI(1.7.1) to WB core (ticket #708)
436
21-May-2009 Matthias Gallas
437
#	Fixed some strange backend layout issues (ticket #722)
438
09-May-2009 Matthias Gallas
439
+	Added index.php to all WB-Theme folders to prevent directory spoofing
440
06-May-2009 Matthias Gallas
441
!	Updated Norsk language File (Thanks to oeh)
442
#	Fixed bug with not always included stylesheets in backend (ticket #717)
443
27-Apr-2009 Matthias Gallas
444
#	Fixed bug with missing option for admin-tools in advanced view of access
445
	settings (ticket #714)
446
#	Fixed bug with backup fails if a user has only permissions to admin-tools (ticket #715)
447
#	Fixed bug with missing template object in groups and user settings(ticket #716)
448
25-Apr-2009 Matthias Gallas
449
!	Updated Dutch language files for modules (Thanks to LuckyLuke)
450
23-Apr-2009 Matthias Gallas
451
#	Fixed bug with dropdownlist in pages settings (ticket #713)
452
20-Apr-2009 Matthias Gallas
453
!	Update show_menu2 to version 4.8 (ticket #712)
454
#	Fixed small error in Spain language file (ticket #711)
455
18-Apr-2009 Matthias Gallas
456
!	Updated Dutch language file (Thanks to Luckyluke)
457
17-Apr-2009 Matthias Gallas
458
#	Fixed MenuLink timeout with many large wysiwyg-pages (ticket #710)
459
!	Updated again Norsk language File (Thanks to oeh)
460
!	Updated Dutch language file (Thanks to Luckyluke)
461
13-Apr-2009 Matthias Gallas
462
#	Fixed minor dispay issue in upgrade script
463
!	Updated Norsk language File (Thanks to oeh)
464
!	Updated French language files (Thanks to Quinto and VotreEspace)
465
!	Updated Danish language file (Thanks to Achrist)
466
12-Apr-2009 Matthias Gallas
467
#	Fixed not defined language variable in account/email.php (Thanks to BlackTiger)
468
#	Fixed Typo in group_form.htt (ticket #705)
469
01-Mar-2009 Christian Sommer
470
!	Added disclaimer to upgrade-script.php	
471
28-Feb-2009 Christian Sommer
472
#	Removed hardcoded admin path from JSAdmin module (jsadmin/js/dragdrop.js)
473
25-Feb-2009 Matthias Gallas
474
+	Added language support for template_description (affects templates and themes)
475
#	fixed wrong path to images in news and form modul
476
#	fixed manage section is showed twice (ticket #694)
477
-	removed unneeded icons from wb_theme
478
-	removed unneeded stylesheet.css from account dir
479
#	renamed warning.htt to warning.html to fix display of sourcecode after invalid logins
480
+	added fixed error.htt also to classic theme
481
+	corrected info.php of news-modul
482
24-Feb-2009 Dietrich Roland Pehlke
483
!	Changes in warning.htt templates to get valid XHTL1.1 output - replace the center-tag with div
484
#	add "AND section_id='$section_id'" to the delete-query to avoid conflicts if there are more
485
	than one Form on one single page.
486
#	Modify error.htt template in wb_theme for valid XHTML1.1 output - replace the center-tag with a div
487
	and replace the br-tag with valid p-tags.
488
22-Feb-2009 Matthias Gallas
489
+	added skinable Admin Interface
490
21-Feb-2009 Christian Sommer
491
+	added update of search table missing in Changeset 941
492
#	fixed wrong index in language array
493
!	removed some comment lines (changes are tracked by SVN)
494
20-Feb-2009 Dietrich Roland Pehlke (aldus)
495
!	add additional tr and td tags to the text_no_results message to get valid XHMTL output
496
19-Feb-2009 Christian Sommer
497
!	addon overview to show advanced options after redirect from reload.php
498
#	fixed bug if language folder contains none language files (XX.php) or sub folders
499
+	added option to invoke module upgrade.php/uninstall.php files from backend (for modules uploaded via FTP)
500
18-Feb-2009 Dietrich Roland Pehlke (aldus)
501
#	fixed: typos in the section_id inside the action-link 
502
!	Remove test_trash and unused variables in query, added suggetions from #588
503
#	Bugfix for form bug (ticket #688)
504
17-Feb-2009 Christian Sommer
505
+	added option to invoke module install.php from backend (for modules uploaded via FTP)
506
!	admin Add-on settings no hidden by default (can be set visible via advanced link)
507
16-Feb-2009 Christian Sommer
508
!	moved reload option of Add-ons to main Add-on section
509
!	reworked logout to reset possible remember key in database when logging out
510
15-Feb-2009 Christian Sommer
511
#	fixed bug with smart login option (remember me) (ticket #689)
512
#	special chars like &nbsp; are shown when editing Add-on CSS files (ticket #678)
513
!	redirect time for function print_success can now be defined in Settings (ticket #603)
514
-	removed reload admin tool
515
+	added possibility to reload Add-ons via the Add-on section
516
14-Feb-2009 Christian Sommer
517
!	added option to display current user name in backend template
518
#	fixed wrong redirect path and added SVN Id
519
13-Feb-2009 Christian Sommer
520
+	added option to perform pre-installation checks to test requirements of Add-Ons
521
#	added error messages to installation process for Add-Ons with wrong file type
522
08-Feb-2009 Christian Sommer
523
#	fixed warning if database connection failed during installation process
524
06-Feb-2009 Christian Sommer
525
!	fixed some typos in German language file (thanks to freeSbee)
526
!	added new captcha fonts and replaced old background images with the ones created by thorn
527
05-Feb-2009 Christian Sommer
528
!	mail text for register, signup and forgot mail now taken from WB language file (ticket #684)
529
02-Feb-2009 Christian Sommer
530
#	removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)
531
02-Feb-2009 Matthias Gallas
532
#	Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)
533
01-Feb-2009 Matthias Gallas
534
!	Update FCKEditor to version 2.6.4
535
22-Jan-2009 Christian Sommer
536
!	Added default target attribut to backend menu links
537
21-Jan-2009 Matthias Gallas
538
!	Copyright notices now includes 2009
539
20-Jan-2009 Matthias Gallas
540
#	fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)
541
17-Jan-2009 Matthias Gallas
542
+	added French languages to modules
543
!	changed handling of post_date in news modul (thanks to susigross)
544
+	added hour and minute support to default published_when field in news modul
545
13-Jan-2009 Christian Sommer
546
-	removed the obsolete Codepress framework from the include folder
547
+	added Javascript syntax highlighting framework EditArea as replacement for Codepress
548
!	updated external PHPMailer class to latest version (v2.0.3)
549
08-Jan-2009 Christian Sommer
550
#	fixed error message in admin class if type array not defined
551
05-Jan-2009 Dietrich Roland Pehlke
552
#	Code-Snippets are no longer shown as type: unknown. 
553
+	Additional key in the languagefiles "$TEXT['CODE_SNIPPET']";
554
#	fixed bug for the rss of news, see ticket #609
555
04-Jan-2009 Matthias Gallas
556
#	made news Modul multilingual, see ticket #676 (some additional translations are needed)
557
03-Jan-2009 Matthias Gallas
558
#	fixed bug in view.php of news module (ticket #676 Thanks to susigross)
559
#	fixed another bug in view.php of news modul introduced in changeset [892]
560
30-Dec-2008 Matthias Gallas
561
+	added default new language variables to all language files
562
-	modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)
563
!	modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"
564
29-Dec-2008 Dietrich Roland Pehlke
565
+	add language support for the errormessages inside the uninstall.php files for modules
566
	and templates.
567
!	add new keys inside the german de.php language-file.
568
-	removed my own debugging-code (was in 893 by mistake)
569
!	Correct the last date in the changelog
570
29-Dec-2008 Matthias Gallas
571
!	set version to 2.8 BETA
572
#	replaced in news modul special chars with entities to get valid output
573
!	changed SESSION ID Separator from '&' to '&amp;' to get valid output 
574
-	Removed the <p> tag around the news as it is added from the editor  
575
28-Dec-2008 Dietrich Roland Pehlke (aldus)
576
+	ticket 610: add ip-address to the email-body in the form-modul.
577
+	ticket 607: include the frontend.css in the comment_page.php file of the news-module.
578
#	File: admin/admintools/index.php - add "order by name" to the query to display the admintools in alphabetic order.
579
#	File: admin/modules/uninstall.php - remove a db-query to a db-field that doesn't exists in wb 2.7 anymore 
580
26-Dec-2008 Thomas Hornik
581
#	fixed two issues with searchresult-highlighting: do not highlight in <pre>/<code>-tags, do not convert &lt; to &amp;lt; anymore. 
582
13-Dec-2008 Christian Sommer
583
!	changed mailer to not extract line break of alternative body text (thanks to freeSbee)
584
28-Oct-2008 Christian Sommer
585
!	updated output filter regex to exclude mail addresses contained in input fields
586
27-Nov-2008 Thomas Hornik
587
!	added redirect-type (301/302) to menu_link
588
24-Nov-2008 Matthias Gallas
589
!	updated upgrade-script.php to add sec_anchor field to settings table
590
22-Nov-2008 Thomas Hornik
591
!	search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch.
592
!	search: replaced strtr() by str_replace() (it's just faster). Changed &#39; to &#039;
593
06-Nov-2008 Thomas Hornik
594
#	Module code: curly backets get deleted by pparse() from phplib --> old fix in #569 wasn't that smart. Fixed.
595
#	fixed some typos in DE language-file, added missing tab in search.php
596
02-Nov-2008 Thomas Hornik
597
!	news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php)
598
01-Nov-2008 Thomas Hornik
599
!	improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8
600
+	added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
601
!	updated menulink and search to use configureable section-anchor
602
29-Oct-2008 Thomas Hornik
603
# News: total number of news wasn't calculated correctly
604
!	Captcha: removed IFRAME for Calculation-as-text captcha
605
-	removed useless init_utf8funcs()-function
606
+	search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts)
607
-	search: removed undocumented word-boundary search
608
!	search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")
609
+	search: added key 'ext_charset' to search-extension to query external databases
610
25-Oct-2008 Christian Sommer
611
!	updated basic templates according the template guidelines
612
24-Oct-2008 Dietrich Roland Pehlke
613
#	applied bugfix for ticket #608 (redeclaration of news module)
614
23-Oct-2008 Dietrich Roland Pehlke
615
!	modified module delete function to provide additional information when module is in use when trying to delete
616
!	modified template delete function to provide additional information when template is in when trying to delete
617
21-Oct-2008 Matthias Gallas
618
#	fixed display issue in news modul
619
!	updated show_menu2 to version 4.7
620
18-Sep-2008 Thomas Hornik
621
+	Added captcha-reload
622
16-Sep-2008 Thomas Hornik
623
#	search: fixed windows-related regex issue
624
19-Aug-2008 Matthias Gallas
625
!	updated to latest FCKEditor version 2.6.3
626
02-Aug-2008 Thomas Hornik
627
#	fixed sorting order of search-results
628
25-Jul-2008 Thomas Hornik
629
#	fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE)
630
!	added $database = new Database(); in front of output-filter
631
05-Jul-2008 Thomas Hornik
632
#	fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha
633
02-Jul-2008 Christian Sommer
634
!	updated to latest FCKEditor version 2.6.2
635
01-Jul-2008 Thomas Hornik
636
#	page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.
637
29-June-2008 Christian Sommer
638
!	applied additional mail check to forgot login form
639
28-June-2008 Christian Sommer
640
!	class and id attributes in mailto links are no longer ignored by the output filter
641
22-Jun-2008 Thomas Hornik
642
#	fixed issue with captcha (mt_rand() instead of rand())
643
#	fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')
644
22-June-2008 Christian Sommer
645
!	added output of block number to section admin if no block name is specified
646
21-June-2008 Christian Sommer
647
+	added output of block names to modify pages dialogue if blocks are enabled
648
!	updated show_menu2 to version 4.60 (to avoid disappearing menus)
649
08-Jun-2008 Thomas Hornik
650
#	hebrew-table in charsets-table.php was faultily imported - fixed. Thanks to forum-member iti.
651
24-May-2008 Christian Sommer
652
!	modified output filter routine to prevent errors if database entries do not exist
653
04-May-2008 Thomas Hornik
654
!	changed register_backend_modfile() to work with wysiwyg-module, too
655
01-May-2008 Thomas Hornik
656
#	fixed file-naming issue when old page-names (from before 2.7) contains "&"
657
26-Apr-2008 Thomas Hornik
658
#	class.admin.php deletes actual query-string while redirection. fixed.
659
25-Apr-2008 Matthias Gallas
660
#	fixed validiation bug in option fields of form modul
661
------------------------------------- 2.7.0 -------------------------------------
662
21-Apr-2008 Christian Sommer
663
!	set version to 2.7
664
#	fixed bug in the PL language file of the JS calendar
665
+	added some basic functions for module developers
666
20-Apr-2008 Thomas Hornik
667
#	fix: allow external urls for search-results
668
17-Apr-2008 Thomas Hornik
669
#	fixed jscalendar's language-files
670
16-Apr-2008 Christian Sommer
671
#	fixed possible clashes with intro page feature and WB core file /pages/index.php
672
15-Apr-2008 Thomas Hornik
673
!	revert back to pagename-creation from $page_menu, instead of $page_title
674
15-Apr-2008 Christian Sommer
675
#	fixed bug introduced with Changeset 826
676
14-Apr-2008 Christian Sommer
677
+	added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)
678
!	allowed tags for multi-lingual module descriptions
679
14-Apr-2008 Thomas Hornik
680
#	fixed issue with multigroups (level 0 page-creation)
681
13-Apr-2008 Thomas Hornik
682
!	ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
683
#	fixed language-files
684
10-Apr-2008 Christian Sommer
685
!	fixed WB-Link Plugin to work with WB versions below 2.7 ($admin->page_is_visible() only available in WB 2.7)
686
09-Apr-2008 Christian Sommer
687
!	modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7
688
07-Apr-2008 Matthias Gallas
689
#	fixed error in german laguage file
690
07-Apr-2008 Christian Sommer
691
+	added the latest FCKEditor v2.60
692
-	removed the outdated FCKEditor v2.51
693
!	set version from 2.7 (RC3) to 2.7 (RC3a)
694
07-Apr-2008 Thomas Hornik
695
!	added missing group_id in INSERT-query
696
!	removed PHP5 function stripos from installation script
697
06-Apr-2008 Christian Sommer
698
!	removed some obsolete language variables from news and form module (now defined in global WB language files)
699
!	enlarged admin tool icon to match size 50x50px of the other icons
700
05-Apr-2008 Matthias Gallas
701
!	Moved language variables for edit module CSS from modules language files to core language files
702
+	Added norwegian translation (Thanks OEH)
703
05-Apr-2008 Thomas Hornik
704
!	some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
705
#	fixed viewing_groups-handling in /admin/pages/add.php
706
!	imported new russian translation from User shlack. Many Thanks
707
05-Apr-2008 Christian Sommer
708
!	added workaround for template parser class
709
!	moved functions to edit module CSS files into the WB core to avoid duplication of code
710
!	minor layout change
711
!	allowed the character "-" to be used in database names
712
04-Apr-2008 Thomas Hornik
713
#	fixed: Language-redirect removed query-string from URL
714
04-Apr-2008 Christian Sommer
715
!	set WB version to 2.7 (RC3) for the next upcoming release candidate
716
03-Apr-2008 Christian Sommer
717
!	some code clean up in news/form module
718
!	small adaption of the edit CSS function file css.functions.php
719
!	updated edit module CSS functions to include backend.css into head if possible
720
#	fixed bug in Javascript decryption routines of the Output-Filter module
721
02-Apr-2008 Matthias Gallas
722
#	fixed bug with registration of users are not added to signup group
723
02-Apr-2008 Christian Sommer
724
#	added handling of missing characters to mailto encryption routines
725
!	some code clean-up in News module
726
!	fixed some layout issues with Form module (combination with Output-filter)
727
!	fixed layout issue with optional subject/body text of encrypted mailto links
728
#	fixed bug in the mailto Javascript encryption code of the Output-Filter module
729
01-Apr-2008 Christian Sommer
730
!	removed typo in English language file
731
!	added updated edit CSS functions to the News module
732
!	added updated edit CSS functions to the Form module
733
31-Mar-2008 Christian Sommer
734
#	fixed bug in output filter (mailto links with HTML entities in optional part)
735
29-Mar-2008 Christian Sommer
736
!	added missing translation to Dutch language file (thanks Bramus)
737
28-Mar-2008 Thomas Hornik
738
!	Some cleanup in search.php
739
!	WYSIWYG: changed field text to LONGTEXT, too.
740
25-Mar-2008 Matthias Gallas
741
!	Updated Dutch language file (Thanks to Bramus)
742
26-Mar-2008 Tomas Hornik
743
#	fixed E_NOTICE-message in admin/modules/details.php
744
25-Mar-2008 Thomas Hornik
745
+	search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
746
+	search: added missing code to allow query of external data and to process the search data itself
747
25-Mar-2008 Matthias Gallas
748
#	Fixed missing <body> tag in Admin Interface (ticket #572)
749
24-Mar-2008 Matthias Gallas
750
!	Updated Danish Language file (Thanks to Achrist)
751
! 	Added class nixhier to frontend.css from form and news Modul (required for ASP)
752
24-Mar-2008 Thomas Hornik
753
+	Added RU-language-files, provided by user shlack; converted to entities.
754
#	search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3
755
#	FCK-Editor: loads large pages faster
756
-	removed include/captcha/asp.php. css have to be added to module's css-files.
757
23-Mar-2008 Matthias Gallas
758
! 	Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
759
17-Mar-2008 Thomas Hornik
760
#	fixed an issue with utf8_check() (too slow with many ~100KB pages)
761
15-Mar-2008 Thomas Hornik
762
#	menulink: link can be menulink or subpage of menulink, too
763
#	call_captcha: added parameter 'style', fixed some issue with parameter 'image' and text-style captchas
764
13-Mar-2008 Christian Sommer
765
! 	adjusted error/warning templates to the updated backend layout
766
13-Mar-2008 Matthias Gallas
767
! 	replaced one icon in admin interface
768
12-Mar-2008 Matthias Gallas
769
# 	fixed loading time and some display issues in IE6 of the new admin interface
770
!	tweaked the new admin interface a little bit
771
12-Mar-2008 Christian Sommer
772
! 	adjusted background color of installation and upgrade script
773
! 	set version number to 2.7 (RC2) for the upcoming second release candidate
774
! 	removed hardcoded /admin folder strings from WB core files where possible
775
! 	added WB home folder fix proposed by the forum member spawnferkel (thanks)
776
! 	defined <strong> and <em> instead of <b> and <i> as default tags
777
12-Mar-2008 Thomas Hornik
778
+	CAPTCHA: added parameter to call_captcha (can be one of: 'image', 'input' or 'text')
779
11-Mar-2008 Christian Sommer
780
#	fixed issue with output filter (all .@ in descriptive mailto part: >xxxxx</a> were replaced; now restricted to emails)
781
#	fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
782
08-Mar-2008 Thomas Hornik
783
#	fixed issue with news and end-date
784
04-Mar-2008 Christian Sommer
785
#	fixed issue with smart view URL link
786
03-Mar-2008 Thomas Hornik
787
#	fixed an issue with text-captcha (default text got saved). Changes default text.
788
#	fixed an issue with highlighting
789
02-Mar-2008 Thomas Hornik
790
#	added missing text in language-files
791
+	added missing sorting to language dropdown in admin/pages/settings.php
792
01-Mar-2008 Thomas Hornik
793
#	fixed ticket #562, applied changes from user tavitar with some own additions
794
+	added check for AddDefaultCharset to install
795
29-Feb-2008 Thomas Hornik
796
#	fixed issue in pagename generation if AddDefaultCharset is set (as work-around).
797
28-Feb-2008 Thomas Hornik
798
#	fixed hebrew transliteration-table. Thanks to forum-member iti.
799
28-Feb-2008	Christian Sommer
800
#	added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)
801
25-Feb-2008	Matthias Gallas
802
+	added missing Dutch language files for core modules
803
24-Feb-2008 Thomas Hornik
804
#	issue with menulink in upgrade-script. Fixed.
805
23-Feb-2008 Christian Sommer
806
!	suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor
807
#	fixed bug in upgrade script (WBMailer setting)
808
22-Feb-2008 Christian Sommer
809
#	some layout changes on the upgrade-script, fixed error in precheck
810
#	restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
811
20-Feb-2008 Thomas Hornik
812
!	added workaround for language sorting-problem
813
20-Feb-2008	Christian Sommer
814
!	added WYSIWYG DB update and missing WBMAILER settings to upgrade script (added some status messages)
815
!	modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)
816
#	added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)
817
!	Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)
818
19-Feb-2008	Matthias Gallas
819
!	Updated upgrade script
820
!	Changed language sorting from directory to name (needs additional to be escaped!)
821
+	added new languages to install script
822
#	fixed some issues and typos in languagefiles
823
18-Feb-2008 Thomas Hornik
824
+	Converted and added some old language-files (BG, CS, PL, RU)
825
18-Feb-2008	Christian Sommer
826
#	Fixed two broken links
827
!	Modified news module to create a default index.php during installation (directory spoofing)
828
17-Feb-2008	Matthias Gallas
829
-	Removed colloquially german language files as the filename causes issues
830
17-Feb-2008	Christian Sommer
831
!	removed German Umlauts in some language file (PHP comments)
832
#	fixed language bug (backend language switched to the pages language viewed in frontend)
833
16-Feb-2008	Thomas Hornik
834
!	updated upgrade-script (menulink)
835
13-Feb-2008 Thomas Hornik
836
+	allow externl links in menulink-module
837
#	fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section.
838
10-Feb-2008 Matthias Gallas
839
#	fixed some errors in standard german language file
840
+	added new colloquially german language file
841
10-Feb-2008 Thomas Hornik
842
#	CAPTCHA: Wrong text for calc_ttf-captcha. 
843
10-Feb-2008 Christian Sommer
844
#	fixed E_NOTICE warning with already defined module frontend constants
845
-	removed all stuff other than page_content from the blank template
846
!	adapted color for onmouseover effect
847
!	added disclaimer to the upgrade-script as the script is not sufficiently tested yet
848
!	made Website Header field in Settings visible per default
849
!	modified all templates (display Website Header, use show_menu instead of page_menu)
850
!	added highlighting of active input elements to all WB backend areas; changed some colors
851
!	removed hover highlighting of input fields to avoid possible confusion
852
!	added visualization of wrong/empty input fields
853
#	fixed a bug with re-enter admin password
854
09-Feb-2008 Christian Sommer
855
!	modified some colors and CSS definitions of pages, media and section interface
856
#	output_filter: fixed bug in regular expression (eats up characters in mailto links)
857
#	output_filter: removed word boundary from mailto regex part
858
#	fixed bug in menu_link module (IE 7 did not show the select boxes at all)
859
#	fixed bug in user signup
860
!	output_filter: added word boundary for the mailto regex part
861
09-Feb-2008 Thomas Hornwik
862
!	jsadmin: added latest changes from swen, fixes most (or all?) issues.
863
08-Feb-2008 Matthias Gallas
864
+	added kewyword id to all new files
865
08-Feb-2008 Christian Sommer
866
-	Removed admin module mail_filter
867
+	Added revised version of the output filter module
868
08-Feb-2008 Thomas Hornik
869
!	module news: set focus on captcha-field if user have to re-enter captcha
870
!	Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.
871
-	Removed unused function is_access_denied() from search
872
04-Feb-2008 Thomas Hornik
873
!	email-addresses are excluded from search-results page.
874
#	Fixed possible XSS in account/login.php and forgot-form.php
875
04-Feb-2008 Christian Sommer
876
#	allowed usage of tags in settings fields: website_header, website_footer
877
03-Feb-2008 Thomas Hornik
878
#	out-of-date default page isn't shown anymore, instead shows next public page.
879
#	fck_wbmodules.php: foreign privates pages in dropdown, fixed.
880
03-Feb-2008 Matthias Gallas
881
+	added kewyword id to all new files
882
02-Feb-2008 Christian Sommer
883
#	fixed wrong redirect in /admin/images
884
02-Feb-2008 Thomas Hornik
885
!	search shows email-addresses, even if email-filter is activated (on page with highlighting). Fixed.
886
+	Added missing text in languages files for jscalendar
887
!	settings: pages-directory '/' will be converted to '' (empty string) on save.
888
!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
889
#	fixed path in jscalendar-css
890
01-Feb-2008 Christian Sommer
891
#	Added default index.php to all folders (directory spoofing)
892
01-Feb-2008 Thomas Hornik
893
#	Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
894
#	Fixed possible XSS-vulnerability in wb/search/search.php
895
31-Jan-2008 Thomas Hornik
896
!	Adjusted clock-red icon to match wb colors
897
#	admin/pages: the parent dropdown-list in index.php and settings.php showed foreign private pages, too. Fixed.
898
+	Added multi-group to upgrade-script
899
30-Jan-2008 Christian Sommer
900
#	fixed bug with text Captcha (input was restricted to 10 chars.) and a small layout issue
901
30-Jan-2008 Thomas Hornik
902
#	registered pages didn't appear in menu. fixed.
903
!	Updated upgrade-script. (Some upgrades still missing)
904
29-Jan-2008 Thomas Hornik
905
#	strtotime()'s behavior differ in PHP4 and PHP5.
906
	Had to fix some issues in admin/pages/sections and module news.
907
#	Security bugfix: Text file for text-captcha was world-readable. Moved to database.
908
#	Text-captcha: empty line in text file, following a question, was accepted as answer. Fixed.
909
28-Jan-2008 Matthias Gallas
910
#	Replaced all special chars in language files with htmlentities or unicode
911
+	Added some missing lines in language files
912
+	Added missing keyword Id
913
28-Jan-2008 Christian Sommer
914
#	fixed issue with top bar icon alt tag
915
!	added some more backend layout modifications
916
!	corrected bug in NL.php language file
917
!	added missing session cookie forgotten in Changeset 593
918
!	added possibility to select the default backend language during installation process
919
!	Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)
920
#	Fixed some bugs in the Javascript Admin modul
921
28-Jan-2008 Thomas Hornik
922
+	Allow a user-supplied From-Name in form-settings for email und success-email.
923
!	changeset 627: menu_link and search/search.php needs some minor changes, too.
924
+	Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt
925
27-Jan-2008 Christian Sommer
926
!	fixed CSS background color of the installer CSS
927
!	replaced static text with variable text from language file
928
!	introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
929
!	added missing ID tags
930
27-Jan-2008 Christian Sommer
931
!	added missing ID tags
932
!	added default language for users to avoid empty language fields
933
27-Jan-2008 Matthias Gallas
934
+	added kewyword id to new file
935
#	Fixed some spelling errors in german language file
936
27-Jan-2008 Thomas Hornik
937
!	Module form: user supplied input isn't lost on captcha-failure anymore.
938
#	fixed 100%-cpu-load-event in CAPTCHA admin-tool.
939
+	Added Calc_ttf_image CAPTCHA.
940
!	Changed captcha/captcha.php to use table-layout for CAPTCHA.
941
!	Some minor changes in CAPTCHA-code.
942
!	Added some text to CAPTCHA admin-tool.
943
#	Module form: dropdown "success page" listed foreign private pages, too. Fixed.
944
+	Added preview-images for CAPTCHA.
945
!	Improved security: CAPTCHAS can't be loaded from outside WB
946
!	CAPTCHA ttf_image: added variant. Adjusted character-pool and one background for better readability.
947
26-Jan-2008 Christian Sommer
948
!	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) 
949
+	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
950
26-Jan-2008 Matthias Gallas
951
#	fixed bug in Javascript Admin module
952
+	Added new language files
953
+	Added keywords to files where they are missing
954
26-Jan-2008 Thomas Hornik
955
!	fixed some issues with CAPTCHA and ASP. Adjusted baseline of '*' in supplyed fonts to meet
956
	baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib verification.
957
	Improved ASP in news-module.
958
+	module news: added publish_until field to control the visibility of a news-posting by date and time
959
!	added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts.
960
	It should be very difficult for spam-bots to recognize intersected characters.
961
25-Jan-2008 Christian Sommer
962
!	removed changes introduced with changeset 593 (we need to think off if we want to implement that feature)
963
25-Jan-2008 Thomas Hornik
964
+	Added new CAPTCHA. Adapted core: signup and modules: news and form.
965
+	Added Advanced Spam Protection (ASP) to core: signup and modules news and form.
966
#	module news: it was possible to post comments to postings with commenting disabled
967
	or to inactive postings. Fixed
968
24-Jan-2008 Thomas Hornik
969
!	Generate filename in pages/ from page_title instead of menu_title.
970
24-Jan-2008 Christian Sommer
971
#	fixed bug in Codepress integration (if codepress framework not installed)
972
+	added language support to all integrated modules (except for news and form module)
973
#	fixed another E_NOTICE warning
974
24-Jan-2008 Matthias Gallas
975
+	Added keywords to files where they are missing
976
23-Jan-2008 Christian Sommer
977
+	Added German language file for WB 2.7
978
22-Jan-2008 Christian Sommer
979
+	Added language support for the Admin tools (backup, reload, mail_filter)
980
-	Removed all admin tool text outputs from global language file to module language files
981
!	Introduced language support for the overview page of the Admin tools
982
+	Added function get_variable_content to allow extraction of variable content without including files
983
!	Changed language support for Addons -> Moduls -> Details
984
22-Jan-2008 Matthias Gallas
985
+	Added keywords to new mail filter files
986
22-Jan-2008 Thomas Hornik
987
+	manage-sections: changed calendar-icon to clock-icon, added second icon to empty date-field.
988
21-Jan-2008 Christian Sommer
989
!	Removed the manage section icon from the page admin (sections managed by publish by date function) 
990
#	Fixed bug with the edit module CSS file implementation (IE7, Opera)
991
21-Jan-2008 Thomas Hornik
992
+	Unique session-identifier for each website baker installation. fixes #354
993
20-Jan-2008 Christian Sommer
994
#	fixed E_NOTICE-warning in save.php when input data was wrong
995
+	added the new admin tool email output filter which allows to transform
996
	emails before displaying them on the frontend
997
20-Jan-2008 Thomas Hornik
998
!	upgrade-script.php: fixed mysql_error() handling
999
!	upgrade-script.php: added code to update menu_links
1000
#	fixed a typo in upgrade-script.php
1001
!	updated admin/pages/sections.php to changed jscalendar-api from changeset 571
1002
!	module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed 
1003
#	fixed E_NOTICE-warning in news-module (about SECTION_ID in comment.php)
1004
19-Jan-2008 Christian Sommer
1005
!	Reduced the success time out and set WYSIWSY background to white
1006
#	Fixed some errors in form module (only in conjunction with E_ALL)
1007
!	Added support to configure the mailer settings via the backend
1008
19-Jan-2008 Matthias Gallas
1009
#	Fixed bug in news modul with missing variable PAGE_DIRECTORY
1010
+	Added keywords to new files
1011
19-Jan-2008 Thomas Hornik
1012
-	Module news: removed old calendar
1013
+	Module news: adapted news to use the new include/jscalendar
1014
+	added installation-instructions to include/jscalendar
1015
#	Module code: curly backets get deleted by pparse() from phplib. fixed
1016
+	Module menu_link: added dropdown-listbox to select anchor
1017
!	upgrade-script: added code to convert old menu_links to new ones (partly)
1018
18-Jan-2008 Matthias Gallas
1019
!	Updated news modul with features from the advanced news modul
1020
!	Updated form modul with features from the advanced form modul
1021
#	Fixed hardcoded /pages issue in intro page feature
1022
+	Added example .htaccess to parse .html files, fixed bug in changeset 555
1023
!	Revoked parts of changeset 547 and again introduced changeset 540
1024
+	Added keywords to modules/fckeditor and all other new files
1025
18-Jan-2008 Thomas Hornik
1026
#	fixed two E_NOTICE-warnings in admin/pages/index.php
1027
+	added new module-based search-function
1028
+	added new publish-by-date code
1029
17-Jan-2008 Christian Sommer
1030
#	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
1031
!	removed the PAGE_EXTENSION from frontend login
1032
17-Jan-2008 Matthias Gallas
1033
#	Reintroduced changes from changeset 520 and 540 wich where overwritten 
1034
	by changeset 546
1035
#	Revoked changeset 541 end removed all PAGE_EXTENSION variables and the related
1036
	option in WB settings as this function only works on Apache Servers
1037
	together with .htaccess and mod_rewrite
1038
+	Added keywords to file menu_link/uninstall.php and new admintools files
1039
17-Jan-2008 Christian Sommer
1040
!	added the "users in multiple groups" feature (closes parts of ticket #546)
1041
16-Jan-2008 Thomas Hornik
1042
!	changed admin/pages/save.php to allow hidden config-elements in table search.
1043
!	changed module menu_link: added table mod_menu_link, fixed page-deleting-bug,
1044
	fixed odd behavior in case of menu_link as default-page.
1045
#	changing PHP-error-level within website baker does not work - fixed (fixed ticket 532)
1046
14-Jan-2008 Matthias Gallas
1047
#	Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames.
1048
	(!!Attention!! To get extenions other than .php working additional fixes are necessary!)
1049
#	Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the
1050
	pathes points to WB Corefiles with the page extension .php
1051
#	Replaced hardcoded text in login.php with language variables (fixes ticket 386)
1052
14-Jan-2008 Christian Sommer
1053
!	added a missing </tr> tag
1054
#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally 
1055
	removed by Changeset 529 (enhanced pages admin)
1056
13-Jan-2008 Christian Sommer
1057
#	moved administration tools from Settings to the new section Admin-Tools
1058
#	this bugfix closes the ticket 529 (WB upgrades modules with identical version)	
1059
!	increased redirection time after success message, corrected HOME link of the login panel
1060
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
1061
#	this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
1062
#	fixed error with redirection to admin panel after installation
1063
12-Jan-2008 Christian Sommer
1064
!	introduced smart URL detection for the 'View' menu in the WB backend
1065
	(if page_id is set, redirect to this page instead of the root)
1066
!	introduced the enhanced pages admin dialogue (thanks to icouto)
1067
11-Jan-2008 Christian Sommer
1068
+	added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
1069
-	removed the hmtlarea files in /modules/htmlarea
1070
!	set the fckeditor as the new default editor /install/save.php
1071
!	Updated function: register_frontend_modfiles in /framework/frontend.functions.php
1072
	(added constants MOD_FRONTEND_CSS_REGISTERED, MOD_FRONTEND_JAVASCRIPT_REGISTERED)
1073
11-Jan-2008 Matthias Gallas
1074
!	Update codepress to Version 0.9.6
1075
!	Update phplib to Version 7.4a
1076
09-Jan-2008 Matthias Gallas
1077
!	Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
1078
#	Fixed ticket #542 (Thanks to Thorn)
1079
23-Dec-2007 Matthias Gallas
1080
!	Changed all copyright notices to include now 2008
1081
21-Sep-2007 Matthias Gallas
1082
#	Fixed a typo in /framework/frontend.functions.php cause that websites using
1083
	the new register_frontend_modifles() functions do not validate
1084
24-Jan-2007 Christian Sommer
1085
!	Replaced some core files to allow configuration of wbmailer via admin settings panel
1086
------------------------------------- 2.6.7 -------------------------------------
1087
02-Jan-2007 Christian Sommer
1088
+	Added missing converting file for changeset [504]
1089
------------------------------------- 2.6.6 -------------------------------------
1090
01-Jul-2007 Matthias Gallas
1091
#	Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
1092
01-Jul-2007 Ryan Djurovich
1093
#	Fixed bug where error message not displayed when script fails to create a page
1094
#	Fixed bugs introduced in [484]
1095
14-May-2007 Matthias Gallas
1096
+	Added support for ISO-8859-6.(Thanks to thorn)
1097
12-May-2007 Christian Sommer
1098
+	Replaced functions page_css and page_javascript by register_frontend_modfiles
1099
+	Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files
1100
+	Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea)
1101
+	Added the new function register_frontend_modfiles to the built in templates
1102
08-May-2007 Matthias Gallas
1103
+	Added wrapper to functions.php if mb_string is not available (Thanks to thorn)
1104
+	Added new functions page_css and page_javascript to the built in templates
1105
+	Added search highlight class to css files of the built in templates
1106
30-Apr-2007 Matthias Gallas
1107
#	Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
1108
10-Apr-2007 Matthias Gallas
1109
+	Optimized search and highlighting funktions (Thanks to thorn)
1110
03-Apr-2007 Matthias Gallas
1111
#	Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted
1112
	in the pages directory (Special thanks to "Funky_MF" for the fix)
1113
01-Apr-2007 Matthias Gallas
1114
#	Fixed issues with some languages when UTF8 is used. Removed all htmlentites
1115
	from the code (revoked changeset 396) and added new functions instead. Adapted the
1116
	search and the highlighting to use the new functions. With this changes WB can now
1117
	be used with charset UTF8 for all languages. Very special thanks to Thorn who wrote
1118
	and tested this changes.
1119
12-Mar-2007 Matthias Gallas
1120
+	Added multilingual support to search
1121
03-Mar-2007 Matthias Gallas
1122
+	Added new function for highlighting search results in the content area
1123
	(Special thanks to "thorn" and "Funky_MF")
1124
#	Fixed some issues in search with special chars
1125
	(Special thanks to "thorn" and "Funky_MF")
1126
22-Feb-2007 Christian Sommer
1127
#	Fixed bug in changeset 428 (page files were not deleted in /pages folder due to a typo in wb/framework/function.php)
1128
16-Feb-2007 Christian Sommer
1129
!	Suppressed PHP warnings and errors when reading empty intro.php
1130
16-Feb-2007 Christian Sommer
1131
#	Applied fix to enable parsing of PHP code in the intro.php 
1132
12-Feb-2007 Christian Sommer
1133
!	Added functions page_css and page_javascript which allow to include optional
1134
	module files module.css and module.js into the <head> section. This allows to 
1135
	create valid (X)HTML, as CSS definitions of modules are included in the head section
1136
12-Feb-2007 Christian Sommer
1137
!	Security enhancement (reduced number of login trials from 50 to 3)
1138
02-Feb-2007 Matthias Gallas
1139
#	Applied fix for ticket #380 (Thanks to pcwacht)
1140
30-Jan-2007 Ryan Djurovich
1141
#	Applied fix for ticket #376
1142
29-Jan-2007 Matthias Gallas
1143
+	Added new variable $MODULE_DESCRIPTION wich allows to have optional a language
1144
	specific description of the modules in the language files of the modules.
1145
21-Jan-2007 Matthias Gallas
1146
#	Fixed issue in the search table entries of form modul
1147
13-Jan-2007 Matthias Gallas
1148
#	Fixed some bugs in rss.php
1149
07-Jan-2007 Matthias Gallas
1150
#	Fixed error when uninstalling the news modul
1151
02-Jan-2007 Matthias Gallas
1152
+   Added id keywords to all missing files
1153
#	Fixed issue with Permissions for pages sections
1154
27-Dec-2006 Matthias Gallas
1155
#	Fixed form modul stores empty records
1156
------------------------------------- 2.6.5 -------------------------------------
1157
25-Dec-2006 Ryan Djurovich
1158
!	Changed links to WB help website
1159
24-Dec-2006 Matthias Gallas
1160
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
1161
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
1162
!	Changed all copyright notices to include now 2007
1163
23-Dec-2006 Matthias Gallas
1164
#	Fixed IE allows to set a page as parent of itself (#320)
1165
#	Fixed problem with Page Title has to be escaped (#287)
1166
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
1167
21-Dec-2006 Matthias Gallas
1168
#	Fixed missing message when adding a site without page title (#300)
1169
21-Dec-2006 Ryan Djurovich
1170
#	Fixed bug with captcha script (#346)
1171
20-Dec-2006 Matthias Gallas
1172
#	Fixed Return to Search Results Page (#365)
1173
!	Set Version to 2.6.5
1174
-	Removed Changeset 365 because this will be a part of WB 2.7.x
1175
#	Fixed a little typo error in class.admin.php (#364)
1176
26-Nov-2006 Ryan Djurovich
1177
+	Added new script that could possibly be apart of 2.7.x as a replacement
1178
	for having the pages directory 
1179
17-Nov-2006 Matthias Gallas
1180
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
1181
15-Nov-2006 Matthias Gallas
1182
#	Fixed again intropage doesn't work (#71)
1183
20-Oct-2006 Matthias Gallas
1184
+	Added phpmailer class (thanks to doc)
1185
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
1186
+	Added List sorting in admin area (thanks to rsmith)
1187
#	Fixed table width 100% are wrong displayed in container templates
1188
	when IE is used (#350)
1189
#	Fixed large space between menupoints in IE (#349)
1190
#	Fixed Website description is not displayed when no page description
1191
	available (#348)
1192
#	Fixed group images in news modul cannot be stored (#342)
1193
#	Fixed Typo in form/save_field.php (#341)
1194
#	Fixed files in /pages/posts folder are not deleted (#340)
1195
#	Fixed specialchars problem in the news modul (#339)
1196
#	Fixed news modul stores empty records (#338)
1197
#	Fixed Captcha didn't work in news comments (#337)
1198
#	Fixed various php notices (#334)
1199
+	Added new upgrade_function (thanks to kozmoz)
1200
#	Fixed addons table isn't updated when a modul is updated (#332)
1201
#	Fixed spelling errors in the signup2.php (#330)
1202
#	Fixed MySQL 5.x missing default values for INT fields in all system
1203
	and modules tables (#329)
1204
#	Fixed installer does not insert admin user (#328)
1205
+	Added support for getting page ID of page that referred search
1206
	request (#327) (thanks to brofield)
1207
#	Fixed search results generate invalid XHTML and notify warnings (#326)
1208
Stefan Braunewell
1209
#	Fixed Field 'last_reset' doesn't have a default value (#313)
1210
+	Added get_post_escaped to wb class which automatically calls add_slashes
1211
	on get_post output and used it in form/save_field.php
1212
------------------------------------- 2.6.4 -------------------------------------
1213
20-May-2006 Ryan Djurovich
1214
#	Fixed security issues related to #237
1215
#	Fixed typo in news save comment page (#282)
1216
#	Fixed typo in news delete post page (#283)
1217
!	Added multi-submission protection to form module (#119)
1218
#	Added notice for when PHP Session Support appears to be disabled in installer,
1219
	even if it is enabled and the problem actually lies in the users browser (#154)
1220
19-May-2006 Ryan Djurovich
1221
#	Fixed problem in forgotten login form where email field is too short (#207)
1222
#	Fixed typo in forgotten login details email (#190)
1223
15-May-2006 Stefan Braunewell
1224
#	Fixed security issues (#237)
1225
03-May-2006 Stefan Braunewell
1226
#	Fixed problems with pre-2.6.0 modules in section list
1227
#	Fixed e-mail bug caused by From: headers in internal mail function calls
1228
	(#189)
1229
#	E-mail validation in install script now accepts new top-level domains
1230
	(#162)
1231
#	Error status is now overwritten by next database query (#182)
1232
#	Fixed obscure problem in htmlarea install script
1233
------------------------------------- 2.6.3 -------------------------------------
1234
19-Mar-2006 Stefan Braunewell
1235
#	Fixed ticket #146: problems removing groups from viewers list of a page
1236
16-Mar-2006 Stefan Braunewell
1237
!	Changed link target selection. Now self, top and new. (Ticket #145)
1238
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
1239
	password pages.
1240
#	Some changes to the SQL code in the install script for improved 
1241
	compatibility with new MySQL versions
1242
#	Fixed ticket #134 - error on browsing media.
1243
+	Improved backup module: new choice between full database or WB-related
1244
	backup.
1245
#	Fixed ticket #141 - admin now sees all folders in media
1246
#	Fixed e-mail sending problems due to additional parameter in mail call.
1247
#	Applied fix regarding ticket #138: new users now get deleted if
1248
	sending e-mail fails.
1249
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten 
1250
	password process
1251
#	Removed duplicate expression from modules/news/install.php which caused
1252
	problems in installation
1253

    
1254
01-Mar-2006 Stefan Braunewell
1255
#	Fixed ticket #68 - Safari problem with displaying all parents.
1256
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
1257
	to fatal error.
1258
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
1259
------------------------------------- 2.6.2 -------------------------------------
1260
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
1261
#	Fixed ticket #104 - commas in form field descriptions not allowed.
1262
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
1263
	and expiration date is now set to time in the past.
1264
#	Smart login not working.
1265
!	Changed mail calls to new function $wb->mail.
1266
#	Form: ticket 124 added captcha settings check 
1267
#	Ticket 118 added formfield type to check for email/text 
1268
#	Ticket 115 changed comparision /modules/form/view.php 
1269
#	Added correct timecheck in form submissions
1270
!	Changed captcha.php call to include timestamp
1271
!	Changed the e-mail validation code and added a mail function to class wb.
1272
!	Forgotten password: if sending of e-mail fails, restore old password.
1273
	Ticket #110
1274
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
1275
!	Character encoding setting also affects admin backend.
1276
	Mentioned in ticket #102.
1277
!	Reintroduced page languages setting. If switched to off, page
1278
	languages are only used to determine the language file for the
1279
	universal texts. If on, displayed page and menu are affected by
1280
	the language session variable.
1281
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
1282
	to set the number of levels to be show.
1283
#	Fixed a bug where access settings of registered and private pages
1284
	were displayed incorrectly.
1285
#	Fixed captcha being cached.
1286
#	Added an exit call after every heading("Location:...")
1287
	redirector to prevent unwanted execution of code.
1288
#	Bug #122. Replaced empty field check by check that setting name is
1289
	not "wb_version".
1290
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
1291
#	Fixed bug #99 and two additional instances of typo 
1292
	catpcha instead of captcha.
1293
#	Fixed some typos
1294
#	Fixed some notices and warnings.
1295
#	Fixed bug #105 - back buttons in addon detail pages not editable.
1296
!	Replace 'admin' by 'wb' in all account pages. 
1297
!/#	Moved print_success and print_error code to class.wb.php.
1298
	Added correct parameters to these functions in account pages. 
1299
------------------------------------- 2.6.1 -------------------------------------
1300
12-Dec-2005 Ryan Djurovich
1301
#	Fixed security vulnerability in class.login.php
1302
#	Fixed typo in EN language file
1303
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
1304
!	Added charset encoding to admin templates
1305
!	Added extra code to check for selection of addon upon uninstalling
1306
#	Fixed bugs in RSS news feeder
1307
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
1308
------------------------------------- 2.6.0 -------------------------------------
1309
28-Nov-2005 Ryan Djurovich
1310
+	Added default charset option to (advanced) settings
1311
#	Form module email fields now have email address validation
1312
#	Fixed spacing in form submissions
1313
27-Nov-2005 Ryan Djurovich
1314
+	Added captcha verification to sign-up form
1315
+	Added Captcha to News module
1316
24-Nov-2005 Stefan Braunewell
1317
!	Applied aportale's patch to use label instead of javascript toggle code
1318
20-Nov-2005 Ryan Djurovich
1319
!	News mod now hides read more link if no need for it (see ticket #56)
1320
+	Added support for mailto: links in the menu link mod
1321
#	Added direct-access redirection on some files (see ticket #37)
1322
+	Added extra characters to convert.php (see ticket #64)
1323
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
1324
29-Sep-2005 Ryan Djurovich
1325
!	Cleaned up form buttons in Settings
1326
!	Moved some options into Advanced Settings
1327
#	Semi-disabled "separate" page trash option
1328
+	Created a backup module/tool for backing-up the database
1329
	(thanks to John (pcwacht) for the original code)
1330
+	Created new "blank template", which can be used in case where you don't
1331
	want anything wrapping page-content.
1332
19-Sep-2005 Ryan Djurovich
1333
+	Added _license field for all add-ons to specify a license
1334
!	Renamed _designed_for variables (for all addons) to _platform
1335
+	Created addons table for faster internal referencing of installed addons
1336
!	Fixed some links, including the "Help" button in Admin
1337
#	Used nl2br to display body correctly when viewing form-submissions
1338
15-Sep-2005 Stefan Braunewell
1339
+	Added table module with columns 'name','type' and 'directory' as an
1340
	index.
1341
+	Added entry to settings table 'wb_version' which holds the version
1342
	number and can be utilized in future upgrade scripts.
1343
!	Added upgrade functionality also for templates and languages.
1344
#/!	Template/modules installation now respects paths.
1345
!	Moved updates from config.php to database.
1346
	Created initialize.php (required by config.php) to read settings.
1347
11-Sep-2005 Stefan Braunewell
1348
!	HTMLArea is now a module instead of a core component. Files moved
1349
	from "include" to "modules".
1350
+	Implemented Installation of modules on top of an older version. This is 
1351
	done via checking $module_version. Instead of install.php, upgrade.php
1352
	is then called if it exists in the module package. 
1353
	For module developers: $module_version and $new_module_version are 
1354
	accessible in upgrade.php to find out what upgrade steps need to be taken.
1355
!	Changed column names in mod_news_posts from short,long to content_short,
1356
	content_long.
1357
09-Sep-2005 Stefan Braunewell
1358
+	Added new advanced setting "Rename Files On Upload". File extensions can be
1359
	given so that respective files will have a ".txt" appended on media upload.
1360
#	Fixed "None found" message bug when user has no top level page edit
1361
	rights.
1362
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
1363
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
1364
+	Added utf-8 character encoding meta tag into all stock templates.
1365
#	Fixed bug when changing a page's parent
1366
!	Changed the way blocks are treated. Added new frontend class attribute
1367
	default_block_content that controls what is shown on pages such as
1368
	search, login, etc. (Ticket #16)
1369
+	Added support for WYSIWYG editor modules (wysiwygmod)
1370
+	When trying to access a registered page, user is automatically redirected
1371
	there on successful login.
1372
#	Fixed various issues with system search (mainly related to stripslashes()
1373
#	Removed stripslashes() in many places in the code. Added check for
1374
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
1375
	is independent of magic_quotes setting..
1376
05-Sep-2005 Stefan Braunewell
1377
#	Fixed bug concerning direct access of preferences page.
1378
#	Reworked page visibility and menu item visibility code (frontend login
1379
	problem).
1380
#	Pages in link list in htmlarea popup are now correctly ordered.
1381
#	Fixed bug where group with existing name can be added.
1382
04-Sep-2005 Ryan Djurovich
1383
+	Added and RSS newsfeed script to the News module
1384
04-Sep-2005 Stefan Braunewell
1385
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
1386
#	Fixed some occurrences of potential direct access path disclosure
1387
#	Added directory check to browse.php to prevent xss exploit by trusted users.
1388
!	Updated code to reflect move to Subversion repository system.
1389
27-Aug-2005 Stefan Braunewell
1390
#	Fixed bugs 4,5,6,8,9 in bug tracker
1391
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
1392
	A GET['lang'] now sets the session language variable.
1393
26-Aug-2005 Stefan Braunewell
1394
!	Moved redundant code into the new class functions. Created 
1395
	'compatibility.php' for backward compatibility with
1396
	modules and templates. Variables and functions can still be accessed
1397
	in the old way.
1398
!/+	Reorganized core frontend files, added new base class 'wb' from
1399
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
1400
	function into new class. Completely rewrote core index.php.
1401
	Now all variables and functions that are available to templates and
1402
	modules are attributes and methods of the frontend and the wb classes
1403
------------------------------------- 2.5.2 -------------------------------------
1404
23-Jun-2005 Ryan Djurovich
1405
!	create_access_file now creates all parent directories if needed
1406
#	Fixed bug when moving page with subpages to another level
1407
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
1408
#	Fixed bug where query was not setting error correctly in class.database.php
1409
22-Jun-2005 Ryan Djurovich
1410
#	Fixed bug where template permissions were not saved when a adding group
1411
21-Jun-2005 Ryan Djurovich
1412
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
1413
#	Fixed language problems in some area's of Admin. (Bug #70)
1414
#	Added a space in website/page keywords (Bug #69)
1415
#	Fixed bugs on settings2.php (Bug #52)
1416
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
1417
13-Jun-2005 Ryan Djurovich
1418
#	Fixed bug (#88) with news module
1419
!	Title of Administration login page now taken from language file (Bug #72)
1420
#	Fixed redirection admin/home to admin/start on admin/index.php
1421
#	Fixed bug with forgotten password page in admin (Bug #81)
1422
25-Apr-2005 Ryan Djurovich
1423
#	Fixed numerous bugs with module uninstallation
1424
#	Fixed bug when uploading files in Administration -> Media
1425
!	Installer no-longer requires you to accept the GNU GPL
1426
------------------------------------- 2.5.1 -------------------------------------
1427
16-Apr-2005 Ryan Djurovich
1428
#	Fixed two bugs with account login/logout
1429
------------------------------------- 2.5.1 -------------------------------------
1430
15-Apr-2005 Ryan Djurovich
1431
#	Fixed bug where non-english characters can get used in page filenames. Many
1432
	measuers have been added (including a new file: wb/framework/convert.php),
1433
	to prevent any possible errors that can occur in page filenames.
1434
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
1435
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
1436
#	Fixed bug where search and account pages are shown in every block
1437
	that is in a template
1438
#	Fixed numerous bugs with media home directories feature
1439
10-Apr-2005 Ryan Djurovich
1440
#	Fixed bugs in account/login.php and logout.php where users
1441
	gets redirected to /pages
1442
------------------------------------- 2.5.0 -------------------------------------
1443
08-Apr-2005 Ryan Djurovich
1444
-	Removed section language feature
1445
+	Added page language feature (replaces need for sections language feature)
1446
#	Fixed bug where pages using menu_link module can have the URL changed
1447
-	Page directory no longer stored in link field in pages table, it is now added
1448
	when the page_link function is called - this makes changing the pages
1449
	directory much easier and quicker
1450
!	Pages with visibility of "none" are now no longer directly accessable
1451
+	Added new visibility setting "hidden", acts exactly like none did previously
1452
!	Template info file can now specify number of menu's available and relative names
1453
!	Template info file can now specify number of blocks's available and relative names
1454
------------------------------------- 2.4.3 -------------------------------------
1455
07-Apr-2005 Ryan Djurovich
1456
#	page_filename function has been rewritten using str_replace
1457
	function, which should be faster and will allow characters
1458
	from other languages into filenames
1459
!	Created new media_filename function, which is now used
1460
	by all media functions (create,upload,rename) to determine
1461
	which characters should be removed from a desired filename
1462
+	New button in Administration page list to view specific page
1463
#	Updated the page_link function to now be compatible with menu link
1464
	module when setting pages directory to root
1465
#	Fixed bugs in search when using "Any Words" option
1466
#	Fixed bug with news module when pages directory set to root
1467
!	Changed URL of documentation website on Administration Start page
1468
------------------------------------- 2.4.2 -------------------------------------
1469
05-Apr-2005 Ryan Djurovich
1470
#	Fixed bug where file could be renamed to nothing in Media
1471
!	Optimised Media create folder, upload file, and rename functions
1472
#	Fixed bug where stripslashes not run on news post titles in admin
1473
05-Apr-2005 Stefan Braunewell
1474
#	Fixed bug concerning usage of the private_sql variable
1475
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
1476
------------------------------------- 2.4.1 -------------------------------------
1477
04-Apr-2005 Ryan Djurovich
1478
!	Pages with visibility of "none" are again directly accessable
1479
#	Fixed bugs regarding renaming files and directories in Media section
1480
!	When home folders disabled, all folders now visible in Media section
1481
------------------------------------- 2.4.0 -------------------------------------
1482
03-Apr-2005 Ryan Djurovich
1483
-	Removed recently added visibility setting of "heading", and relative config vars
1484
+	Added new "menu" field to pages table, and new setting "multiple menus"
1485
	which replaces the need for the menu headings feature
1486
+	Added links to top of groups and users sections, linking to each other
1487
!	Change menu width in "Round" template to 170px (was 150px)
1488
#	Change page "are you sure" deletion message to mention that it will delete
1489
	all sub-pages as well
1490
#	Fixed many bugs with news module when viewing posts by group
1491
!	Pages with visibility of "none" are now no longer directly accessable
1492
02-Apr-2005 Ryan Djurovich
1493
-	Removed need to specify DB_URL when calling database class
1494
#	Stopped fields without a type specified from being shown in form mod
1495
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
1496
	for insert link and insert image
1497
+	Added setting which allows you to specify the default WYSIWYG style
1498
+	Added "Server Email" option, to specify what is used in "From" field when
1499
	sending emails using the PHP mail function. Default is admins email address.
1500
#	Search now excludes pages which have a visibility of none or heading
1501
!	Pages are now given modified_when and modified_by when added
1502
01-Apr-2005 Ryan Djurovich
1503
+	Added option to News module to specify how many posts should be listed
1504
	per page (by default it is set to unlimited, which functions like previous version)
1505
#	Added stripslashes when display page titles in search
1506
+	Page descriptions and last updated date now shown in search by default
1507
30-Mar-2005 Ryan Djurovich
1508
+	Added new feature for Media home folders, where a folder can be specified
1509
	for a specific user or group of users only
1510
!	Changed URL of Help button to http://www.websitebaker.org/docs/
1511
+	Added new feature for "Page Trash" - two modes available: inline and separate
1512
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
1513
	up a level)
1514
29-Mar-2005 Ryan Djurovich
1515
-	Removed Database Settings from Administration Settings (options will not be
1516
	available in 3.x, so trying to match interface with WB 3.x plans
1517
!	Changed the name of Path Settings to Filesystem Settings in Administration
1518
	Settings, and removed ability to change path/url options - matching interface
1519
	plans for WB 3.x
1520
+	Added same options for OS and file permissions as installer to Settings
1521
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
1522
28-Mar-2005 Ryan Djurovich
1523
+	New functions available to templates to simplify creation of them. This aims
1524
	to "future-proof" templates for WB 3.x plans.
1525
!	Default templates updated to support some of the new functions
1526
+	Added field to pages table "page_trail" which stores a list of the pages
1527
	parents. This field was needed by the new page_menu function
1528
+	Added option for page visibility "heading" to enabled support for multiple
1529
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
1530
+	Added option for page visibility "registered", which acts a little like
1531
	private, but is still shown in the menu (although users need to log in to view
1532
	the pages content)
1533
+	Form module submissions now saved to database, and feature now added to
1534
	limit number of submissions per hour to prevent spamming
1535
+	New field for Form module: email. Allows you to specify their email in
1536
	"from" field on module settings.
1537
#	Fixed bug when displaying comments in News module (WB Bug #14)
1538
+	New "under contruction" message if no pages exist
1539
!	Cleaned-up wb/index.php
1540
27-Mar-2005 Ryan Djurovich
1541
+	Created advanced mkdir and chmod functions
1542
#	Fixed bug in media where wrong file/folder is deleted
1543
+	Complete overhall of installer - now only one step! It has been greatly
1544
	simplified in many ways, has much better validation, reports error much more
1545
	nicely, and automatically logs the user into the Administrations
1546
+	Must now specify OS type - allows for customizable file permission settings
1547
+	Sections can now have a language code assigned to them
1548
+	Sections can now have a block name/id assigned to them
1549
!	Home section of Administration renamed to Start, to save confusion with saying
1550
	Homepage (because this term could either mean the main website or Home section
1551
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
1552
!	Moved Users and Groups sections under Access section. This aims to unify the
1553
	interface with WB 3.x plans, which help to unclutter the menu
1554
!	Interface for Settings section has been imporved for usability purposes
1555
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
1556
	by placing media list inside an iframe
1557
#	Fixed stripslashes problem for viewing news comments
1558
!	Added code from Formesque module (an advanced version of the original Form
1559
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
1560
	interface improvements for select box/checkbox group/radio group options.
1561
#	Possibly fixed bugs where an S appears before file and dir modes
1562
#	Fixed bug where users can be added with same emails (in Administration)
1563
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
1564
	makes code more bulky, and removing it will decrease package size a lot
1565
+	New "homepage redirect" option so first page is included and not redirected to
1566
#	Fixed text not being shown when module uninstalled
1567
!	Imporved interface for basic group permissions
1568
26-Mar-2005 Stefan Braunewell
1569
#	Fixed bug with front-end logins
1570
#	Fixed bug when saving intro page 
1571
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
1572
#	Fixed bugs concerning moving/deleting pages
1573
#	Fixed list of parents in page settings
1574
#	Fixed mkdir without mode parameter
1575
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
1576
+	Added support for PAGES_DIRECTORY set to root
1577
+	Search form now supports quotes (thanks to Manafta)
1578
#	Fixed page section ordering
1579
#	News items are displayed with name of poster instead of "Unknown"
1580
#	Deletion confirmation popup window in media section now shows correct file name
1581
------------------------------------- 2.3.1 -------------------------------------
1582
03-Fed-2005 Ryan Djurovich
1583
+	Now there is two types of "filesystem modes", one for directories and one
1584
	for files. Having different settings is very common for most servers, so
1585
	this addition should fix many problems people had with 2.3.0.
1586
-	Removed filesystem mode options from installation
1587
!	Removed duplicate text on installation step 3 for timezone
1588
!	All "access files" for the news module now stored in pages/posts instead
1589
	of a sub-dir relative to the page (this fixes many bugs)
1590
#	Fixed major bugs when deleting pages with sub-pages
1591
!	Removed the restrictions that prevent a user for changing a pages level
1592
#	Fixed bug with "toggle" plus/minus in IE for pages list
1593
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
1594
------------------------------------- 2.3.0 -------------------------------------
1595
26-Jan-2005 Ryan Djurovich
1596
#	Fixed bug in framework/functions.php that made root parent always equal 8
1597
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
1598
#	Fixed SQL-query on line 172, placing a / after $old_link
1599
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
1600
	admin/pages/settings2.php
1601
#	Added ordering cleaning to delete_post.php on line 53 for news module
1602
!	GMT option is selected for "Default Timezone" in the installer, instead
1603
	of the old "Please select" message (which had the same value as GMT)
1604
28-Jan-2005 Ryan Djurovich
1605
!	Ability to specify the chmod number when WB uploads files, etc.
1606
!	Modified file headers (copyright/license notice) so they now look almost the
1607
	same, independant of font. Also, it now covers copyright for 2005.
1608
30-Jan-2005 Ryan Djurovich
1609
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
1610
	table when a page is deleted.
1611
+	New 'Smart Login' prevents users from using external password managers,
1612
	and can be set to remember the users password using cookies.
1613
!	SourceForge CVS module now called websitebaker2 (instead of just
1614
	websitebaker). Also, all file versions have been reset.
1615
01-Fed-2005 Ryan Djurovich
1616
!	Added code to prevent from changing a pages level (it simply disables
1617
	the select box), to prevent many possible bugs.
1618
------------------------------------- 2.2.4 -------------------------------------
1619
23-Dec-2004 Ryan Djurovich
1620
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
1621
#	Fixed multi-language support in search
1622
+	Added more detailed options to list of PHP error reporting level's
1623
-	Removed ability to change language and PHP error reporting level
1624
	on installation to make things easier for newbie's
1625
+	Ability to select custom spacer for page filename's
1626
!	Changed the way a language code is found on language installation
1627
+	Added template permissions to groups
1628
#	Fixed bug when trying to change email from Preferences (admin and frontend)
1629
#	Fixed bug with auto-selection of "System Default" for Preferences
1630
!	News module now use's WYSIWYG for modifying news posts
1631
+	Ability to specify both the pages and media target directories
1632
------------------------------------ 2.2.3-c ------------------------------------
1633
22-Dec-2004 Ryan Djurovich
1634
#	Fixed problem with DB password being reset if Settings saved in basic mode
1635
------------------------------------ 2.2.3-b ------------------------------------
1636
21-Dec-2004 Ryan Djurovich
1637
#	Fixed minor bug on admin templates section
1638
#	Fixed bug on rename.php and rename2.php in admin media section
1639
------------------------------------- 2.2.3 -------------------------------------
1640
20-Dec-2004 Ryan Djurovich
1641
+	Added WB release version in Administration (top right corner)
1642
!	New option to prevent users from adding level 0 pages
1643
#	Fixed bug when deleting post's in News module
1644
+	Added new field in pages table for "root" parent (level 0 parent), for
1645
	extra flexability in creating templates
1646
!	Round template now supports unlimited page levels
1647
------------------------------------- 2.2.2 -------------------------------------
1648
18-Dec-2004 Ryan Djurovich
1649
+	New option under Search Settings for selecting custom template for search
1650
+	New option when changing page settings to set the target
1651
#	Fixed error when saving a user after editing
1652
!	Users can now modify sub-page if they dont have permissions on the parent
1653
------------------------------------- 2.2.1 -------------------------------------
1654
15-Dec-2004 Ryan Djurovich
1655
#	Fixed bug when changing password on preferences form (front-end)
1656
#	Fixed bug when retrieving user details (administration)
1657
#	Added check to see if module, template, or language is in use when deleting
1658
#	Fixed up email that is sent to user from a submitted form
1659
#	Fixed major problem with module permissions which stopped it from working
1660
------------------------------------- 2.2.0 -------------------------------------
1661
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
1662
+	Multiple-level page support
1663
+	Multiple section's for pages (including interface)
1664
!	Removed text created using two words on all areas
1665
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
1666
	this is for better language support
1667
+	Added Languages section
1668
!	Moved Templates and Modules under Add-ons section
1669
!	Changed name of "Default" template to "Round"
1670
+	Added "All CSS" template
1671
+	Added "Jump"
1672
+	Added 
1673
!	Modified "Box" template to support multiple page levels
1674
+	Added "Menu Link" module
1675
+	Added "News" module
1676
+	Added "Code" module
1677
+	Added "Form" module
1678
+	Added "Wrapper" module
1679
!	Changed name of "Normal Page" module to "WYSIWYG"
1680
+	Created new admin wrapper script to ease module develpment
1681
+	Media now automatically creates index.php file for every
1682
	sub-folder made (for security purposes)
1683
!	Change "Help" link in Administration menu so it now directs
1684
	to the the new Website Baker documentation website found at:
1685
	http://www.websitebaker.org/documentation
1686
!	Password is now required to change email in preferences
1687
+	User can now select custom Language and Date & Time Formats
1688
+	Added search functionality, with three different "methods":
1689
	1. Using all words  2. Using any words  3. Exact match
1690
+	Added native MySQL database support
1691
=======
1692
Change Log
1693
===============================================================================
1694
Please note: This change log may not be accurate
1695

    
1696
$Id: CHANGELOG 1214 2009-12-14 14:49:42Z MaGnaL $
1697

    
1698
Legend:
1699
+ = Added
1700
- = Removed
1701
# = Bugfix
1702
! = Update/Change
1703

    
1704
------------------------------------- 2.8.1 -------------------------------------
1705
21-Sep-2009 Dietrrich Roland Pehlke
1706
!	Dutch tranlation(-s) for the captcha-control. [Ticket: #777] (Thanks to Argos)
1707
#	Missing code inside "framework/addon.precheck.php" (ticket #798).
1708
#	Changes inside "upgrade-script" to avoid "mysql_list_tables is deprecated" warnings (ticket #800).
1709
#	Add "global $admin" to the install.php of the droplets-module to avoid (variable isn't declared) warnings. (ticket #800).
1710
18-Sep-2009 Dietmar Woellbrink
1711
#   french translation updated for WB 2.8 (tks to Ploc)
1712
16-Sep-2009 Dietmar Woellbrink
1713
#	Fixed bug changed URL_HELP in class.admin.php to http://help.websitebaker.org/ (ticket #801).
1714
#	Fixed bug: inside the FCK-Editor wbmodul: missing 'OK' button when inserting WB link with Safari/Chrome (ticket #795).
1715
#	Fixed bug changed png fix and path to jquery-pngFix.js inside footer.htt for backend themes (ticket #786).
1716
#	Fixed bug: inside the FCK-Editor include.php: add $oFCKeditor->Width  = $width; (ticket #799).
1717
15-Sep-2009 Dietrich Roland Pehlke
1718
#	Fixed bug: group-restrictions and sections (ticket #791).
1719
#	Fixed bug inside the FCK-Editor wbmodul: displaying the correct page-tree by
1720
	adding "order by position"
1721
25-Aug-2009 Dietrich Roland Pehlke
1722
#	Fixed bug in upgrate-script. Constant 'DEFAULT_THEME' doesn't exists (ticket #784).
1723
25-Aug-2009 Ruud Eisinga
1724
#	Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter.
1725
	(problem introduced by code optimisations for WB2.8) 
1726
#	Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)
1727
#	Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)
1728
22-Aug-2009 Ruud Eisinga
1729
# 	Changed the default searchform name in the installer. (ticket #775)
1730
#	Fixed the recursive redirect problem when a page is called with a wrong language parm (ticket #780)
1731
------------------------------------- 2.8.0 -------------------------------------
1732
14-Aug-2009 Matthias Gallas
1733
#	Fixed typo in dutch language file (Thanks to Argos)
1734
#	Changed FCKEditor to not show index.php files in browse media window (ticket #774)
1735
	(Thanks to BerndJM)
1736
12-Aug-2009 Matthias Gallas
1737
#	Fixed some display issues in all backend themes
1738
!	Again updated dutch language file (Thanks to Argos)
1739
#	Fixed missing language variable in form modul (Thanks to Argos)
1740
+	Added missing images to argos_theme (forgotten in changeset [1117])
1741
11-Aug-2009 Matthias Gallas
1742
!	commentet out the droplets logo for a more similar backend design with
1743
	other admin tools
1744
!	Updated icons in argos_theme (Thanks to Argos)
1745
!	Updated Dutch language file (Thanks to Argos)
1746
!	Updated show_menu2 to version 4.9
1747
9-Aug-2009 Matthias Gallas
1748
#	Replaced function mime_content_type as the old one causes shell_exec warnings
1749
	on some servers (Thanks to Aldus)
1750
!	updated argos_theme to version 1.4 (Thanks to Argos)
1751
!	some code cleaning of admin/pages/sections.php
1752
#	Fixed possible xss injection in login/forgot/index.php
1753
#	Fixed bug in news modul introduced in changeset [1057]
1754
#	Added missing variables also to preferences.php. Forgot in Changeset [1112]
1755
8-Aug-2009 Matthias Gallas
1756
#	Added some missing variables to backend_themes (Thanks to Stefek)
1757
6-Aug-2009 Matthias Gallas
1758
!	Set Version to 2.8
1759
!	Updated upgrade_script to make use of the changed news settings
1760
+	Added to show_menu2 the aOption 'SM2_HIDEPAGES'. If set all hidden pages are
1761
	hidden again (Thanks to DarkViper)
1762
#	Fixed again some bugs in news modul (ticket #756) (Thanks to Aldus and Luisehahne)
1763
#	Fixed bug that frontend.js, frontend.css and frontend_body.js are not used
1764
	from snippets (ticket #764) (Thanks to Luisehahne)
1765
+	Added new function 'register_frontend_modfiles_body' to default templates
1766
+	Added option to use a frontend_body.js in modules to include javascript from modules
1767
	in the body of the frontend (Thanks to Luisehahne)
1768
!	Updated Danish language Files (Thanks to Achrist)
1769
#	Fixed some display issues in argos_theme (Thanks to Argos)
1770
30-July-2009 Ruud Eisinga (Ruud)
1771
#	Fixed a bug in the /admin/media resizer parameters for dirs with whitespaces (thnx to tiesy)
1772
#	Fixed a bug in FCKeditor include.php. Now the editor can be used from other 
1773
	subdirectories than WB_PATH/modules/mymodule
1774
29-July 2009 Dietrich Roland Pehlke (Aldus)
1775
#	changes in framework/class.wb.php to avoid the "print->footer()" bug in the frontend,
1776
	as this function/method doesn't exists for the frontend.
1777
#	Changes inside index.php and save.php in settings to get rid of the situation
1778
	that a SMTP-Password could not contain an "<" char (right chars are craped),
1779
	and also "<" is not transformed into an entitie "&lt;". (Thanks to FrankH)
1780
#	Modify of "addon.precheck.inc.php" to get rid of the problematic that version_compare
1781
	could faild if words like "alpha", "beta" are inside a version-string. (missing in changelog 1100)
1782
28-July 2009 Matthias Gallas
1783
#	fixed some smaller issues in rss.php (Thanks to Kibmcz)
1784
27-July 2009 Matthias Gallas
1785
+	Added German language file to droplets
1786
+	Added modul_description to language files of droplets
1787
+	Added Danish language files to modules (Thanks to Achrist)
1788
!	Updated Danish language file (Thanks to Achrist)
1789
#	Fixed improper spelling in language files (#754)
1790
#	Fixed bug introduced in changeset [1092]
1791
25-July 2009 Matthias Gallas
1792
#	fixed some language bugs in search.php (Thanks to Thorn)
1793
23-July 2009 Matthias Gallas
1794
#	fixed bug with missing filetype icon in media section of classic_theme (ticket #752)
1795
#	fixed bug with page not showing if 2 sections active (ticket #751) (Thanks to Pumpi)
1796
#	readded to phplib/template.inc $clear: whether to delete undefined vars or not
1797
	was already added in WB 2.7 but was deleted for unknown reasons (Thanks to FrankH)
1798
22-July 2009 Matthias Gallas
1799
!	set Version to RC2
1800
!	small modification on german language file (ticket #746)
1801
#	Fixed E_ALL&E_STRICT warning on PHP5 servers (Thanks to Aldus) 
1802
#	Fixed bug with home folders are viewable and writable from other users
1803
	(ticket #605 and #748) (Thanks to Aldus)
1804
20-July 2009 Matthias Gallas
1805
!	Moved backend.js back from <body> to <head>
1806
+	Added possibility to add a backend_body.js to modules wich is then called in <body>
1807
+	Readded admin/images folder to keep backward compatibility to old modules
1808
19-July 2009 Matthias Gallas
1809
#	Fixed display issue of jsadmin in backend themes (Thanks to Argos)
1810
18-July 2009 Matthias Gallas
1811
!	Updated german laguage file in argos_theme
1812
+	Added multilnaguage support to media section of argos_theme (Thanks to Argos)
1813
#	Fixed smaller display issue in argos_theme (Thanks to Argos)
1814
+	Added more meta tags to backend themes
1815
!	Updated Argos_theme (Thanks to Argos and Luisehahne)
1816
#	Again added some &amp; to news and form to get more valid output (Thanks to Luisehahne)
1817
#	Fixed wrong set </form> tag to get valid output (Thanks to Luisehahne)
1818
!	Replaced in some alt tags hardcoded signs with language variables (Thanks to argos)
1819
!	Updated Dutch language File (Thanks to argos)
1820
!	Updated French language File (Thanks to mylesk42)
1821
16-July 2009 Matthias Gallas
1822
#	Fixed E_ALL notice in news/view.php
1823
!	replaced in form and news delimiter "&amp;" with "&"
1824
	was introduced with changeset [1069] but didn't work on all servers
1825
#	Removed double </form> tags in pages/intro.php and wysiwyg/modify.php
1826
!	replaced all remaining mktime() with time(), except from third party scripts
1827
15-July 2009 Matthias Gallas
1828
!	changed in modules/admin.php and admin/pages/add.php mktime() to time()
1829
!	changed in wrapper modul modify.html to modify.htt
1830
#	Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
1831
#	fixed display issue of jscalendar in news modul (Thanks to Aldus)
1832
!	changed modules/admin.php to also make use of backend theme templates
1833
!	changed in class_login.php mktime() to time()
1834
14-July 2009 Matthias Gallas
1835
#	Fixed bug with sections are only editable in new backend-themes if blocks are enabled
1836
	(Thanks to Luisehahne)
1837
#	Fixed some validiation bugs in news modul (ticket #742) (Thanks to Luisehahne)
1838
14-July 2009 Dietrich Roland Pehlke
1839
!	changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings.
1840
!	changes in wb-setup.php, line 50: 'date' to 'gmdate' to avoid E_STRICT warnings. See also #741.
1841
13-July 2009 Matthias Gallas
1842
+	added changes from news/add.php to the upgrade-script.php
1843
13-July-2009 Ruud Eisinga
1844
#	admin / media / browse reported an error in E_STRICT mode.
1845
13-July 2009 Dietrich Roland Pehlke
1846
!	Change inside "date_formats.php" and "time_formats.php" mktime() within time()
1847
	to avoid warnings and strict messages. See #741. Minor cosmetic changes.
1848
#	News-Modul: add the unlink-routine for the ".news" folder inside uninstall.php
1849
	so the groupe-images are also unlink.
1850
!	News-Modul: add <tr><td> and </td></tr>-tags to the "none found" part in the view.php to 
1851
	get valid output inside a table.
1852
!	Change the setting of $display_image and $display_groupe to avoid the 
1853
	empty display roule problematic (<tr style="display: ">) for valid output.
1854
!	Add &gt;&gt; in "add.php" instead of >> to avoid invalid output.
1855
11-July-2009 Ruud Eisinga
1856
!	The news module post_title link made unclickable when there is no full post.
1857
11-July-2009 Matthias Gallas
1858
+	Added changed news settings to upgrade-script
1859
09-July-2009 Ruud Eisinga
1860
!	Added a better option to hide the READ_MORE link in the news module. (ticket #739)
1861
09-July-2009 Matthias Gallas
1862
#	Fixed bug that backend.js is not loaded in backend themes (ticket #740)
1863
#	Fixed wrong path to unitpngfix.js and added missing script
1864
#	Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
1865
08-July-2009 Matthias Gallas
1866
+	Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)
1867
#	Fixed some display issues in all backend themes (Thanks to Luisehahne)
1868
!	Replaced wbmodules.gif in FCKEditor Plugins (Thanks to Stefek)
1869
08-July-2009 Dietrich Roland Pehlke
1870
!	Removed unused marker {USERS} inside the "groups.htt" of the wb-theme.
1871
!	admin -> users -> index.php
1872
!	admin -> groups -> index.php
1873
	Codechanges using blocks to avoid to generate the "switch"-link right-top,
1874
	if the user has no permission to edit the other one.
1875
!	wb_theme|classic_theme|argos_theme -> templates -> users.htt
1876
!	wb_theme|classic_theme|argos_theme -> templates -> groups.htt
1877
 	Add block-comments
1878
!	admin -> addons -> index.php	codechanges
1879
!	admin -> access -> index.php	codechanges
1880
	Codechanges to get rid of the empty display(style) declaration "style='display: ;'",
1881
	and to avoid to generate (hidden) elements if the user isn't alowed to edit one.
1882
!	wb_theme|classic_theme|argos_theme -> templates -> addons.htt
1883
!	wb_theme|classic_theme|argos_theme -> templates -> access.htt
1884
	add block-comments
1885
#	Bugfix inside wb/admin/groups/get_permissions.php - replacing wrong "AND" within "OR" in line 64
1886
	if one checkbox of "user" or "group" is selected (like in line 178; advanced settings).
1887
07-July-2009 Matthias Gallas
1888
#	Fixed some minor bugs in argos_theme (Thanks to Argos)
1889
#	Fixed bugs in admin additons for argos_theme (Thanks to Argos)
1890
!	Updated Version Number in upgrade_script to 2.8RC1
1891
!	Updated FCKEditor Modul Version Number to 2.89
1892
+	added in FCKEditor Advisory Relation to Links (thanks to Luisehahne)
1893
06-July-2009 Matthias Gallas
1894
!	Updated FCKEditor to Version 2.6.4.1 (ticket #738) (Thanks to doc)
1895
#	Fixed Backend-Themes to get more valide output (Thanks to Luisehahne)
1896
+	Added argos_theme
1897
+	Added new functions to admin dir (Thanks Argos and Ruud)
1898
!	Updated install and upgrade-script
1899
!	Adapted wb_theme and classic_theme to changed admin dir files
1900
04-July-2009 Dietrich Roland Pehlke
1901
!	FCK-Editor Modul: Droplet Select: change "page_list_block" to "droplets_list_block",
1902
	also "cmbPages" to "cmbDroplets" as we are listen droplets not pages.
1903
!	Remove unneeded empty lines and spaces/blanks;
1904
	minor cosmetic changes in the source to keep the string more readable.
1905
04-July-2009 Matthias Gallas
1906
!	Replaced droplet icon for FCKEditor Toolbar (thanks to Stefek)
1907
#	Fixed two bugs in droplets-plugin for FCKEditor (thanks to Aldus)
1908
!	Changed Template from FCKEditor plugin WBModules to .htt
1909
+	Added Droplets plugin to FCKEditor (ticket #737) (Big Thanks to vizmotion)
1910
03-July-2009 Matthias Gallas
1911
+	Fixed IE Bug in Wrapper modul (ticket #736)
1912
03-July-2009 Ruud Eisinga
1913
#	Fixed the wrong handling of htmlentities in Droplet parameter parsing
1914
02-July-2009 Matthias Gallas
1915
+	Added missing fancy_progress.png
1916
01-July-2009 Matthias Gallas
1917
#	Fixed backend display issues in IE6 and IE7
1918
!	Set Version to WB2.8RC1
1919
!	Minor tweaks in pages_sections.htt
1920
+	Added posibility to upload and unzip .zip packages to media section
1921
	(Thanks to BerndJM)
1922
!	Updated Browse Media Window in wb_theme now supports file icons, more file
1923
	informations and a new preview function (Thanks to BerndJM)
1924
29-June-2009 Matthias Gallas
1925
#	Replaced in FCKEdiotor folder all index.html with index.php (ticket #691)
1926
!	Update PHPMailer to version 2.0.4 (ticket #733)
1927
!	Update Editarea to version 0.8.1.1 (ticket #732)
1928
!	Update JQuery UI to version 1.7.2 (ticket #731)
1929
27-June-2009 Ruud Eisinga
1930
#	Fixed email encryption bug in output filter. Introduced by adding droplets.
1931
	(Thanks to Luisehahne)
1932
25-June-2009 Matthias Gallas
1933
+	Added missing admin/settings/setting.js
1934
!	Changed name of classic theme from "classic" to "classic_theme"
1935
+	Added output-filter warning to all language files
1936
#	Fixed admintool jsadmin to get XHTML valid output (Thanks to Luisehahne)
1937
#	Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)
1938
+	Added option to use also MYSQL_ASSOC and MYSQL_NUM with mysql_fetch_array
1939
	(Thanks to Luisehahne)
1940
#	Bugfix for Error-Level settings (Thanks to Luisehahne)
1941
23-June-2009 Matthias Gallas
1942
#	Moved styles from admin/pages/sections.php to sections.htt in backend themes
1943
	(Thanks to Luisehahne)
1944
!	Moved javascript files from admin/pages/index.php to external js files
1945
	(Thanks to Luisehahne)
1946
#	Major improovements and changes to all backend files to get more valide Code
1947
	output (Thanks to Luisehahne)
1948
22-June-2009 Matthias Gallas
1949
#	fixed wrong position id when adding a new page
1950
-	removed obsolete code/modify.html
1951
22-June-2009 Dietrich Roland Pehlke
1952
#	Changes on module "code": add the section_id to the name of the textarea,
1953
	to keep the functionality if you are using more than one code-section on a page.
1954
!	Moving the html-template inside a "htt" folder and rename the suffix to ".htt" to
1955
	keep it consitant to other modules. Minor cosmetic changes inside the code.
1956
22-June-2009 Ruud Eisinga
1957
#	Fixed a bug in Menu_link module that made childpages of the menu_link page 
1958
	not selectable. (thnx to Luisehahne)
1959
21-June-2009 Matthias Gallas
1960
#	Fixed small bug introduced in changeset [999]
1961
19-June-2009 Matthias Gallas
1962
#	Fixed bug that parent pages didn't inherit language settings to kind pages
1963
17-June-2009 Ruud Eisinga
1964
#	Bugfix in "droplets/upgrade.php" - wrong parameter order for adding fields.
1965
	also the query for "normal" upgrades had a typo.
1966
!	Added warning in output_filter that the function will be removed in 2.9
1967
17-June-2009 Dietrich Roland Pehlke
1968
#	Bugfix in "droplets/upgrade.php" - wrong tablename change to the correct one
1969
+	Add upgrade-script to droplets
1970
!	Changes on upgrade-script to avoid droping droplet-modul-tables if the exists.
1971
!	calling "upgrate.php" or "install.php" instead of hard-coded lines to avoid
1972
	future conflicts by upgrading the modul
1973
15-June-2009 Matthias Gallas
1974
+	Added install routine for droplets to the upgrade script
1975
#	Fixed bug in menu_link modul with wrong displayed pages tree (Thanks to thorn)
1976
#	Fixed small bug introduced in changeset [989]
1977
+	Added missing id tags and copyright notices to droplets modul
1978
15-June-2009 Dietrich Roland Pehlke (aldus)
1979
#	Bugfix for ticket #725
1980
+	Add "$wb->strip_slashes" again for backslashes are displayed in the output (view.php).
1981
+	Add Droplets (Ruud)
1982
+	modifications inside frontend.functions.php for backwart compatiblity (Ruud)
1983
+	modifications inside the search to get the droplets seachable (Ruud)
1984
14-June-2009 Dietrich Roland Pehlke (aldus)
1985
#	Bugfixes for (ticket #728)
1986
+	Add additional constant to "install/save.php" to avoid conflikts during
1987
	installation inside "/framework/initialize.php".
1988
+	Add condition inside "/framework/initialize.php" to avoid conflikts
1989
	during installation; table "mod_captcha_control" doesn't exsits at runtime.
1990
+	Add test for tables inside "install/save.php" if the user uncheck "install table" option.
1991
+	Additional Errormessage if nessesary tables are not found (english).
1992
13-June-2009 Matthias Gallas
1993
+	Added jQuery-insert.js and jQuery plugins (Thanks to Luisehahne)
1994
!	Moved images in lQuery plugins folder (Thanks to Luisehahne)
1995
#	fixed small german language issue in jscalendar (Thanks to Luisehahne)
1996
26-May-2009 Matthias Gallas
1997
+	Added jQuery(1.3.2) and jQueryUI(1.7.1) to WB core (ticket #708)
1998
21-May-2009 Matthias Gallas
1999
#	Fixed some strange backend layout issues (ticket #722)
2000
09-May-2009 Matthias Gallas
2001
+	Added index.php to all WB-Theme folders to prevent directory spoofing
2002
06-May-2009 Matthias Gallas
2003
!	Updated Norsk language File (Thanks to oeh)
2004
#	Fixed bug with not always included stylesheets in backend (ticket #717)
2005
27-Apr-2009 Matthias Gallas
2006
#	Fixed bug with missing option for admin-tools in advanced view of access
2007
	settings (ticket #714)
2008
#	Fixed bug with backup fails if a user has only permissions to admin-tools (ticket #715)
2009
#	Fixed bug with missing template object in groups and user settings(ticket #716)
2010
25-Apr-2009 Matthias Gallas
2011
!	Updated Dutch language files for modules (Thanks to LuckyLuke)
2012
23-Apr-2009 Matthias Gallas
2013
#	Fixed bug with dropdownlist in pages settings (ticket #713)
2014
20-Apr-2009 Matthias Gallas
2015
!	Update show_menu2 to version 4.8 (ticket #712)
2016
#	Fixed small error in Spain language file (ticket #711)
2017
18-Apr-2009 Matthias Gallas
2018
!	Updated Dutch language file (Thanks to Luckyluke)
2019
17-Apr-2009 Matthias Gallas
2020
#	Fixed MenuLink timeout with many large wysiwyg-pages (ticket #710)
2021
!	Updated again Norsk language File (Thanks to oeh)
2022
!	Updated Dutch language file (Thanks to Luckyluke)
2023
13-Apr-2009 Matthias Gallas
2024
#	Fixed minor dispay issue in upgrade script
2025
!	Updated Norsk language File (Thanks to oeh)
2026
!	Updated French language files (Thanks to Quinto and VotreEspace)
2027
!	Updated Danish language file (Thanks to Achrist)
2028
12-Apr-2009 Matthias Gallas
2029
#	Fixed not defined language variable in account/email.php (Thanks to BlackTiger)
2030
#	Fixed Typo in group_form.htt (ticket #705)
2031
01-Mar-2009 Christian Sommer
2032
!	Added disclaimer to upgrade-script.php	
2033
28-Feb-2009 Christian Sommer
2034
#	Removed hardcoded admin path from JSAdmin module (jsadmin/js/dragdrop.js)
2035
25-Feb-2009 Matthias Gallas
2036
+	Added language support for template_description (affects templates and themes)
2037
#	fixed wrong path to images in news and form modul
2038
#	fixed manage section is showed twice (ticket #694)
2039
-	removed unneeded icons from wb_theme
2040
-	removed unneeded stylesheet.css from account dir
2041
#	renamed warning.htt to warning.html to fix display of sourcecode after invalid logins
2042
+	added fixed error.htt also to classic theme
2043
+	corrected info.php of news-modul
2044
24-Feb-2009 Dietrich Roland Pehlke
2045
!	Changes in warning.htt templates to get valid XHTL1.1 output - replace the center-tag with div
2046
#	add "AND section_id='$section_id'" to the delete-query to avoid conflicts if there are more
2047
	than one Form on one single page.
2048
#	Modify error.htt template in wb_theme for valid XHTML1.1 output - replace the center-tag with a div
2049
	and replace the br-tag with valid p-tags.
2050
22-Feb-2009 Matthias Gallas
2051
+	added skinable Admin Interface
2052
21-Feb-2009 Christian Sommer
2053
+	added update of search table missing in Changeset 941
2054
#	fixed wrong index in language array
2055
!	removed some comment lines (changes are tracked by SVN)
2056
20-Feb-2009 Dietrich Roland Pehlke (aldus)
2057
!	add additional tr and td tags to the text_no_results message to get valid XHMTL output
2058
19-Feb-2009 Christian Sommer
2059
!	addon overview to show advanced options after redirect from reload.php
2060
#	fixed bug if language folder contains none language files (XX.php) or sub folders
2061
+	added option to invoke module upgrade.php/uninstall.php files from backend (for modules uploaded via FTP)
2062
18-Feb-2009 Dietrich Roland Pehlke (aldus)
2063
#	fixed: typos in the section_id inside the action-link 
2064
!	Remove test_trash and unused variables in query, added suggetions from #588
2065
#	Bugfix for form bug (ticket #688)
2066
17-Feb-2009 Christian Sommer
2067
+	added option to invoke module install.php from backend (for modules uploaded via FTP)
2068
!	admin Add-on settings no hidden by default (can be set visible via advanced link)
2069
16-Feb-2009 Christian Sommer
2070
!	moved reload option of Add-ons to main Add-on section
2071
!	reworked logout to reset possible remember key in database when logging out
2072
15-Feb-2009 Christian Sommer
2073
#	fixed bug with smart login option (remember me) (ticket #689)
2074
#	special chars like &nbsp; are shown when editing Add-on CSS files (ticket #678)
2075
!	redirect time for function print_success can now be defined in Settings (ticket #603)
2076
-	removed reload admin tool
2077
+	added possibility to reload Add-ons via the Add-on section
2078
14-Feb-2009 Christian Sommer
2079
!	added option to display current user name in backend template
2080
#	fixed wrong redirect path and added SVN Id
2081
13-Feb-2009 Christian Sommer
2082
+	added option to perform pre-installation checks to test requirements of Add-Ons
2083
#	added error messages to installation process for Add-Ons with wrong file type
2084
08-Feb-2009 Christian Sommer
2085
#	fixed warning if database connection failed during installation process
2086
06-Feb-2009 Christian Sommer
2087
!	fixed some typos in German language file (thanks to freeSbee)
2088
!	added new captcha fonts and replaced old background images with the ones created by thorn
2089
05-Feb-2009 Christian Sommer
2090
!	mail text for register, signup and forgot mail now taken from WB language file (ticket #684)
2091
02-Feb-2009 Christian Sommer
2092
#	removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)
2093
02-Feb-2009 Matthias Gallas
2094
#	Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)
2095
01-Feb-2009 Matthias Gallas
2096
!	Update FCKEditor to version 2.6.4
2097
22-Jan-2009 Christian Sommer
2098
!	Added default target attribut to backend menu links
2099
21-Jan-2009 Matthias Gallas
2100
!	Copyright notices now includes 2009
2101
20-Jan-2009 Matthias Gallas
2102
#	fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)
2103
17-Jan-2009 Matthias Gallas
2104
+	added French languages to modules
2105
!	changed handling of post_date in news modul (thanks to susigross)
2106
+	added hour and minute support to default published_when field in news modul
2107
13-Jan-2009 Christian Sommer
2108
-	removed the obsolete Codepress framework from the include folder
2109
+	added Javascript syntax highlighting framework EditArea as replacement for Codepress
2110
!	updated external PHPMailer class to latest version (v2.0.3)
2111
08-Jan-2009 Christian Sommer
2112
#	fixed error message in admin class if type array not defined
2113
05-Jan-2009 Dietrich Roland Pehlke
2114
#	Code-Snippets are no longer shown as type: unknown. 
2115
+	Additional key in the languagefiles "$TEXT['CODE_SNIPPET']";
2116
#	fixed bug for the rss of news, see ticket #609
2117
04-Jan-2009 Matthias Gallas
2118
#	made news Modul multilingual, see ticket #676 (some additional translations are needed)
2119
03-Jan-2009 Matthias Gallas
2120
#	fixed bug in view.php of news module (ticket #676 Thanks to susigross)
2121
#	fixed another bug in view.php of news modul introduced in changeset [892]
2122
30-Dec-2008 Matthias Gallas
2123
+	added default new language variables to all language files
2124
-	modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)
2125
!	modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"
2126
29-Dec-2008 Dietrich Roland Pehlke
2127
+	add language support for the errormessages inside the uninstall.php files for modules
2128
	and templates.
2129
!	add new keys inside the german de.php language-file.
2130
-	removed my own debugging-code (was in 893 by mistake)
2131
!	Correct the last date in the changelog
2132
29-Dec-2008 Matthias Gallas
2133
!	set version to 2.8 BETA
2134
#	replaced in news modul special chars with entities to get valid output
2135
!	changed SESSION ID Separator from '&' to '&amp;' to get valid output 
2136
-	Removed the <p> tag around the news as it is added from the editor  
2137
28-Dec-2008 Dietrich Roland Pehlke (aldus)
2138
+	ticket 610: add ip-address to the email-body in the form-modul.
2139
+	ticket 607: include the frontend.css in the comment_page.php file of the news-module.
2140
#	File: admin/admintools/index.php - add "order by name" to the query to display the admintools in alphabetic order.
2141
#	File: admin/modules/uninstall.php - remove a db-query to a db-field that doesn't exists in wb 2.7 anymore 
2142
26-Dec-2008 Thomas Hornik
2143
#	fixed two issues with searchresult-highlighting: do not highlight in <pre>/<code>-tags, do not convert &lt; to &amp;lt; anymore. 
2144
13-Dec-2008 Christian Sommer
2145
!	changed mailer to not extract line break of alternative body text (thanks to freeSbee)
2146
28-Oct-2008 Christian Sommer
2147
!	updated output filter regex to exclude mail addresses contained in input fields
2148
27-Nov-2008 Thomas Hornik
2149
!	added redirect-type (301/302) to menu_link
2150
24-Nov-2008 Matthias Gallas
2151
!	updated upgrade-script.php to add sec_anchor field to settings table
2152
22-Nov-2008 Thomas Hornik
2153
!	search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch.
2154
!	search: replaced strtr() by str_replace() (it's just faster). Changed &#39; to &#039;
2155
06-Nov-2008 Thomas Hornik
2156
#	Module code: curly backets get deleted by pparse() from phplib --> old fix in #569 wasn't that smart. Fixed.
2157
#	fixed some typos in DE language-file, added missing tab in search.php
2158
02-Nov-2008 Thomas Hornik
2159
!	news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php)
2160
01-Nov-2008 Thomas Hornik
2161
!	improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8
2162
+	added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
2163
!	updated menulink and search to use configureable section-anchor
2164
29-Oct-2008 Thomas Hornik
2165
# News: total number of news wasn't calculated correctly
2166
!	Captcha: removed IFRAME for Calculation-as-text captcha
2167
-	removed useless init_utf8funcs()-function
2168
+	search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts)
2169
-	search: removed undocumented word-boundary search
2170
!	search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")
2171
+	search: added key 'ext_charset' to search-extension to query external databases
2172
25-Oct-2008 Christian Sommer
2173
!	updated basic templates according the template guidelines
2174
24-Oct-2008 Dietrich Roland Pehlke
2175
#	applied bugfix for ticket #608 (redeclaration of news module)
2176
23-Oct-2008 Dietrich Roland Pehlke
2177
!	modified module delete function to provide additional information when module is in use when trying to delete
2178
!	modified template delete function to provide additional information when template is in when trying to delete
2179
21-Oct-2008 Matthias Gallas
2180
#	fixed display issue in news modul
2181
!	updated show_menu2 to version 4.7
2182
18-Sep-2008 Thomas Hornik
2183
+	Added captcha-reload
2184
16-Sep-2008 Thomas Hornik
2185
#	search: fixed windows-related regex issue
2186
19-Aug-2008 Matthias Gallas
2187
!	updated to latest FCKEditor version 2.6.3
2188
02-Aug-2008 Thomas Hornik
2189
#	fixed sorting order of search-results
2190
25-Jul-2008 Thomas Hornik
2191
#	fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE)
2192
!	added $database = new Database(); in front of output-filter
2193
05-Jul-2008 Thomas Hornik
2194
#	fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha
2195
02-Jul-2008 Christian Sommer
2196
!	updated to latest FCKEditor version 2.6.2
2197
01-Jul-2008 Thomas Hornik
2198
#	page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.
2199
29-June-2008 Christian Sommer
2200
!	applied additional mail check to forgot login form
2201
28-June-2008 Christian Sommer
2202
!	class and id attributes in mailto links are no longer ignored by the output filter
2203
22-Jun-2008 Thomas Hornik
2204
#	fixed issue with captcha (mt_rand() instead of rand())
2205
#	fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')
2206
22-June-2008 Christian Sommer
2207
!	added output of block number to section admin if no block name is specified
2208
21-June-2008 Christian Sommer
2209
+	added output of block names to modify pages dialogue if blocks are enabled
2210
!	updated show_menu2 to version 4.60 (to avoid disappearing menus)
2211
08-Jun-2008 Thomas Hornik
2212
#	hebrew-table in charsets-table.php was faultily imported - fixed. Thanks to forum-member iti.
2213
24-May-2008 Christian Sommer
2214
!	modified output filter routine to prevent errors if database entries do not exist
2215
04-May-2008 Thomas Hornik
2216
!	changed register_backend_modfile() to work with wysiwyg-module, too
2217
01-May-2008 Thomas Hornik
2218
#	fixed file-naming issue when old page-names (from before 2.7) contains "&"
2219
26-Apr-2008 Thomas Hornik
2220
#	class.admin.php deletes actual query-string while redirection. fixed.
2221
25-Apr-2008 Matthias Gallas
2222
#	fixed validiation bug in option fields of form modul
2223
------------------------------------- 2.7.0 -------------------------------------
2224
21-Apr-2008 Christian Sommer
2225
!	set version to 2.7
2226
#	fixed bug in the PL language file of the JS calendar
2227
+	added some basic functions for module developers
2228
20-Apr-2008 Thomas Hornik
2229
#	fix: allow external urls for search-results
2230
17-Apr-2008 Thomas Hornik
2231
#	fixed jscalendar's language-files
2232
16-Apr-2008 Christian Sommer
2233
#	fixed possible clashes with intro page feature and WB core file /pages/index.php
2234
15-Apr-2008 Thomas Hornik
2235
!	revert back to pagename-creation from $page_menu, instead of $page_title
2236
15-Apr-2008 Christian Sommer
2237
#	fixed bug introduced with Changeset 826
2238
14-Apr-2008 Christian Sommer
2239
+	added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)
2240
!	allowed tags for multi-lingual module descriptions
2241
14-Apr-2008 Thomas Hornik
2242
#	fixed issue with multigroups (level 0 page-creation)
2243
13-Apr-2008 Thomas Hornik
2244
!	ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
2245
#	fixed language-files
2246
10-Apr-2008 Christian Sommer
2247
!	fixed WB-Link Plugin to work with WB versions below 2.7 ($admin->page_is_visible() only available in WB 2.7)
2248
09-Apr-2008 Christian Sommer
2249
!	modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7
2250
07-Apr-2008 Matthias Gallas
2251
#	fixed error in german laguage file
2252
07-Apr-2008 Christian Sommer
2253
+	added the latest FCKEditor v2.60
2254
-	removed the outdated FCKEditor v2.51
2255
!	set version from 2.7 (RC3) to 2.7 (RC3a)
2256
07-Apr-2008 Thomas Hornik
2257
!	added missing group_id in INSERT-query
2258
!	removed PHP5 function stripos from installation script
2259
06-Apr-2008 Christian Sommer
2260
!	removed some obsolete language variables from news and form module (now defined in global WB language files)
2261
!	enlarged admin tool icon to match size 50x50px of the other icons
2262
05-Apr-2008 Matthias Gallas
2263
!	Moved language variables for edit module CSS from modules language files to core language files
2264
+	Added norwegian translation (Thanks OEH)
2265
05-Apr-2008 Thomas Hornik
2266
!	some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
2267
#	fixed viewing_groups-handling in /admin/pages/add.php
2268
!	imported new russian translation from User shlack. Many Thanks
2269
05-Apr-2008 Christian Sommer
2270
!	added workaround for template parser class
2271
!	moved functions to edit module CSS files into the WB core to avoid duplication of code
2272
!	minor layout change
2273
!	allowed the character "-" to be used in database names
2274
04-Apr-2008 Thomas Hornik
2275
#	fixed: Language-redirect removed query-string from URL
2276
04-Apr-2008 Christian Sommer
2277
!	set WB version to 2.7 (RC3) for the next upcoming release candidate
2278
03-Apr-2008 Christian Sommer
2279
!	some code clean up in news/form module
2280
!	small adaption of the edit CSS function file css.functions.php
2281
!	updated edit module CSS functions to include backend.css into head if possible
2282
#	fixed bug in Javascript decryption routines of the Output-Filter module
2283
02-Apr-2008 Matthias Gallas
2284
#	fixed bug with registration of users are not added to signup group
2285
02-Apr-2008 Christian Sommer
2286
#	added handling of missing characters to mailto encryption routines
2287
!	some code clean-up in News module
2288
!	fixed some layout issues with Form module (combination with Output-filter)
2289
!	fixed layout issue with optional subject/body text of encrypted mailto links
2290
#	fixed bug in the mailto Javascript encryption code of the Output-Filter module
2291
01-Apr-2008 Christian Sommer
2292
!	removed typo in English language file
2293
!	added updated edit CSS functions to the News module
2294
!	added updated edit CSS functions to the Form module
2295
31-Mar-2008 Christian Sommer
2296
#	fixed bug in output filter (mailto links with HTML entities in optional part)
2297
29-Mar-2008 Christian Sommer
2298
!	added missing translation to Dutch language file (thanks Bramus)
2299
28-Mar-2008 Thomas Hornik
2300
!	Some cleanup in search.php
2301
!	WYSIWYG: changed field text to LONGTEXT, too.
2302
25-Mar-2008 Matthias Gallas
2303
!	Updated Dutch language file (Thanks to Bramus)
2304
26-Mar-2008 Tomas Hornik
2305
#	fixed E_NOTICE-message in admin/modules/details.php
2306
25-Mar-2008 Thomas Hornik
2307
+	search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
2308
+	search: added missing code to allow query of external data and to process the search data itself
2309
25-Mar-2008 Matthias Gallas
2310
#	Fixed missing <body> tag in Admin Interface (ticket #572)
2311
24-Mar-2008 Matthias Gallas
2312
!	Updated Danish Language file (Thanks to Achrist)
2313
! 	Added class nixhier to frontend.css from form and news Modul (required for ASP)
2314
24-Mar-2008 Thomas Hornik
2315
+	Added RU-language-files, provided by user shlack; converted to entities.
2316
#	search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3
2317
#	FCK-Editor: loads large pages faster
2318
-	removed include/captcha/asp.php. css have to be added to module's css-files.
2319
23-Mar-2008 Matthias Gallas
2320
! 	Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
2321
17-Mar-2008 Thomas Hornik
2322
#	fixed an issue with utf8_check() (too slow with many ~100KB pages)
2323
15-Mar-2008 Thomas Hornik
2324
#	menulink: link can be menulink or subpage of menulink, too
2325
#	call_captcha: added parameter 'style', fixed some issue with parameter 'image' and text-style captchas
2326
13-Mar-2008 Christian Sommer
2327
! 	adjusted error/warning templates to the updated backend layout
2328
13-Mar-2008 Matthias Gallas
2329
! 	replaced one icon in admin interface
2330
12-Mar-2008 Matthias Gallas
2331
# 	fixed loading time and some display issues in IE6 of the new admin interface
2332
!	tweaked the new admin interface a little bit
2333
12-Mar-2008 Christian Sommer
2334
! 	adjusted background color of installation and upgrade script
2335
! 	set version number to 2.7 (RC2) for the upcoming second release candidate
2336
! 	removed hardcoded /admin folder strings from WB core files where possible
2337
! 	added WB home folder fix proposed by the forum member spawnferkel (thanks)
2338
! 	defined <strong> and <em> instead of <b> and <i> as default tags
2339
12-Mar-2008 Thomas Hornik
2340
+	CAPTCHA: added parameter to call_captcha (can be one of: 'image', 'input' or 'text')
2341
11-Mar-2008 Christian Sommer
2342
#	fixed issue with output filter (all .@ in descriptive mailto part: >xxxxx</a> were replaced; now restricted to emails)
2343
#	fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
2344
08-Mar-2008 Thomas Hornik
2345
#	fixed issue with news and end-date
2346
04-Mar-2008 Christian Sommer
2347
#	fixed issue with smart view URL link
2348
03-Mar-2008 Thomas Hornik
2349
#	fixed an issue with text-captcha (default text got saved). Changes default text.
2350
#	fixed an issue with highlighting
2351
02-Mar-2008 Thomas Hornik
2352
#	added missing text in language-files
2353
+	added missing sorting to language dropdown in admin/pages/settings.php
2354
01-Mar-2008 Thomas Hornik
2355
#	fixed ticket #562, applied changes from user tavitar with some own additions
2356
+	added check for AddDefaultCharset to install
2357
29-Feb-2008 Thomas Hornik
2358
#	fixed issue in pagename generation if AddDefaultCharset is set (as work-around).
2359
28-Feb-2008 Thomas Hornik
2360
#	fixed hebrew transliteration-table. Thanks to forum-member iti.
2361
28-Feb-2008	Christian Sommer
2362
#	added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)
2363
25-Feb-2008	Matthias Gallas
2364
+	added missing Dutch language files for core modules
2365
24-Feb-2008 Thomas Hornik
2366
#	issue with menulink in upgrade-script. Fixed.
2367
23-Feb-2008 Christian Sommer
2368
!	suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor
2369
#	fixed bug in upgrade script (WBMailer setting)
2370
22-Feb-2008 Christian Sommer
2371
#	some layout changes on the upgrade-script, fixed error in precheck
2372
#	restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
2373
20-Feb-2008 Thomas Hornik
2374
!	added workaround for language sorting-problem
2375
20-Feb-2008	Christian Sommer
2376
!	added WYSIWYG DB update and missing WBMAILER settings to upgrade script (added some status messages)
2377
!	modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)
2378
#	added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)
2379
!	Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)
2380
19-Feb-2008	Matthias Gallas
2381
!	Updated upgrade script
2382
!	Changed language sorting from directory to name (needs additional to be escaped!)
2383
+	added new languages to install script
2384
#	fixed some issues and typos in languagefiles
2385
18-Feb-2008 Thomas Hornik
2386
+	Converted and added some old language-files (BG, CS, PL, RU)
2387
18-Feb-2008	Christian Sommer
2388
#	Fixed two broken links
2389
!	Modified news module to create a default index.php during installation (directory spoofing)
2390
17-Feb-2008	Matthias Gallas
2391
-	Removed colloquially german language files as the filename causes issues
2392
17-Feb-2008	Christian Sommer
2393
!	removed German Umlauts in some language file (PHP comments)
2394
#	fixed language bug (backend language switched to the pages language viewed in frontend)
2395
16-Feb-2008	Thomas Hornik
2396
!	updated upgrade-script (menulink)
2397
13-Feb-2008 Thomas Hornik
2398
+	allow externl links in menulink-module
2399
#	fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section.
2400
10-Feb-2008 Matthias Gallas
2401
#	fixed some errors in standard german language file
2402
+	added new colloquially german language file
2403
10-Feb-2008 Thomas Hornik
2404
#	CAPTCHA: Wrong text for calc_ttf-captcha. 
2405
10-Feb-2008 Christian Sommer
2406
#	fixed E_NOTICE warning with already defined module frontend constants
2407
-	removed all stuff other than page_content from the blank template
2408
!	adapted color for onmouseover effect
2409
!	added disclaimer to the upgrade-script as the script is not sufficiently tested yet
2410
!	made Website Header field in Settings visible per default
2411
!	modified all templates (display Website Header, use show_menu instead of page_menu)
2412
!	added highlighting of active input elements to all WB backend areas; changed some colors
2413
!	removed hover highlighting of input fields to avoid possible confusion
2414
!	added visualization of wrong/empty input fields
2415
#	fixed a bug with re-enter admin password
2416
09-Feb-2008 Christian Sommer
2417
!	modified some colors and CSS definitions of pages, media and section interface
2418
#	output_filter: fixed bug in regular expression (eats up characters in mailto links)
2419
#	output_filter: removed word boundary from mailto regex part
2420
#	fixed bug in menu_link module (IE 7 did not show the select boxes at all)
2421
#	fixed bug in user signup
2422
!	output_filter: added word boundary for the mailto regex part
2423
09-Feb-2008 Thomas Hornwik
2424
!	jsadmin: added latest changes from swen, fixes most (or all?) issues.
2425
08-Feb-2008 Matthias Gallas
2426
+	added kewyword id to all new files
2427
08-Feb-2008 Christian Sommer
2428
-	Removed admin module mail_filter
2429
+	Added revised version of the output filter module
2430
08-Feb-2008 Thomas Hornik
2431
!	module news: set focus on captcha-field if user have to re-enter captcha
2432
!	Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.
2433
-	Removed unused function is_access_denied() from search
2434
04-Feb-2008 Thomas Hornik
2435
!	email-addresses are excluded from search-results page.
2436
#	Fixed possible XSS in account/login.php and forgot-form.php
2437
04-Feb-2008 Christian Sommer
2438
#	allowed usage of tags in settings fields: website_header, website_footer
2439
03-Feb-2008 Thomas Hornik
2440
#	out-of-date default page isn't shown anymore, instead shows next public page.
2441
#	fck_wbmodules.php: foreign privates pages in dropdown, fixed.
2442
03-Feb-2008 Matthias Gallas
2443
+	added kewyword id to all new files
2444
02-Feb-2008 Christian Sommer
2445
#	fixed wrong redirect in /admin/images
2446
02-Feb-2008 Thomas Hornik
2447
!	search shows email-addresses, even if email-filter is activated (on page with highlighting). Fixed.
2448
+	Added missing text in languages files for jscalendar
2449
!	settings: pages-directory '/' will be converted to '' (empty string) on save.
2450
!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
2451
#	fixed path in jscalendar-css
2452
01-Feb-2008 Christian Sommer
2453
#	Added default index.php to all folders (directory spoofing)
2454
01-Feb-2008 Thomas Hornik
2455
#	Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
2456
#	Fixed possible XSS-vulnerability in wb/search/search.php
2457
31-Jan-2008 Thomas Hornik
2458
!	Adjusted clock-red icon to match wb colors
2459
#	admin/pages: the parent dropdown-list in index.php and settings.php showed foreign private pages, too. Fixed.
2460
+	Added multi-group to upgrade-script
2461
30-Jan-2008 Christian Sommer
2462
#	fixed bug with text Captcha (input was restricted to 10 chars.) and a small layout issue
2463
30-Jan-2008 Thomas Hornik
2464
#	registered pages didn't appear in menu. fixed.
2465
!	Updated upgrade-script. (Some upgrades still missing)
2466
29-Jan-2008 Thomas Hornik
2467
#	strtotime()'s behavior differ in PHP4 and PHP5.
2468
	Had to fix some issues in admin/pages/sections and module news.
2469
#	Security bugfix: Text file for text-captcha was world-readable. Moved to database.
2470
#	Text-captcha: empty line in text file, following a question, was accepted as answer. Fixed.
2471
28-Jan-2008 Matthias Gallas
2472
#	Replaced all special chars in language files with htmlentities or unicode
2473
+	Added some missing lines in language files
2474
+	Added missing keyword Id
2475
28-Jan-2008 Christian Sommer
2476
#	fixed issue with top bar icon alt tag
2477
!	added some more backend layout modifications
2478
!	corrected bug in NL.php language file
2479
!	added missing session cookie forgotten in Changeset 593
2480
!	added possibility to select the default backend language during installation process
2481
!	Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)
2482
#	Fixed some bugs in the Javascript Admin modul
2483
28-Jan-2008 Thomas Hornik
2484
+	Allow a user-supplied From-Name in form-settings for email und success-email.
2485
!	changeset 627: menu_link and search/search.php needs some minor changes, too.
2486
+	Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt
2487
27-Jan-2008 Christian Sommer
2488
!	fixed CSS background color of the installer CSS
2489
!	replaced static text with variable text from language file
2490
!	introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
2491
!	added missing ID tags
2492
27-Jan-2008 Christian Sommer
2493
!	added missing ID tags
2494
!	added default language for users to avoid empty language fields
2495
27-Jan-2008 Matthias Gallas
2496
+	added kewyword id to new file
2497
#	Fixed some spelling errors in german language file
2498
27-Jan-2008 Thomas Hornik
2499
!	Module form: user supplied input isn't lost on captcha-failure anymore.
2500
#	fixed 100%-cpu-load-event in CAPTCHA admin-tool.
2501
+	Added Calc_ttf_image CAPTCHA.
2502
!	Changed captcha/captcha.php to use table-layout for CAPTCHA.
2503
!	Some minor changes in CAPTCHA-code.
2504
!	Added some text to CAPTCHA admin-tool.
2505
#	Module form: dropdown "success page" listed foreign private pages, too. Fixed.
2506
+	Added preview-images for CAPTCHA.
2507
!	Improved security: CAPTCHAS can't be loaded from outside WB
2508
!	CAPTCHA ttf_image: added variant. Adjusted character-pool and one background for better readability.
2509
26-Jan-2008 Christian Sommer
2510
!	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) 
2511
+	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
2512
26-Jan-2008 Matthias Gallas
2513
#	fixed bug in Javascript Admin module
2514
+	Added new language files
2515
+	Added keywords to files where they are missing
2516
26-Jan-2008 Thomas Hornik
2517
!	fixed some issues with CAPTCHA and ASP. Adjusted baseline of '*' in supplyed fonts to meet
2518
	baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib verification.
2519
	Improved ASP in news-module.
2520
+	module news: added publish_until field to control the visibility of a news-posting by date and time
2521
!	added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts.
2522
	It should be very difficult for spam-bots to recognize intersected characters.
2523
25-Jan-2008 Christian Sommer
2524
!	removed changes introduced with changeset 593 (we need to think off if we want to implement that feature)
2525
25-Jan-2008 Thomas Hornik
2526
+	Added new CAPTCHA. Adapted core: signup and modules: news and form.
2527
+	Added Advanced Spam Protection (ASP) to core: signup and modules news and form.
2528
#	module news: it was possible to post comments to postings with commenting disabled
2529
	or to inactive postings. Fixed
2530
24-Jan-2008 Thomas Hornik
2531
!	Generate filename in pages/ from page_title instead of menu_title.
2532
24-Jan-2008 Christian Sommer
2533
#	fixed bug in Codepress integration (if codepress framework not installed)
2534
+	added language support to all integrated modules (except for news and form module)
2535
#	fixed another E_NOTICE warning
2536
24-Jan-2008 Matthias Gallas
2537
+	Added keywords to files where they are missing
2538
23-Jan-2008 Christian Sommer
2539
+	Added German language file for WB 2.7
2540
22-Jan-2008 Christian Sommer
2541
+	Added language support for the Admin tools (backup, reload, mail_filter)
2542
-	Removed all admin tool text outputs from global language file to module language files
2543
!	Introduced language support for the overview page of the Admin tools
2544
+	Added function get_variable_content to allow extraction of variable content without including files
2545
!	Changed language support for Addons -> Moduls -> Details
2546
22-Jan-2008 Matthias Gallas
2547
+	Added keywords to new mail filter files
2548
22-Jan-2008 Thomas Hornik
2549
+	manage-sections: changed calendar-icon to clock-icon, added second icon to empty date-field.
2550
21-Jan-2008 Christian Sommer
2551
!	Removed the manage section icon from the page admin (sections managed by publish by date function) 
2552
#	Fixed bug with the edit module CSS file implementation (IE7, Opera)
2553
21-Jan-2008 Thomas Hornik
2554
+	Unique session-identifier for each website baker installation. fixes #354
2555
20-Jan-2008 Christian Sommer
2556
#	fixed E_NOTICE-warning in save.php when input data was wrong
2557
+	added the new admin tool email output filter which allows to transform
2558
	emails before displaying them on the frontend
2559
20-Jan-2008 Thomas Hornik
2560
!	upgrade-script.php: fixed mysql_error() handling
2561
!	upgrade-script.php: added code to update menu_links
2562
#	fixed a typo in upgrade-script.php
2563
!	updated admin/pages/sections.php to changed jscalendar-api from changeset 571
2564
!	module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed 
2565
#	fixed E_NOTICE-warning in news-module (about SECTION_ID in comment.php)
2566
19-Jan-2008 Christian Sommer
2567
!	Reduced the success time out and set WYSIWSY background to white
2568
#	Fixed some errors in form module (only in conjunction with E_ALL)
2569
!	Added support to configure the mailer settings via the backend
2570
19-Jan-2008 Matthias Gallas
2571
#	Fixed bug in news modul with missing variable PAGE_DIRECTORY
2572
+	Added keywords to new files
2573
19-Jan-2008 Thomas Hornik
2574
-	Module news: removed old calendar
2575
+	Module news: adapted news to use the new include/jscalendar
2576
+	added installation-instructions to include/jscalendar
2577
#	Module code: curly backets get deleted by pparse() from phplib. fixed
2578
+	Module menu_link: added dropdown-listbox to select anchor
2579
!	upgrade-script: added code to convert old menu_links to new ones (partly)
2580
18-Jan-2008 Matthias Gallas
2581
!	Updated news modul with features from the advanced news modul
2582
!	Updated form modul with features from the advanced form modul
2583
#	Fixed hardcoded /pages issue in intro page feature
2584
+	Added example .htaccess to parse .html files, fixed bug in changeset 555
2585
!	Revoked parts of changeset 547 and again introduced changeset 540
2586
+	Added keywords to modules/fckeditor and all other new files
2587
18-Jan-2008 Thomas Hornik
2588
#	fixed two E_NOTICE-warnings in admin/pages/index.php
2589
+	added new module-based search-function
2590
+	added new publish-by-date code
2591
17-Jan-2008 Christian Sommer
2592
#	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
2593
!	removed the PAGE_EXTENSION from frontend login
2594
17-Jan-2008 Matthias Gallas
2595
#	Reintroduced changes from changeset 520 and 540 wich where overwritten 
2596
	by changeset 546
2597
#	Revoked changeset 541 end removed all PAGE_EXTENSION variables and the related
2598
	option in WB settings as this function only works on Apache Servers
2599
	together with .htaccess and mod_rewrite
2600
+	Added keywords to file menu_link/uninstall.php and new admintools files
2601
17-Jan-2008 Christian Sommer
2602
!	added the "users in multiple groups" feature (closes parts of ticket #546)
2603
16-Jan-2008 Thomas Hornik
2604
!	changed admin/pages/save.php to allow hidden config-elements in table search.
2605
!	changed module menu_link: added table mod_menu_link, fixed page-deleting-bug,
2606
	fixed odd behavior in case of menu_link as default-page.
2607
#	changing PHP-error-level within website baker does not work - fixed (fixed ticket 532)
2608
14-Jan-2008 Matthias Gallas
2609
#	Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames.
2610
	(!!Attention!! To get extenions other than .php working additional fixes are necessary!)
2611
#	Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the
2612
	pathes points to WB Corefiles with the page extension .php
2613
#	Replaced hardcoded text in login.php with language variables (fixes ticket 386)
2614
14-Jan-2008 Christian Sommer
2615
!	added a missing </tr> tag
2616
#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally 
2617
	removed by Changeset 529 (enhanced pages admin)
2618
13-Jan-2008 Christian Sommer
2619
#	moved administration tools from Settings to the new section Admin-Tools
2620
#	this bugfix closes the ticket 529 (WB upgrades modules with identical version)	
2621
!	increased redirection time after success message, corrected HOME link of the login panel
2622
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
2623
#	this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
2624
#	fixed error with redirection to admin panel after installation
2625
12-Jan-2008 Christian Sommer
2626
!	introduced smart URL detection for the 'View' menu in the WB backend
2627
	(if page_id is set, redirect to this page instead of the root)
2628
!	introduced the enhanced pages admin dialogue (thanks to icouto)
2629
11-Jan-2008 Christian Sommer
2630
+	added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
2631
-	removed the hmtlarea files in /modules/htmlarea
2632
!	set the fckeditor as the new default editor /install/save.php
2633
!	Updated function: register_frontend_modfiles in /framework/frontend.functions.php
2634
	(added constants MOD_FRONTEND_CSS_REGISTERED, MOD_FRONTEND_JAVASCRIPT_REGISTERED)
2635
11-Jan-2008 Matthias Gallas
2636
!	Update codepress to Version 0.9.6
2637
!	Update phplib to Version 7.4a
2638
09-Jan-2008 Matthias Gallas
2639
!	Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
2640
#	Fixed ticket #542 (Thanks to Thorn)
2641
23-Dec-2007 Matthias Gallas
2642
!	Changed all copyright notices to include now 2008
2643
21-Sep-2007 Matthias Gallas
2644
#	Fixed a typo in /framework/frontend.functions.php cause that websites using
2645
	the new register_frontend_modifles() functions do not validate
2646
24-Jan-2007 Christian Sommer
2647
!	Replaced some core files to allow configuration of wbmailer via admin settings panel
2648
------------------------------------- 2.6.7 -------------------------------------
2649
02-Jan-2007 Christian Sommer
2650
+	Added missing converting file for changeset [504]
2651
------------------------------------- 2.6.6 -------------------------------------
2652
01-Jul-2007 Matthias Gallas
2653
#	Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
2654
01-Jul-2007 Ryan Djurovich
2655
#	Fixed bug where error message not displayed when script fails to create a page
2656
#	Fixed bugs introduced in [484]
2657
14-May-2007 Matthias Gallas
2658
+	Added support for ISO-8859-6.(Thanks to thorn)
2659
12-May-2007 Christian Sommer
2660
+	Replaced functions page_css and page_javascript by register_frontend_modfiles
2661
+	Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files
2662
+	Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea)
2663
+	Added the new function register_frontend_modfiles to the built in templates
2664
08-May-2007 Matthias Gallas
2665
+	Added wrapper to functions.php if mb_string is not available (Thanks to thorn)
2666
+	Added new functions page_css and page_javascript to the built in templates
2667
+	Added search highlight class to css files of the built in templates
2668
30-Apr-2007 Matthias Gallas
2669
#	Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
2670
10-Apr-2007 Matthias Gallas
2671
+	Optimized search and highlighting funktions (Thanks to thorn)
2672
03-Apr-2007 Matthias Gallas
2673
#	Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted
2674
	in the pages directory (Special thanks to "Funky_MF" for the fix)
2675
01-Apr-2007 Matthias Gallas
2676
#	Fixed issues with some languages when UTF8 is used. Removed all htmlentites
2677
	from the code (revoked changeset 396) and added new functions instead. Adapted the
2678
	search and the highlighting to use the new functions. With this changes WB can now
2679
	be used with charset UTF8 for all languages. Very special thanks to Thorn who wrote
2680
	and tested this changes.
2681
12-Mar-2007 Matthias Gallas
2682
+	Added multilingual support to search
2683
03-Mar-2007 Matthias Gallas
2684
+	Added new function for highlighting search results in the content area
2685
	(Special thanks to "thorn" and "Funky_MF")
2686
#	Fixed some issues in search with special chars
2687
	(Special thanks to "thorn" and "Funky_MF")
2688
22-Feb-2007 Christian Sommer
2689
#	Fixed bug in changeset 428 (page files were not deleted in /pages folder due to a typo in wb/framework/function.php)
2690
16-Feb-2007 Christian Sommer
2691
!	Suppressed PHP warnings and errors when reading empty intro.php
2692
16-Feb-2007 Christian Sommer
2693
#	Applied fix to enable parsing of PHP code in the intro.php 
2694
12-Feb-2007 Christian Sommer
2695
!	Added functions page_css and page_javascript which allow to include optional
2696
	module files module.css and module.js into the <head> section. This allows to 
2697
	create valid (X)HTML, as CSS definitions of modules are included in the head section
2698
12-Feb-2007 Christian Sommer
2699
!	Security enhancement (reduced number of login trials from 50 to 3)
2700
02-Feb-2007 Matthias Gallas
2701
#	Applied fix for ticket #380 (Thanks to pcwacht)
2702
30-Jan-2007 Ryan Djurovich
2703
#	Applied fix for ticket #376
2704
29-Jan-2007 Matthias Gallas
2705
+	Added new variable $MODULE_DESCRIPTION wich allows to have optional a language
2706
	specific description of the modules in the language files of the modules.
2707
21-Jan-2007 Matthias Gallas
2708
#	Fixed issue in the search table entries of form modul
2709
13-Jan-2007 Matthias Gallas
2710
#	Fixed some bugs in rss.php
2711
07-Jan-2007 Matthias Gallas
2712
#	Fixed error when uninstalling the news modul
2713
02-Jan-2007 Matthias Gallas
2714
+   Added id keywords to all missing files
2715
#	Fixed issue with Permissions for pages sections
2716
27-Dec-2006 Matthias Gallas
2717
#	Fixed form modul stores empty records
2718
------------------------------------- 2.6.5 -------------------------------------
2719
25-Dec-2006 Ryan Djurovich
2720
!	Changed links to WB help website
2721
24-Dec-2006 Matthias Gallas
2722
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
2723
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
2724
!	Changed all copyright notices to include now 2007
2725
23-Dec-2006 Matthias Gallas
2726
#	Fixed IE allows to set a page as parent of itself (#320)
2727
#	Fixed problem with Page Title has to be escaped (#287)
2728
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
2729
21-Dec-2006 Matthias Gallas
2730
#	Fixed missing message when adding a site without page title (#300)
2731
21-Dec-2006 Ryan Djurovich
2732
#	Fixed bug with captcha script (#346)
2733
20-Dec-2006 Matthias Gallas
2734
#	Fixed Return to Search Results Page (#365)
2735
!	Set Version to 2.6.5
2736
-	Removed Changeset 365 because this will be a part of WB 2.7.x
2737
#	Fixed a little typo error in class.admin.php (#364)
2738
26-Nov-2006 Ryan Djurovich
2739
+	Added new script that could possibly be apart of 2.7.x as a replacement
2740
	for having the pages directory 
2741
17-Nov-2006 Matthias Gallas
2742
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
2743
15-Nov-2006 Matthias Gallas
2744
#	Fixed again intropage doesn't work (#71)
2745
20-Oct-2006 Matthias Gallas
2746
+	Added phpmailer class (thanks to doc)
2747
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
2748
+	Added List sorting in admin area (thanks to rsmith)
2749
#	Fixed table width 100% are wrong displayed in container templates
2750
	when IE is used (#350)
2751
#	Fixed large space between menupoints in IE (#349)
2752
#	Fixed Website description is not displayed when no page description
2753
	available (#348)
2754
#	Fixed group images in news modul cannot be stored (#342)
2755
#	Fixed Typo in form/save_field.php (#341)
2756
#	Fixed files in /pages/posts folder are not deleted (#340)
2757
#	Fixed specialchars problem in the news modul (#339)
2758
#	Fixed news modul stores empty records (#338)
2759
#	Fixed Captcha didn't work in news comments (#337)
2760
#	Fixed various php notices (#334)
2761
+	Added new upgrade_function (thanks to kozmoz)
2762
#	Fixed addons table isn't updated when a modul is updated (#332)
2763
#	Fixed spelling errors in the signup2.php (#330)
2764
#	Fixed MySQL 5.x missing default values for INT fields in all system
2765
	and modules tables (#329)
2766
#	Fixed installer does not insert admin user (#328)
2767
+	Added support for getting page ID of page that referred search
2768
	request (#327) (thanks to brofield)
2769
#	Fixed search results generate invalid XHTML and notify warnings (#326)
2770
Stefan Braunewell
2771
#	Fixed Field 'last_reset' doesn't have a default value (#313)
2772
+	Added get_post_escaped to wb class which automatically calls add_slashes
2773
	on get_post output and used it in form/save_field.php
2774
------------------------------------- 2.6.4 -------------------------------------
2775
20-May-2006 Ryan Djurovich
2776
#	Fixed security issues related to #237
2777
#	Fixed typo in news save comment page (#282)
2778
#	Fixed typo in news delete post page (#283)
2779
!	Added multi-submission protection to form module (#119)
2780
#	Added notice for when PHP Session Support appears to be disabled in installer,
2781
	even if it is enabled and the problem actually lies in the users browser (#154)
2782
19-May-2006 Ryan Djurovich
2783
#	Fixed problem in forgotten login form where email field is too short (#207)
2784
#	Fixed typo in forgotten login details email (#190)
2785
15-May-2006 Stefan Braunewell
2786
#	Fixed security issues (#237)
2787
03-May-2006 Stefan Braunewell
2788
#	Fixed problems with pre-2.6.0 modules in section list
2789
#	Fixed e-mail bug caused by From: headers in internal mail function calls
2790
	(#189)
2791
#	E-mail validation in install script now accepts new top-level domains
2792
	(#162)
2793
#	Error status is now overwritten by next database query (#182)
2794
#	Fixed obscure problem in htmlarea install script
2795
------------------------------------- 2.6.3 -------------------------------------
2796
19-Mar-2006 Stefan Braunewell
2797
#	Fixed ticket #146: problems removing groups from viewers list of a page
2798
16-Mar-2006 Stefan Braunewell
2799
!	Changed link target selection. Now self, top and new. (Ticket #145)
2800
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
2801
	password pages.
2802
#	Some changes to the SQL code in the install script for improved 
2803
	compatibility with new MySQL versions
2804
#	Fixed ticket #134 - error on browsing media.
2805
+	Improved backup module: new choice between full database or WB-related
2806
	backup.
2807
#	Fixed ticket #141 - admin now sees all folders in media
2808
#	Fixed e-mail sending problems due to additional parameter in mail call.
2809
#	Applied fix regarding ticket #138: new users now get deleted if
2810
	sending e-mail fails.
2811
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten 
2812
	password process
2813
#	Removed duplicate expression from modules/news/install.php which caused
2814
	problems in installation
2815

    
2816
01-Mar-2006 Stefan Braunewell
2817
#	Fixed ticket #68 - Safari problem with displaying all parents.
2818
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
2819
	to fatal error.
2820
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
2821
------------------------------------- 2.6.2 -------------------------------------
2822
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
2823
#	Fixed ticket #104 - commas in form field descriptions not allowed.
2824
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
2825
	and expiration date is now set to time in the past.
2826
#	Smart login not working.
2827
!	Changed mail calls to new function $wb->mail.
2828
#	Form: ticket 124 added captcha settings check 
2829
#	Ticket 118 added formfield type to check for email/text 
2830
#	Ticket 115 changed comparision /modules/form/view.php 
2831
#	Added correct timecheck in form submissions
2832
!	Changed captcha.php call to include timestamp
2833
!	Changed the e-mail validation code and added a mail function to class wb.
2834
!	Forgotten password: if sending of e-mail fails, restore old password.
2835
	Ticket #110
2836
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
2837
!	Character encoding setting also affects admin backend.
2838
	Mentioned in ticket #102.
2839
!	Reintroduced page languages setting. If switched to off, page
2840
	languages are only used to determine the language file for the
2841
	universal texts. If on, displayed page and menu are affected by
2842
	the language session variable.
2843
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
2844
	to set the number of levels to be show.
2845
#	Fixed a bug where access settings of registered and private pages
2846
	were displayed incorrectly.
2847
#	Fixed captcha being cached.
2848
#	Added an exit call after every heading("Location:...")
2849
	redirector to prevent unwanted execution of code.
2850
#	Bug #122. Replaced empty field check by check that setting name is
2851
	not "wb_version".
2852
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
2853
#	Fixed bug #99 and two additional instances of typo 
2854
	catpcha instead of captcha.
2855
#	Fixed some typos
2856
#	Fixed some notices and warnings.
2857
#	Fixed bug #105 - back buttons in addon detail pages not editable.
2858
!	Replace 'admin' by 'wb' in all account pages. 
2859
!/#	Moved print_success and print_error code to class.wb.php.
2860
	Added correct parameters to these functions in account pages. 
2861
------------------------------------- 2.6.1 -------------------------------------
2862
12-Dec-2005 Ryan Djurovich
2863
#	Fixed security vulnerability in class.login.php
2864
#	Fixed typo in EN language file
2865
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
2866
!	Added charset encoding to admin templates
2867
!	Added extra code to check for selection of addon upon uninstalling
2868
#	Fixed bugs in RSS news feeder
2869
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
2870
------------------------------------- 2.6.0 -------------------------------------
2871
28-Nov-2005 Ryan Djurovich
2872
+	Added default charset option to (advanced) settings
2873
#	Form module email fields now have email address validation
2874
#	Fixed spacing in form submissions
2875
27-Nov-2005 Ryan Djurovich
2876
+	Added captcha verification to sign-up form
2877
+	Added Captcha to News module
2878
24-Nov-2005 Stefan Braunewell
2879
!	Applied aportale's patch to use label instead of javascript toggle code
2880
20-Nov-2005 Ryan Djurovich
2881
!	News mod now hides read more link if no need for it (see ticket #56)
2882
+	Added support for mailto: links in the menu link mod
2883
#	Added direct-access redirection on some files (see ticket #37)
2884
+	Added extra characters to convert.php (see ticket #64)
2885
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
2886
29-Sep-2005 Ryan Djurovich
2887
!	Cleaned up form buttons in Settings
2888
!	Moved some options into Advanced Settings
2889
#	Semi-disabled "separate" page trash option
2890
+	Created a backup module/tool for backing-up the database
2891
	(thanks to John (pcwacht) for the original code)
2892
+	Created new "blank template", which can be used in case where you don't
2893
	want anything wrapping page-content.
2894
19-Sep-2005 Ryan Djurovich
2895
+	Added _license field for all add-ons to specify a license
2896
!	Renamed _designed_for variables (for all addons) to _platform
2897
+	Created addons table for faster internal referencing of installed addons
2898
!	Fixed some links, including the "Help" button in Admin
2899
#	Used nl2br to display body correctly when viewing form-submissions
2900
15-Sep-2005 Stefan Braunewell
2901
+	Added table module with columns 'name','type' and 'directory' as an
2902
	index.
2903
+	Added entry to settings table 'wb_version' which holds the version
2904
	number and can be utilized in future upgrade scripts.
2905
!	Added upgrade functionality also for templates and languages.
2906
#/!	Template/modules installation now respects paths.
2907
!	Moved updates from config.php to database.
2908
	Created initialize.php (required by config.php) to read settings.
2909
11-Sep-2005 Stefan Braunewell
2910
!	HTMLArea is now a module instead of a core component. Files moved
2911
	from "include" to "modules".
2912
+	Implemented Installation of modules on top of an older version. This is 
2913
	done via checking $module_version. Instead of install.php, upgrade.php
2914
	is then called if it exists in the module package. 
2915
	For module developers: $module_version and $new_module_version are 
2916
	accessible in upgrade.php to find out what upgrade steps need to be taken.
2917
!	Changed column names in mod_news_posts from short,long to content_short,
2918
	content_long.
2919
09-Sep-2005 Stefan Braunewell
2920
+	Added new advanced setting "Rename Files On Upload". File extensions can be
2921
	given so that respective files will have a ".txt" appended on media upload.
2922
#	Fixed "None found" message bug when user has no top level page edit
2923
	rights.
2924
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
2925
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
2926
+	Added utf-8 character encoding meta tag into all stock templates.
2927
#	Fixed bug when changing a page's parent
2928
!	Changed the way blocks are treated. Added new frontend class attribute
2929
	default_block_content that controls what is shown on pages such as
2930
	search, login, etc. (Ticket #16)
2931
+	Added support for WYSIWYG editor modules (wysiwygmod)
2932
+	When trying to access a registered page, user is automatically redirected
2933
	there on successful login.
2934
#	Fixed various issues with system search (mainly related to stripslashes()
2935
#	Removed stripslashes() in many places in the code. Added check for
2936
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
2937
	is independent of magic_quotes setting..
2938
05-Sep-2005 Stefan Braunewell
2939
#	Fixed bug concerning direct access of preferences page.
2940
#	Reworked page visibility and menu item visibility code (frontend login
2941
	problem).
2942
#	Pages in link list in htmlarea popup are now correctly ordered.
2943
#	Fixed bug where group with existing name can be added.
2944
04-Sep-2005 Ryan Djurovich
2945
+	Added and RSS newsfeed script to the News module
2946
04-Sep-2005 Stefan Braunewell
2947
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
2948
#	Fixed some occurrences of potential direct access path disclosure
2949
#	Added directory check to browse.php to prevent xss exploit by trusted users.
2950
!	Updated code to reflect move to Subversion repository system.
2951
27-Aug-2005 Stefan Braunewell
2952
#	Fixed bugs 4,5,6,8,9 in bug tracker
2953
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
2954
	A GET['lang'] now sets the session language variable.
2955
26-Aug-2005 Stefan Braunewell
2956
!	Moved redundant code into the new class functions. Created 
2957
	'compatibility.php' for backward compatibility with
2958
	modules and templates. Variables and functions can still be accessed
2959
	in the old way.
2960
!/+	Reorganized core frontend files, added new base class 'wb' from
2961
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
2962
	function into new class. Completely rewrote core index.php.
2963
	Now all variables and functions that are available to templates and
2964
	modules are attributes and methods of the frontend and the wb classes
2965
------------------------------------- 2.5.2 -------------------------------------
2966
23-Jun-2005 Ryan Djurovich
2967
!	create_access_file now creates all parent directories if needed
2968
#	Fixed bug when moving page with subpages to another level
2969
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
2970
#	Fixed bug where query was not setting error correctly in class.database.php
2971
22-Jun-2005 Ryan Djurovich
2972
#	Fixed bug where template permissions were not saved when a adding group
2973
21-Jun-2005 Ryan Djurovich
2974
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
2975
#	Fixed language problems in some area's of Admin. (Bug #70)
2976
#	Added a space in website/page keywords (Bug #69)
2977
#	Fixed bugs on settings2.php (Bug #52)
2978
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
2979
13-Jun-2005 Ryan Djurovich
2980
#	Fixed bug (#88) with news module
2981
!	Title of Administration login page now taken from language file (Bug #72)
2982
#	Fixed redirection admin/home to admin/start on admin/index.php
2983
#	Fixed bug with forgotten password page in admin (Bug #81)
2984
25-Apr-2005 Ryan Djurovich
2985
#	Fixed numerous bugs with module uninstallation
2986
#	Fixed bug when uploading files in Administration -> Media
2987
!	Installer no-longer requires you to accept the GNU GPL
2988
------------------------------------- 2.5.1 -------------------------------------
2989
16-Apr-2005 Ryan Djurovich
2990
#	Fixed two bugs with account login/logout
2991
------------------------------------- 2.5.1 -------------------------------------
2992
15-Apr-2005 Ryan Djurovich
2993
#	Fixed bug where non-english characters can get used in page filenames. Many
2994
	measuers have been added (including a new file: wb/framework/convert.php),
2995
	to prevent any possible errors that can occur in page filenames.
2996
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
2997
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
2998
#	Fixed bug where search and account pages are shown in every block
2999
	that is in a template
3000
#	Fixed numerous bugs with media home directories feature
3001
10-Apr-2005 Ryan Djurovich
3002
#	Fixed bugs in account/login.php and logout.php where users
3003
	gets redirected to /pages
3004
------------------------------------- 2.5.0 -------------------------------------
3005
08-Apr-2005 Ryan Djurovich
3006
-	Removed section language feature
3007
+	Added page language feature (replaces need for sections language feature)
3008
#	Fixed bug where pages using menu_link module can have the URL changed
3009
-	Page directory no longer stored in link field in pages table, it is now added
3010
	when the page_link function is called - this makes changing the pages
3011
	directory much easier and quicker
3012
!	Pages with visibility of "none" are now no longer directly accessable
3013
+	Added new visibility setting "hidden", acts exactly like none did previously
3014
!	Template info file can now specify number of menu's available and relative names
3015
!	Template info file can now specify number of blocks's available and relative names
3016
------------------------------------- 2.4.3 -------------------------------------
3017
07-Apr-2005 Ryan Djurovich
3018
#	page_filename function has been rewritten using str_replace
3019
	function, which should be faster and will allow characters
3020
	from other languages into filenames
3021
!	Created new media_filename function, which is now used
3022
	by all media functions (create,upload,rename) to determine
3023
	which characters should be removed from a desired filename
3024
+	New button in Administration page list to view specific page
3025
#	Updated the page_link function to now be compatible with menu link
3026
	module when setting pages directory to root
3027
#	Fixed bugs in search when using "Any Words" option
3028
#	Fixed bug with news module when pages directory set to root
3029
!	Changed URL of documentation website on Administration Start page
3030
------------------------------------- 2.4.2 -------------------------------------
3031
05-Apr-2005 Ryan Djurovich
3032
#	Fixed bug where file could be renamed to nothing in Media
3033
!	Optimised Media create folder, upload file, and rename functions
3034
#	Fixed bug where stripslashes not run on news post titles in admin
3035
05-Apr-2005 Stefan Braunewell
3036
#	Fixed bug concerning usage of the private_sql variable
3037
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
3038
------------------------------------- 2.4.1 -------------------------------------
3039
04-Apr-2005 Ryan Djurovich
3040
!	Pages with visibility of "none" are again directly accessable
3041
#	Fixed bugs regarding renaming files and directories in Media section
3042
!	When home folders disabled, all folders now visible in Media section
3043
------------------------------------- 2.4.0 -------------------------------------
3044
03-Apr-2005 Ryan Djurovich
3045
-	Removed recently added visibility setting of "heading", and relative config vars
3046
+	Added new "menu" field to pages table, and new setting "multiple menus"
3047
	which replaces the need for the menu headings feature
3048
+	Added links to top of groups and users sections, linking to each other
3049
!	Change menu width in "Round" template to 170px (was 150px)
3050
#	Change page "are you sure" deletion message to mention that it will delete
3051
	all sub-pages as well
3052
#	Fixed many bugs with news module when viewing posts by group
3053
!	Pages with visibility of "none" are now no longer directly accessable
3054
02-Apr-2005 Ryan Djurovich
3055
-	Removed need to specify DB_URL when calling database class
3056
#	Stopped fields without a type specified from being shown in form mod
3057
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
3058
	for insert link and insert image
3059
+	Added setting which allows you to specify the default WYSIWYG style
3060
+	Added "Server Email" option, to specify what is used in "From" field when
3061
	sending emails using the PHP mail function. Default is admins email address.
3062
#	Search now excludes pages which have a visibility of none or heading
3063
!	Pages are now given modified_when and modified_by when added
3064
01-Apr-2005 Ryan Djurovich
3065
+	Added option to News module to specify how many posts should be listed
3066
	per page (by default it is set to unlimited, which functions like previous version)
3067
#	Added stripslashes when display page titles in search
3068
+	Page descriptions and last updated date now shown in search by default
3069
30-Mar-2005 Ryan Djurovich
3070
+	Added new feature for Media home folders, where a folder can be specified
3071
	for a specific user or group of users only
3072
!	Changed URL of Help button to http://www.websitebaker.org/docs/
3073
+	Added new feature for "Page Trash" - two modes available: inline and separate
3074
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
3075
	up a level)
3076
29-Mar-2005 Ryan Djurovich
3077
-	Removed Database Settings from Administration Settings (options will not be
3078
	available in 3.x, so trying to match interface with WB 3.x plans
3079
!	Changed the name of Path Settings to Filesystem Settings in Administration
3080
	Settings, and removed ability to change path/url options - matching interface
3081
	plans for WB 3.x
3082
+	Added same options for OS and file permissions as installer to Settings
3083
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
3084
28-Mar-2005 Ryan Djurovich
3085
+	New functions available to templates to simplify creation of them. This aims
3086
	to "future-proof" templates for WB 3.x plans.
3087
!	Default templates updated to support some of the new functions
3088
+	Added field to pages table "page_trail" which stores a list of the pages
3089
	parents. This field was needed by the new page_menu function
3090
+	Added option for page visibility "heading" to enabled support for multiple
3091
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
3092
+	Added option for page visibility "registered", which acts a little like
3093
	private, but is still shown in the menu (although users need to log in to view
3094
	the pages content)
3095
+	Form module submissions now saved to database, and feature now added to
3096
	limit number of submissions per hour to prevent spamming
3097
+	New field for Form module: email. Allows you to specify their email in
3098
	"from" field on module settings.
3099
#	Fixed bug when displaying comments in News module (WB Bug #14)
3100
+	New "under contruction" message if no pages exist
3101
!	Cleaned-up wb/index.php
3102
27-Mar-2005 Ryan Djurovich
3103
+	Created advanced mkdir and chmod functions
3104
#	Fixed bug in media where wrong file/folder is deleted
3105
+	Complete overhall of installer - now only one step! It has been greatly
3106
	simplified in many ways, has much better validation, reports error much more
3107
	nicely, and automatically logs the user into the Administrations
3108
+	Must now specify OS type - allows for customizable file permission settings
3109
+	Sections can now have a language code assigned to them
3110
+	Sections can now have a block name/id assigned to them
3111
!	Home section of Administration renamed to Start, to save confusion with saying
3112
	Homepage (because this term could either mean the main website or Home section
3113
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
3114
!	Moved Users and Groups sections under Access section. This aims to unify the
3115
	interface with WB 3.x plans, which help to unclutter the menu
3116
!	Interface for Settings section has been imporved for usability purposes
3117
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
3118
	by placing media list inside an iframe
3119
#	Fixed stripslashes problem for viewing news comments
3120
!	Added code from Formesque module (an advanced version of the original Form
3121
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
3122
	interface improvements for select box/checkbox group/radio group options.
3123
#	Possibly fixed bugs where an S appears before file and dir modes
3124
#	Fixed bug where users can be added with same emails (in Administration)
3125
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
3126
	makes code more bulky, and removing it will decrease package size a lot
3127
+	New "homepage redirect" option so first page is included and not redirected to
3128
#	Fixed text not being shown when module uninstalled
3129
!	Imporved interface for basic group permissions
3130
26-Mar-2005 Stefan Braunewell
3131
#	Fixed bug with front-end logins
3132
#	Fixed bug when saving intro page 
3133
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
3134
#	Fixed bugs concerning moving/deleting pages
3135
#	Fixed list of parents in page settings
3136
#	Fixed mkdir without mode parameter
3137
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
3138
+	Added support for PAGES_DIRECTORY set to root
3139
+	Search form now supports quotes (thanks to Manafta)
3140
#	Fixed page section ordering
3141
#	News items are displayed with name of poster instead of "Unknown"
3142
#	Deletion confirmation popup window in media section now shows correct file name
3143
------------------------------------- 2.3.1 -------------------------------------
3144
03-Fed-2005 Ryan Djurovich
3145
+	Now there is two types of "filesystem modes", one for directories and one
3146
	for files. Having different settings is very common for most servers, so
3147
	this addition should fix many problems people had with 2.3.0.
3148
-	Removed filesystem mode options from installation
3149
!	Removed duplicate text on installation step 3 for timezone
3150
!	All "access files" for the news module now stored in pages/posts instead
3151
	of a sub-dir relative to the page (this fixes many bugs)
3152
#	Fixed major bugs when deleting pages with sub-pages
3153
!	Removed the restrictions that prevent a user for changing a pages level
3154
#	Fixed bug with "toggle" plus/minus in IE for pages list
3155
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
3156
------------------------------------- 2.3.0 -------------------------------------
3157
26-Jan-2005 Ryan Djurovich
3158
#	Fixed bug in framework/functions.php that made root parent always equal 8
3159
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
3160
#	Fixed SQL-query on line 172, placing a / after $old_link
3161
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
3162
	admin/pages/settings2.php
3163
#	Added ordering cleaning to delete_post.php on line 53 for news module
3164
!	GMT option is selected for "Default Timezone" in the installer, instead
3165
	of the old "Please select" message (which had the same value as GMT)
3166
28-Jan-2005 Ryan Djurovich
3167
!	Ability to specify the chmod number when WB uploads files, etc.
3168
!	Modified file headers (copyright/license notice) so they now look almost the
3169
	same, independant of font. Also, it now covers copyright for 2005.
3170
30-Jan-2005 Ryan Djurovich
3171
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
3172
	table when a page is deleted.
3173
+	New 'Smart Login' prevents users from using external password managers,
3174
	and can be set to remember the users password using cookies.
3175
!	SourceForge CVS module now called websitebaker2 (instead of just
3176
	websitebaker). Also, all file versions have been reset.
3177
01-Fed-2005 Ryan Djurovich
3178
!	Added code to prevent from changing a pages level (it simply disables
3179
	the select box), to prevent many possible bugs.
3180
------------------------------------- 2.2.4 -------------------------------------
3181
23-Dec-2004 Ryan Djurovich
3182
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
3183
#	Fixed multi-language support in search
3184
+	Added more detailed options to list of PHP error reporting level's
3185
-	Removed ability to change language and PHP error reporting level
3186
	on installation to make things easier for newbie's
3187
+	Ability to select custom spacer for page filename's
3188
!	Changed the way a language code is found on language installation
3189
+	Added template permissions to groups
3190
#	Fixed bug when trying to change email from Preferences (admin and frontend)
3191
#	Fixed bug with auto-selection of "System Default" for Preferences
3192
!	News module now use's WYSIWYG for modifying news posts
3193
+	Ability to specify both the pages and media target directories
3194
------------------------------------ 2.2.3-c ------------------------------------
3195
22-Dec-2004 Ryan Djurovich
3196
#	Fixed problem with DB password being reset if Settings saved in basic mode
3197
------------------------------------ 2.2.3-b ------------------------------------
3198
21-Dec-2004 Ryan Djurovich
3199
#	Fixed minor bug on admin templates section
3200
#	Fixed bug on rename.php and rename2.php in admin media section
3201
------------------------------------- 2.2.3 -------------------------------------
3202
20-Dec-2004 Ryan Djurovich
3203
+	Added WB release version in Administration (top right corner)
3204
!	New option to prevent users from adding level 0 pages
3205
#	Fixed bug when deleting post's in News module
3206
+	Added new field in pages table for "root" parent (level 0 parent), for
3207
	extra flexability in creating templates
3208
!	Round template now supports unlimited page levels
3209
------------------------------------- 2.2.2 -------------------------------------
3210
18-Dec-2004 Ryan Djurovich
3211
+	New option under Search Settings for selecting custom template for search
3212
+	New option when changing page settings to set the target
3213
#	Fixed error when saving a user after editing
3214
!	Users can now modify sub-page if they dont have permissions on the parent
3215
------------------------------------- 2.2.1 -------------------------------------
3216
15-Dec-2004 Ryan Djurovich
3217
#	Fixed bug when changing password on preferences form (front-end)
3218
#	Fixed bug when retrieving user details (administration)
3219
#	Added check to see if module, template, or language is in use when deleting
3220
#	Fixed up email that is sent to user from a submitted form
3221
#	Fixed major problem with module permissions which stopped it from working
3222
------------------------------------- 2.2.0 -------------------------------------
3223
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
3224
+	Multiple-level page support
3225
+	Multiple section's for pages (including interface)
3226
!	Removed text created using two words on all areas
3227
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
3228
	this is for better language support
3229
+	Added Languages section
3230
!	Moved Templates and Modules under Add-ons section
3231
!	Changed name of "Default" template to "Round"
3232
+	Added "All CSS" template
3233
+	Added "Jump"
3234
+	Added 
3235
!	Modified "Box" template to support multiple page levels
3236
+	Added "Menu Link" module
3237
+	Added "News" module
3238
+	Added "Code" module
3239
+	Added "Form" module
3240
+	Added "Wrapper" module
3241
!	Changed name of "Normal Page" module to "WYSIWYG"
3242
+	Created new admin wrapper script to ease module develpment
3243
+	Media now automatically creates index.php file for every
3244
	sub-folder made (for security purposes)
3245
!	Change "Help" link in Administration menu so it now directs
3246
	to the the new Website Baker documentation website found at:
3247
	http://www.websitebaker.org/documentation
3248
!	Password is now required to change email in preferences
3249
+	User can now select custom Language and Date & Time Formats
3250
+	Added search functionality, with three different "methods":
3251
	1. Using all words  2. Using any words  3. Exact match
3252
+	Added native MySQL database support
3253

    
(1-1/5)