Project

General

Profile

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

    
5
$Id: CHANGELOG 1205 2009-12-01 22:46:41Z Luisehahne $
6

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

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

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

    
1677
$Id: CHANGELOG 1205 2009-12-01 22:46:41Z Luisehahne $
1678

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

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

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

    
(1-1/5)