Project

General

Profile

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

    
5
$Id: CHANGELOG 1219 2009-12-21 14:07:22Z LordDarkman $
6

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

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

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

    
1703
$Id: CHANGELOG 1219 2009-12-21 14:07:22Z LordDarkman $
1704

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

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

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

    
(1-1/5)