Project

General

Profile

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

    
5
$Id: CHANGELOG 401 2006-12-24 21:42:31Z Ruebenwurzel $
6

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

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

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