Project

General

Profile

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

    
5
$Id: CHANGELOG 895 2008-12-29 10:59:06Z aldus $
6

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

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

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