Project

General

Profile

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

    
5
$Id: CHANGELOG 1197 2009-11-28 14:42:02Z Luisehahne $
6

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

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

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

    
1660
$Id: CHANGELOG 1197 2009-11-28 14:42:02Z Luisehahne $
1661

    
1662
Legend:
1663
+ = Added
1664
- = Removed
1665
# = Bugfix
1666
! = Update/Change
1667

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

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

    
(1-1/5)