Project

General

Profile

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

    
5
$Id: CHANGELOG 1199 2009-11-29 02:02:51Z Luisehahne $
6

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

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

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

    
1664
$Id: CHANGELOG 1199 2009-11-29 02:02:51Z Luisehahne $
1665

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

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

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

    
(1-1/5)