Project

General

Profile

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

    
5
$Id: CHANGELOG 1162 2009-10-11 16:49:11Z Luisehahne $
6

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

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

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

    
1587
$Id: CHANGELOG 1162 2009-10-11 16:49:11Z Luisehahne $
1588

    
1589
Legend:
1590
+ = Added
1591
- = Removed
1592
# = Bugfix
1593
! = Update/Change
1594

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

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