Project

General

Profile

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

    
5
$Id: CHANGELOG 407 2006-12-25 01:58:47Z ryan $
6

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

    
13
------------------------------------- 2.6.5 -------------------------------------
14
25-Dec-2006 Ryan Djurovich
15
!	Changed links to WB help website
16
24-Dec-2006 Matthias Gallas
17
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
18
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
19
!	Changed all copyright notices to include now 2007
20
23-Dec-2006 Matthias Gallas
21
#	Fixed IE allows to set a page as parent of itself (#320)
22
#	Fixed problem with Page Title has to be escaped (#287)
23
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
24
21-Dec-2006 Matthias Gallas
25
#	Fixed missing message when adding a site without page title (#300)
26
21-Dec-2006 Ryan Djurovich
27
#	Fixed bug with captcha script (#346)
28
20-Dec-2006 Matthias Gallas
29
#	Fixed Return to Search Results Page (#365)
30
!	Set Version to 2.6.5
31
-	Removed Changeset 365 because this will be a part of WB 2.7.x
32
#	Fixed a little typo error in class.admin.php (#364)
33
26-Nov-2006 Ryan Djurovich
34
+	Added new script that could possibly be apart of 2.7.x as a replacement
35
	for having the pages directory 
36
17-Nov-2006 Matthias Gallas
37
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
38
15-Nov-2006 Matthias Gallas
39
#	Fixed again intropage doesn't work (#71)
40
20-Oct-2006 Matthias Gallas
41
+	Added phpmailer class (thanks to doc)
42
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
43
+	Added List sorting in admin area (thanks to rsmith)
44
#	Fixed table width 100% are wrong displayed in container templates
45
	when IE is used (#350)
46
#	Fixed large space between menupoints in IE (#349)
47
#	Fixed Website description is not displayed when no page description
48
	available (#348)
49
#	Fixed group images in news modul cannot be stored (#342)
50
#	Fixed Typo in form/save_field.php (#341)
51
#	Fixed files in /pages/posts folder are not deleted (#340)
52
#	Fixed specialchars problem in the news modul (#339)
53
#	Fixed news modul stores empty records (#338)
54
#	Fixed Captcha didn't work in news comments (#337)
55
#	Fixed various php notices (#334)
56
+	Added new upgrade_function (thanks to kozmoz)
57
#	Fixed addons table isn't updated when a modul is updated (#332)
58
#	Fixed spelling errors in the signup2.php (#330)
59
#	Fixed MySQL 5.x missing default values for INT fields in all system
60
	and modules tables (#329)
61
#	Fixed installer does not insert admin user (#328)
62
+	Added support for getting page ID of page that referred search
63
	request (#327) (thanks to brofield)
64
#	Fixed search results generate invalid XHTML and notify warnings (#326)
65
Stefan Braunewell
66
#	Fixed Field 'last_reset' doesn't have a default value (#313)
67
+	Added get_post_escaped to wb class which automatically calls add_slashes
68
	on get_post output and used it in form/save_field.php
69
------------------------------------- 2.6.4 -------------------------------------
70
20-May-2006 Ryan Djurovich
71
#	Fixed security issues related to #237
72
#	Fixed typo in news save comment page (#282)
73
#	Fixed typo in news delete post page (#283)
74
!	Added multi-submission protection to form module (#119)
75
#	Added notice for when PHP Session Support appears to be disabled in installer,
76
	even if it is enabled and the problem actually lies in the users browser (#154)
77
19-May-2006 Ryan Djurovich
78
#	Fixed problem in forgotten login form where email field is too short (#207)
79
#	Fixed typo in forgotten login details email (#190)
80
15-May-2006 Stefan Braunewell
81
#	Fixed security issues (#237)
82
03-May-2006 Stefan Braunewell
83
#	Fixed problems with pre-2.6.0 modules in section list
84
#	Fixed e-mail bug caused by From: headers in internal mail function calls
85
	(#189)
86
#	E-mail validation in install script now accepts new top-level domains
87
	(#162)
88
#	Error status is now overwritten by next database query (#182)
89
#	Fixed obscure problem in htmlarea install script
90
------------------------------------- 2.6.3 -------------------------------------
91
19-Mar-2006 Stefan Braunewell
92
#	Fixed ticket #146: problems removing groups from viewers list of a page
93
16-Mar-2006 Stefan Braunewell
94
!	Changed link target selection. Now self, top and new. (Ticket #145)
95
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
96
	password pages.
97
#	Some changes to the SQL code in the install script for improved 
98
	compatibility with new MySQL versions
99
#	Fixed ticket #134 - error on browsing media.
100
+	Improved backup module: new choice between full database or WB-related
101
	backup.
102
#	Fixed ticket #141 - admin now sees all folders in media
103
#	Fixed e-mail sending problems due to additional parameter in mail call.
104
#	Applied fix regarding ticket #138: new users now get deleted if
105
	sending e-mail fails.
106
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten 
107
	password process
108
#	Removed duplicate expression from modules/news/install.php which caused
109
	problems in installation
110

    
111
01-Mar-2006 Stefan Braunewell
112
#	Fixed ticket #68 - Safari problem with displaying all parents.
113
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
114
	to fatal error.
115
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
116
------------------------------------- 2.6.2 -------------------------------------
117
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
118
#	Fixed ticket #104 - commas in form field descriptions not allowed.
119
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
120
	and expiration date is now set to time in the past.
121
#	Smart login not working.
122
!	Changed mail calls to new function $wb->mail.
123
#	Form: ticket 124 added captcha settings check 
124
#	Ticket 118 added formfield type to check for email/text 
125
#	Ticket 115 changed comparision /modules/form/view.php 
126
#	Added correct timecheck in form submissions
127
!	Changed captcha.php call to include timestamp
128
!	Changed the e-mail validation code and added a mail function to class wb.
129
!	Forgotten password: if sending of e-mail fails, restore old password.
130
	Ticket #110
131
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
132
!	Character encoding setting also affects admin backend.
133
	Mentioned in ticket #102.
134
!	Reintroduced page languages setting. If switched to off, page
135
	languages are only used to determine the language file for the
136
	universal texts. If on, displayed page and menu are affected by
137
	the language session variable.
138
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
139
	to set the number of levels to be show.
140
#	Fixed a bug where access settings of registered and private pages
141
	were displayed incorrectly.
142
#	Fixed captcha being cached.
143
#	Added an exit call after every heading("Location:...")
144
	redirector to prevent unwanted execution of code.
145
#	Bug #122. Replaced empty field check by check that setting name is
146
	not "wb_version".
147
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
148
#	Fixed bug #99 and two additional instances of typo 
149
	catpcha instead of captcha.
150
#	Fixed some typos
151
#	Fixed some notices and warnings.
152
#	Fixed bug #105 - back buttons in addon detail pages not editable.
153
!	Replace 'admin' by 'wb' in all account pages. 
154
!/#	Moved print_success and print_error code to class.wb.php.
155
	Added correct parameters to these functions in account pages. 
156
------------------------------------- 2.6.1 -------------------------------------
157
12-Dec-2005 Ryan Djurovich
158
#	Fixed security vulnerability in class.login.php
159
#	Fixed typo in EN language file
160
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
161
!	Added charset encoding to admin templates
162
!	Added extra code to check for selection of addon upon uninstalling
163
#	Fixed bugs in RSS news feeder
164
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
165
------------------------------------- 2.6.0 -------------------------------------
166
28-Nov-2005 Ryan Djurovich
167
+	Added default charset option to (advanced) settings
168
#	Form module email fields now have email address validation
169
#	Fixed spacing in form submissions
170
27-Nov-2005 Ryan Djurovich
171
+	Added captcha verification to sign-up form
172
+	Added Captcha to News module
173
24-Nov-2005 Stefan Braunewell
174
!	Applied aportale's patch to use label instead of javascript toggle code
175
20-Nov-2005 Ryan Djurovich
176
!	News mod now hides read more link if no need for it (see ticket #56)
177
+	Added support for mailto: links in the menu link mod
178
#	Added direct-access redirection on some files (see ticket #37)
179
+	Added extra characters to convert.php (see ticket #64)
180
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
181
29-Sep-2005 Ryan Djurovich
182
!	Cleaned up form buttons in Settings
183
!	Moved some options into Advanced Settings
184
#	Semi-disabled "separate" page trash option
185
+	Created a backup module/tool for backing-up the database
186
	(thanks to John (pcwacht) for the original code)
187
+	Created new "blank template", which can be used in case where you don't
188
	want anything wrapping page-content.
189
19-Sep-2005 Ryan Djurovich
190
+	Added _license field for all add-ons to specify a license
191
!	Renamed _designed_for variables (for all addons) to _platform
192
+	Created addons table for faster internal referencing of installed addons
193
!	Fixed some links, including the "Help" button in Admin
194
#	Used nl2br to display body correctly when viewing form-submissions
195
15-Sep-2005 Stefan Braunewell
196
+	Added table module with columns 'name','type' and 'directory' as an
197
	index.
198
+	Added entry to settings table 'wb_version' which holds the version
199
	number and can be utilized in future upgrade scripts.
200
!	Added upgrade functionality also for templates and languages.
201
#/!	Template/modules installation now respects paths.
202
!	Moved updates from config.php to database.
203
	Created initialize.php (required by config.php) to read settings.
204
11-Sep-2005 Stefan Braunewell
205
!	HTMLArea is now a module instead of a core component. Files moved
206
	from "include" to "modules".
207
+	Implemented Installation of modules on top of an older version. This is 
208
	done via checking $module_version. Instead of install.php, upgrade.php
209
	is then called if it exists in the module package. 
210
	For module developers: $module_version and $new_module_version are 
211
	accessible in upgrade.php to find out what upgrade steps need to be taken.
212
!	Changed column names in mod_news_posts from short,long to content_short,
213
	content_long.
214
09-Sep-2005 Stefan Braunewell
215
+	Added new advanced setting "Rename Files On Upload". File extensions can be
216
	given so that respective files will have a ".txt" appended on media upload.
217
#	Fixed "None found" message bug when user has no top level page edit
218
	rights.
219
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
220
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
221
+	Added utf-8 character encoding meta tag into all stock templates.
222
#	Fixed bug when changing a page's parent
223
!	Changed the way blocks are treated. Added new frontend class attribute
224
	default_block_content that controls what is shown on pages such as
225
	search, login, etc. (Ticket #16)
226
+	Added support for WYSIWYG editor modules (wysiwygmod)
227
+	When trying to access a registered page, user is automatically redirected
228
	there on successful login.
229
#	Fixed various issues with system search (mainly related to stripslashes()
230
#	Removed stripslashes() in many places in the code. Added check for
231
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
232
	is independent of magic_quotes setting..
233
05-Sep-2005 Stefan Braunewell
234
#	Fixed bug concerning direct access of preferences page.
235
#	Reworked page visibility and menu item visibility code (frontend login
236
	problem).
237
#	Pages in link list in htmlarea popup are now correctly ordered.
238
#	Fixed bug where group with existing name can be added.
239
04-Sep-2005 Ryan Djurovich
240
+	Added and RSS newsfeed script to the News module
241
04-Sep-2005 Stefan Braunewell
242
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
243
#	Fixed some occurrences of potential direct access path disclosure
244
#	Added directory check to browse.php to prevent xss exploit by trusted users.
245
!	Updated code to reflect move to Subversion repository system.
246
27-Aug-2005 Stefan Braunewell
247
#	Fixed bugs 4,5,6,8,9 in bug tracker
248
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
249
	A GET['lang'] now sets the session language variable.
250
26-Aug-2005 Stefan Braunewell
251
!	Moved redundant code into the new class functions. Created 
252
	'compatibility.php' for backward compatibility with
253
	modules and templates. Variables and functions can still be accessed
254
	in the old way.
255
!/+	Reorganized core frontend files, added new base class 'wb' from
256
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
257
	function into new class. Completely rewrote core index.php.
258
	Now all variables and functions that are available to templates and
259
	modules are attributes and methods of the frontend and the wb classes
260
------------------------------------- 2.5.2 -------------------------------------
261
23-Jun-2005 Ryan Djurovich
262
!	create_access_file now creates all parent directories if needed
263
#	Fixed bug when moving page with subpages to another level
264
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
265
#	Fixed bug where query was not setting error correctly in class.database.php
266
22-Jun-2005 Ryan Djurovich
267
#	Fixed bug where template permissions were not saved when a adding group
268
21-Jun-2005 Ryan Djurovich
269
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
270
#	Fixed language problems in some area's of Admin. (Bug #70)
271
#	Added a space in website/page keywords (Bug #69)
272
#	Fixed bugs on settings2.php (Bug #52)
273
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
274
13-Jun-2005 Ryan Djurovich
275
#	Fixed bug (#88) with news module
276
!	Title of Administration login page now taken from language file (Bug #72)
277
#	Fixed redirection admin/home to admin/start on admin/index.php
278
#	Fixed bug with forgotten password page in admin (Bug #81)
279
25-Apr-2005 Ryan Djurovich
280
#	Fixed numerous bugs with module uninstallation
281
#	Fixed bug when uploading files in Administration -> Media
282
!	Installer no-longer requires you to accept the GNU GPL
283
------------------------------------- 2.5.1 -------------------------------------
284
16-Apr-2005 Ryan Djurovich
285
#	Fixed two bugs with account login/logout
286
------------------------------------- 2.5.1 -------------------------------------
287
15-Apr-2005 Ryan Djurovich
288
#	Fixed bug where non-english characters can get used in page filenames. Many
289
	measuers have been added (including a new file: wb/framework/convert.php),
290
	to prevent any possible errors that can occur in page filenames.
291
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
292
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
293
#	Fixed bug where search and account pages are shown in every block
294
	that is in a template
295
#	Fixed numerous bugs with media home directories feature
296
10-Apr-2005 Ryan Djurovich
297
#	Fixed bugs in account/login.php and logout.php where users
298
	gets redirected to /pages
299
------------------------------------- 2.5.0 -------------------------------------
300
08-Apr-2005 Ryan Djurovich
301
-	Removed section language feature
302
+	Added page language feature (replaces need for sections language feature)
303
#	Fixed bug where pages using menu_link module can have the URL changed
304
-	Page directory no longer stored in link field in pages table, it is now added
305
	when the page_link function is called - this makes changing the pages
306
	directory much easier and quicker
307
!	Pages with visibility of "none" are now no longer directly accessable
308
+	Added new visibility setting "hidden", acts exactly like none did previously
309
!	Template info file can now specify number of menu's available and relative names
310
!	Template info file can now specify number of blocks's available and relative names
311
------------------------------------- 2.4.3 -------------------------------------
312
07-Apr-2005 Ryan Djurovich
313
#	page_filename function has been rewritten using str_replace
314
	function, which should be faster and will allow characters
315
	from other languages into filenames
316
!	Created new media_filename function, which is now used
317
	by all media functions (create,upload,rename) to determine
318
	which characters should be removed from a desired filename
319
+	New button in Administration page list to view specific page
320
#	Updated the page_link function to now be compatible with menu link
321
	module when setting pages directory to root
322
#	Fixed bugs in search when using "Any Words" option
323
#	Fixed bug with news module when pages directory set to root
324
!	Changed URL of documentation website on Administration Start page
325
------------------------------------- 2.4.2 -------------------------------------
326
05-Apr-2005 Ryan Djurovich
327
#	Fixed bug where file could be renamed to nothing in Media
328
!	Optimised Media create folder, upload file, and rename functions
329
#	Fixed bug where stripslashes not run on news post titles in admin
330
05-Apr-2005 Stefan Braunewell
331
#	Fixed bug concerning usage of the private_sql variable
332
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
333
------------------------------------- 2.4.1 -------------------------------------
334
04-Apr-2005 Ryan Djurovich
335
!	Pages with visibility of "none" are again directly accessable
336
#	Fixed bugs regarding renaming files and directories in Media section
337
!	When home folders disabled, all folders now visible in Media section
338
------------------------------------- 2.4.0 -------------------------------------
339
03-Apr-2005 Ryan Djurovich
340
-	Removed recently added visibility setting of "heading", and relative config vars
341
+	Added new "menu" field to pages table, and new setting "multiple menus"
342
	which replaces the need for the menu headings feature
343
+	Added links to top of groups and users sections, linking to each other
344
!	Change menu width in "Round" template to 170px (was 150px)
345
#	Change page "are you sure" deletion message to mention that it will delete
346
	all sub-pages as well
347
#	Fixed many bugs with news module when viewing posts by group
348
!	Pages with visibility of "none" are now no longer directly accessable
349
02-Apr-2005 Ryan Djurovich
350
-	Removed need to specify DB_URL when calling database class
351
#	Stopped fields without a type specified from being shown in form mod
352
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
353
	for insert link and insert image
354
+	Added setting which allows you to specify the default WYSIWYG style
355
+	Added "Server Email" option, to specify what is used in "From" field when
356
	sending emails using the PHP mail function. Default is admins email address.
357
#	Search now excludes pages which have a visibility of none or heading
358
!	Pages are now given modified_when and modified_by when added
359
01-Apr-2005 Ryan Djurovich
360
+	Added option to News module to specify how many posts should be listed
361
	per page (by default it is set to unlimited, which functions like previous version)
362
#	Added stripslashes when display page titles in search
363
+	Page descriptions and last updated date now shown in search by default
364
30-Mar-2005 Ryan Djurovich
365
+	Added new feature for Media home folders, where a folder can be specified
366
	for a specific user or group of users only
367
!	Changed URL of Help button to http://www.websitebaker.org/docs/
368
+	Added new feature for "Page Trash" - two modes available: inline and separate
369
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
370
	up a level)
371
29-Mar-2005 Ryan Djurovich
372
-	Removed Database Settings from Administration Settings (options will not be
373
	available in 3.x, so trying to match interface with WB 3.x plans
374
!	Changed the name of Path Settings to Filesystem Settings in Administration
375
	Settings, and removed ability to change path/url options - matching interface
376
	plans for WB 3.x
377
+	Added same options for OS and file permissions as installer to Settings
378
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
379
28-Mar-2005 Ryan Djurovich
380
+	New functions available to templates to simplify creation of them. This aims
381
	to "future-proof" templates for WB 3.x plans.
382
!	Default templates updated to support some of the new functions
383
+	Added field to pages table "page_trail" which stores a list of the pages
384
	parents. This field was needed by the new page_menu function
385
+	Added option for page visibility "heading" to enabled support for multiple
386
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
387
+	Added option for page visibility "registered", which acts a little like
388
	private, but is still shown in the menu (although users need to log in to view
389
	the pages content)
390
+	Form module submissions now saved to database, and feature now added to
391
	limit number of submissions per hour to prevent spamming
392
+	New field for Form module: email. Allows you to specify their email in
393
	"from" field on module settings.
394
#	Fixed bug when displaying comments in News module (WB Bug #14)
395
+	New "under contruction" message if no pages exist
396
!	Cleaned-up wb/index.php
397
27-Mar-2005 Ryan Djurovich
398
+	Created advanced mkdir and chmod functions
399
#	Fixed bug in media where wrong file/folder is deleted
400
+	Complete overhall of installer - now only one step! It has been greatly
401
	simplified in many ways, has much better validation, reports error much more
402
	nicely, and automatically logs the user into the Administrations
403
+	Must now specify OS type - allows for customizable file permission settings
404
+	Sections can now have a language code assigned to them
405
+	Sections can now have a block name/id assigned to them
406
!	Home section of Administration renamed to Start, to save confusion with saying
407
	Homepage (because this term could either mean the main website or Home section
408
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
409
!	Moved Users and Groups sections under Access section. This aims to unify the
410
	interface with WB 3.x plans, which help to unclutter the menu
411
!	Interface for Settings section has been imporved for usability purposes
412
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
413
	by placing media list inside an iframe
414
#	Fixed stripslashes problem for viewing news comments
415
!	Added code from Formesque module (an advanced version of the original Form
416
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
417
	interface improvements for select box/checkbox group/radio group options.
418
#	Possibly fixed bugs where an S appears before file and dir modes
419
#	Fixed bug where users can be added with same emails (in Administration)
420
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
421
	makes code more bulky, and removing it will decrease package size a lot
422
+	New "homepage redirect" option so first page is included and not redirected to
423
#	Fixed text not being shown when module uninstalled
424
!	Imporved interface for basic group permissions
425
26-Mar-2005 Stefan Braunewell
426
#	Fixed bug with front-end logins
427
#	Fixed bug when saving intro page 
428
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
429
#	Fixed bugs concerning moving/deleting pages
430
#	Fixed list of parents in page settings
431
#	Fixed mkdir without mode parameter
432
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
433
+	Added support for PAGES_DIRECTORY set to root
434
+	Search form now supports quotes (thanks to Manafta)
435
#	Fixed page section ordering
436
#	News items are displayed with name of poster instead of "Unknown"
437
#	Deletion confirmation popup window in media section now shows correct file name
438
------------------------------------- 2.3.1 -------------------------------------
439
03-Fed-2005 Ryan Djurovich
440
+	Now there is two types of "filesystem modes", one for directories and one
441
	for files. Having different settings is very common for most servers, so
442
	this addition should fix many problems people had with 2.3.0.
443
-	Removed filesystem mode options from installation
444
!	Removed duplicate text on installation step 3 for timezone
445
!	All "access files" for the news module now stored in pages/posts instead
446
	of a sub-dir relative to the page (this fixes many bugs)
447
#	Fixed major bugs when deleting pages with sub-pages
448
!	Removed the restrictions that prevent a user for changing a pages level
449
#	Fixed bug with "toggle" plus/minus in IE for pages list
450
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
451
------------------------------------- 2.3.0 -------------------------------------
452
26-Jan-2005 Ryan Djurovich
453
#	Fixed bug in framework/functions.php that made root parent always equal 8
454
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
455
#	Fixed SQL-query on line 172, placing a / after $old_link
456
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
457
	admin/pages/settings2.php
458
#	Added ordering cleaning to delete_post.php on line 53 for news module
459
!	GMT option is selected for "Default Timezone" in the installer, instead
460
	of the old "Please select" message (which had the same value as GMT)
461
28-Jan-2005 Ryan Djurovich
462
!	Ability to specify the chmod number when WB uploads files, etc.
463
!	Modified file headers (copyright/license notice) so they now look almost the
464
	same, independant of font. Also, it now covers copyright for 2005.
465
30-Jan-2005 Ryan Djurovich
466
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
467
	table when a page is deleted.
468
+	New 'Smart Login' prevents users from using external password managers,
469
	and can be set to remember the users password using cookies.
470
!	SourceForge CVS module now called websitebaker2 (instead of just
471
	websitebaker). Also, all file versions have been reset.
472
01-Fed-2005 Ryan Djurovich
473
!	Added code to prevent from changing a pages level (it simply disables
474
	the select box), to prevent many possible bugs.
475
------------------------------------- 2.2.4 -------------------------------------
476
23-Dec-2004 Ryan Djurovich
477
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
478
#	Fixed multi-language support in search
479
+	Added more detailed options to list of PHP error reporting level's
480
-	Removed ability to change language and PHP error reporting level
481
	on installation to make things easier for newbie's
482
+	Ability to select custom spacer for page filename's
483
!	Changed the way a language code is found on language installation
484
+	Added template permissions to groups
485
#	Fixed bug when trying to change email from Preferences (admin and frontend)
486
#	Fixed bug with auto-selection of "System Default" for Preferences
487
!	News module now use's WYSIWYG for modifying news posts
488
+	Ability to specify both the pages and media target directories
489
------------------------------------ 2.2.3-c ------------------------------------
490
22-Dec-2004 Ryan Djurovich
491
#	Fixed problem with DB password being reset if Settings saved in basic mode
492
------------------------------------ 2.2.3-b ------------------------------------
493
21-Dec-2004 Ryan Djurovich
494
#	Fixed minor bug on admin templates section
495
#	Fixed bug on rename.php and rename2.php in admin media section
496
------------------------------------- 2.2.3 -------------------------------------
497
20-Dec-2004 Ryan Djurovich
498
+	Added WB release version in Administration (top right corner)
499
!	New option to prevent users from adding level 0 pages
500
#	Fixed bug when deleting post's in News module
501
+	Added new field in pages table for "root" parent (level 0 parent), for
502
	extra flexability in creating templates
503
!	Round template now supports unlimited page levels
504
------------------------------------- 2.2.2 -------------------------------------
505
18-Dec-2004 Ryan Djurovich
506
+	New option under Search Settings for selecting custom template for search
507
+	New option when changing page settings to set the target
508
#	Fixed error when saving a user after editing
509
!	Users can now modify sub-page if they dont have permissions on the parent
510
------------------------------------- 2.2.1 -------------------------------------
511
15-Dec-2004 Ryan Djurovich
512
#	Fixed bug when changing password on preferences form (front-end)
513
#	Fixed bug when retrieving user details (administration)
514
#	Added check to see if module, template, or language is in use when deleting
515
#	Fixed up email that is sent to user from a submitted form
516
#	Fixed major problem with module permissions which stopped it from working
517
------------------------------------- 2.2.0 -------------------------------------
518
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
519
+	Multiple-level page support
520
+	Multiple section's for pages (including interface)
521
!	Removed text created using two words on all areas
522
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
523
	this is for better language support
524
+	Added Languages section
525
!	Moved Templates and Modules under Add-ons section
526
!	Changed name of "Default" template to "Round"
527
+	Added "All CSS" template
528
+	Added "Jump"
529
+	Added 
530
!	Modified "Box" template to support multiple page levels
531
+	Added "Menu Link" module
532
+	Added "News" module
533
+	Added "Code" module
534
+	Added "Form" module
535
+	Added "Wrapper" module
536
!	Changed name of "Normal Page" module to "WYSIWYG"
537
+	Created new admin wrapper script to ease module develpment
538
+	Media now automatically creates index.php file for every
539
	sub-folder made (for security purposes)
540
!	Change "Help" link in Administration menu so it now directs
541
	to the the new Website Baker documentation website found at:
542
	http://www.websitebaker.org/documentation
543
!	Password is now required to change email in preferences
544
+	User can now select custom Language and Date & Time Formats
545
+	Added search functionality, with three different "methods":
546
	1. Using all words  2. Using any words  3. Exact match
547
+	Added native MySQL database support
(1-1/5)