Project

General

Profile

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

    
5
$Id: CHANGELOG 1202 2009-11-29 22:05:06Z Luisehahne $
6

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

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

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

    
1671
$Id: CHANGELOG 1202 2009-11-29 22:05:06Z Luisehahne $
1672

    
1673
Legend:
1674
+ = Added
1675
- = Removed
1676
# = Bugfix
1677
! = Update/Change
1678

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

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

    
(1-1/5)