Project

General

Profile

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

    
5
$Id: CHANGELOG 1222 2009-12-28 03:27:15Z Luisehahne $
6

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

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

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

    
1708
$Id: CHANGELOG 1222 2009-12-28 03:27:15Z Luisehahne $
1709

    
1710
Legend:
1711
+ = Added
1712
- = Removed
1713
# = Bugfix
1714
! = Update/Change
1715

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

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

    
(1-1/5)