Project

General

Profile

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

    
5
$Id: CHANGELOG 1217 2009-12-16 21:05:52Z MaGnaL $
6

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

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

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

    
1699
$Id: CHANGELOG 1217 2009-12-16 21:05:52Z MaGnaL $
1700

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

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

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

    
(1-1/5)