Project

General

Profile

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

    
5
$Id: CHANGELOG 1196 2009-11-28 00:55:28Z Luisehahne $
6

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

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

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

    
1658
$Id: CHANGELOG 1196 2009-11-28 00:55:28Z Luisehahne $
1659

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

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

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

    
(1-1/5)