Project

General

Profile

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

    
5
$Id: CHANGELOG 1206 2009-12-02 06:01:42Z Luisehahne $
6

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

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

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

    
1679
$Id: CHANGELOG 1206 2009-12-02 06:01:42Z Luisehahne $
1680

    
1681
Legend:
1682
+ = Added
1683
- = Removed
1684
# = Bugfix
1685
! = Update/Change
1686

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

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

    
(1-1/5)