Project

General

Profile

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

    
6
$Id: CHANGELOG 1157 2009-10-09 21:54:57Z Luisehahne $
7

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

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

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

    
1580
$Id: CHANGELOG 1157 2009-10-09 21:54:57Z Luisehahne $
1581

    
1582
Legend:
1583
+ = Added
1584
- = Removed
1585
# = Bugfix
1586
! = Update/Change
1587

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

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