Project

General

Profile

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

    
5
$Id: CHANGELOG 1166 2009-10-12 16:54:26Z Luisehahne $
6

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

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

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

    
1599
$Id: CHANGELOG 1166 2009-10-12 16:54:26Z Luisehahne $
1600

    
1601
Legend:
1602
+ = Added
1603
- = Removed
1604
# = Bugfix
1605
! = Update/Change
1606

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

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