Project

General

Profile

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

    
5
$Id: CHANGELOG 605 2008-01-26 17:34:39Z thorn $
6

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

    
13
------------------------------------- 2.7.0 -------------------------------------
14
26-Jan-2008 Christian Sommer
15
!	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) 
16
+	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
17
26-Jan-2008 Matthias Gallas
18
+	Added keywords to files where they are missing
19
26-Jan-2008 Thomas Hornik
20
!	fixed some issues with CAPTCHA and ASP. Adjusted baseline of '*' in supplyed fonts to meet
21
	baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib verification.
22
	Improved ASP in news-module.
23
+	module news: added publish_until field to control the visibility of a news-posting by date and time
24
!	added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts.
25
	It should be very difficult for spam-bots to recognize intersected characters.
26
25-Jan-2008 Christian Sommer
27
!	removed changes introduced with changeset 593 (we need to think off if we want to implement that feature)
28
25-Jan-2008 Thomas Hornik
29
+	Added new CAPTCHA. Adapted core: signup and modules: news and form.
30
+	Added Advanced Spam Protection (ASP) to core: signup and modules news and form.
31
#	module news: it was possible to post comments to postings with commenting disabled
32
	or to inactive postings. Fixed
33
24-Jan-2008 Thomas Hornik
34
!	Generate filename in pages/ from page_title instead of menu_title.
35
24-Jan-2008 Christian Sommer
36
#	fixed bug in Codepress integration (if codepress framework not installed)
37
+	added language support to all integrated modules (except for news and form module)
38
#	fixed another E_NOTICE warning
39
24-Jan-2008 Matthias Gallas
40
+	Added keywords to files where they are missing
41
23-Jan-2008 Christian Sommer
42
+	Added German language file for WB 2.7
43
22-Jan-2008 Christian Sommer
44
+	Added language support for the Admin tools (backup, reload, mail_filter)
45
-	Removed all admin tool text outputs from global language file to module language files
46
!	Introduced language support for the overview page of the Admin tools
47
+	Added function get_variable_content to allow extraction of variable content without including files
48
!	Changed language support for Addons -> Moduls -> Details
49
22-Jan-2008 Matthias Gallas
50
+	Added keywords to new mail filter files
51
22-Jan-2008 Thomas Hornik
52
+	manage-sections: changed calendar-icon to clock-icon, added second icon to empty date-field.
53
21-Jan-2008 Christian Sommer
54
!	Removed the manage section icon from the page admin (sections managed by publish by date function) 
55
#	Fixed bug with the edit module CSS file implementation (IE7, Opera)
56
21-Jan-2008 Thomas Hornik
57
+	Unique session-identifier for each website baker installation. fixes #354
58
20-Jan-2008 Christian Sommer
59
#	fixed E_NOTICE-warning in save.php when input data was wrong
60
+	added the new admin tool email output filter which allows to transform
61
	emails before displaying them on the frontend
62
20-Jan-2008 Thomas Hornik
63
!	upgrade-script.php: fixed mysql_error() handling
64
!	upgrade-script.php: added code to update menu_links
65
#	fixed a typo in upgrade-script.php
66
!	updated admin/pages/sections.php to changed jscalendar-api from changeset 571
67
!	module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed 
68
#	fixed E_NOTICE-warning in news-module (about SECTION_ID in comment.php)
69
19-Jan-2008 Christian Sommer
70
!	Reduced the success time out and set WYSIWSY background to white
71
#	Fixed some errors in form module (only in conjunction with E_ALL)
72
!	Added support to configure the mailer settings via the backend
73
19-Jan-2008 Matthias Gallas
74
#	Fixed bug in news modul with missing variable PAGE_DIRECTORY
75
+	Added keywords to new files
76
19-Jan-2008 Thomas Hornik
77
-	Module news: removed old calendar
78
+	Module news: adapted news to use the new include/jscalendar
79
+	added installation-instructions to include/jscalendar
80
#	Module code: curly backets get deleted by pparse() from phplib. fixed
81
+	Module menu_link: added dropdown-listbox to select anchor
82
!	upgrade-script: added code to convert old menu_links to new ones (partly)
83
18-Jan-2008 Matthias Gallas
84
!	Updated news modul with features from the advanced news modul
85
!	Updated form modul with features from the advanced form modul
86
#	Fixed hardcoded /pages issue in intro page feature
87
+	Added example .htaccess to parse .html files, fixed bug in changeset 555
88
!	Revoked parts of changeset 547 and again introduced changeset 540
89
+	Added keywords to modules/fckeditor and all other new files
90
18-Jan-2008 Thomas Hornik
91
#	fixed two E_NOTICE-warnings in admin/pages/index.php
92
+	added new module-based search-function
93
+	added new publish-by-date code
94
17-Jan-2008 Christian Sommer
95
#	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
96
!	removed the PAGE_EXTENSION from frontend login
97
17-Jan-2008 Matthias Gallas
98
#	Reintroduced changes from changeset 520 and 540 wich where overwritten 
99
	by changeset 546
100
#	Revoked changeset 541 end removed all PAGE_EXTENSION variables and the related
101
	option in WB settings as this function only works on Apache Servers
102
	together with .htaccess and mod_rewrite
103
+	Added keywords to file menu_link/uninstall.php and new admintools files
104
17-Jan-2008 Christian Sommer
105
!	added the "users in multiple groups" feature (closes parts of ticket #546)
106
16-Jan-2008 Thomas Hornik
107
!	changed admin/pages/save.php to allow hidden config-elements in table search.
108
!	changed module menu_link: added table mod_menu_link, fixed page-deleting-bug,
109
	fixed odd behavior in case of menu_link as default-page.
110
#	changing PHP-error-level within website baker does not work - fixed (fixed ticket 532)
111
14-Jan-2008 Matthias Gallas
112
#	Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames.
113
	(!!Attention!! To get extenions other than .php working additional fixes are necessary!)
114
#	Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the
115
	pathes points to WB Corefiles with the page extension .php
116
#	Replaced hardcoded text in login.php with language variables (fixes ticket 386)
117
14-Jan-2008 Christian Sommer
118
!	added a missing </tr> tag
119
#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally 
120
	removed by Changeset 529 (enhanced pages admin)
121
13-Jan-2008 Christian Sommer
122
#	moved administration tools from Settings to the new section Admin-Tools
123
#	this bugfix closes the ticket 529 (WB upgrades modules with identical version)	
124
!	increased redirection time after success message, corrected HOME link of the login panel
125
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
126
#	this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
127
#	fixed error with redirection to admin panel after installation
128
12-Jan-2008 Christian Sommer
129
!	introduced smart URL detection for the 'View' menu in the WB backend
130
	(if page_id is set, redirect to this page instead of the root)
131
!	introduced the enhanced pages admin dialogue (thanks to icouto)
132
11-Jan-2008 Christian Sommer
133
+	added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
134
-	removed the hmtlarea files in /modules/htmlarea
135
!	set the fckeditor as the new default editor /install/save.php
136
!	Updated function: register_frontend_modfiles in /framework/frontend.functions.php
137
	(added constants MOD_FRONTEND_CSS_REGISTERED, MOD_FRONTEND_JAVASCRIPT_REGISTERED)
138
11-Jan-2008 Matthias Gallas
139
!	Update codepress to Version 0.9.6
140
!	Update phplib to Version 7.4a
141
09-Jan-2008 Matthias Gallas
142
!	Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
143
#	Fixed ticket #542 (Thanks to Thorn)
144
23-Dec-2007 Matthias Gallas
145
!	Changed all copyright notices to include now 2008
146
21-Sep-2007 Matthias Gallas
147
#	Fixed a typo in /framework/frontend.functions.php cause that websites using
148
	the new register_frontend_modifles() functions do not validate
149
24-Jan-2007 Christian Sommer
150
!	Replaced some core files to allow configuration of wbmailer via admin settings panel
151
------------------------------------- 2.6.7 -------------------------------------
152
02-Jan-2007 Christian Sommer
153
+	Added missing converting file for changeset [504]
154
------------------------------------- 2.6.6 -------------------------------------
155
01-Jul-2007 Matthias Gallas
156
#	Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
157
01-Jul-2007 Ryan Djurovich
158
#	Fixed bug where error message not displayed when script fails to create a page
159
#	Fixed bugs introduced in [484]
160
14-May-2007 Matthias Gallas
161
+	Added support for ISO-8859-6.(Thanks to thorn)
162
12-May-2007 Christian Sommer
163
+	Replaced functions page_css and page_javascript by register_frontend_modfiles
164
+	Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files
165
+	Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea)
166
+	Added the new function register_frontend_modfiles to the built in templates
167
08-May-2007 Matthias Gallas
168
+	Added wrapper to functions.php if mb_string is not available (Thanks to thorn)
169
+	Added new functions page_css and page_javascript to the built in templates
170
+	Added search highlight class to css files of the built in templates
171
30-Apr-2007 Matthias Gallas
172
#	Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
173
10-Apr-2007 Matthias Gallas
174
+	Optimized search and highlighting funktions (Thanks to thorn)
175
03-Apr-2007 Matthias Gallas
176
#	Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted
177
	in the pages directory (Special thanks to "Funky_MF" for the fix)
178
01-Apr-2007 Matthias Gallas
179
#	Fixed issues with some languages when UTF8 is used. Removed all htmlentites
180
	from the code (revoked changeset 396) and added new functions instead. Adapted the
181
	search and the highlighting to use the new functions. With this changes WB can now
182
	be used with charset UTF8 for all languages. Very special thanks to Thorn who wrote
183
	and tested this changes.
184
12-Mar-2007 Matthias Gallas
185
+	Added multilingual support to search
186
03-Mar-2007 Matthias Gallas
187
+	Added new function for highlighting search results in the content area
188
	(Special thanks to "thorn" and "Funky_MF")
189
#	Fixed some issues in search with special chars
190
	(Special thanks to "thorn" and "Funky_MF")
191
22-Feb-2007 Christian Sommer
192
#	Fixed bug in changeset 428 (page files were not deleted in /pages folder due to a typo in wb/framework/function.php)
193
16-Feb-2007 Christian Sommer
194
!	Suppressed PHP warnings and errors when reading empty intro.php
195
16-Feb-2007 Christian Sommer
196
#	Applied fix to enable parsing of PHP code in the intro.php 
197
12-Feb-2007 Christian Sommer
198
!	Added functions page_css and page_javascript which allow to include optional
199
	module files module.css and module.js into the <head> section. This allows to 
200
	create valid (X)HTML, as CSS definitions of modules are included in the head section
201
12-Feb-2007 Christian Sommer
202
!	Security enhancement (reduced number of login trials from 50 to 3)
203
02-Feb-2007 Matthias Gallas
204
#	Applied fix for ticket #380 (Thanks to pcwacht)
205
30-Jan-2007 Ryan Djurovich
206
#	Applied fix for ticket #376
207
29-Jan-2007 Matthias Gallas
208
+	Added new variable $MODULE_DESCRIPTION wich allows to have optional a language
209
	specific description of the modules in the language files of the modules.
210
21-Jan-2007 Matthias Gallas
211
#	Fixed issue in the search table entries of form modul
212
13-Jan-2007 Matthias Gallas
213
#	Fixed some bugs in rss.php
214
07-Jan-2007 Matthias Gallas
215
#	Fixed error when uninstalling the news modul
216
02-Jan-2007 Matthias Gallas
217
+   Added id keywords to all missing files
218
#	Fixed issue with Permissions for pages sections
219
27-Dec-2006 Matthias Gallas
220
#	Fixed form modul stores empty records
221
------------------------------------- 2.6.5 -------------------------------------
222
25-Dec-2006 Ryan Djurovich
223
!	Changed links to WB help website
224
24-Dec-2006 Matthias Gallas
225
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
226
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
227
!	Changed all copyright notices to include now 2007
228
23-Dec-2006 Matthias Gallas
229
#	Fixed IE allows to set a page as parent of itself (#320)
230
#	Fixed problem with Page Title has to be escaped (#287)
231
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
232
21-Dec-2006 Matthias Gallas
233
#	Fixed missing message when adding a site without page title (#300)
234
21-Dec-2006 Ryan Djurovich
235
#	Fixed bug with captcha script (#346)
236
20-Dec-2006 Matthias Gallas
237
#	Fixed Return to Search Results Page (#365)
238
!	Set Version to 2.6.5
239
-	Removed Changeset 365 because this will be a part of WB 2.7.x
240
#	Fixed a little typo error in class.admin.php (#364)
241
26-Nov-2006 Ryan Djurovich
242
+	Added new script that could possibly be apart of 2.7.x as a replacement
243
	for having the pages directory 
244
17-Nov-2006 Matthias Gallas
245
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
246
15-Nov-2006 Matthias Gallas
247
#	Fixed again intropage doesn't work (#71)
248
20-Oct-2006 Matthias Gallas
249
+	Added phpmailer class (thanks to doc)
250
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
251
+	Added List sorting in admin area (thanks to rsmith)
252
#	Fixed table width 100% are wrong displayed in container templates
253
	when IE is used (#350)
254
#	Fixed large space between menupoints in IE (#349)
255
#	Fixed Website description is not displayed when no page description
256
	available (#348)
257
#	Fixed group images in news modul cannot be stored (#342)
258
#	Fixed Typo in form/save_field.php (#341)
259
#	Fixed files in /pages/posts folder are not deleted (#340)
260
#	Fixed specialchars problem in the news modul (#339)
261
#	Fixed news modul stores empty records (#338)
262
#	Fixed Captcha didn't work in news comments (#337)
263
#	Fixed various php notices (#334)
264
+	Added new upgrade_function (thanks to kozmoz)
265
#	Fixed addons table isn't updated when a modul is updated (#332)
266
#	Fixed spelling errors in the signup2.php (#330)
267
#	Fixed MySQL 5.x missing default values for INT fields in all system
268
	and modules tables (#329)
269
#	Fixed installer does not insert admin user (#328)
270
+	Added support for getting page ID of page that referred search
271
	request (#327) (thanks to brofield)
272
#	Fixed search results generate invalid XHTML and notify warnings (#326)
273
Stefan Braunewell
274
#	Fixed Field 'last_reset' doesn't have a default value (#313)
275
+	Added get_post_escaped to wb class which automatically calls add_slashes
276
	on get_post output and used it in form/save_field.php
277
------------------------------------- 2.6.4 -------------------------------------
278
20-May-2006 Ryan Djurovich
279
#	Fixed security issues related to #237
280
#	Fixed typo in news save comment page (#282)
281
#	Fixed typo in news delete post page (#283)
282
!	Added multi-submission protection to form module (#119)
283
#	Added notice for when PHP Session Support appears to be disabled in installer,
284
	even if it is enabled and the problem actually lies in the users browser (#154)
285
19-May-2006 Ryan Djurovich
286
#	Fixed problem in forgotten login form where email field is too short (#207)
287
#	Fixed typo in forgotten login details email (#190)
288
15-May-2006 Stefan Braunewell
289
#	Fixed security issues (#237)
290
03-May-2006 Stefan Braunewell
291
#	Fixed problems with pre-2.6.0 modules in section list
292
#	Fixed e-mail bug caused by From: headers in internal mail function calls
293
	(#189)
294
#	E-mail validation in install script now accepts new top-level domains
295
	(#162)
296
#	Error status is now overwritten by next database query (#182)
297
#	Fixed obscure problem in htmlarea install script
298
------------------------------------- 2.6.3 -------------------------------------
299
19-Mar-2006 Stefan Braunewell
300
#	Fixed ticket #146: problems removing groups from viewers list of a page
301
16-Mar-2006 Stefan Braunewell
302
!	Changed link target selection. Now self, top and new. (Ticket #145)
303
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
304
	password pages.
305
#	Some changes to the SQL code in the install script for improved 
306
	compatibility with new MySQL versions
307
#	Fixed ticket #134 - error on browsing media.
308
+	Improved backup module: new choice between full database or WB-related
309
	backup.
310
#	Fixed ticket #141 - admin now sees all folders in media
311
#	Fixed e-mail sending problems due to additional parameter in mail call.
312
#	Applied fix regarding ticket #138: new users now get deleted if
313
	sending e-mail fails.
314
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten 
315
	password process
316
#	Removed duplicate expression from modules/news/install.php which caused
317
	problems in installation
318

    
319
01-Mar-2006 Stefan Braunewell
320
#	Fixed ticket #68 - Safari problem with displaying all parents.
321
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
322
	to fatal error.
323
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
324
------------------------------------- 2.6.2 -------------------------------------
325
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
326
#	Fixed ticket #104 - commas in form field descriptions not allowed.
327
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
328
	and expiration date is now set to time in the past.
329
#	Smart login not working.
330
!	Changed mail calls to new function $wb->mail.
331
#	Form: ticket 124 added captcha settings check 
332
#	Ticket 118 added formfield type to check for email/text 
333
#	Ticket 115 changed comparision /modules/form/view.php 
334
#	Added correct timecheck in form submissions
335
!	Changed captcha.php call to include timestamp
336
!	Changed the e-mail validation code and added a mail function to class wb.
337
!	Forgotten password: if sending of e-mail fails, restore old password.
338
	Ticket #110
339
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
340
!	Character encoding setting also affects admin backend.
341
	Mentioned in ticket #102.
342
!	Reintroduced page languages setting. If switched to off, page
343
	languages are only used to determine the language file for the
344
	universal texts. If on, displayed page and menu are affected by
345
	the language session variable.
346
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
347
	to set the number of levels to be show.
348
#	Fixed a bug where access settings of registered and private pages
349
	were displayed incorrectly.
350
#	Fixed captcha being cached.
351
#	Added an exit call after every heading("Location:...")
352
	redirector to prevent unwanted execution of code.
353
#	Bug #122. Replaced empty field check by check that setting name is
354
	not "wb_version".
355
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
356
#	Fixed bug #99 and two additional instances of typo 
357
	catpcha instead of captcha.
358
#	Fixed some typos
359
#	Fixed some notices and warnings.
360
#	Fixed bug #105 - back buttons in addon detail pages not editable.
361
!	Replace 'admin' by 'wb' in all account pages. 
362
!/#	Moved print_success and print_error code to class.wb.php.
363
	Added correct parameters to these functions in account pages. 
364
------------------------------------- 2.6.1 -------------------------------------
365
12-Dec-2005 Ryan Djurovich
366
#	Fixed security vulnerability in class.login.php
367
#	Fixed typo in EN language file
368
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
369
!	Added charset encoding to admin templates
370
!	Added extra code to check for selection of addon upon uninstalling
371
#	Fixed bugs in RSS news feeder
372
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
373
------------------------------------- 2.6.0 -------------------------------------
374
28-Nov-2005 Ryan Djurovich
375
+	Added default charset option to (advanced) settings
376
#	Form module email fields now have email address validation
377
#	Fixed spacing in form submissions
378
27-Nov-2005 Ryan Djurovich
379
+	Added captcha verification to sign-up form
380
+	Added Captcha to News module
381
24-Nov-2005 Stefan Braunewell
382
!	Applied aportale's patch to use label instead of javascript toggle code
383
20-Nov-2005 Ryan Djurovich
384
!	News mod now hides read more link if no need for it (see ticket #56)
385
+	Added support for mailto: links in the menu link mod
386
#	Added direct-access redirection on some files (see ticket #37)
387
+	Added extra characters to convert.php (see ticket #64)
388
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
389
29-Sep-2005 Ryan Djurovich
390
!	Cleaned up form buttons in Settings
391
!	Moved some options into Advanced Settings
392
#	Semi-disabled "separate" page trash option
393
+	Created a backup module/tool for backing-up the database
394
	(thanks to John (pcwacht) for the original code)
395
+	Created new "blank template", which can be used in case where you don't
396
	want anything wrapping page-content.
397
19-Sep-2005 Ryan Djurovich
398
+	Added _license field for all add-ons to specify a license
399
!	Renamed _designed_for variables (for all addons) to _platform
400
+	Created addons table for faster internal referencing of installed addons
401
!	Fixed some links, including the "Help" button in Admin
402
#	Used nl2br to display body correctly when viewing form-submissions
403
15-Sep-2005 Stefan Braunewell
404
+	Added table module with columns 'name','type' and 'directory' as an
405
	index.
406
+	Added entry to settings table 'wb_version' which holds the version
407
	number and can be utilized in future upgrade scripts.
408
!	Added upgrade functionality also for templates and languages.
409
#/!	Template/modules installation now respects paths.
410
!	Moved updates from config.php to database.
411
	Created initialize.php (required by config.php) to read settings.
412
11-Sep-2005 Stefan Braunewell
413
!	HTMLArea is now a module instead of a core component. Files moved
414
	from "include" to "modules".
415
+	Implemented Installation of modules on top of an older version. This is 
416
	done via checking $module_version. Instead of install.php, upgrade.php
417
	is then called if it exists in the module package. 
418
	For module developers: $module_version and $new_module_version are 
419
	accessible in upgrade.php to find out what upgrade steps need to be taken.
420
!	Changed column names in mod_news_posts from short,long to content_short,
421
	content_long.
422
09-Sep-2005 Stefan Braunewell
423
+	Added new advanced setting "Rename Files On Upload". File extensions can be
424
	given so that respective files will have a ".txt" appended on media upload.
425
#	Fixed "None found" message bug when user has no top level page edit
426
	rights.
427
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
428
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
429
+	Added utf-8 character encoding meta tag into all stock templates.
430
#	Fixed bug when changing a page's parent
431
!	Changed the way blocks are treated. Added new frontend class attribute
432
	default_block_content that controls what is shown on pages such as
433
	search, login, etc. (Ticket #16)
434
+	Added support for WYSIWYG editor modules (wysiwygmod)
435
+	When trying to access a registered page, user is automatically redirected
436
	there on successful login.
437
#	Fixed various issues with system search (mainly related to stripslashes()
438
#	Removed stripslashes() in many places in the code. Added check for
439
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
440
	is independent of magic_quotes setting..
441
05-Sep-2005 Stefan Braunewell
442
#	Fixed bug concerning direct access of preferences page.
443
#	Reworked page visibility and menu item visibility code (frontend login
444
	problem).
445
#	Pages in link list in htmlarea popup are now correctly ordered.
446
#	Fixed bug where group with existing name can be added.
447
04-Sep-2005 Ryan Djurovich
448
+	Added and RSS newsfeed script to the News module
449
04-Sep-2005 Stefan Braunewell
450
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
451
#	Fixed some occurrences of potential direct access path disclosure
452
#	Added directory check to browse.php to prevent xss exploit by trusted users.
453
!	Updated code to reflect move to Subversion repository system.
454
27-Aug-2005 Stefan Braunewell
455
#	Fixed bugs 4,5,6,8,9 in bug tracker
456
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
457
	A GET['lang'] now sets the session language variable.
458
26-Aug-2005 Stefan Braunewell
459
!	Moved redundant code into the new class functions. Created 
460
	'compatibility.php' for backward compatibility with
461
	modules and templates. Variables and functions can still be accessed
462
	in the old way.
463
!/+	Reorganized core frontend files, added new base class 'wb' from
464
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
465
	function into new class. Completely rewrote core index.php.
466
	Now all variables and functions that are available to templates and
467
	modules are attributes and methods of the frontend and the wb classes
468
------------------------------------- 2.5.2 -------------------------------------
469
23-Jun-2005 Ryan Djurovich
470
!	create_access_file now creates all parent directories if needed
471
#	Fixed bug when moving page with subpages to another level
472
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
473
#	Fixed bug where query was not setting error correctly in class.database.php
474
22-Jun-2005 Ryan Djurovich
475
#	Fixed bug where template permissions were not saved when a adding group
476
21-Jun-2005 Ryan Djurovich
477
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
478
#	Fixed language problems in some area's of Admin. (Bug #70)
479
#	Added a space in website/page keywords (Bug #69)
480
#	Fixed bugs on settings2.php (Bug #52)
481
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
482
13-Jun-2005 Ryan Djurovich
483
#	Fixed bug (#88) with news module
484
!	Title of Administration login page now taken from language file (Bug #72)
485
#	Fixed redirection admin/home to admin/start on admin/index.php
486
#	Fixed bug with forgotten password page in admin (Bug #81)
487
25-Apr-2005 Ryan Djurovich
488
#	Fixed numerous bugs with module uninstallation
489
#	Fixed bug when uploading files in Administration -> Media
490
!	Installer no-longer requires you to accept the GNU GPL
491
------------------------------------- 2.5.1 -------------------------------------
492
16-Apr-2005 Ryan Djurovich
493
#	Fixed two bugs with account login/logout
494
------------------------------------- 2.5.1 -------------------------------------
495
15-Apr-2005 Ryan Djurovich
496
#	Fixed bug where non-english characters can get used in page filenames. Many
497
	measuers have been added (including a new file: wb/framework/convert.php),
498
	to prevent any possible errors that can occur in page filenames.
499
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
500
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
501
#	Fixed bug where search and account pages are shown in every block
502
	that is in a template
503
#	Fixed numerous bugs with media home directories feature
504
10-Apr-2005 Ryan Djurovich
505
#	Fixed bugs in account/login.php and logout.php where users
506
	gets redirected to /pages
507
------------------------------------- 2.5.0 -------------------------------------
508
08-Apr-2005 Ryan Djurovich
509
-	Removed section language feature
510
+	Added page language feature (replaces need for sections language feature)
511
#	Fixed bug where pages using menu_link module can have the URL changed
512
-	Page directory no longer stored in link field in pages table, it is now added
513
	when the page_link function is called - this makes changing the pages
514
	directory much easier and quicker
515
!	Pages with visibility of "none" are now no longer directly accessable
516
+	Added new visibility setting "hidden", acts exactly like none did previously
517
!	Template info file can now specify number of menu's available and relative names
518
!	Template info file can now specify number of blocks's available and relative names
519
------------------------------------- 2.4.3 -------------------------------------
520
07-Apr-2005 Ryan Djurovich
521
#	page_filename function has been rewritten using str_replace
522
	function, which should be faster and will allow characters
523
	from other languages into filenames
524
!	Created new media_filename function, which is now used
525
	by all media functions (create,upload,rename) to determine
526
	which characters should be removed from a desired filename
527
+	New button in Administration page list to view specific page
528
#	Updated the page_link function to now be compatible with menu link
529
	module when setting pages directory to root
530
#	Fixed bugs in search when using "Any Words" option
531
#	Fixed bug with news module when pages directory set to root
532
!	Changed URL of documentation website on Administration Start page
533
------------------------------------- 2.4.2 -------------------------------------
534
05-Apr-2005 Ryan Djurovich
535
#	Fixed bug where file could be renamed to nothing in Media
536
!	Optimised Media create folder, upload file, and rename functions
537
#	Fixed bug where stripslashes not run on news post titles in admin
538
05-Apr-2005 Stefan Braunewell
539
#	Fixed bug concerning usage of the private_sql variable
540
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
541
------------------------------------- 2.4.1 -------------------------------------
542
04-Apr-2005 Ryan Djurovich
543
!	Pages with visibility of "none" are again directly accessable
544
#	Fixed bugs regarding renaming files and directories in Media section
545
!	When home folders disabled, all folders now visible in Media section
546
------------------------------------- 2.4.0 -------------------------------------
547
03-Apr-2005 Ryan Djurovich
548
-	Removed recently added visibility setting of "heading", and relative config vars
549
+	Added new "menu" field to pages table, and new setting "multiple menus"
550
	which replaces the need for the menu headings feature
551
+	Added links to top of groups and users sections, linking to each other
552
!	Change menu width in "Round" template to 170px (was 150px)
553
#	Change page "are you sure" deletion message to mention that it will delete
554
	all sub-pages as well
555
#	Fixed many bugs with news module when viewing posts by group
556
!	Pages with visibility of "none" are now no longer directly accessable
557
02-Apr-2005 Ryan Djurovich
558
-	Removed need to specify DB_URL when calling database class
559
#	Stopped fields without a type specified from being shown in form mod
560
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
561
	for insert link and insert image
562
+	Added setting which allows you to specify the default WYSIWYG style
563
+	Added "Server Email" option, to specify what is used in "From" field when
564
	sending emails using the PHP mail function. Default is admins email address.
565
#	Search now excludes pages which have a visibility of none or heading
566
!	Pages are now given modified_when and modified_by when added
567
01-Apr-2005 Ryan Djurovich
568
+	Added option to News module to specify how many posts should be listed
569
	per page (by default it is set to unlimited, which functions like previous version)
570
#	Added stripslashes when display page titles in search
571
+	Page descriptions and last updated date now shown in search by default
572
30-Mar-2005 Ryan Djurovich
573
+	Added new feature for Media home folders, where a folder can be specified
574
	for a specific user or group of users only
575
!	Changed URL of Help button to http://www.websitebaker.org/docs/
576
+	Added new feature for "Page Trash" - two modes available: inline and separate
577
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
578
	up a level)
579
29-Mar-2005 Ryan Djurovich
580
-	Removed Database Settings from Administration Settings (options will not be
581
	available in 3.x, so trying to match interface with WB 3.x plans
582
!	Changed the name of Path Settings to Filesystem Settings in Administration
583
	Settings, and removed ability to change path/url options - matching interface
584
	plans for WB 3.x
585
+	Added same options for OS and file permissions as installer to Settings
586
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
587
28-Mar-2005 Ryan Djurovich
588
+	New functions available to templates to simplify creation of them. This aims
589
	to "future-proof" templates for WB 3.x plans.
590
!	Default templates updated to support some of the new functions
591
+	Added field to pages table "page_trail" which stores a list of the pages
592
	parents. This field was needed by the new page_menu function
593
+	Added option for page visibility "heading" to enabled support for multiple
594
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
595
+	Added option for page visibility "registered", which acts a little like
596
	private, but is still shown in the menu (although users need to log in to view
597
	the pages content)
598
+	Form module submissions now saved to database, and feature now added to
599
	limit number of submissions per hour to prevent spamming
600
+	New field for Form module: email. Allows you to specify their email in
601
	"from" field on module settings.
602
#	Fixed bug when displaying comments in News module (WB Bug #14)
603
+	New "under contruction" message if no pages exist
604
!	Cleaned-up wb/index.php
605
27-Mar-2005 Ryan Djurovich
606
+	Created advanced mkdir and chmod functions
607
#	Fixed bug in media where wrong file/folder is deleted
608
+	Complete overhall of installer - now only one step! It has been greatly
609
	simplified in many ways, has much better validation, reports error much more
610
	nicely, and automatically logs the user into the Administrations
611
+	Must now specify OS type - allows for customizable file permission settings
612
+	Sections can now have a language code assigned to them
613
+	Sections can now have a block name/id assigned to them
614
!	Home section of Administration renamed to Start, to save confusion with saying
615
	Homepage (because this term could either mean the main website or Home section
616
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
617
!	Moved Users and Groups sections under Access section. This aims to unify the
618
	interface with WB 3.x plans, which help to unclutter the menu
619
!	Interface for Settings section has been imporved for usability purposes
620
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
621
	by placing media list inside an iframe
622
#	Fixed stripslashes problem for viewing news comments
623
!	Added code from Formesque module (an advanced version of the original Form
624
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
625
	interface improvements for select box/checkbox group/radio group options.
626
#	Possibly fixed bugs where an S appears before file and dir modes
627
#	Fixed bug where users can be added with same emails (in Administration)
628
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
629
	makes code more bulky, and removing it will decrease package size a lot
630
+	New "homepage redirect" option so first page is included and not redirected to
631
#	Fixed text not being shown when module uninstalled
632
!	Imporved interface for basic group permissions
633
26-Mar-2005 Stefan Braunewell
634
#	Fixed bug with front-end logins
635
#	Fixed bug when saving intro page 
636
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
637
#	Fixed bugs concerning moving/deleting pages
638
#	Fixed list of parents in page settings
639
#	Fixed mkdir without mode parameter
640
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
641
+	Added support for PAGES_DIRECTORY set to root
642
+	Search form now supports quotes (thanks to Manafta)
643
#	Fixed page section ordering
644
#	News items are displayed with name of poster instead of "Unknown"
645
#	Deletion confirmation popup window in media section now shows correct file name
646
------------------------------------- 2.3.1 -------------------------------------
647
03-Fed-2005 Ryan Djurovich
648
+	Now there is two types of "filesystem modes", one for directories and one
649
	for files. Having different settings is very common for most servers, so
650
	this addition should fix many problems people had with 2.3.0.
651
-	Removed filesystem mode options from installation
652
!	Removed duplicate text on installation step 3 for timezone
653
!	All "access files" for the news module now stored in pages/posts instead
654
	of a sub-dir relative to the page (this fixes many bugs)
655
#	Fixed major bugs when deleting pages with sub-pages
656
!	Removed the restrictions that prevent a user for changing a pages level
657
#	Fixed bug with "toggle" plus/minus in IE for pages list
658
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
659
------------------------------------- 2.3.0 -------------------------------------
660
26-Jan-2005 Ryan Djurovich
661
#	Fixed bug in framework/functions.php that made root parent always equal 8
662
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
663
#	Fixed SQL-query on line 172, placing a / after $old_link
664
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
665
	admin/pages/settings2.php
666
#	Added ordering cleaning to delete_post.php on line 53 for news module
667
!	GMT option is selected for "Default Timezone" in the installer, instead
668
	of the old "Please select" message (which had the same value as GMT)
669
28-Jan-2005 Ryan Djurovich
670
!	Ability to specify the chmod number when WB uploads files, etc.
671
!	Modified file headers (copyright/license notice) so they now look almost the
672
	same, independant of font. Also, it now covers copyright for 2005.
673
30-Jan-2005 Ryan Djurovich
674
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
675
	table when a page is deleted.
676
+	New 'Smart Login' prevents users from using external password managers,
677
	and can be set to remember the users password using cookies.
678
!	SourceForge CVS module now called websitebaker2 (instead of just
679
	websitebaker). Also, all file versions have been reset.
680
01-Fed-2005 Ryan Djurovich
681
!	Added code to prevent from changing a pages level (it simply disables
682
	the select box), to prevent many possible bugs.
683
------------------------------------- 2.2.4 -------------------------------------
684
23-Dec-2004 Ryan Djurovich
685
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
686
#	Fixed multi-language support in search
687
+	Added more detailed options to list of PHP error reporting level's
688
-	Removed ability to change language and PHP error reporting level
689
	on installation to make things easier for newbie's
690
+	Ability to select custom spacer for page filename's
691
!	Changed the way a language code is found on language installation
692
+	Added template permissions to groups
693
#	Fixed bug when trying to change email from Preferences (admin and frontend)
694
#	Fixed bug with auto-selection of "System Default" for Preferences
695
!	News module now use's WYSIWYG for modifying news posts
696
+	Ability to specify both the pages and media target directories
697
------------------------------------ 2.2.3-c ------------------------------------
698
22-Dec-2004 Ryan Djurovich
699
#	Fixed problem with DB password being reset if Settings saved in basic mode
700
------------------------------------ 2.2.3-b ------------------------------------
701
21-Dec-2004 Ryan Djurovich
702
#	Fixed minor bug on admin templates section
703
#	Fixed bug on rename.php and rename2.php in admin media section
704
------------------------------------- 2.2.3 -------------------------------------
705
20-Dec-2004 Ryan Djurovich
706
+	Added WB release version in Administration (top right corner)
707
!	New option to prevent users from adding level 0 pages
708
#	Fixed bug when deleting post's in News module
709
+	Added new field in pages table for "root" parent (level 0 parent), for
710
	extra flexability in creating templates
711
!	Round template now supports unlimited page levels
712
------------------------------------- 2.2.2 -------------------------------------
713
18-Dec-2004 Ryan Djurovich
714
+	New option under Search Settings for selecting custom template for search
715
+	New option when changing page settings to set the target
716
#	Fixed error when saving a user after editing
717
!	Users can now modify sub-page if they dont have permissions on the parent
718
------------------------------------- 2.2.1 -------------------------------------
719
15-Dec-2004 Ryan Djurovich
720
#	Fixed bug when changing password on preferences form (front-end)
721
#	Fixed bug when retrieving user details (administration)
722
#	Added check to see if module, template, or language is in use when deleting
723
#	Fixed up email that is sent to user from a submitted form
724
#	Fixed major problem with module permissions which stopped it from working
725
------------------------------------- 2.2.0 -------------------------------------
726
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
727
+	Multiple-level page support
728
+	Multiple section's for pages (including interface)
729
!	Removed text created using two words on all areas
730
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
731
	this is for better language support
732
+	Added Languages section
733
!	Moved Templates and Modules under Add-ons section
734
!	Changed name of "Default" template to "Round"
735
+	Added "All CSS" template
736
+	Added "Jump"
737
+	Added 
738
!	Modified "Box" template to support multiple page levels
739
+	Added "Menu Link" module
740
+	Added "News" module
741
+	Added "Code" module
742
+	Added "Form" module
743
+	Added "Wrapper" module
744
!	Changed name of "Normal Page" module to "WYSIWYG"
745
+	Created new admin wrapper script to ease module develpment
746
+	Media now automatically creates index.php file for every
747
	sub-folder made (for security purposes)
748
!	Change "Help" link in Administration menu so it now directs
749
	to the the new Website Baker documentation website found at:
750
	http://www.websitebaker.org/documentation
751
!	Password is now required to change email in preferences
752
+	User can now select custom Language and Date & Time Formats
753
+	Added search functionality, with three different "methods":
754
	1. Using all words  2. Using any words  3. Exact match
755
+	Added native MySQL database support
(1-1/5)