Project

General

Profile

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

    
5
$Id: CHANGELOG 1203 2009-11-30 13:45:26Z Luisehahne $
6

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

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

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

    
1673
$Id: CHANGELOG 1203 2009-11-30 13:45:26Z Luisehahne $
1674

    
1675
Legend:
1676
+ = Added
1677
- = Removed
1678
# = Bugfix
1679
! = Update/Change
1680

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

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

    
(1-1/5)