Project

General

Profile

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

    
5
$Id: CHANGELOG 816 2008-04-07 19:28:24Z doc $
6

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

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

    
580
01-Mar-2006 Stefan Braunewell
581
#	Fixed ticket #68 - Safari problem with displaying all parents.
582
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
583
	to fatal error.
584
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
585
------------------------------------- 2.6.2 -------------------------------------
586
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
587
#	Fixed ticket #104 - commas in form field descriptions not allowed.
588
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
589
	and expiration date is now set to time in the past.
590
#	Smart login not working.
591
!	Changed mail calls to new function $wb->mail.
592
#	Form: ticket 124 added captcha settings check 
593
#	Ticket 118 added formfield type to check for email/text 
594
#	Ticket 115 changed comparision /modules/form/view.php 
595
#	Added correct timecheck in form submissions
596
!	Changed captcha.php call to include timestamp
597
!	Changed the e-mail validation code and added a mail function to class wb.
598
!	Forgotten password: if sending of e-mail fails, restore old password.
599
	Ticket #110
600
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
601
!	Character encoding setting also affects admin backend.
602
	Mentioned in ticket #102.
603
!	Reintroduced page languages setting. If switched to off, page
604
	languages are only used to determine the language file for the
605
	universal texts. If on, displayed page and menu are affected by
606
	the language session variable.
607
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
608
	to set the number of levels to be show.
609
#	Fixed a bug where access settings of registered and private pages
610
	were displayed incorrectly.
611
#	Fixed captcha being cached.
612
#	Added an exit call after every heading("Location:...")
613
	redirector to prevent unwanted execution of code.
614
#	Bug #122. Replaced empty field check by check that setting name is
615
	not "wb_version".
616
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
617
#	Fixed bug #99 and two additional instances of typo 
618
	catpcha instead of captcha.
619
#	Fixed some typos
620
#	Fixed some notices and warnings.
621
#	Fixed bug #105 - back buttons in addon detail pages not editable.
622
!	Replace 'admin' by 'wb' in all account pages. 
623
!/#	Moved print_success and print_error code to class.wb.php.
624
	Added correct parameters to these functions in account pages. 
625
------------------------------------- 2.6.1 -------------------------------------
626
12-Dec-2005 Ryan Djurovich
627
#	Fixed security vulnerability in class.login.php
628
#	Fixed typo in EN language file
629
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
630
!	Added charset encoding to admin templates
631
!	Added extra code to check for selection of addon upon uninstalling
632
#	Fixed bugs in RSS news feeder
633
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
634
------------------------------------- 2.6.0 -------------------------------------
635
28-Nov-2005 Ryan Djurovich
636
+	Added default charset option to (advanced) settings
637
#	Form module email fields now have email address validation
638
#	Fixed spacing in form submissions
639
27-Nov-2005 Ryan Djurovich
640
+	Added captcha verification to sign-up form
641
+	Added Captcha to News module
642
24-Nov-2005 Stefan Braunewell
643
!	Applied aportale's patch to use label instead of javascript toggle code
644
20-Nov-2005 Ryan Djurovich
645
!	News mod now hides read more link if no need for it (see ticket #56)
646
+	Added support for mailto: links in the menu link mod
647
#	Added direct-access redirection on some files (see ticket #37)
648
+	Added extra characters to convert.php (see ticket #64)
649
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
650
29-Sep-2005 Ryan Djurovich
651
!	Cleaned up form buttons in Settings
652
!	Moved some options into Advanced Settings
653
#	Semi-disabled "separate" page trash option
654
+	Created a backup module/tool for backing-up the database
655
	(thanks to John (pcwacht) for the original code)
656
+	Created new "blank template", which can be used in case where you don't
657
	want anything wrapping page-content.
658
19-Sep-2005 Ryan Djurovich
659
+	Added _license field for all add-ons to specify a license
660
!	Renamed _designed_for variables (for all addons) to _platform
661
+	Created addons table for faster internal referencing of installed addons
662
!	Fixed some links, including the "Help" button in Admin
663
#	Used nl2br to display body correctly when viewing form-submissions
664
15-Sep-2005 Stefan Braunewell
665
+	Added table module with columns 'name','type' and 'directory' as an
666
	index.
667
+	Added entry to settings table 'wb_version' which holds the version
668
	number and can be utilized in future upgrade scripts.
669
!	Added upgrade functionality also for templates and languages.
670
#/!	Template/modules installation now respects paths.
671
!	Moved updates from config.php to database.
672
	Created initialize.php (required by config.php) to read settings.
673
11-Sep-2005 Stefan Braunewell
674
!	HTMLArea is now a module instead of a core component. Files moved
675
	from "include" to "modules".
676
+	Implemented Installation of modules on top of an older version. This is 
677
	done via checking $module_version. Instead of install.php, upgrade.php
678
	is then called if it exists in the module package. 
679
	For module developers: $module_version and $new_module_version are 
680
	accessible in upgrade.php to find out what upgrade steps need to be taken.
681
!	Changed column names in mod_news_posts from short,long to content_short,
682
	content_long.
683
09-Sep-2005 Stefan Braunewell
684
+	Added new advanced setting "Rename Files On Upload". File extensions can be
685
	given so that respective files will have a ".txt" appended on media upload.
686
#	Fixed "None found" message bug when user has no top level page edit
687
	rights.
688
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
689
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
690
+	Added utf-8 character encoding meta tag into all stock templates.
691
#	Fixed bug when changing a page's parent
692
!	Changed the way blocks are treated. Added new frontend class attribute
693
	default_block_content that controls what is shown on pages such as
694
	search, login, etc. (Ticket #16)
695
+	Added support for WYSIWYG editor modules (wysiwygmod)
696
+	When trying to access a registered page, user is automatically redirected
697
	there on successful login.
698
#	Fixed various issues with system search (mainly related to stripslashes()
699
#	Removed stripslashes() in many places in the code. Added check for
700
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
701
	is independent of magic_quotes setting..
702
05-Sep-2005 Stefan Braunewell
703
#	Fixed bug concerning direct access of preferences page.
704
#	Reworked page visibility and menu item visibility code (frontend login
705
	problem).
706
#	Pages in link list in htmlarea popup are now correctly ordered.
707
#	Fixed bug where group with existing name can be added.
708
04-Sep-2005 Ryan Djurovich
709
+	Added and RSS newsfeed script to the News module
710
04-Sep-2005 Stefan Braunewell
711
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
712
#	Fixed some occurrences of potential direct access path disclosure
713
#	Added directory check to browse.php to prevent xss exploit by trusted users.
714
!	Updated code to reflect move to Subversion repository system.
715
27-Aug-2005 Stefan Braunewell
716
#	Fixed bugs 4,5,6,8,9 in bug tracker
717
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
718
	A GET['lang'] now sets the session language variable.
719
26-Aug-2005 Stefan Braunewell
720
!	Moved redundant code into the new class functions. Created 
721
	'compatibility.php' for backward compatibility with
722
	modules and templates. Variables and functions can still be accessed
723
	in the old way.
724
!/+	Reorganized core frontend files, added new base class 'wb' from
725
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
726
	function into new class. Completely rewrote core index.php.
727
	Now all variables and functions that are available to templates and
728
	modules are attributes and methods of the frontend and the wb classes
729
------------------------------------- 2.5.2 -------------------------------------
730
23-Jun-2005 Ryan Djurovich
731
!	create_access_file now creates all parent directories if needed
732
#	Fixed bug when moving page with subpages to another level
733
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
734
#	Fixed bug where query was not setting error correctly in class.database.php
735
22-Jun-2005 Ryan Djurovich
736
#	Fixed bug where template permissions were not saved when a adding group
737
21-Jun-2005 Ryan Djurovich
738
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
739
#	Fixed language problems in some area's of Admin. (Bug #70)
740
#	Added a space in website/page keywords (Bug #69)
741
#	Fixed bugs on settings2.php (Bug #52)
742
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
743
13-Jun-2005 Ryan Djurovich
744
#	Fixed bug (#88) with news module
745
!	Title of Administration login page now taken from language file (Bug #72)
746
#	Fixed redirection admin/home to admin/start on admin/index.php
747
#	Fixed bug with forgotten password page in admin (Bug #81)
748
25-Apr-2005 Ryan Djurovich
749
#	Fixed numerous bugs with module uninstallation
750
#	Fixed bug when uploading files in Administration -> Media
751
!	Installer no-longer requires you to accept the GNU GPL
752
------------------------------------- 2.5.1 -------------------------------------
753
16-Apr-2005 Ryan Djurovich
754
#	Fixed two bugs with account login/logout
755
------------------------------------- 2.5.1 -------------------------------------
756
15-Apr-2005 Ryan Djurovich
757
#	Fixed bug where non-english characters can get used in page filenames. Many
758
	measuers have been added (including a new file: wb/framework/convert.php),
759
	to prevent any possible errors that can occur in page filenames.
760
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
761
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
762
#	Fixed bug where search and account pages are shown in every block
763
	that is in a template
764
#	Fixed numerous bugs with media home directories feature
765
10-Apr-2005 Ryan Djurovich
766
#	Fixed bugs in account/login.php and logout.php where users
767
	gets redirected to /pages
768
------------------------------------- 2.5.0 -------------------------------------
769
08-Apr-2005 Ryan Djurovich
770
-	Removed section language feature
771
+	Added page language feature (replaces need for sections language feature)
772
#	Fixed bug where pages using menu_link module can have the URL changed
773
-	Page directory no longer stored in link field in pages table, it is now added
774
	when the page_link function is called - this makes changing the pages
775
	directory much easier and quicker
776
!	Pages with visibility of "none" are now no longer directly accessable
777
+	Added new visibility setting "hidden", acts exactly like none did previously
778
!	Template info file can now specify number of menu's available and relative names
779
!	Template info file can now specify number of blocks's available and relative names
780
------------------------------------- 2.4.3 -------------------------------------
781
07-Apr-2005 Ryan Djurovich
782
#	page_filename function has been rewritten using str_replace
783
	function, which should be faster and will allow characters
784
	from other languages into filenames
785
!	Created new media_filename function, which is now used
786
	by all media functions (create,upload,rename) to determine
787
	which characters should be removed from a desired filename
788
+	New button in Administration page list to view specific page
789
#	Updated the page_link function to now be compatible with menu link
790
	module when setting pages directory to root
791
#	Fixed bugs in search when using "Any Words" option
792
#	Fixed bug with news module when pages directory set to root
793
!	Changed URL of documentation website on Administration Start page
794
------------------------------------- 2.4.2 -------------------------------------
795
05-Apr-2005 Ryan Djurovich
796
#	Fixed bug where file could be renamed to nothing in Media
797
!	Optimised Media create folder, upload file, and rename functions
798
#	Fixed bug where stripslashes not run on news post titles in admin
799
05-Apr-2005 Stefan Braunewell
800
#	Fixed bug concerning usage of the private_sql variable
801
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
802
------------------------------------- 2.4.1 -------------------------------------
803
04-Apr-2005 Ryan Djurovich
804
!	Pages with visibility of "none" are again directly accessable
805
#	Fixed bugs regarding renaming files and directories in Media section
806
!	When home folders disabled, all folders now visible in Media section
807
------------------------------------- 2.4.0 -------------------------------------
808
03-Apr-2005 Ryan Djurovich
809
-	Removed recently added visibility setting of "heading", and relative config vars
810
+	Added new "menu" field to pages table, and new setting "multiple menus"
811
	which replaces the need for the menu headings feature
812
+	Added links to top of groups and users sections, linking to each other
813
!	Change menu width in "Round" template to 170px (was 150px)
814
#	Change page "are you sure" deletion message to mention that it will delete
815
	all sub-pages as well
816
#	Fixed many bugs with news module when viewing posts by group
817
!	Pages with visibility of "none" are now no longer directly accessable
818
02-Apr-2005 Ryan Djurovich
819
-	Removed need to specify DB_URL when calling database class
820
#	Stopped fields without a type specified from being shown in form mod
821
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
822
	for insert link and insert image
823
+	Added setting which allows you to specify the default WYSIWYG style
824
+	Added "Server Email" option, to specify what is used in "From" field when
825
	sending emails using the PHP mail function. Default is admins email address.
826
#	Search now excludes pages which have a visibility of none or heading
827
!	Pages are now given modified_when and modified_by when added
828
01-Apr-2005 Ryan Djurovich
829
+	Added option to News module to specify how many posts should be listed
830
	per page (by default it is set to unlimited, which functions like previous version)
831
#	Added stripslashes when display page titles in search
832
+	Page descriptions and last updated date now shown in search by default
833
30-Mar-2005 Ryan Djurovich
834
+	Added new feature for Media home folders, where a folder can be specified
835
	for a specific user or group of users only
836
!	Changed URL of Help button to http://www.websitebaker.org/docs/
837
+	Added new feature for "Page Trash" - two modes available: inline and separate
838
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
839
	up a level)
840
29-Mar-2005 Ryan Djurovich
841
-	Removed Database Settings from Administration Settings (options will not be
842
	available in 3.x, so trying to match interface with WB 3.x plans
843
!	Changed the name of Path Settings to Filesystem Settings in Administration
844
	Settings, and removed ability to change path/url options - matching interface
845
	plans for WB 3.x
846
+	Added same options for OS and file permissions as installer to Settings
847
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
848
28-Mar-2005 Ryan Djurovich
849
+	New functions available to templates to simplify creation of them. This aims
850
	to "future-proof" templates for WB 3.x plans.
851
!	Default templates updated to support some of the new functions
852
+	Added field to pages table "page_trail" which stores a list of the pages
853
	parents. This field was needed by the new page_menu function
854
+	Added option for page visibility "heading" to enabled support for multiple
855
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
856
+	Added option for page visibility "registered", which acts a little like
857
	private, but is still shown in the menu (although users need to log in to view
858
	the pages content)
859
+	Form module submissions now saved to database, and feature now added to
860
	limit number of submissions per hour to prevent spamming
861
+	New field for Form module: email. Allows you to specify their email in
862
	"from" field on module settings.
863
#	Fixed bug when displaying comments in News module (WB Bug #14)
864
+	New "under contruction" message if no pages exist
865
!	Cleaned-up wb/index.php
866
27-Mar-2005 Ryan Djurovich
867
+	Created advanced mkdir and chmod functions
868
#	Fixed bug in media where wrong file/folder is deleted
869
+	Complete overhall of installer - now only one step! It has been greatly
870
	simplified in many ways, has much better validation, reports error much more
871
	nicely, and automatically logs the user into the Administrations
872
+	Must now specify OS type - allows for customizable file permission settings
873
+	Sections can now have a language code assigned to them
874
+	Sections can now have a block name/id assigned to them
875
!	Home section of Administration renamed to Start, to save confusion with saying
876
	Homepage (because this term could either mean the main website or Home section
877
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
878
!	Moved Users and Groups sections under Access section. This aims to unify the
879
	interface with WB 3.x plans, which help to unclutter the menu
880
!	Interface for Settings section has been imporved for usability purposes
881
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
882
	by placing media list inside an iframe
883
#	Fixed stripslashes problem for viewing news comments
884
!	Added code from Formesque module (an advanced version of the original Form
885
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
886
	interface improvements for select box/checkbox group/radio group options.
887
#	Possibly fixed bugs where an S appears before file and dir modes
888
#	Fixed bug where users can be added with same emails (in Administration)
889
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
890
	makes code more bulky, and removing it will decrease package size a lot
891
+	New "homepage redirect" option so first page is included and not redirected to
892
#	Fixed text not being shown when module uninstalled
893
!	Imporved interface for basic group permissions
894
26-Mar-2005 Stefan Braunewell
895
#	Fixed bug with front-end logins
896
#	Fixed bug when saving intro page 
897
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
898
#	Fixed bugs concerning moving/deleting pages
899
#	Fixed list of parents in page settings
900
#	Fixed mkdir without mode parameter
901
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
902
+	Added support for PAGES_DIRECTORY set to root
903
+	Search form now supports quotes (thanks to Manafta)
904
#	Fixed page section ordering
905
#	News items are displayed with name of poster instead of "Unknown"
906
#	Deletion confirmation popup window in media section now shows correct file name
907
------------------------------------- 2.3.1 -------------------------------------
908
03-Fed-2005 Ryan Djurovich
909
+	Now there is two types of "filesystem modes", one for directories and one
910
	for files. Having different settings is very common for most servers, so
911
	this addition should fix many problems people had with 2.3.0.
912
-	Removed filesystem mode options from installation
913
!	Removed duplicate text on installation step 3 for timezone
914
!	All "access files" for the news module now stored in pages/posts instead
915
	of a sub-dir relative to the page (this fixes many bugs)
916
#	Fixed major bugs when deleting pages with sub-pages
917
!	Removed the restrictions that prevent a user for changing a pages level
918
#	Fixed bug with "toggle" plus/minus in IE for pages list
919
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
920
------------------------------------- 2.3.0 -------------------------------------
921
26-Jan-2005 Ryan Djurovich
922
#	Fixed bug in framework/functions.php that made root parent always equal 8
923
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
924
#	Fixed SQL-query on line 172, placing a / after $old_link
925
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
926
	admin/pages/settings2.php
927
#	Added ordering cleaning to delete_post.php on line 53 for news module
928
!	GMT option is selected for "Default Timezone" in the installer, instead
929
	of the old "Please select" message (which had the same value as GMT)
930
28-Jan-2005 Ryan Djurovich
931
!	Ability to specify the chmod number when WB uploads files, etc.
932
!	Modified file headers (copyright/license notice) so they now look almost the
933
	same, independant of font. Also, it now covers copyright for 2005.
934
30-Jan-2005 Ryan Djurovich
935
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
936
	table when a page is deleted.
937
+	New 'Smart Login' prevents users from using external password managers,
938
	and can be set to remember the users password using cookies.
939
!	SourceForge CVS module now called websitebaker2 (instead of just
940
	websitebaker). Also, all file versions have been reset.
941
01-Fed-2005 Ryan Djurovich
942
!	Added code to prevent from changing a pages level (it simply disables
943
	the select box), to prevent many possible bugs.
944
------------------------------------- 2.2.4 -------------------------------------
945
23-Dec-2004 Ryan Djurovich
946
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
947
#	Fixed multi-language support in search
948
+	Added more detailed options to list of PHP error reporting level's
949
-	Removed ability to change language and PHP error reporting level
950
	on installation to make things easier for newbie's
951
+	Ability to select custom spacer for page filename's
952
!	Changed the way a language code is found on language installation
953
+	Added template permissions to groups
954
#	Fixed bug when trying to change email from Preferences (admin and frontend)
955
#	Fixed bug with auto-selection of "System Default" for Preferences
956
!	News module now use's WYSIWYG for modifying news posts
957
+	Ability to specify both the pages and media target directories
958
------------------------------------ 2.2.3-c ------------------------------------
959
22-Dec-2004 Ryan Djurovich
960
#	Fixed problem with DB password being reset if Settings saved in basic mode
961
------------------------------------ 2.2.3-b ------------------------------------
962
21-Dec-2004 Ryan Djurovich
963
#	Fixed minor bug on admin templates section
964
#	Fixed bug on rename.php and rename2.php in admin media section
965
------------------------------------- 2.2.3 -------------------------------------
966
20-Dec-2004 Ryan Djurovich
967
+	Added WB release version in Administration (top right corner)
968
!	New option to prevent users from adding level 0 pages
969
#	Fixed bug when deleting post's in News module
970
+	Added new field in pages table for "root" parent (level 0 parent), for
971
	extra flexability in creating templates
972
!	Round template now supports unlimited page levels
973
------------------------------------- 2.2.2 -------------------------------------
974
18-Dec-2004 Ryan Djurovich
975
+	New option under Search Settings for selecting custom template for search
976
+	New option when changing page settings to set the target
977
#	Fixed error when saving a user after editing
978
!	Users can now modify sub-page if they dont have permissions on the parent
979
------------------------------------- 2.2.1 -------------------------------------
980
15-Dec-2004 Ryan Djurovich
981
#	Fixed bug when changing password on preferences form (front-end)
982
#	Fixed bug when retrieving user details (administration)
983
#	Added check to see if module, template, or language is in use when deleting
984
#	Fixed up email that is sent to user from a submitted form
985
#	Fixed major problem with module permissions which stopped it from working
986
------------------------------------- 2.2.0 -------------------------------------
987
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
988
+	Multiple-level page support
989
+	Multiple section's for pages (including interface)
990
!	Removed text created using two words on all areas
991
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
992
	this is for better language support
993
+	Added Languages section
994
!	Moved Templates and Modules under Add-ons section
995
!	Changed name of "Default" template to "Round"
996
+	Added "All CSS" template
997
+	Added "Jump"
998
+	Added 
999
!	Modified "Box" template to support multiple page levels
1000
+	Added "Menu Link" module
1001
+	Added "News" module
1002
+	Added "Code" module
1003
+	Added "Form" module
1004
+	Added "Wrapper" module
1005
!	Changed name of "Normal Page" module to "WYSIWYG"
1006
+	Created new admin wrapper script to ease module develpment
1007
+	Media now automatically creates index.php file for every
1008
	sub-folder made (for security purposes)
1009
!	Change "Help" link in Administration menu so it now directs
1010
	to the the new Website Baker documentation website found at:
1011
	http://www.websitebaker.org/documentation
1012
!	Password is now required to change email in preferences
1013
+	User can now select custom Language and Date & Time Formats
1014
+	Added search functionality, with three different "methods":
1015
	1. Using all words  2. Using any words  3. Exact match
1016
+	Added native MySQL database support
(1-1/5)