Project

General

Profile

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

    
5
$Id: CHANGELOG 1158 2009-10-09 22:07:35Z Luisehahne $
6

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

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

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

    
1581
$Id: CHANGELOG 1158 2009-10-09 22:07:35Z Luisehahne $
1582

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

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

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