Project

General

Profile

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

    
5
$Id: CHANGELOG 943 2009-02-21 08:18:25Z doc $
6

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

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

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