Project

General

Profile

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

    
5
$Id: CHANGELOG 1171 2009-10-13 18:10:37Z Ruud $
6

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

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

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

    
1612
$Id: CHANGELOG 1171 2009-10-13 18:10:37Z Ruud $
1613

    
1614
Legend:
1615
+ = Added
1616
- = Removed
1617
# = Bugfix
1618
! = Update/Change
1619

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

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