Project

General

Profile

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

    
5
$Id: CHANGELOG 1193 2009-11-27 21:20:54Z Luisehahne $
6

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

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

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

    
1651
$Id: CHANGELOG 1193 2009-11-27 21:20:54Z Luisehahne $
1652

    
1653
Legend:
1654
+ = Added
1655
- = Removed
1656
# = Bugfix
1657
! = Update/Change
1658

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

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

    
(1-1/5)