Project

General

Profile

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

    
5
$Id: CHANGELOG 1195 2009-11-28 00:22:14Z Luisehahne $
6

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

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

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

    
1655
$Id: CHANGELOG 1195 2009-11-28 00:22:14Z Luisehahne $
1656

    
1657
Legend:
1658
+ = Added
1659
- = Removed
1660
# = Bugfix
1661
! = Update/Change
1662

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

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

    
(1-1/5)