Project

General

Profile

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

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

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

    
1653
$Id: CHANGELOG 1194 2009-11-27 23:51:46Z Luisehahne $
1654

    
1655
Legend:
1656
+ = Added
1657
- = Removed
1658
# = Bugfix
1659
! = Update/Change
1660

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

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

    
(1-1/5)