Project

General

Profile

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

    
5
$Id: CHANGELOG 1186 2009-11-25 05:54:44Z Luisehahne $
6

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

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

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

    
1637
$Id: CHANGELOG 1186 2009-11-25 05:54:44Z Luisehahne $
1638

    
1639
Legend:
1640
+ = Added
1641
- = Removed
1642
# = Bugfix
1643
! = Update/Change
1644

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

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

    
(1-1/5)