Project

General

Profile

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

    
5
$Id: CHANGELOG 930 2009-02-15 16:04:53Z doc $
6

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

    
13
------------------------------------- 2.8.0 -------------------------------------
14
15-Feb-2009 Christian Sommer
15
#	special chars like   are shown when editing Add-on CSS files (ticket #678)
16
!	redirect time for function print_success can now be defined in Settings (ticket #603)
17
-	removed reload admin tool
18
+	added possibility to reload Add-ons via the Add-on section
19
14-Feb-2009 Christian Sommer
20
!	added option to display current user name in backend template
21
#	fixed wrong redirect path and added SVN Id
22
13-Feb-2009 Christian Sommer
23
+	added option to perform pre-installation checks to test requirements of Add-Ons
24
#	added error messages to installation process for Add-Ons with wrong file type
25
08-Feb-2009 Christian Sommer
26
#	fixed warning if database connection failed during installation process
27
06-Feb-2009 Christian Sommer
28
!	fixed some typos in German language file (thanks to freeSbee)
29
!	added new captcha fonts and replaced old background images with the ones created by thorn
30
05-Feb-2009 Christian Sommer
31
!	mail text for register, signup and forgot mail now taken from WB language file (ticket #684)
32
02-Feb-2009 Christian Sommer
33
#	removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)
34
02-Feb-2009 Matthias Gallas
35
#	Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)
36
01-Feb-2009 Matthias Gallas
37
!	Update FCKEditor to version 2.6.4
38
22-Jan-2009 Christian Sommer
39
!	Added default target attribut to backend menu links
40
21-Jan-2009 Matthias Gallas
41
!	Copyright notices now includes 2009
42
20-Jan-2009 Matthias Gallas
43
#	fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)
44
17-Jan-2009 Matthias Gallas
45
+	added French languages to modules
46
!	changed handling of post_date in news modul (thanks to susigross)
47
+	added hour and minute support to default published_when field in news modul
48
13-Jan-2009 Christian Sommer
49
-	removed the obsolete Codepress framework from the include folder
50
+	added Javascript syntax highlighting framework EditArea as replacement for Codepress
51
!	updated external PHPMailer class to latest version (v2.0.3)
52
08-Jan-2009 Christian Sommer
53
#	fixed error message in admin class if type array not defined
54
05-Jan-2009 Dietrich Roland Pehlke
55
#	Code-Snippets are no longer shown as type: unknown. 
56
+	Additional key in the languagefiles "$TEXT['CODE_SNIPPET']";
57
#	fixed bug for the rss of news, see ticket #609
58
04-Jan-2009 Matthias Gallas
59
#	made news Modul multilingual, see ticket #676 (some additional translations are needed)
60
03-Jan-2009 Matthias Gallas
61
#	fixed bug in view.php of news module (ticket #676 Thanks to susigross)
62
#	fixed another bug in view.php of news modul introduced in changeset [892]
63
30-Dec-2008 Matthias Gallas
64
+	added default new language variables to all language files
65
-	modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)
66
!	modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"
67
29-Dec-2008 Dietrich Roland Pehlke
68
+	add language support for the errormessages inside the uninstall.php files for modules
69
	and templates.
70
!	add new keys inside the german de.php language-file.
71
-	removed my own debugging-code (was in 893 by mistake)
72
!	Correct the last date in the changelog
73
29-Dec-2008 Matthias Gallas
74
!	set version to 2.8 BETA
75
#	replaced in news modul special chars with entities to get valid output
76
!	changed SESSION ID Separator from '&' to '&' to get valid output 
77
-	Removed the <p> tag around the news as it is added from the editor  
78
28-Dec-2008 Dietrich Roland Pehlke (aldus)
79
+	ticket 610: add ip-address to the email-body in the form-modul.
80
+	ticket 607: include the frontend.css in the comment_page.php file of the news-module.
81
#	File: admin/admintools/index.php - add "order by name" to the query to display the admintools in alphabetic order.
82
#	File: admin/modules/uninstall.php - remove a db-query to a db-field that doesn't exists in wb 2.7 anymore 
83
26-Dec-2008 Thomas Hornik
84
#	fixed two issues with searchresult-highlighting: do not highlight in <pre>/<code>-tags, do not convert &lt; to &amp;lt; anymore. 
85
13-Dec-2008 Christian Sommer
86
!	changed mailer to not extract line break of alternative body text (thanks to freeSbee)
87
28-Oct-2008 Christian Sommer
88
!	updated output filter regex to exclude mail addresses contained in input fields
89
27-Nov-2008 Thomas Hornik
90
!	added redirect-type (301/302) to menu_link
91
24-Nov-2008 Matthias Gallas
92
!	updated upgrade-script.php to add sec_anchor field to settings table
93
22-Nov-2008 Thomas Hornik
94
!	search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch.
95
!	search: replaced strtr() by str_replace() (it's just faster). Changed &#39; to &#039;
96
06-Nov-2008 Thomas Hornik
97
#	Module code: curly backets get deleted by pparse() from phplib --> old fix in #569 wasn't that smart. Fixed.
98
#	fixed some typos in DE language-file, added missing tab in search.php
99
02-Nov-2008 Thomas Hornik
100
!	news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php)
101
01-Nov-2008 Thomas Hornik
102
!	improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8
103
+	added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
104
!	updated menulink and search to use configureable section-anchor
105
29-Oct-2008 Thomas Hornik
106
# News: total number of news wasn't calculated correctly
107
!	Captcha: removed IFRAME for Calculation-as-text captcha
108
-	removed useless init_utf8funcs()-function
109
+	search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts)
110
-	search: removed undocumented word-boundary search
111
!	search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")
112
+	search: added key 'ext_charset' to search-extension to query external databases
113
25-Oct-2008 Christian Sommer
114
!	updated basic templates according the template guidelines
115
24-Oct-2008 Dietrich Roland Pehlke
116
#	applied bugfix for ticket #608 (redeclaration of news module)
117
23-Oct-2008 Dietrich Roland Pehlke
118
!	modified module delete function to provide additional information when module is in use when trying to delete
119
!	modified template delete function to provide additional information when template is in when trying to delete
120
21-Oct-2008 Matthias Gallas
121
#	fixed display issue in news modul
122
!	updated show_menu2 to version 4.7
123
18-Sep-2008 Thomas Hornik
124
+	Added captcha-reload
125
16-Sep-2008 Thomas Hornik
126
#	search: fixed windows-related regex issue
127
19-Aug-2008 Matthias Gallas
128
!	updated to latest FCKEditor version 2.6.3
129
02-Aug-2008 Thomas Hornik
130
#	fixed sorting order of search-results
131
25-Jul-2008 Thomas Hornik
132
#	fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE)
133
!	added $database = new Database(); in front of output-filter
134
05-Jul-2008 Thomas Hornik
135
#	fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha
136
02-Jul-2008 Christian Sommer
137
!	updated to latest FCKEditor version 2.6.2
138
01-Jul-2008 Thomas Hornik
139
#	page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.
140
29-June-2008 Christian Sommer
141
!	applied additional mail check to forgot login form
142
28-June-2008 Christian Sommer
143
!	class and id attributes in mailto links are no longer ignored by the output filter
144
22-Jun-2008 Thomas Hornik
145
#	fixed issue with captcha (mt_rand() instead of rand())
146
#	fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')
147
22-June-2008 Christian Sommer
148
!	added output of block number to section admin if no block name is specified
149
21-June-2008 Christian Sommer
150
+	added output of block names to modify pages dialogue if blocks are enabled
151
!	updated show_menu2 to version 4.60 (to avoid disappearing menus)
152
08-Jun-2008 Thomas Hornik
153
#	hebrew-table in charsets-table.php was faultily imported - fixed. Thanks to forum-member iti.
154
24-May-2008 Christian Sommer
155
!	modified output filter routine to prevent errors if database entries do not exist
156
04-May-2008 Thomas Hornik
157
!	changed register_backend_modfile() to work with wysiwyg-module, too
158
01-May-2008 Thomas Hornik
159
#	fixed file-naming issue when old page-names (from before 2.7) contains "&"
160
26-Apr-2008 Thomas Hornik
161
#	class.admin.php deletes actual query-string while redirection. fixed.
162
25-Apr-2008 Matthias Gallas
163
#	fixed validiation bug in option fields of form modul
164
------------------------------------- 2.7.0 -------------------------------------
165
21-Apr-2008 Christian Sommer
166
!	set version to 2.7
167
#	fixed bug in the PL language file of the JS calendar
168
+	added some basic functions for module developers
169
20-Apr-2008 Thomas Hornik
170
#	fix: allow external urls for search-results
171
17-Apr-2008 Thomas Hornik
172
#	fixed jscalendar's language-files
173
16-Apr-2008 Christian Sommer
174
#	fixed possible clashes with intro page feature and WB core file /pages/index.php
175
15-Apr-2008 Thomas Hornik
176
!	revert back to pagename-creation from $page_menu, instead of $page_title
177
15-Apr-2008 Christian Sommer
178
#	fixed bug introduced with Changeset 826
179
14-Apr-2008 Christian Sommer
180
+	added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)
181
!	allowed tags for multi-lingual module descriptions
182
14-Apr-2008 Thomas Hornik
183
#	fixed issue with multigroups (level 0 page-creation)
184
13-Apr-2008 Thomas Hornik
185
!	ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
186
#	fixed language-files
187
10-Apr-2008 Christian Sommer
188
!	fixed WB-Link Plugin to work with WB versions below 2.7 ($admin->page_is_visible() only available in WB 2.7)
189
09-Apr-2008 Christian Sommer
190
!	modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7
191
07-Apr-2008 Matthias Gallas
192
#	fixed error in german laguage file
193
07-Apr-2008 Christian Sommer
194
+	added the latest FCKEditor v2.60
195
-	removed the outdated FCKEditor v2.51
196
!	set version from 2.7 (RC3) to 2.7 (RC3a)
197
07-Apr-2008 Thomas Hornik
198
!	added missing group_id in INSERT-query
199
!	removed PHP5 function stripos from installation script
200
06-Apr-2008 Christian Sommer
201
!	removed some obsolete language variables from news and form module (now defined in global WB language files)
202
!	enlarged admin tool icon to match size 50x50px of the other icons
203
05-Apr-2008 Matthias Gallas
204
!	Moved language variables for edit module CSS from modules language files to core language files
205
+	Added norwegian translation (Thanks OEH)
206
05-Apr-2008 Thomas Hornik
207
!	some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
208
#	fixed viewing_groups-handling in /admin/pages/add.php
209
!	imported new russian translation from User shlack. Many Thanks
210
05-Apr-2008 Christian Sommer
211
!	added workaround for template parser class
212
!	moved functions to edit module CSS files into the WB core to avoid duplication of code
213
!	minor layout change
214
!	allowed the character "-" to be used in database names
215
04-Apr-2008 Thomas Hornik
216
#	fixed: Language-redirect removed query-string from URL
217
04-Apr-2008 Christian Sommer
218
!	set WB version to 2.7 (RC3) for the next upcoming release candidate
219
03-Apr-2008 Christian Sommer
220
!	some code clean up in news/form module
221
!	small adaption of the edit CSS function file css.functions.php
222
!	updated edit module CSS functions to include backend.css into head if possible
223
#	fixed bug in Javascript decryption routines of the Output-Filter module
224
02-Apr-2008 Matthias Gallas
225
#	fixed bug with registration of users are not added to signup group
226
02-Apr-2008 Christian Sommer
227
#	added handling of missing characters to mailto encryption routines
228
!	some code clean-up in News module
229
!	fixed some layout issues with Form module (combination with Output-filter)
230
!	fixed layout issue with optional subject/body text of encrypted mailto links
231
#	fixed bug in the mailto Javascript encryption code of the Output-Filter module
232
01-Apr-2008 Christian Sommer
233
!	removed typo in English language file
234
!	added updated edit CSS functions to the News module
235
!	added updated edit CSS functions to the Form module
236
31-Mar-2008 Christian Sommer
237
#	fixed bug in output filter (mailto links with HTML entities in optional part)
238
29-Mar-2008 Christian Sommer
239
!	added missing translation to Dutch language file (thanks Bramus)
240
28-Mar-2008 Thomas Hornik
241
!	Some cleanup in search.php
242
!	WYSIWYG: changed field text to LONGTEXT, too.
243
25-Mar-2008 Matthias Gallas
244
!	Updated Dutch language file (Thanks to Bramus)
245
26-Mar-2008 Tomas Hornik
246
#	fixed E_NOTICE-message in admin/modules/details.php
247
25-Mar-2008 Thomas Hornik
248
+	search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
249
+	search: added missing code to allow query of external data and to process the search data itself
250
25-Mar-2008 Matthias Gallas
251
#	Fixed missing <body> tag in Admin Interface (ticket #572)
252
24-Mar-2008 Matthias Gallas
253
!	Updated Danish Language file (Thanks to Achrist)
254
! 	Added class nixhier to frontend.css from form and news Modul (required for ASP)
255
24-Mar-2008 Thomas Hornik
256
+	Added RU-language-files, provided by user shlack; converted to entities.
257
#	search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3
258
#	FCK-Editor: loads large pages faster
259
-	removed include/captcha/asp.php. css have to be added to module's css-files.
260
23-Mar-2008 Matthias Gallas
261
! 	Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
262
17-Mar-2008 Thomas Hornik
263
#	fixed an issue with utf8_check() (too slow with many ~100KB pages)
264
15-Mar-2008 Thomas Hornik
265
#	menulink: link can be menulink or subpage of menulink, too
266
#	call_captcha: added parameter 'style', fixed some issue with parameter 'image' and text-style captchas
267
13-Mar-2008 Christian Sommer
268
! 	adjusted error/warning templates to the updated backend layout
269
13-Mar-2008 Matthias Gallas
270
! 	replaced one icon in admin interface
271
12-Mar-2008 Matthias Gallas
272
# 	fixed loading time and some display issues in IE6 of the new admin interface
273
!	tweaked the new admin interface a little bit
274
12-Mar-2008 Christian Sommer
275
! 	adjusted background color of installation and upgrade script
276
! 	set version number to 2.7 (RC2) for the upcoming second release candidate
277
! 	removed hardcoded /admin folder strings from WB core files where possible
278
! 	added WB home folder fix proposed by the forum member spawnferkel (thanks)
279
! 	defined <strong> and <em> instead of <b> and <i> as default tags
280
12-Mar-2008 Thomas Hornik
281
+	CAPTCHA: added parameter to call_captcha (can be one of: 'image', 'input' or 'text')
282
11-Mar-2008 Christian Sommer
283
#	fixed issue with output filter (all .@ in descriptive mailto part: >xxxxx</a> were replaced; now restricted to emails)
284
#	fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
285
08-Mar-2008 Thomas Hornik
286
#	fixed issue with news and end-date
287
04-Mar-2008 Christian Sommer
288
#	fixed issue with smart view URL link
289
03-Mar-2008 Thomas Hornik
290
#	fixed an issue with text-captcha (default text got saved). Changes default text.
291
#	fixed an issue with highlighting
292
02-Mar-2008 Thomas Hornik
293
#	added missing text in language-files
294
+	added missing sorting to language dropdown in admin/pages/settings.php
295
01-Mar-2008 Thomas Hornik
296
#	fixed ticket #562, applied changes from user tavitar with some own additions
297
+	added check for AddDefaultCharset to install
298
29-Feb-2008 Thomas Hornik
299
#	fixed issue in pagename generation if AddDefaultCharset is set (as work-around).
300
28-Feb-2008 Thomas Hornik
301
#	fixed hebrew transliteration-table. Thanks to forum-member iti.
302
28-Feb-2008	Christian Sommer
303
#	added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)
304
25-Feb-2008	Matthias Gallas
305
+	added missing Dutch language files for core modules
306
24-Feb-2008 Thomas Hornik
307
#	issue with menulink in upgrade-script. Fixed.
308
23-Feb-2008 Christian Sommer
309
!	suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor
310
#	fixed bug in upgrade script (WBMailer setting)
311
22-Feb-2008 Christian Sommer
312
#	some layout changes on the upgrade-script, fixed error in precheck
313
#	restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
314
20-Feb-2008 Thomas Hornik
315
!	added workaround for language sorting-problem
316
20-Feb-2008	Christian Sommer
317
!	added WYSIWYG DB update and missing WBMAILER settings to upgrade script (added some status messages)
318
!	modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)
319
#	added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)
320
!	Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)
321
19-Feb-2008	Matthias Gallas
322
!	Updated upgrade script
323
!	Changed language sorting from directory to name (needs additional to be escaped!)
324
+	added new languages to install script
325
#	fixed some issues and typos in languagefiles
326
18-Feb-2008 Thomas Hornik
327
+	Converted and added some old language-files (BG, CS, PL, RU)
328
18-Feb-2008	Christian Sommer
329
#	Fixed two broken links
330
!	Modified news module to create a default index.php during installation (directory spoofing)
331
17-Feb-2008	Matthias Gallas
332
-	Removed colloquially german language files as the filename causes issues
333
17-Feb-2008	Christian Sommer
334
!	removed German Umlauts in some language file (PHP comments)
335
#	fixed language bug (backend language switched to the pages language viewed in frontend)
336
16-Feb-2008	Thomas Hornik
337
!	updated upgrade-script (menulink)
338
13-Feb-2008 Thomas Hornik
339
+	allow externl links in menulink-module
340
#	fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section.
341
10-Feb-2008 Matthias Gallas
342
#	fixed some errors in standard german language file
343
+	added new colloquially german language file
344
10-Feb-2008 Thomas Hornik
345
#	CAPTCHA: Wrong text for calc_ttf-captcha. 
346
10-Feb-2008 Christian Sommer
347
#	fixed E_NOTICE warning with already defined module frontend constants
348
-	removed all stuff other than page_content from the blank template
349
!	adapted color for onmouseover effect
350
!	added disclaimer to the upgrade-script as the script is not sufficiently tested yet
351
!	made Website Header field in Settings visible per default
352
!	modified all templates (display Website Header, use show_menu instead of page_menu)
353
!	added highlighting of active input elements to all WB backend areas; changed some colors
354
!	removed hover highlighting of input fields to avoid possible confusion
355
!	added visualization of wrong/empty input fields
356
#	fixed a bug with re-enter admin password
357
09-Feb-2008 Christian Sommer
358
!	modified some colors and CSS definitions of pages, media and section interface
359
#	output_filter: fixed bug in regular expression (eats up characters in mailto links)
360
#	output_filter: removed word boundary from mailto regex part
361
#	fixed bug in menu_link module (IE 7 did not show the select boxes at all)
362
#	fixed bug in user signup
363
!	output_filter: added word boundary for the mailto regex part
364
09-Feb-2008 Thomas Hornwik
365
!	jsadmin: added latest changes from swen, fixes most (or all?) issues.
366
08-Feb-2008 Matthias Gallas
367
+	added kewyword id to all new files
368
08-Feb-2008 Christian Sommer
369
-	Removed admin module mail_filter
370
+	Added revised version of the output filter module
371
08-Feb-2008 Thomas Hornik
372
!	module news: set focus on captcha-field if user have to re-enter captcha
373
!	Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.
374
-	Removed unused function is_access_denied() from search
375
04-Feb-2008 Thomas Hornik
376
!	email-addresses are excluded from search-results page.
377
#	Fixed possible XSS in account/login.php and forgot-form.php
378
04-Feb-2008 Christian Sommer
379
#	allowed usage of tags in settings fields: website_header, website_footer
380
03-Feb-2008 Thomas Hornik
381
#	out-of-date default page isn't shown anymore, instead shows next public page.
382
#	fck_wbmodules.php: foreign privates pages in dropdown, fixed.
383
03-Feb-2008 Matthias Gallas
384
+	added kewyword id to all new files
385
02-Feb-2008 Christian Sommer
386
#	fixed wrong redirect in /admin/images
387
02-Feb-2008 Thomas Hornik
388
!	search shows email-addresses, even if email-filter is activated (on page with highlighting). Fixed.
389
+	Added missing text in languages files for jscalendar
390
!	settings: pages-directory '/' will be converted to '' (empty string) on save.
391
!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
392
#	fixed path in jscalendar-css
393
01-Feb-2008 Christian Sommer
394
#	Added default index.php to all folders (directory spoofing)
395
01-Feb-2008 Thomas Hornik
396
#	Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
397
#	Fixed possible XSS-vulnerability in wb/search/search.php
398
31-Jan-2008 Thomas Hornik
399
!	Adjusted clock-red icon to match wb colors
400
#	admin/pages: the parent dropdown-list in index.php and settings.php showed foreign private pages, too. Fixed.
401
+	Added multi-group to upgrade-script
402
30-Jan-2008 Christian Sommer
403
#	fixed bug with text Captcha (input was restricted to 10 chars.) and a small layout issue
404
30-Jan-2008 Thomas Hornik
405
#	registered pages didn't appear in menu. fixed.
406
!	Updated upgrade-script. (Some upgrades still missing)
407
29-Jan-2008 Thomas Hornik
408
#	strtotime()'s behavior differ in PHP4 and PHP5.
409
	Had to fix some issues in admin/pages/sections and module news.
410
#	Security bugfix: Text file for text-captcha was world-readable. Moved to database.
411
#	Text-captcha: empty line in text file, following a question, was accepted as answer. Fixed.
412
28-Jan-2008 Matthias Gallas
413
#	Replaced all special chars in language files with htmlentities or unicode
414
+	Added some missing lines in language files
415
+	Added missing keyword Id
416
28-Jan-2008 Christian Sommer
417
#	fixed issue with top bar icon alt tag
418
!	added some more backend layout modifications
419
!	corrected bug in NL.php language file
420
!	added missing session cookie forgotten in Changeset 593
421
!	added possibility to select the default backend language during installation process
422
!	Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)
423
#	Fixed some bugs in the Javascript Admin modul
424
28-Jan-2008 Thomas Hornik
425
+	Allow a user-supplied From-Name in form-settings for email und success-email.
426
!	changeset 627: menu_link and search/search.php needs some minor changes, too.
427
+	Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt
428
27-Jan-2008 Christian Sommer
429
!	fixed CSS background color of the installer CSS
430
!	replaced static text with variable text from language file
431
!	introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
432
!	added missing ID tags
433
27-Jan-2008 Christian Sommer
434
!	added missing ID tags
435
!	added default language for users to avoid empty language fields
436
27-Jan-2008 Matthias Gallas
437
+	added kewyword id to new file
438
#	Fixed some spelling errors in german language file
439
27-Jan-2008 Thomas Hornik
440
!	Module form: user supplied input isn't lost on captcha-failure anymore.
441
#	fixed 100%-cpu-load-event in CAPTCHA admin-tool.
442
+	Added Calc_ttf_image CAPTCHA.
443
!	Changed captcha/captcha.php to use table-layout for CAPTCHA.
444
!	Some minor changes in CAPTCHA-code.
445
!	Added some text to CAPTCHA admin-tool.
446
#	Module form: dropdown "success page" listed foreign private pages, too. Fixed.
447
+	Added preview-images for CAPTCHA.
448
!	Improved security: CAPTCHAS can't be loaded from outside WB
449
!	CAPTCHA ttf_image: added variant. Adjusted character-pool and one background for better readability.
450
26-Jan-2008 Christian Sommer
451
!	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) 
452
+	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
453
26-Jan-2008 Matthias Gallas
454
#	fixed bug in Javascript Admin module
455
+	Added new language files
456
+	Added keywords to files where they are missing
457
26-Jan-2008 Thomas Hornik
458
!	fixed some issues with CAPTCHA and ASP. Adjusted baseline of '*' in supplyed fonts to meet
459
	baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib verification.
460
	Improved ASP in news-module.
461
+	module news: added publish_until field to control the visibility of a news-posting by date and time
462
!	added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts.
463
	It should be very difficult for spam-bots to recognize intersected characters.
464
25-Jan-2008 Christian Sommer
465
!	removed changes introduced with changeset 593 (we need to think off if we want to implement that feature)
466
25-Jan-2008 Thomas Hornik
467
+	Added new CAPTCHA. Adapted core: signup and modules: news and form.
468
+	Added Advanced Spam Protection (ASP) to core: signup and modules news and form.
469
#	module news: it was possible to post comments to postings with commenting disabled
470
	or to inactive postings. Fixed
471
24-Jan-2008 Thomas Hornik
472
!	Generate filename in pages/ from page_title instead of menu_title.
473
24-Jan-2008 Christian Sommer
474
#	fixed bug in Codepress integration (if codepress framework not installed)
475
+	added language support to all integrated modules (except for news and form module)
476
#	fixed another E_NOTICE warning
477
24-Jan-2008 Matthias Gallas
478
+	Added keywords to files where they are missing
479
23-Jan-2008 Christian Sommer
480
+	Added German language file for WB 2.7
481
22-Jan-2008 Christian Sommer
482
+	Added language support for the Admin tools (backup, reload, mail_filter)
483
-	Removed all admin tool text outputs from global language file to module language files
484
!	Introduced language support for the overview page of the Admin tools
485
+	Added function get_variable_content to allow extraction of variable content without including files
486
!	Changed language support for Addons -> Moduls -> Details
487
22-Jan-2008 Matthias Gallas
488
+	Added keywords to new mail filter files
489
22-Jan-2008 Thomas Hornik
490
+	manage-sections: changed calendar-icon to clock-icon, added second icon to empty date-field.
491
21-Jan-2008 Christian Sommer
492
!	Removed the manage section icon from the page admin (sections managed by publish by date function) 
493
#	Fixed bug with the edit module CSS file implementation (IE7, Opera)
494
21-Jan-2008 Thomas Hornik
495
+	Unique session-identifier for each website baker installation. fixes #354
496
20-Jan-2008 Christian Sommer
497
#	fixed E_NOTICE-warning in save.php when input data was wrong
498
+	added the new admin tool email output filter which allows to transform
499
	emails before displaying them on the frontend
500
20-Jan-2008 Thomas Hornik
501
!	upgrade-script.php: fixed mysql_error() handling
502
!	upgrade-script.php: added code to update menu_links
503
#	fixed a typo in upgrade-script.php
504
!	updated admin/pages/sections.php to changed jscalendar-api from changeset 571
505
!	module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed 
506
#	fixed E_NOTICE-warning in news-module (about SECTION_ID in comment.php)
507
19-Jan-2008 Christian Sommer
508
!	Reduced the success time out and set WYSIWSY background to white
509
#	Fixed some errors in form module (only in conjunction with E_ALL)
510
!	Added support to configure the mailer settings via the backend
511
19-Jan-2008 Matthias Gallas
512
#	Fixed bug in news modul with missing variable PAGE_DIRECTORY
513
+	Added keywords to new files
514
19-Jan-2008 Thomas Hornik
515
-	Module news: removed old calendar
516
+	Module news: adapted news to use the new include/jscalendar
517
+	added installation-instructions to include/jscalendar
518
#	Module code: curly backets get deleted by pparse() from phplib. fixed
519
+	Module menu_link: added dropdown-listbox to select anchor
520
!	upgrade-script: added code to convert old menu_links to new ones (partly)
521
18-Jan-2008 Matthias Gallas
522
!	Updated news modul with features from the advanced news modul
523
!	Updated form modul with features from the advanced form modul
524
#	Fixed hardcoded /pages issue in intro page feature
525
+	Added example .htaccess to parse .html files, fixed bug in changeset 555
526
!	Revoked parts of changeset 547 and again introduced changeset 540
527
+	Added keywords to modules/fckeditor and all other new files
528
18-Jan-2008 Thomas Hornik
529
#	fixed two E_NOTICE-warnings in admin/pages/index.php
530
+	added new module-based search-function
531
+	added new publish-by-date code
532
17-Jan-2008 Christian Sommer
533
#	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
534
!	removed the PAGE_EXTENSION from frontend login
535
17-Jan-2008 Matthias Gallas
536
#	Reintroduced changes from changeset 520 and 540 wich where overwritten 
537
	by changeset 546
538
#	Revoked changeset 541 end removed all PAGE_EXTENSION variables and the related
539
	option in WB settings as this function only works on Apache Servers
540
	together with .htaccess and mod_rewrite
541
+	Added keywords to file menu_link/uninstall.php and new admintools files
542
17-Jan-2008 Christian Sommer
543
!	added the "users in multiple groups" feature (closes parts of ticket #546)
544
16-Jan-2008 Thomas Hornik
545
!	changed admin/pages/save.php to allow hidden config-elements in table search.
546
!	changed module menu_link: added table mod_menu_link, fixed page-deleting-bug,
547
	fixed odd behavior in case of menu_link as default-page.
548
#	changing PHP-error-level within website baker does not work - fixed (fixed ticket 532)
549
14-Jan-2008 Matthias Gallas
550
#	Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames.
551
	(!!Attention!! To get extenions other than .php working additional fixes are necessary!)
552
#	Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the
553
	pathes points to WB Corefiles with the page extension .php
554
#	Replaced hardcoded text in login.php with language variables (fixes ticket 386)
555
14-Jan-2008 Christian Sommer
556
!	added a missing </tr> tag
557
#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally 
558
	removed by Changeset 529 (enhanced pages admin)
559
13-Jan-2008 Christian Sommer
560
#	moved administration tools from Settings to the new section Admin-Tools
561
#	this bugfix closes the ticket 529 (WB upgrades modules with identical version)	
562
!	increased redirection time after success message, corrected HOME link of the login panel
563
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
564
#	this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
565
#	fixed error with redirection to admin panel after installation
566
12-Jan-2008 Christian Sommer
567
!	introduced smart URL detection for the 'View' menu in the WB backend
568
	(if page_id is set, redirect to this page instead of the root)
569
!	introduced the enhanced pages admin dialogue (thanks to icouto)
570
11-Jan-2008 Christian Sommer
571
+	added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
572
-	removed the hmtlarea files in /modules/htmlarea
573
!	set the fckeditor as the new default editor /install/save.php
574
!	Updated function: register_frontend_modfiles in /framework/frontend.functions.php
575
	(added constants MOD_FRONTEND_CSS_REGISTERED, MOD_FRONTEND_JAVASCRIPT_REGISTERED)
576
11-Jan-2008 Matthias Gallas
577
!	Update codepress to Version 0.9.6
578
!	Update phplib to Version 7.4a
579
09-Jan-2008 Matthias Gallas
580
!	Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
581
#	Fixed ticket #542 (Thanks to Thorn)
582
23-Dec-2007 Matthias Gallas
583
!	Changed all copyright notices to include now 2008
584
21-Sep-2007 Matthias Gallas
585
#	Fixed a typo in /framework/frontend.functions.php cause that websites using
586
	the new register_frontend_modifles() functions do not validate
587
24-Jan-2007 Christian Sommer
588
!	Replaced some core files to allow configuration of wbmailer via admin settings panel
589
------------------------------------- 2.6.7 -------------------------------------
590
02-Jan-2007 Christian Sommer
591
+	Added missing converting file for changeset [504]
592
------------------------------------- 2.6.6 -------------------------------------
593
01-Jul-2007 Matthias Gallas
594
#	Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
595
01-Jul-2007 Ryan Djurovich
596
#	Fixed bug where error message not displayed when script fails to create a page
597
#	Fixed bugs introduced in [484]
598
14-May-2007 Matthias Gallas
599
+	Added support for ISO-8859-6.(Thanks to thorn)
600
12-May-2007 Christian Sommer
601
+	Replaced functions page_css and page_javascript by register_frontend_modfiles
602
+	Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files
603
+	Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea)
604
+	Added the new function register_frontend_modfiles to the built in templates
605
08-May-2007 Matthias Gallas
606
+	Added wrapper to functions.php if mb_string is not available (Thanks to thorn)
607
+	Added new functions page_css and page_javascript to the built in templates
608
+	Added search highlight class to css files of the built in templates
609
30-Apr-2007 Matthias Gallas
610
#	Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
611
10-Apr-2007 Matthias Gallas
612
+	Optimized search and highlighting funktions (Thanks to thorn)
613
03-Apr-2007 Matthias Gallas
614
#	Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted
615
	in the pages directory (Special thanks to "Funky_MF" for the fix)
616
01-Apr-2007 Matthias Gallas
617
#	Fixed issues with some languages when UTF8 is used. Removed all htmlentites
618
	from the code (revoked changeset 396) and added new functions instead. Adapted the
619
	search and the highlighting to use the new functions. With this changes WB can now
620
	be used with charset UTF8 for all languages. Very special thanks to Thorn who wrote
621
	and tested this changes.
622
12-Mar-2007 Matthias Gallas
623
+	Added multilingual support to search
624
03-Mar-2007 Matthias Gallas
625
+	Added new function for highlighting search results in the content area
626
	(Special thanks to "thorn" and "Funky_MF")
627
#	Fixed some issues in search with special chars
628
	(Special thanks to "thorn" and "Funky_MF")
629
22-Feb-2007 Christian Sommer
630
#	Fixed bug in changeset 428 (page files were not deleted in /pages folder due to a typo in wb/framework/function.php)
631
16-Feb-2007 Christian Sommer
632
!	Suppressed PHP warnings and errors when reading empty intro.php
633
16-Feb-2007 Christian Sommer
634
#	Applied fix to enable parsing of PHP code in the intro.php 
635
12-Feb-2007 Christian Sommer
636
!	Added functions page_css and page_javascript which allow to include optional
637
	module files module.css and module.js into the <head> section. This allows to 
638
	create valid (X)HTML, as CSS definitions of modules are included in the head section
639
12-Feb-2007 Christian Sommer
640
!	Security enhancement (reduced number of login trials from 50 to 3)
641
02-Feb-2007 Matthias Gallas
642
#	Applied fix for ticket #380 (Thanks to pcwacht)
643
30-Jan-2007 Ryan Djurovich
644
#	Applied fix for ticket #376
645
29-Jan-2007 Matthias Gallas
646
+	Added new variable $MODULE_DESCRIPTION wich allows to have optional a language
647
	specific description of the modules in the language files of the modules.
648
21-Jan-2007 Matthias Gallas
649
#	Fixed issue in the search table entries of form modul
650
13-Jan-2007 Matthias Gallas
651
#	Fixed some bugs in rss.php
652
07-Jan-2007 Matthias Gallas
653
#	Fixed error when uninstalling the news modul
654
02-Jan-2007 Matthias Gallas
655
+   Added id keywords to all missing files
656
#	Fixed issue with Permissions for pages sections
657
27-Dec-2006 Matthias Gallas
658
#	Fixed form modul stores empty records
659
------------------------------------- 2.6.5 -------------------------------------
660
25-Dec-2006 Ryan Djurovich
661
!	Changed links to WB help website
662
24-Dec-2006 Matthias Gallas
663
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
664
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
665
!	Changed all copyright notices to include now 2007
666
23-Dec-2006 Matthias Gallas
667
#	Fixed IE allows to set a page as parent of itself (#320)
668
#	Fixed problem with Page Title has to be escaped (#287)
669
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
670
21-Dec-2006 Matthias Gallas
671
#	Fixed missing message when adding a site without page title (#300)
672
21-Dec-2006 Ryan Djurovich
673
#	Fixed bug with captcha script (#346)
674
20-Dec-2006 Matthias Gallas
675
#	Fixed Return to Search Results Page (#365)
676
!	Set Version to 2.6.5
677
-	Removed Changeset 365 because this will be a part of WB 2.7.x
678
#	Fixed a little typo error in class.admin.php (#364)
679
26-Nov-2006 Ryan Djurovich
680
+	Added new script that could possibly be apart of 2.7.x as a replacement
681
	for having the pages directory 
682
17-Nov-2006 Matthias Gallas
683
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
684
15-Nov-2006 Matthias Gallas
685
#	Fixed again intropage doesn't work (#71)
686
20-Oct-2006 Matthias Gallas
687
+	Added phpmailer class (thanks to doc)
688
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
689
+	Added List sorting in admin area (thanks to rsmith)
690
#	Fixed table width 100% are wrong displayed in container templates
691
	when IE is used (#350)
692
#	Fixed large space between menupoints in IE (#349)
693
#	Fixed Website description is not displayed when no page description
694
	available (#348)
695
#	Fixed group images in news modul cannot be stored (#342)
696
#	Fixed Typo in form/save_field.php (#341)
697
#	Fixed files in /pages/posts folder are not deleted (#340)
698
#	Fixed specialchars problem in the news modul (#339)
699
#	Fixed news modul stores empty records (#338)
700
#	Fixed Captcha didn't work in news comments (#337)
701
#	Fixed various php notices (#334)
702
+	Added new upgrade_function (thanks to kozmoz)
703
#	Fixed addons table isn't updated when a modul is updated (#332)
704
#	Fixed spelling errors in the signup2.php (#330)
705
#	Fixed MySQL 5.x missing default values for INT fields in all system
706
	and modules tables (#329)
707
#	Fixed installer does not insert admin user (#328)
708
+	Added support for getting page ID of page that referred search
709
	request (#327) (thanks to brofield)
710
#	Fixed search results generate invalid XHTML and notify warnings (#326)
711
Stefan Braunewell
712
#	Fixed Field 'last_reset' doesn't have a default value (#313)
713
+	Added get_post_escaped to wb class which automatically calls add_slashes
714
	on get_post output and used it in form/save_field.php
715
------------------------------------- 2.6.4 -------------------------------------
716
20-May-2006 Ryan Djurovich
717
#	Fixed security issues related to #237
718
#	Fixed typo in news save comment page (#282)
719
#	Fixed typo in news delete post page (#283)
720
!	Added multi-submission protection to form module (#119)
721
#	Added notice for when PHP Session Support appears to be disabled in installer,
722
	even if it is enabled and the problem actually lies in the users browser (#154)
723
19-May-2006 Ryan Djurovich
724
#	Fixed problem in forgotten login form where email field is too short (#207)
725
#	Fixed typo in forgotten login details email (#190)
726
15-May-2006 Stefan Braunewell
727
#	Fixed security issues (#237)
728
03-May-2006 Stefan Braunewell
729
#	Fixed problems with pre-2.6.0 modules in section list
730
#	Fixed e-mail bug caused by From: headers in internal mail function calls
731
	(#189)
732
#	E-mail validation in install script now accepts new top-level domains
733
	(#162)
734
#	Error status is now overwritten by next database query (#182)
735
#	Fixed obscure problem in htmlarea install script
736
------------------------------------- 2.6.3 -------------------------------------
737
19-Mar-2006 Stefan Braunewell
738
#	Fixed ticket #146: problems removing groups from viewers list of a page
739
16-Mar-2006 Stefan Braunewell
740
!	Changed link target selection. Now self, top and new. (Ticket #145)
741
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
742
	password pages.
743
#	Some changes to the SQL code in the install script for improved 
744
	compatibility with new MySQL versions
745
#	Fixed ticket #134 - error on browsing media.
746
+	Improved backup module: new choice between full database or WB-related
747
	backup.
748
#	Fixed ticket #141 - admin now sees all folders in media
749
#	Fixed e-mail sending problems due to additional parameter in mail call.
750
#	Applied fix regarding ticket #138: new users now get deleted if
751
	sending e-mail fails.
752
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten 
753
	password process
754
#	Removed duplicate expression from modules/news/install.php which caused
755
	problems in installation
756

    
757
01-Mar-2006 Stefan Braunewell
758
#	Fixed ticket #68 - Safari problem with displaying all parents.
759
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
760
	to fatal error.
761
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
762
------------------------------------- 2.6.2 -------------------------------------
763
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
764
#	Fixed ticket #104 - commas in form field descriptions not allowed.
765
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
766
	and expiration date is now set to time in the past.
767
#	Smart login not working.
768
!	Changed mail calls to new function $wb->mail.
769
#	Form: ticket 124 added captcha settings check 
770
#	Ticket 118 added formfield type to check for email/text 
771
#	Ticket 115 changed comparision /modules/form/view.php 
772
#	Added correct timecheck in form submissions
773
!	Changed captcha.php call to include timestamp
774
!	Changed the e-mail validation code and added a mail function to class wb.
775
!	Forgotten password: if sending of e-mail fails, restore old password.
776
	Ticket #110
777
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
778
!	Character encoding setting also affects admin backend.
779
	Mentioned in ticket #102.
780
!	Reintroduced page languages setting. If switched to off, page
781
	languages are only used to determine the language file for the
782
	universal texts. If on, displayed page and menu are affected by
783
	the language session variable.
784
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
785
	to set the number of levels to be show.
786
#	Fixed a bug where access settings of registered and private pages
787
	were displayed incorrectly.
788
#	Fixed captcha being cached.
789
#	Added an exit call after every heading("Location:...")
790
	redirector to prevent unwanted execution of code.
791
#	Bug #122. Replaced empty field check by check that setting name is
792
	not "wb_version".
793
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
794
#	Fixed bug #99 and two additional instances of typo 
795
	catpcha instead of captcha.
796
#	Fixed some typos
797
#	Fixed some notices and warnings.
798
#	Fixed bug #105 - back buttons in addon detail pages not editable.
799
!	Replace 'admin' by 'wb' in all account pages. 
800
!/#	Moved print_success and print_error code to class.wb.php.
801
	Added correct parameters to these functions in account pages. 
802
------------------------------------- 2.6.1 -------------------------------------
803
12-Dec-2005 Ryan Djurovich
804
#	Fixed security vulnerability in class.login.php
805
#	Fixed typo in EN language file
806
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
807
!	Added charset encoding to admin templates
808
!	Added extra code to check for selection of addon upon uninstalling
809
#	Fixed bugs in RSS news feeder
810
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
811
------------------------------------- 2.6.0 -------------------------------------
812
28-Nov-2005 Ryan Djurovich
813
+	Added default charset option to (advanced) settings
814
#	Form module email fields now have email address validation
815
#	Fixed spacing in form submissions
816
27-Nov-2005 Ryan Djurovich
817
+	Added captcha verification to sign-up form
818
+	Added Captcha to News module
819
24-Nov-2005 Stefan Braunewell
820
!	Applied aportale's patch to use label instead of javascript toggle code
821
20-Nov-2005 Ryan Djurovich
822
!	News mod now hides read more link if no need for it (see ticket #56)
823
+	Added support for mailto: links in the menu link mod
824
#	Added direct-access redirection on some files (see ticket #37)
825
+	Added extra characters to convert.php (see ticket #64)
826
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
827
29-Sep-2005 Ryan Djurovich
828
!	Cleaned up form buttons in Settings
829
!	Moved some options into Advanced Settings
830
#	Semi-disabled "separate" page trash option
831
+	Created a backup module/tool for backing-up the database
832
	(thanks to John (pcwacht) for the original code)
833
+	Created new "blank template", which can be used in case where you don't
834
	want anything wrapping page-content.
835
19-Sep-2005 Ryan Djurovich
836
+	Added _license field for all add-ons to specify a license
837
!	Renamed _designed_for variables (for all addons) to _platform
838
+	Created addons table for faster internal referencing of installed addons
839
!	Fixed some links, including the "Help" button in Admin
840
#	Used nl2br to display body correctly when viewing form-submissions
841
15-Sep-2005 Stefan Braunewell
842
+	Added table module with columns 'name','type' and 'directory' as an
843
	index.
844
+	Added entry to settings table 'wb_version' which holds the version
845
	number and can be utilized in future upgrade scripts.
846
!	Added upgrade functionality also for templates and languages.
847
#/!	Template/modules installation now respects paths.
848
!	Moved updates from config.php to database.
849
	Created initialize.php (required by config.php) to read settings.
850
11-Sep-2005 Stefan Braunewell
851
!	HTMLArea is now a module instead of a core component. Files moved
852
	from "include" to "modules".
853
+	Implemented Installation of modules on top of an older version. This is 
854
	done via checking $module_version. Instead of install.php, upgrade.php
855
	is then called if it exists in the module package. 
856
	For module developers: $module_version and $new_module_version are 
857
	accessible in upgrade.php to find out what upgrade steps need to be taken.
858
!	Changed column names in mod_news_posts from short,long to content_short,
859
	content_long.
860
09-Sep-2005 Stefan Braunewell
861
+	Added new advanced setting "Rename Files On Upload". File extensions can be
862
	given so that respective files will have a ".txt" appended on media upload.
863
#	Fixed "None found" message bug when user has no top level page edit
864
	rights.
865
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
866
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
867
+	Added utf-8 character encoding meta tag into all stock templates.
868
#	Fixed bug when changing a page's parent
869
!	Changed the way blocks are treated. Added new frontend class attribute
870
	default_block_content that controls what is shown on pages such as
871
	search, login, etc. (Ticket #16)
872
+	Added support for WYSIWYG editor modules (wysiwygmod)
873
+	When trying to access a registered page, user is automatically redirected
874
	there on successful login.
875
#	Fixed various issues with system search (mainly related to stripslashes()
876
#	Removed stripslashes() in many places in the code. Added check for
877
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
878
	is independent of magic_quotes setting..
879
05-Sep-2005 Stefan Braunewell
880
#	Fixed bug concerning direct access of preferences page.
881
#	Reworked page visibility and menu item visibility code (frontend login
882
	problem).
883
#	Pages in link list in htmlarea popup are now correctly ordered.
884
#	Fixed bug where group with existing name can be added.
885
04-Sep-2005 Ryan Djurovich
886
+	Added and RSS newsfeed script to the News module
887
04-Sep-2005 Stefan Braunewell
888
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
889
#	Fixed some occurrences of potential direct access path disclosure
890
#	Added directory check to browse.php to prevent xss exploit by trusted users.
891
!	Updated code to reflect move to Subversion repository system.
892
27-Aug-2005 Stefan Braunewell
893
#	Fixed bugs 4,5,6,8,9 in bug tracker
894
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
895
	A GET['lang'] now sets the session language variable.
896
26-Aug-2005 Stefan Braunewell
897
!	Moved redundant code into the new class functions. Created 
898
	'compatibility.php' for backward compatibility with
899
	modules and templates. Variables and functions can still be accessed
900
	in the old way.
901
!/+	Reorganized core frontend files, added new base class 'wb' from
902
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
903
	function into new class. Completely rewrote core index.php.
904
	Now all variables and functions that are available to templates and
905
	modules are attributes and methods of the frontend and the wb classes
906
------------------------------------- 2.5.2 -------------------------------------
907
23-Jun-2005 Ryan Djurovich
908
!	create_access_file now creates all parent directories if needed
909
#	Fixed bug when moving page with subpages to another level
910
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
911
#	Fixed bug where query was not setting error correctly in class.database.php
912
22-Jun-2005 Ryan Djurovich
913
#	Fixed bug where template permissions were not saved when a adding group
914
21-Jun-2005 Ryan Djurovich
915
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
916
#	Fixed language problems in some area's of Admin. (Bug #70)
917
#	Added a space in website/page keywords (Bug #69)
918
#	Fixed bugs on settings2.php (Bug #52)
919
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
920
13-Jun-2005 Ryan Djurovich
921
#	Fixed bug (#88) with news module
922
!	Title of Administration login page now taken from language file (Bug #72)
923
#	Fixed redirection admin/home to admin/start on admin/index.php
924
#	Fixed bug with forgotten password page in admin (Bug #81)
925
25-Apr-2005 Ryan Djurovich
926
#	Fixed numerous bugs with module uninstallation
927
#	Fixed bug when uploading files in Administration -> Media
928
!	Installer no-longer requires you to accept the GNU GPL
929
------------------------------------- 2.5.1 -------------------------------------
930
16-Apr-2005 Ryan Djurovich
931
#	Fixed two bugs with account login/logout
932
------------------------------------- 2.5.1 -------------------------------------
933
15-Apr-2005 Ryan Djurovich
934
#	Fixed bug where non-english characters can get used in page filenames. Many
935
	measuers have been added (including a new file: wb/framework/convert.php),
936
	to prevent any possible errors that can occur in page filenames.
937
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
938
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
939
#	Fixed bug where search and account pages are shown in every block
940
	that is in a template
941
#	Fixed numerous bugs with media home directories feature
942
10-Apr-2005 Ryan Djurovich
943
#	Fixed bugs in account/login.php and logout.php where users
944
	gets redirected to /pages
945
------------------------------------- 2.5.0 -------------------------------------
946
08-Apr-2005 Ryan Djurovich
947
-	Removed section language feature
948
+	Added page language feature (replaces need for sections language feature)
949
#	Fixed bug where pages using menu_link module can have the URL changed
950
-	Page directory no longer stored in link field in pages table, it is now added
951
	when the page_link function is called - this makes changing the pages
952
	directory much easier and quicker
953
!	Pages with visibility of "none" are now no longer directly accessable
954
+	Added new visibility setting "hidden", acts exactly like none did previously
955
!	Template info file can now specify number of menu's available and relative names
956
!	Template info file can now specify number of blocks's available and relative names
957
------------------------------------- 2.4.3 -------------------------------------
958
07-Apr-2005 Ryan Djurovich
959
#	page_filename function has been rewritten using str_replace
960
	function, which should be faster and will allow characters
961
	from other languages into filenames
962
!	Created new media_filename function, which is now used
963
	by all media functions (create,upload,rename) to determine
964
	which characters should be removed from a desired filename
965
+	New button in Administration page list to view specific page
966
#	Updated the page_link function to now be compatible with menu link
967
	module when setting pages directory to root
968
#	Fixed bugs in search when using "Any Words" option
969
#	Fixed bug with news module when pages directory set to root
970
!	Changed URL of documentation website on Administration Start page
971
------------------------------------- 2.4.2 -------------------------------------
972
05-Apr-2005 Ryan Djurovich
973
#	Fixed bug where file could be renamed to nothing in Media
974
!	Optimised Media create folder, upload file, and rename functions
975
#	Fixed bug where stripslashes not run on news post titles in admin
976
05-Apr-2005 Stefan Braunewell
977
#	Fixed bug concerning usage of the private_sql variable
978
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
979
------------------------------------- 2.4.1 -------------------------------------
980
04-Apr-2005 Ryan Djurovich
981
!	Pages with visibility of "none" are again directly accessable
982
#	Fixed bugs regarding renaming files and directories in Media section
983
!	When home folders disabled, all folders now visible in Media section
984
------------------------------------- 2.4.0 -------------------------------------
985
03-Apr-2005 Ryan Djurovich
986
-	Removed recently added visibility setting of "heading", and relative config vars
987
+	Added new "menu" field to pages table, and new setting "multiple menus"
988
	which replaces the need for the menu headings feature
989
+	Added links to top of groups and users sections, linking to each other
990
!	Change menu width in "Round" template to 170px (was 150px)
991
#	Change page "are you sure" deletion message to mention that it will delete
992
	all sub-pages as well
993
#	Fixed many bugs with news module when viewing posts by group
994
!	Pages with visibility of "none" are now no longer directly accessable
995
02-Apr-2005 Ryan Djurovich
996
-	Removed need to specify DB_URL when calling database class
997
#	Stopped fields without a type specified from being shown in form mod
998
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
999
	for insert link and insert image
1000
+	Added setting which allows you to specify the default WYSIWYG style
1001
+	Added "Server Email" option, to specify what is used in "From" field when
1002
	sending emails using the PHP mail function. Default is admins email address.
1003
#	Search now excludes pages which have a visibility of none or heading
1004
!	Pages are now given modified_when and modified_by when added
1005
01-Apr-2005 Ryan Djurovich
1006
+	Added option to News module to specify how many posts should be listed
1007
	per page (by default it is set to unlimited, which functions like previous version)
1008
#	Added stripslashes when display page titles in search
1009
+	Page descriptions and last updated date now shown in search by default
1010
30-Mar-2005 Ryan Djurovich
1011
+	Added new feature for Media home folders, where a folder can be specified
1012
	for a specific user or group of users only
1013
!	Changed URL of Help button to http://www.websitebaker.org/docs/
1014
+	Added new feature for "Page Trash" - two modes available: inline and separate
1015
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
1016
	up a level)
1017
29-Mar-2005 Ryan Djurovich
1018
-	Removed Database Settings from Administration Settings (options will not be
1019
	available in 3.x, so trying to match interface with WB 3.x plans
1020
!	Changed the name of Path Settings to Filesystem Settings in Administration
1021
	Settings, and removed ability to change path/url options - matching interface
1022
	plans for WB 3.x
1023
+	Added same options for OS and file permissions as installer to Settings
1024
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
1025
28-Mar-2005 Ryan Djurovich
1026
+	New functions available to templates to simplify creation of them. This aims
1027
	to "future-proof" templates for WB 3.x plans.
1028
!	Default templates updated to support some of the new functions
1029
+	Added field to pages table "page_trail" which stores a list of the pages
1030
	parents. This field was needed by the new page_menu function
1031
+	Added option for page visibility "heading" to enabled support for multiple
1032
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
1033
+	Added option for page visibility "registered", which acts a little like
1034
	private, but is still shown in the menu (although users need to log in to view
1035
	the pages content)
1036
+	Form module submissions now saved to database, and feature now added to
1037
	limit number of submissions per hour to prevent spamming
1038
+	New field for Form module: email. Allows you to specify their email in
1039
	"from" field on module settings.
1040
#	Fixed bug when displaying comments in News module (WB Bug #14)
1041
+	New "under contruction" message if no pages exist
1042
!	Cleaned-up wb/index.php
1043
27-Mar-2005 Ryan Djurovich
1044
+	Created advanced mkdir and chmod functions
1045
#	Fixed bug in media where wrong file/folder is deleted
1046
+	Complete overhall of installer - now only one step! It has been greatly
1047
	simplified in many ways, has much better validation, reports error much more
1048
	nicely, and automatically logs the user into the Administrations
1049
+	Must now specify OS type - allows for customizable file permission settings
1050
+	Sections can now have a language code assigned to them
1051
+	Sections can now have a block name/id assigned to them
1052
!	Home section of Administration renamed to Start, to save confusion with saying
1053
	Homepage (because this term could either mean the main website or Home section
1054
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
1055
!	Moved Users and Groups sections under Access section. This aims to unify the
1056
	interface with WB 3.x plans, which help to unclutter the menu
1057
!	Interface for Settings section has been imporved for usability purposes
1058
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
1059
	by placing media list inside an iframe
1060
#	Fixed stripslashes problem for viewing news comments
1061
!	Added code from Formesque module (an advanced version of the original Form
1062
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
1063
	interface improvements for select box/checkbox group/radio group options.
1064
#	Possibly fixed bugs where an S appears before file and dir modes
1065
#	Fixed bug where users can be added with same emails (in Administration)
1066
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
1067
	makes code more bulky, and removing it will decrease package size a lot
1068
+	New "homepage redirect" option so first page is included and not redirected to
1069
#	Fixed text not being shown when module uninstalled
1070
!	Imporved interface for basic group permissions
1071
26-Mar-2005 Stefan Braunewell
1072
#	Fixed bug with front-end logins
1073
#	Fixed bug when saving intro page 
1074
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
1075
#	Fixed bugs concerning moving/deleting pages
1076
#	Fixed list of parents in page settings
1077
#	Fixed mkdir without mode parameter
1078
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
1079
+	Added support for PAGES_DIRECTORY set to root
1080
+	Search form now supports quotes (thanks to Manafta)
1081
#	Fixed page section ordering
1082
#	News items are displayed with name of poster instead of "Unknown"
1083
#	Deletion confirmation popup window in media section now shows correct file name
1084
------------------------------------- 2.3.1 -------------------------------------
1085
03-Fed-2005 Ryan Djurovich
1086
+	Now there is two types of "filesystem modes", one for directories and one
1087
	for files. Having different settings is very common for most servers, so
1088
	this addition should fix many problems people had with 2.3.0.
1089
-	Removed filesystem mode options from installation
1090
!	Removed duplicate text on installation step 3 for timezone
1091
!	All "access files" for the news module now stored in pages/posts instead
1092
	of a sub-dir relative to the page (this fixes many bugs)
1093
#	Fixed major bugs when deleting pages with sub-pages
1094
!	Removed the restrictions that prevent a user for changing a pages level
1095
#	Fixed bug with "toggle" plus/minus in IE for pages list
1096
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
1097
------------------------------------- 2.3.0 -------------------------------------
1098
26-Jan-2005 Ryan Djurovich
1099
#	Fixed bug in framework/functions.php that made root parent always equal 8
1100
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
1101
#	Fixed SQL-query on line 172, placing a / after $old_link
1102
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
1103
	admin/pages/settings2.php
1104
#	Added ordering cleaning to delete_post.php on line 53 for news module
1105
!	GMT option is selected for "Default Timezone" in the installer, instead
1106
	of the old "Please select" message (which had the same value as GMT)
1107
28-Jan-2005 Ryan Djurovich
1108
!	Ability to specify the chmod number when WB uploads files, etc.
1109
!	Modified file headers (copyright/license notice) so they now look almost the
1110
	same, independant of font. Also, it now covers copyright for 2005.
1111
30-Jan-2005 Ryan Djurovich
1112
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
1113
	table when a page is deleted.
1114
+	New 'Smart Login' prevents users from using external password managers,
1115
	and can be set to remember the users password using cookies.
1116
!	SourceForge CVS module now called websitebaker2 (instead of just
1117
	websitebaker). Also, all file versions have been reset.
1118
01-Fed-2005 Ryan Djurovich
1119
!	Added code to prevent from changing a pages level (it simply disables
1120
	the select box), to prevent many possible bugs.
1121
------------------------------------- 2.2.4 -------------------------------------
1122
23-Dec-2004 Ryan Djurovich
1123
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
1124
#	Fixed multi-language support in search
1125
+	Added more detailed options to list of PHP error reporting level's
1126
-	Removed ability to change language and PHP error reporting level
1127
	on installation to make things easier for newbie's
1128
+	Ability to select custom spacer for page filename's
1129
!	Changed the way a language code is found on language installation
1130
+	Added template permissions to groups
1131
#	Fixed bug when trying to change email from Preferences (admin and frontend)
1132
#	Fixed bug with auto-selection of "System Default" for Preferences
1133
!	News module now use's WYSIWYG for modifying news posts
1134
+	Ability to specify both the pages and media target directories
1135
------------------------------------ 2.2.3-c ------------------------------------
1136
22-Dec-2004 Ryan Djurovich
1137
#	Fixed problem with DB password being reset if Settings saved in basic mode
1138
------------------------------------ 2.2.3-b ------------------------------------
1139
21-Dec-2004 Ryan Djurovich
1140
#	Fixed minor bug on admin templates section
1141
#	Fixed bug on rename.php and rename2.php in admin media section
1142
------------------------------------- 2.2.3 -------------------------------------
1143
20-Dec-2004 Ryan Djurovich
1144
+	Added WB release version in Administration (top right corner)
1145
!	New option to prevent users from adding level 0 pages
1146
#	Fixed bug when deleting post's in News module
1147
+	Added new field in pages table for "root" parent (level 0 parent), for
1148
	extra flexability in creating templates
1149
!	Round template now supports unlimited page levels
1150
------------------------------------- 2.2.2 -------------------------------------
1151
18-Dec-2004 Ryan Djurovich
1152
+	New option under Search Settings for selecting custom template for search
1153
+	New option when changing page settings to set the target
1154
#	Fixed error when saving a user after editing
1155
!	Users can now modify sub-page if they dont have permissions on the parent
1156
------------------------------------- 2.2.1 -------------------------------------
1157
15-Dec-2004 Ryan Djurovich
1158
#	Fixed bug when changing password on preferences form (front-end)
1159
#	Fixed bug when retrieving user details (administration)
1160
#	Added check to see if module, template, or language is in use when deleting
1161
#	Fixed up email that is sent to user from a submitted form
1162
#	Fixed major problem with module permissions which stopped it from working
1163
------------------------------------- 2.2.0 -------------------------------------
1164
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
1165
+	Multiple-level page support
1166
+	Multiple section's for pages (including interface)
1167
!	Removed text created using two words on all areas
1168
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
1169
	this is for better language support
1170
+	Added Languages section
1171
!	Moved Templates and Modules under Add-ons section
1172
!	Changed name of "Default" template to "Round"
1173
+	Added "All CSS" template
1174
+	Added "Jump"
1175
+	Added 
1176
!	Modified "Box" template to support multiple page levels
1177
+	Added "Menu Link" module
1178
+	Added "News" module
1179
+	Added "Code" module
1180
+	Added "Form" module
1181
+	Added "Wrapper" module
1182
!	Changed name of "Normal Page" module to "WYSIWYG"
1183
+	Created new admin wrapper script to ease module develpment
1184
+	Media now automatically creates index.php file for every
1185
	sub-folder made (for security purposes)
1186
!	Change "Help" link in Administration menu so it now directs
1187
	to the the new Website Baker documentation website found at:
1188
	http://www.websitebaker.org/documentation
1189
!	Password is now required to change email in preferences
1190
+	User can now select custom Language and Date & Time Formats
1191
+	Added search functionality, with three different "methods":
1192
	1. Using all words  2. Using any words  3. Exact match
1193
+	Added native MySQL database support
(1-1/5)