Project

General

Profile

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

    
5
$Id: CHANGELOG 1208 2009-12-03 18:06:39Z Luisehahne $
6

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

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

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

    
1682
$Id: CHANGELOG 1208 2009-12-03 18:06:39Z Luisehahne $
1683

    
1684
Legend:
1685
+ = Added
1686
- = Removed
1687
# = Bugfix
1688
! = Update/Change
1689

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

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

    
(1-1/5)