Project

General

Profile

1 549 doc
Change Log
2
===============================================================================
3
Please note: This change log may not be accurate
4
5
$Id$
6
7
Legend:
8
+ = Added
9
- = Removed
10
# = Bugfix
11
! = Update/Change
12
13 552 thorn
------------------------------------- 2.7.0 -------------------------------------
14
18-Jan-2008 Thomas Hornik
15
+	added new module-based search-function
16
+	added new publish-by-date code
17 549 doc
17-Jan-2008 Christian Sommer
18
#	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
19 550 doc
!	removed the PAGE_EXTENSION from frontend login
20 549 doc
17-Jan-2008 Matthias Gallas
21
#	Reintroduced changes from changeset 520 and 540 wich where overwritten
22
	by changeset 546
23
#	Revoked changeset 541 end removed all PAGE_EXTENSION variables and the related
24
	option in WB settings as this function only works on Apache Servers
25
	together with .htaccess and mod_rewrite
26
+	Added keywords to file menu_link/uninstall.php and new admintools files
27
17-Jan-2008 Christian Sommer
28
!	added the "users in multiple groups" feature (closes parts of ticket #546)
29
16-Jan-2008 Thomas Hornik
30
!	changed admin/pages/save.php to allow hidden config-elements in table search.
31
!	changed module menu_link: added table mod_menu_link, fixed page-deleting-bug,
32
	fixed odd behavior in case of menu_link as default-page.
33
#	changing PHP-error-level within website baker does not work - fixed (fixed ticket 532)
34
14-Jan-2008 Matthias Gallas
35
#	Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames.
36
	(!!Attention!! To get extenions other than .php working additional fixes are necessary!)
37
#	Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the
38
	pathes points to WB Corefiles with the page extension .php
39
#	Replaced hardcoded text in login.php with language variables (fixes ticket 386)
40
14-Jan-2008 Christian Sommer
41
!	added a missing </tr> tag
42
#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally
43
	removed by Changeset 529 (enhanced pages admin)
44
13-Jan-2008 Christian Sommer
45
#	moved administration tools from Settings to the new section Admin-Tools
46
#	this bugfix closes the ticket 529 (WB upgrades modules with identical version)
47
!	increased redirection time after success message, corrected HOME link of the login panel
48
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
49
#	this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
50
#	fixed error with redirection to admin panel after installation
51
12-Jan-2008 Christian Sommer
52
!	introduced smart URL detection for the 'View' menu in the WB backend
53
	(if page_id is set, redirect to this page instead of the root)
54
!	introduced the enhanced pages admin dialogue (thanks to icouto)
55
11-Jan-2008 Christian Sommer
56
+	added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
57
-	removed the hmtlarea files in /modules/htmlarea
58
!	set the fckeditor as the new default editor /install/save.php
59
!	Updated function: register_frontend_modfiles in /framework/frontend.functions.php
60
	(added constants MOD_FRONTEND_CSS_REGISTERED, MOD_FRONTEND_JAVASCRIPT_REGISTERED)
61
11-Jan-2008 Matthias Gallas
62
!	Update codepress to Version 0.9.6
63
!	Update phplib to Version 7.4a
64
09-Jan-2008 Matthias Gallas
65
!	Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
66
#	Fixed ticket #542 (Thanks to Thorn)
67
23-Dec-2007 Matthias Gallas
68
!	Changed all copyright notices to include now 2008
69
21-Sep-2007 Matthias Gallas
70
#	Fixed a typo in /framework/frontend.functions.php cause that websites using
71
	the new register_frontend_modifles() functions do not validate
72
24-Jan-2007 Christian Sommer
73
!	Replaced some core files to allow configuration of wbmailer via admin settings panel
74
------------------------------------- 2.6.7 -------------------------------------
75
02-Jan-2007 Christian Sommer
76
+	Added missing converting file for changeset [504]
77
------------------------------------- 2.6.6 -------------------------------------
78
01-Jul-2007 Matthias Gallas
79
#	Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
80
01-Jul-2007 Ryan Djurovich
81
#	Fixed bug where error message not displayed when script fails to create a page
82
#	Fixed bugs introduced in [484]
83
14-May-2007 Matthias Gallas
84
+	Added support for ISO-8859-6.(Thanks to thorn)
85
12-May-2007 Christian Sommer
86
+	Replaced functions page_css and page_javascript by register_frontend_modfiles
87
+	Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files
88
+	Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea)
89
+	Added the new function register_frontend_modfiles to the built in templates
90
08-May-2007 Matthias Gallas
91
+	Added wrapper to functions.php if mb_string is not available (Thanks to thorn)
92
+	Added new functions page_css and page_javascript to the built in templates
93
+	Added search highlight class to css files of the built in templates
94
30-Apr-2007 Matthias Gallas
95
#	Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
96
10-Apr-2007 Matthias Gallas
97
+	Optimized search and highlighting funktions (Thanks to thorn)
98
03-Apr-2007 Matthias Gallas
99
#	Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted
100
	in the pages directory (Special thanks to "Funky_MF" for the fix)
101
01-Apr-2007 Matthias Gallas
102
#	Fixed issues with some languages when UTF8 is used. Removed all htmlentites
103
	from the code (revoked changeset 396) and added new functions instead. Adapted the
104
	search and the highlighting to use the new functions. With this changes WB can now
105
	be used with charset UTF8 for all languages. Very special thanks to Thorn who wrote
106
	and tested this changes.
107
12-Mar-2007 Matthias Gallas
108
+	Added multilingual support to search
109
03-Mar-2007 Matthias Gallas
110
+	Added new function for highlighting search results in the content area
111
	(Special thanks to "thorn" and "Funky_MF")
112
#	Fixed some issues in search with special chars
113
	(Special thanks to "thorn" and "Funky_MF")
114
22-Feb-2007 Christian Sommer
115
#	Fixed bug in changeset 428 (page files were not deleted in /pages folder due to a typo in wb/framework/function.php)
116
16-Feb-2007 Christian Sommer
117
!	Suppressed PHP warnings and errors when reading empty intro.php
118
16-Feb-2007 Christian Sommer
119
#	Applied fix to enable parsing of PHP code in the intro.php
120
12-Feb-2007 Christian Sommer
121
!	Added functions page_css and page_javascript which allow to include optional
122
	module files module.css and module.js into the <head> section. This allows to
123
	create valid (X)HTML, as CSS definitions of modules are included in the head section
124
12-Feb-2007 Christian Sommer
125
!	Security enhancement (reduced number of login trials from 50 to 3)
126
02-Feb-2007 Matthias Gallas
127
#	Applied fix for ticket #380 (Thanks to pcwacht)
128
30-Jan-2007 Ryan Djurovich
129
#	Applied fix for ticket #376
130
29-Jan-2007 Matthias Gallas
131
+	Added new variable $MODULE_DESCRIPTION wich allows to have optional a language
132
	specific description of the modules in the language files of the modules.
133
21-Jan-2007 Matthias Gallas
134
#	Fixed issue in the search table entries of form modul
135
13-Jan-2007 Matthias Gallas
136
#	Fixed some bugs in rss.php
137
07-Jan-2007 Matthias Gallas
138
#	Fixed error when uninstalling the news modul
139
02-Jan-2007 Matthias Gallas
140
+   Added id keywords to all missing files
141
#	Fixed issue with Permissions for pages sections
142
27-Dec-2006 Matthias Gallas
143
#	Fixed form modul stores empty records
144
------------------------------------- 2.6.5 -------------------------------------
145
25-Dec-2006 Ryan Djurovich
146
!	Changed links to WB help website
147
24-Dec-2006 Matthias Gallas
148
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
149
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
150
!	Changed all copyright notices to include now 2007
151
23-Dec-2006 Matthias Gallas
152
#	Fixed IE allows to set a page as parent of itself (#320)
153
#	Fixed problem with Page Title has to be escaped (#287)
154
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
155
21-Dec-2006 Matthias Gallas
156
#	Fixed missing message when adding a site without page title (#300)
157
21-Dec-2006 Ryan Djurovich
158
#	Fixed bug with captcha script (#346)
159
20-Dec-2006 Matthias Gallas
160
#	Fixed Return to Search Results Page (#365)
161
!	Set Version to 2.6.5
162
-	Removed Changeset 365 because this will be a part of WB 2.7.x
163
#	Fixed a little typo error in class.admin.php (#364)
164
26-Nov-2006 Ryan Djurovich
165
+	Added new script that could possibly be apart of 2.7.x as a replacement
166
	for having the pages directory
167
17-Nov-2006 Matthias Gallas
168
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
169
15-Nov-2006 Matthias Gallas
170
#	Fixed again intropage doesn't work (#71)
171
20-Oct-2006 Matthias Gallas
172
+	Added phpmailer class (thanks to doc)
173
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
174
+	Added List sorting in admin area (thanks to rsmith)
175
#	Fixed table width 100% are wrong displayed in container templates
176
	when IE is used (#350)
177
#	Fixed large space between menupoints in IE (#349)
178
#	Fixed Website description is not displayed when no page description
179
	available (#348)
180
#	Fixed group images in news modul cannot be stored (#342)
181
#	Fixed Typo in form/save_field.php (#341)
182
#	Fixed files in /pages/posts folder are not deleted (#340)
183
#	Fixed specialchars problem in the news modul (#339)
184
#	Fixed news modul stores empty records (#338)
185
#	Fixed Captcha didn't work in news comments (#337)
186
#	Fixed various php notices (#334)
187
+	Added new upgrade_function (thanks to kozmoz)
188
#	Fixed addons table isn't updated when a modul is updated (#332)
189
#	Fixed spelling errors in the signup2.php (#330)
190
#	Fixed MySQL 5.x missing default values for INT fields in all system
191
	and modules tables (#329)
192
#	Fixed installer does not insert admin user (#328)
193
+	Added support for getting page ID of page that referred search
194
	request (#327) (thanks to brofield)
195
#	Fixed search results generate invalid XHTML and notify warnings (#326)
196
Stefan Braunewell
197
#	Fixed Field 'last_reset' doesn't have a default value (#313)
198
+	Added get_post_escaped to wb class which automatically calls add_slashes
199
	on get_post output and used it in form/save_field.php
200
------------------------------------- 2.6.4 -------------------------------------
201
20-May-2006 Ryan Djurovich
202
#	Fixed security issues related to #237
203
#	Fixed typo in news save comment page (#282)
204
#	Fixed typo in news delete post page (#283)
205
!	Added multi-submission protection to form module (#119)
206
#	Added notice for when PHP Session Support appears to be disabled in installer,
207
	even if it is enabled and the problem actually lies in the users browser (#154)
208
19-May-2006 Ryan Djurovich
209
#	Fixed problem in forgotten login form where email field is too short (#207)
210
#	Fixed typo in forgotten login details email (#190)
211
15-May-2006 Stefan Braunewell
212
#	Fixed security issues (#237)
213
03-May-2006 Stefan Braunewell
214
#	Fixed problems with pre-2.6.0 modules in section list
215
#	Fixed e-mail bug caused by From: headers in internal mail function calls
216
	(#189)
217
#	E-mail validation in install script now accepts new top-level domains
218
	(#162)
219
#	Error status is now overwritten by next database query (#182)
220
#	Fixed obscure problem in htmlarea install script
221
------------------------------------- 2.6.3 -------------------------------------
222
19-Mar-2006 Stefan Braunewell
223
#	Fixed ticket #146: problems removing groups from viewers list of a page
224
16-Mar-2006 Stefan Braunewell
225
!	Changed link target selection. Now self, top and new. (Ticket #145)
226
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
227
	password pages.
228
#	Some changes to the SQL code in the install script for improved
229
	compatibility with new MySQL versions
230
#	Fixed ticket #134 - error on browsing media.
231
+	Improved backup module: new choice between full database or WB-related
232
	backup.
233
#	Fixed ticket #141 - admin now sees all folders in media
234
#	Fixed e-mail sending problems due to additional parameter in mail call.
235
#	Applied fix regarding ticket #138: new users now get deleted if
236
	sending e-mail fails.
237
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten
238
	password process
239
#	Removed duplicate expression from modules/news/install.php which caused
240
	problems in installation
241
242
01-Mar-2006 Stefan Braunewell
243
#	Fixed ticket #68 - Safari problem with displaying all parents.
244
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads
245
	to fatal error.
246
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
247
------------------------------------- 2.6.2 -------------------------------------
248
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
249
#	Fixed ticket #104 - commas in form field descriptions not allowed.
250
#	Cookie REMEMBER_KEY wasn't cleared in account/logout
251
	and expiration date is now set to time in the past.
252
#	Smart login not working.
253
!	Changed mail calls to new function $wb->mail.
254
#	Form: ticket 124 added captcha settings check
255
#	Ticket 118 added formfield type to check for email/text
256
#	Ticket 115 changed comparision /modules/form/view.php
257
#	Added correct timecheck in form submissions
258
!	Changed captcha.php call to include timestamp
259
!	Changed the e-mail validation code and added a mail function to class wb.
260
!	Forgotten password: if sending of e-mail fails, restore old password.
261
	Ticket #110
262
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
263
!	Character encoding setting also affects admin backend.
264
	Mentioned in ticket #102.
265
!	Reintroduced page languages setting. If switched to off, page
266
	languages are only used to determine the language file for the
267
	universal texts. If on, displayed page and menu are affected by
268
	the language session variable.
269
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
270
	to set the number of levels to be show.
271
#	Fixed a bug where access settings of registered and private pages
272
	were displayed incorrectly.
273
#	Fixed captcha being cached.
274
#	Added an exit call after every heading("Location:...")
275
	redirector to prevent unwanted execution of code.
276
#	Bug #122. Replaced empty field check by check that setting name is
277
	not "wb_version".
278
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
279
#	Fixed bug #99 and two additional instances of typo
280
	catpcha instead of captcha.
281
#	Fixed some typos
282
#	Fixed some notices and warnings.
283
#	Fixed bug #105 - back buttons in addon detail pages not editable.
284
!	Replace 'admin' by 'wb' in all account pages.
285
!/#	Moved print_success and print_error code to class.wb.php.
286
	Added correct parameters to these functions in account pages.
287
------------------------------------- 2.6.1 -------------------------------------
288
12-Dec-2005 Ryan Djurovich
289
#	Fixed security vulnerability in class.login.php
290
#	Fixed typo in EN language file
291
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
292
!	Added charset encoding to admin templates
293
!	Added extra code to check for selection of addon upon uninstalling
294
#	Fixed bugs in RSS news feeder
295
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
296
------------------------------------- 2.6.0 -------------------------------------
297
28-Nov-2005 Ryan Djurovich
298
+	Added default charset option to (advanced) settings
299
#	Form module email fields now have email address validation
300
#	Fixed spacing in form submissions
301
27-Nov-2005 Ryan Djurovich
302
+	Added captcha verification to sign-up form
303
+	Added Captcha to News module
304
24-Nov-2005 Stefan Braunewell
305
!	Applied aportale's patch to use label instead of javascript toggle code
306
20-Nov-2005 Ryan Djurovich
307
!	News mod now hides read more link if no need for it (see ticket #56)
308
+	Added support for mailto: links in the menu link mod
309
#	Added direct-access redirection on some files (see ticket #37)
310
+	Added extra characters to convert.php (see ticket #64)
311
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
312
29-Sep-2005 Ryan Djurovich
313
!	Cleaned up form buttons in Settings
314
!	Moved some options into Advanced Settings
315
#	Semi-disabled "separate" page trash option
316
+	Created a backup module/tool for backing-up the database
317
	(thanks to John (pcwacht) for the original code)
318
+	Created new "blank template", which can be used in case where you don't
319
	want anything wrapping page-content.
320
19-Sep-2005 Ryan Djurovich
321
+	Added _license field for all add-ons to specify a license
322
!	Renamed _designed_for variables (for all addons) to _platform
323
+	Created addons table for faster internal referencing of installed addons
324
!	Fixed some links, including the "Help" button in Admin
325
#	Used nl2br to display body correctly when viewing form-submissions
326
15-Sep-2005 Stefan Braunewell
327
+	Added table module with columns 'name','type' and 'directory' as an
328
	index.
329
+	Added entry to settings table 'wb_version' which holds the version
330
	number and can be utilized in future upgrade scripts.
331
!	Added upgrade functionality also for templates and languages.
332
#/!	Template/modules installation now respects paths.
333
!	Moved updates from config.php to database.
334
	Created initialize.php (required by config.php) to read settings.
335
11-Sep-2005 Stefan Braunewell
336
!	HTMLArea is now a module instead of a core component. Files moved
337
	from "include" to "modules".
338
+	Implemented Installation of modules on top of an older version. This is
339
	done via checking $module_version. Instead of install.php, upgrade.php
340
	is then called if it exists in the module package.
341
	For module developers: $module_version and $new_module_version are
342
	accessible in upgrade.php to find out what upgrade steps need to be taken.
343
!	Changed column names in mod_news_posts from short,long to content_short,
344
	content_long.
345
09-Sep-2005 Stefan Braunewell
346
+	Added new advanced setting "Rename Files On Upload". File extensions can be
347
	given so that respective files will have a ".txt" appended on media upload.
348
#	Fixed "None found" message bug when user has no top level page edit
349
	rights.
350
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
351
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
352
+	Added utf-8 character encoding meta tag into all stock templates.
353
#	Fixed bug when changing a page's parent
354
!	Changed the way blocks are treated. Added new frontend class attribute
355
	default_block_content that controls what is shown on pages such as
356
	search, login, etc. (Ticket #16)
357
+	Added support for WYSIWYG editor modules (wysiwygmod)
358
+	When trying to access a registered page, user is automatically redirected
359
	there on successful login.
360
#	Fixed various issues with system search (mainly related to stripslashes()
361
#	Removed stripslashes() in many places in the code. Added check for
362
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
363
	is independent of magic_quotes setting..
364
05-Sep-2005 Stefan Braunewell
365
#	Fixed bug concerning direct access of preferences page.
366
#	Reworked page visibility and menu item visibility code (frontend login
367
	problem).
368
#	Pages in link list in htmlarea popup are now correctly ordered.
369
#	Fixed bug where group with existing name can be added.
370
04-Sep-2005 Ryan Djurovich
371
+	Added and RSS newsfeed script to the News module
372
04-Sep-2005 Stefan Braunewell
373
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
374
#	Fixed some occurrences of potential direct access path disclosure
375
#	Added directory check to browse.php to prevent xss exploit by trusted users.
376
!	Updated code to reflect move to Subversion repository system.
377
27-Aug-2005 Stefan Braunewell
378
#	Fixed bugs 4,5,6,8,9 in bug tracker
379
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
380
	A GET['lang'] now sets the session language variable.
381
26-Aug-2005 Stefan Braunewell
382
!	Moved redundant code into the new class functions. Created
383
	'compatibility.php' for backward compatibility with
384
	modules and templates. Variables and functions can still be accessed
385
	in the old way.
386
!/+	Reorganized core frontend files, added new base class 'wb' from
387
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
388
	function into new class. Completely rewrote core index.php.
389
	Now all variables and functions that are available to templates and
390
	modules are attributes and methods of the frontend and the wb classes
391
------------------------------------- 2.5.2 -------------------------------------
392
23-Jun-2005 Ryan Djurovich
393
!	create_access_file now creates all parent directories if needed
394
#	Fixed bug when moving page with subpages to another level
395
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
396
#	Fixed bug where query was not setting error correctly in class.database.php
397
22-Jun-2005 Ryan Djurovich
398
#	Fixed bug where template permissions were not saved when a adding group
399
21-Jun-2005 Ryan Djurovich
400
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
401
#	Fixed language problems in some area's of Admin. (Bug #70)
402
#	Added a space in website/page keywords (Bug #69)
403
#	Fixed bugs on settings2.php (Bug #52)
404
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
405
13-Jun-2005 Ryan Djurovich
406
#	Fixed bug (#88) with news module
407
!	Title of Administration login page now taken from language file (Bug #72)
408
#	Fixed redirection admin/home to admin/start on admin/index.php
409
#	Fixed bug with forgotten password page in admin (Bug #81)
410
25-Apr-2005 Ryan Djurovich
411
#	Fixed numerous bugs with module uninstallation
412
#	Fixed bug when uploading files in Administration -> Media
413
!	Installer no-longer requires you to accept the GNU GPL
414
------------------------------------- 2.5.1 -------------------------------------
415
16-Apr-2005 Ryan Djurovich
416
#	Fixed two bugs with account login/logout
417
------------------------------------- 2.5.1 -------------------------------------
418
15-Apr-2005 Ryan Djurovich
419
#	Fixed bug where non-english characters can get used in page filenames. Many
420
	measuers have been added (including a new file: wb/framework/convert.php),
421
	to prevent any possible errors that can occur in page filenames.
422
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
423
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
424
#	Fixed bug where search and account pages are shown in every block
425
	that is in a template
426
#	Fixed numerous bugs with media home directories feature
427
10-Apr-2005 Ryan Djurovich
428
#	Fixed bugs in account/login.php and logout.php where users
429
	gets redirected to /pages
430
------------------------------------- 2.5.0 -------------------------------------
431
08-Apr-2005 Ryan Djurovich
432
-	Removed section language feature
433
+	Added page language feature (replaces need for sections language feature)
434
#	Fixed bug where pages using menu_link module can have the URL changed
435
-	Page directory no longer stored in link field in pages table, it is now added
436
	when the page_link function is called - this makes changing the pages
437
	directory much easier and quicker
438
!	Pages with visibility of "none" are now no longer directly accessable
439
+	Added new visibility setting "hidden", acts exactly like none did previously
440
!	Template info file can now specify number of menu's available and relative names
441
!	Template info file can now specify number of blocks's available and relative names
442
------------------------------------- 2.4.3 -------------------------------------
443
07-Apr-2005 Ryan Djurovich
444
#	page_filename function has been rewritten using str_replace
445
	function, which should be faster and will allow characters
446
	from other languages into filenames
447
!	Created new media_filename function, which is now used
448
	by all media functions (create,upload,rename) to determine
449
	which characters should be removed from a desired filename
450
+	New button in Administration page list to view specific page
451
#	Updated the page_link function to now be compatible with menu link
452
	module when setting pages directory to root
453
#	Fixed bugs in search when using "Any Words" option
454
#	Fixed bug with news module when pages directory set to root
455
!	Changed URL of documentation website on Administration Start page
456
------------------------------------- 2.4.2 -------------------------------------
457
05-Apr-2005 Ryan Djurovich
458
#	Fixed bug where file could be renamed to nothing in Media
459
!	Optimised Media create folder, upload file, and rename functions
460
#	Fixed bug where stripslashes not run on news post titles in admin
461
05-Apr-2005 Stefan Braunewell
462
#	Fixed bug concerning usage of the private_sql variable
463
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
464
------------------------------------- 2.4.1 -------------------------------------
465
04-Apr-2005 Ryan Djurovich
466
!	Pages with visibility of "none" are again directly accessable
467
#	Fixed bugs regarding renaming files and directories in Media section
468
!	When home folders disabled, all folders now visible in Media section
469
------------------------------------- 2.4.0 -------------------------------------
470
03-Apr-2005 Ryan Djurovich
471
-	Removed recently added visibility setting of "heading", and relative config vars
472
+	Added new "menu" field to pages table, and new setting "multiple menus"
473
	which replaces the need for the menu headings feature
474
+	Added links to top of groups and users sections, linking to each other
475
!	Change menu width in "Round" template to 170px (was 150px)
476
#	Change page "are you sure" deletion message to mention that it will delete
477
	all sub-pages as well
478
#	Fixed many bugs with news module when viewing posts by group
479
!	Pages with visibility of "none" are now no longer directly accessable
480
02-Apr-2005 Ryan Djurovich
481
-	Removed need to specify DB_URL when calling database class
482
#	Stopped fields without a type specified from being shown in form mod
483
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
484
	for insert link and insert image
485
+	Added setting which allows you to specify the default WYSIWYG style
486
+	Added "Server Email" option, to specify what is used in "From" field when
487
	sending emails using the PHP mail function. Default is admins email address.
488
#	Search now excludes pages which have a visibility of none or heading
489
!	Pages are now given modified_when and modified_by when added
490
01-Apr-2005 Ryan Djurovich
491
+	Added option to News module to specify how many posts should be listed
492
	per page (by default it is set to unlimited, which functions like previous version)
493
#	Added stripslashes when display page titles in search
494
+	Page descriptions and last updated date now shown in search by default
495
30-Mar-2005 Ryan Djurovich
496
+	Added new feature for Media home folders, where a folder can be specified
497
	for a specific user or group of users only
498
!	Changed URL of Help button to http://www.websitebaker.org/docs/
499
+	Added new feature for "Page Trash" - two modes available: inline and separate
500
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
501
	up a level)
502
29-Mar-2005 Ryan Djurovich
503
-	Removed Database Settings from Administration Settings (options will not be
504
	available in 3.x, so trying to match interface with WB 3.x plans
505
!	Changed the name of Path Settings to Filesystem Settings in Administration
506
	Settings, and removed ability to change path/url options - matching interface
507
	plans for WB 3.x
508
+	Added same options for OS and file permissions as installer to Settings
509
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
510
28-Mar-2005 Ryan Djurovich
511
+	New functions available to templates to simplify creation of them. This aims
512
	to "future-proof" templates for WB 3.x plans.
513
!	Default templates updated to support some of the new functions
514
+	Added field to pages table "page_trail" which stores a list of the pages
515
	parents. This field was needed by the new page_menu function
516
+	Added option for page visibility "heading" to enabled support for multiple
517
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
518
+	Added option for page visibility "registered", which acts a little like
519
	private, but is still shown in the menu (although users need to log in to view
520
	the pages content)
521
+	Form module submissions now saved to database, and feature now added to
522
	limit number of submissions per hour to prevent spamming
523
+	New field for Form module: email. Allows you to specify their email in
524
	"from" field on module settings.
525
#	Fixed bug when displaying comments in News module (WB Bug #14)
526
+	New "under contruction" message if no pages exist
527
!	Cleaned-up wb/index.php
528
27-Mar-2005 Ryan Djurovich
529
+	Created advanced mkdir and chmod functions
530
#	Fixed bug in media where wrong file/folder is deleted
531
+	Complete overhall of installer - now only one step! It has been greatly
532
	simplified in many ways, has much better validation, reports error much more
533
	nicely, and automatically logs the user into the Administrations
534
+	Must now specify OS type - allows for customizable file permission settings
535
+	Sections can now have a language code assigned to them
536
+	Sections can now have a block name/id assigned to them
537
!	Home section of Administration renamed to Start, to save confusion with saying
538
	Homepage (because this term could either mean the main website or Home section
539
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
540
!	Moved Users and Groups sections under Access section. This aims to unify the
541
	interface with WB 3.x plans, which help to unclutter the menu
542
!	Interface for Settings section has been imporved for usability purposes
543
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
544
	by placing media list inside an iframe
545
#	Fixed stripslashes problem for viewing news comments
546
!	Added code from Formesque module (an advanced version of the original Form
547
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
548
	interface improvements for select box/checkbox group/radio group options.
549
#	Possibly fixed bugs where an S appears before file and dir modes
550
#	Fixed bug where users can be added with same emails (in Administration)
551
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
552
	makes code more bulky, and removing it will decrease package size a lot
553
+	New "homepage redirect" option so first page is included and not redirected to
554
#	Fixed text not being shown when module uninstalled
555
!	Imporved interface for basic group permissions
556
26-Mar-2005 Stefan Braunewell
557
#	Fixed bug with front-end logins
558
#	Fixed bug when saving intro page
559
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
560
#	Fixed bugs concerning moving/deleting pages
561
#	Fixed list of parents in page settings
562
#	Fixed mkdir without mode parameter
563
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
564
+	Added support for PAGES_DIRECTORY set to root
565
+	Search form now supports quotes (thanks to Manafta)
566
#	Fixed page section ordering
567
#	News items are displayed with name of poster instead of "Unknown"
568
#	Deletion confirmation popup window in media section now shows correct file name
569
------------------------------------- 2.3.1 -------------------------------------
570
03-Fed-2005 Ryan Djurovich
571
+	Now there is two types of "filesystem modes", one for directories and one
572
	for files. Having different settings is very common for most servers, so
573
	this addition should fix many problems people had with 2.3.0.
574
-	Removed filesystem mode options from installation
575
!	Removed duplicate text on installation step 3 for timezone
576
!	All "access files" for the news module now stored in pages/posts instead
577
	of a sub-dir relative to the page (this fixes many bugs)
578
#	Fixed major bugs when deleting pages with sub-pages
579
!	Removed the restrictions that prevent a user for changing a pages level
580
#	Fixed bug with "toggle" plus/minus in IE for pages list
581
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
582
------------------------------------- 2.3.0 -------------------------------------
583
26-Jan-2005 Ryan Djurovich
584
#	Fixed bug in framework/functions.php that made root parent always equal 8
585
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
586
#	Fixed SQL-query on line 172, placing a / after $old_link
587
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
588
	admin/pages/settings2.php
589
#	Added ordering cleaning to delete_post.php on line 53 for news module
590
!	GMT option is selected for "Default Timezone" in the installer, instead
591
	of the old "Please select" message (which had the same value as GMT)
592
28-Jan-2005 Ryan Djurovich
593
!	Ability to specify the chmod number when WB uploads files, etc.
594
!	Modified file headers (copyright/license notice) so they now look almost the
595
	same, independant of font. Also, it now covers copyright for 2005.
596
30-Jan-2005 Ryan Djurovich
597
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
598
	table when a page is deleted.
599
+	New 'Smart Login' prevents users from using external password managers,
600
	and can be set to remember the users password using cookies.
601
!	SourceForge CVS module now called websitebaker2 (instead of just
602
	websitebaker). Also, all file versions have been reset.
603
01-Fed-2005 Ryan Djurovich
604
!	Added code to prevent from changing a pages level (it simply disables
605
	the select box), to prevent many possible bugs.
606
------------------------------------- 2.2.4 -------------------------------------
607
23-Dec-2004 Ryan Djurovich
608
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
609
#	Fixed multi-language support in search
610
+	Added more detailed options to list of PHP error reporting level's
611
-	Removed ability to change language and PHP error reporting level
612
	on installation to make things easier for newbie's
613
+	Ability to select custom spacer for page filename's
614
!	Changed the way a language code is found on language installation
615
+	Added template permissions to groups
616
#	Fixed bug when trying to change email from Preferences (admin and frontend)
617
#	Fixed bug with auto-selection of "System Default" for Preferences
618
!	News module now use's WYSIWYG for modifying news posts
619
+	Ability to specify both the pages and media target directories
620
------------------------------------ 2.2.3-c ------------------------------------
621
22-Dec-2004 Ryan Djurovich
622
#	Fixed problem with DB password being reset if Settings saved in basic mode
623
------------------------------------ 2.2.3-b ------------------------------------
624
21-Dec-2004 Ryan Djurovich
625
#	Fixed minor bug on admin templates section
626
#	Fixed bug on rename.php and rename2.php in admin media section
627
------------------------------------- 2.2.3 -------------------------------------
628
20-Dec-2004 Ryan Djurovich
629
+	Added WB release version in Administration (top right corner)
630
!	New option to prevent users from adding level 0 pages
631
#	Fixed bug when deleting post's in News module
632
+	Added new field in pages table for "root" parent (level 0 parent), for
633
	extra flexability in creating templates
634
!	Round template now supports unlimited page levels
635
------------------------------------- 2.2.2 -------------------------------------
636
18-Dec-2004 Ryan Djurovich
637
+	New option under Search Settings for selecting custom template for search
638
+	New option when changing page settings to set the target
639
#	Fixed error when saving a user after editing
640
!	Users can now modify sub-page if they dont have permissions on the parent
641
------------------------------------- 2.2.1 -------------------------------------
642
15-Dec-2004 Ryan Djurovich
643
#	Fixed bug when changing password on preferences form (front-end)
644
#	Fixed bug when retrieving user details (administration)
645
#	Added check to see if module, template, or language is in use when deleting
646
#	Fixed up email that is sent to user from a submitted form
647
#	Fixed major problem with module permissions which stopped it from working
648
------------------------------------- 2.2.0 -------------------------------------
649
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
650
+	Multiple-level page support
651
+	Multiple section's for pages (including interface)
652
!	Removed text created using two words on all areas
653
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
654
	this is for better language support
655
+	Added Languages section
656
!	Moved Templates and Modules under Add-ons section
657
!	Changed name of "Default" template to "Round"
658
+	Added "All CSS" template
659
+	Added "Jump"
660
+	Added
661
!	Modified "Box" template to support multiple page levels
662
+	Added "Menu Link" module
663
+	Added "News" module
664
+	Added "Code" module
665
+	Added "Form" module
666
+	Added "Wrapper" module
667
!	Changed name of "Normal Page" module to "WYSIWYG"
668
+	Created new admin wrapper script to ease module develpment
669
+	Media now automatically creates index.php file for every
670
	sub-folder made (for security purposes)
671
!	Change "Help" link in Administration menu so it now directs
672
	to the the new Website Baker documentation website found at:
673
	http://www.websitebaker.org/documentation
674
!	Password is now required to change email in preferences
675
+	User can now select custom Language and Date & Time Formats
676
+	Added search functionality, with three different "methods":
677
	1. Using all words  2. Using any words  3. Exact match
678
+	Added native MySQL database support