Project

General

Profile

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

    
5
$Id: CHANGELOG 857 2008-09-16 18:33:01Z thorn $
6

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

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

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