Project

General

Profile

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

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

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

    
1662
$Id: CHANGELOG 1198 2009-11-28 22:33:19Z Luisehahne $
1663

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

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

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

    
(1-1/5)