Project

General

Profile

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

    
5
$Id: CHANGELOG 1221 2009-12-23 11:29:55Z Luisehahne $
6

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

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

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

    
1705
$Id: CHANGELOG 1221 2009-12-23 11:29:55Z Luisehahne $
1706

    
1707
Legend:
1708
+ = Added
1709
- = Removed
1710
# = Bugfix
1711
! = Update/Change
1712

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

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

    
(1-1/5)