Project

General

Profile

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

    
5
$Id: CHANGELOG 1185 2009-11-24 23:10:33Z Luisehahne $
6

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

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

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

    
1631
$Id: CHANGELOG 1185 2009-11-24 23:10:33Z Luisehahne $
1632

    
1633
Legend:
1634
+ = Added
1635
- = Removed
1636
# = Bugfix
1637
! = Update/Change
1638

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

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

    
(1-1/5)