Project

General

Profile

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

    
5
$Id: CHANGELOG 802 2008-04-05 11:14:55Z doc $
6

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

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

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