Project

General

Profile

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

    
5
$Id: CHANGELOG 1189 2009-11-26 16:47:03Z Luisehahne $
6

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

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

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

    
1643
$Id: CHANGELOG 1189 2009-11-26 16:47:03Z Luisehahne $
1644

    
1645
Legend:
1646
+ = Added
1647
- = Removed
1648
# = Bugfix
1649
! = Update/Change
1650

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

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

    
(1-1/5)