Project

General

Profile

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

    
5
$Id: CHANGELOG 1218 2009-12-16 22:22:38Z Ruud $
6

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

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

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

    
1701
$Id: CHANGELOG 1218 2009-12-16 22:22:38Z Ruud $
1702

    
1703
Legend:
1704
+ = Added
1705
- = Removed
1706
# = Bugfix
1707
! = Update/Change
1708

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

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

    
(1-1/5)