Project

General

Profile

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

    
5
$Id: CHANGELOG 1200 2009-11-29 02:20:16Z Luisehahne $
6

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

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

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

    
1666
$Id: CHANGELOG 1200 2009-11-29 02:20:16Z Luisehahne $
1667

    
1668
Legend:
1669
+ = Added
1670
- = Removed
1671
# = Bugfix
1672
! = Update/Change
1673

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

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

    
(1-1/5)