Project

General

Profile

1 809 doc
Change Log
2
===============================================================================
3
Please note: This change log may not be accurate
4
5
$Id$
6
7
Legend:
8
+ = Added
9
- = Removed
10
# = Bugfix
11
! = Update/Change
12
13 849 doc
------------------------------------- 2.7.1 -------------------------------------
14 850 doc
29-June-2008 Christian Sommer
15
!	applied additional mail check to forgot login form
16 849 doc
28-June-2008 Christian Sommer
17
!	class and id attributes in mailto links are no longer ignored by the output filter
18
22-Jun-2008 Thomas Hornik
19
#	fixed issue with captcha (mt_rand() instead of rand())
20
#	fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')
21 847 doc
22-June-2008 Christian Sommer
22
!	added output of block number to section admin if no block name is specified
23 845 doc
21-June-2008 Christian Sommer
24 846 doc
+	added output of block names to modify pages dialogue if blocks are enabled
25
!	updated show_menu2 to version 4.60 (to avoid disappearing menus)
26 845 doc
08-Jun-2008 Thomas Hornik
27
#	hebrew-table in charsets-table.php was faultily imported - fixed. Thanks to forum-member iti.
28 843 doc
24-May-2008 Christian Sommer
29 845 doc
!	modified output filter routine to prevent errors if database entries do not exist
30 843 doc
04-May-2008 Thomas Hornik
31 845 doc
!	changed register_backend_modfile() to work with wysiwyg-module, too
32 843 doc
01-May-2008 Thomas Hornik
33
#	fixed file-naming issue when old page-names (from before 2.7) contains "&"
34
26-Apr-2008 Thomas Hornik
35 840 thorn
#	class.admin.php deletes actual query-string while redirection. fixed.
36 839 Ruebenwurz
25-Apr-2008 Matthias Gallas
37
#	fixed validiation bug in option fields of form modul
38 834 doc
------------------------------------- 2.7.0 -------------------------------------
39
21-Apr-2008 Christian Sommer
40 836 doc
!	set version to 2.7
41 835 doc
#	fixed bug in the PL language file of the JS calendar
42 834 doc
+	added some basic functions for module developers
43
20-Apr-2008 Thomas Hornik
44
#	fix: allow external urls for search-results
45
17-Apr-2008 Thomas Hornik
46 832 thorn
#	fixed jscalendar's language-files
47 831 doc
16-Apr-2008 Christian Sommer
48
#	fixed possible clashes with intro page feature and WB core file /pages/index.php
49
15-Apr-2008 Thomas Hornik
50 830 thorn
!	revert back to pagename-creation from $page_menu, instead of $page_title
51 829 doc
15-Apr-2008 Christian Sommer
52
#	fixed bug introduced with Changeset 826
53 826 doc
14-Apr-2008 Christian Sommer
54 827 doc
+	added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)
55 826 doc
!	allowed tags for multi-lingual module descriptions
56
14-Apr-2008 Thomas Hornik
57
#	fixed issue with multigroups (level 0 page-creation)
58
13-Apr-2008 Thomas Hornik
59
!	ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
60 821 thorn
#	fixed language-files
61 819 doc
10-Apr-2008 Christian Sommer
62
!	fixed WB-Link Plugin to work with WB versions below 2.7 ($admin->page_is_visible() only available in WB 2.7)
63
09-Apr-2008 Christian Sommer
64 818 doc
!	modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7
65 814 Ruebenwurz
07-Apr-2008 Matthias Gallas
66
#	fixed error in german laguage file
67 813 doc
07-Apr-2008 Christian Sommer
68 816 doc
+	added the latest FCKEditor v2.60
69 815 doc
-	removed the outdated FCKEditor v2.51
70 813 doc
!	set version from 2.7 (RC3) to 2.7 (RC3a)
71
07-Apr-2008 Thomas Hornik
72
!	added missing group_id in INSERT-query
73
!	removed PHP5 function stripos from installation script
74 809 doc
06-Apr-2008 Christian Sommer
75 810 doc
!	removed some obsolete language variables from news and form module (now defined in global WB language files)
76 809 doc
!	enlarged admin tool icon to match size 50x50px of the other icons
77
05-Apr-2008 Matthias Gallas
78
!	Moved language variables for edit module CSS from modules language files to core language files
79
+	Added norwegian translation (Thanks OEH)
80
05-Apr-2008 Thomas Hornik
81
!	some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
82
#	fixed viewing_groups-handling in /admin/pages/add.php
83
!	imported new russian translation from User shlack. Many Thanks
84
05-Apr-2008 Christian Sommer
85
!	added workaround for template parser class
86
!	moved functions to edit module CSS files into the WB core to avoid duplication of code
87
!	minor layout change
88
!	allowed the character "-" to be used in database names
89
04-Apr-2008 Thomas Hornik
90
#	fixed: Language-redirect removed query-string from URL
91
04-Apr-2008 Christian Sommer
92
!	set WB version to 2.7 (RC3) for the next upcoming release candidate
93
03-Apr-2008 Christian Sommer
94
!	some code clean up in news/form module
95
!	small adaption of the edit CSS function file css.functions.php
96
!	updated edit module CSS functions to include backend.css into head if possible
97
#	fixed bug in Javascript decryption routines of the Output-Filter module
98
02-Apr-2008 Matthias Gallas
99
#	fixed bug with registration of users are not added to signup group
100
02-Apr-2008 Christian Sommer
101
#	added handling of missing characters to mailto encryption routines
102
!	some code clean-up in News module
103
!	fixed some layout issues with Form module (combination with Output-filter)
104
!	fixed layout issue with optional subject/body text of encrypted mailto links
105
#	fixed bug in the mailto Javascript encryption code of the Output-Filter module
106
01-Apr-2008 Christian Sommer
107
!	removed typo in English language file
108
!	added updated edit CSS functions to the News module
109
!	added updated edit CSS functions to the Form module
110
31-Mar-2008 Christian Sommer
111
#	fixed bug in output filter (mailto links with HTML entities in optional part)
112
29-Mar-2008 Christian Sommer
113
!	added missing translation to Dutch language file (thanks Bramus)
114
28-Mar-2008 Thomas Hornik
115
!	Some cleanup in search.php
116
!	WYSIWYG: changed field text to LONGTEXT, too.
117
25-Mar-2008 Matthias Gallas
118
!	Updated Dutch language file (Thanks to Bramus)
119
26-Mar-2008 Tomas Hornik
120
#	fixed E_NOTICE-message in admin/modules/details.php
121
25-Mar-2008 Thomas Hornik
122
+	search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
123
+	search: added missing code to allow query of external data and to process the search data itself
124
25-Mar-2008 Matthias Gallas
125
#	Fixed missing <body> tag in Admin Interface (ticket #572)
126
24-Mar-2008 Matthias Gallas
127
!	Updated Danish Language file (Thanks to Achrist)
128
! 	Added class nixhier to frontend.css from form and news Modul (required for ASP)
129
24-Mar-2008 Thomas Hornik
130
+	Added RU-language-files, provided by user shlack; converted to entities.
131
#	search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3
132
#	FCK-Editor: loads large pages faster
133
-	removed include/captcha/asp.php. css have to be added to module's css-files.
134
23-Mar-2008 Matthias Gallas
135
! 	Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
136
17-Mar-2008 Thomas Hornik
137
#	fixed an issue with utf8_check() (too slow with many ~100KB pages)
138
15-Mar-2008 Thomas Hornik
139
#	menulink: link can be menulink or subpage of menulink, too
140
#	call_captcha: added parameter 'style', fixed some issue with parameter 'image' and text-style captchas
141
13-Mar-2008 Christian Sommer
142
! 	adjusted error/warning templates to the updated backend layout
143
13-Mar-2008 Matthias Gallas
144
! 	replaced one icon in admin interface
145
12-Mar-2008 Matthias Gallas
146
# 	fixed loading time and some display issues in IE6 of the new admin interface
147
!	tweaked the new admin interface a little bit
148
12-Mar-2008 Christian Sommer
149
! 	adjusted background color of installation and upgrade script
150
! 	set version number to 2.7 (RC2) for the upcoming second release candidate
151
! 	removed hardcoded /admin folder strings from WB core files where possible
152
! 	added WB home folder fix proposed by the forum member spawnferkel (thanks)
153
! 	defined <strong> and <em> instead of <b> and <i> as default tags
154
12-Mar-2008 Thomas Hornik
155
+	CAPTCHA: added parameter to call_captcha (can be one of: 'image', 'input' or 'text')
156
11-Mar-2008 Christian Sommer
157
#	fixed issue with output filter (all .@ in descriptive mailto part: >xxxxx</a> were replaced; now restricted to emails)
158
#	fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
159
08-Mar-2008 Thomas Hornik
160
#	fixed issue with news and end-date
161
04-Mar-2008 Christian Sommer
162
#	fixed issue with smart view URL link
163
03-Mar-2008 Thomas Hornik
164
#	fixed an issue with text-captcha (default text got saved). Changes default text.
165
#	fixed an issue with highlighting
166
02-Mar-2008 Thomas Hornik
167
#	added missing text in language-files
168
+	added missing sorting to language dropdown in admin/pages/settings.php
169
01-Mar-2008 Thomas Hornik
170
#	fixed ticket #562, applied changes from user tavitar with some own additions
171
+	added check for AddDefaultCharset to install
172
29-Feb-2008 Thomas Hornik
173
#	fixed issue in pagename generation if AddDefaultCharset is set (as work-around).
174
28-Feb-2008 Thomas Hornik
175
#	fixed hebrew transliteration-table. Thanks to forum-member iti.
176
28-Feb-2008	Christian Sommer
177
#	added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)
178
25-Feb-2008	Matthias Gallas
179
+	added missing Dutch language files for core modules
180
24-Feb-2008 Thomas Hornik
181
#	issue with menulink in upgrade-script. Fixed.
182
23-Feb-2008 Christian Sommer
183
!	suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor
184
#	fixed bug in upgrade script (WBMailer setting)
185
22-Feb-2008 Christian Sommer
186
#	some layout changes on the upgrade-script, fixed error in precheck
187
#	restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
188
20-Feb-2008 Thomas Hornik
189
!	added workaround for language sorting-problem
190
20-Feb-2008	Christian Sommer
191
!	added WYSIWYG DB update and missing WBMAILER settings to upgrade script (added some status messages)
192
!	modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)
193
#	added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)
194
!	Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)
195
19-Feb-2008	Matthias Gallas
196
!	Updated upgrade script
197
!	Changed language sorting from directory to name (needs additional to be escaped!)
198
+	added new languages to install script
199
#	fixed some issues and typos in languagefiles
200
18-Feb-2008 Thomas Hornik
201
+	Converted and added some old language-files (BG, CS, PL, RU)
202
18-Feb-2008	Christian Sommer
203
#	Fixed two broken links
204
!	Modified news module to create a default index.php during installation (directory spoofing)
205
17-Feb-2008	Matthias Gallas
206
-	Removed colloquially german language files as the filename causes issues
207
17-Feb-2008	Christian Sommer
208
!	removed German Umlauts in some language file (PHP comments)
209
#	fixed language bug (backend language switched to the pages language viewed in frontend)
210
16-Feb-2008	Thomas Hornik
211
!	updated upgrade-script (menulink)
212
13-Feb-2008 Thomas Hornik
213
+	allow externl links in menulink-module
214
#	fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section.
215
10-Feb-2008 Matthias Gallas
216
#	fixed some errors in standard german language file
217
+	added new colloquially german language file
218
10-Feb-2008 Thomas Hornik
219
#	CAPTCHA: Wrong text for calc_ttf-captcha.
220
10-Feb-2008 Christian Sommer
221
#	fixed E_NOTICE warning with already defined module frontend constants
222
-	removed all stuff other than page_content from the blank template
223
!	adapted color for onmouseover effect
224
!	added disclaimer to the upgrade-script as the script is not sufficiently tested yet
225
!	made Website Header field in Settings visible per default
226
!	modified all templates (display Website Header, use show_menu instead of page_menu)
227
!	added highlighting of active input elements to all WB backend areas; changed some colors
228
!	removed hover highlighting of input fields to avoid possible confusion
229
!	added visualization of wrong/empty input fields
230
#	fixed a bug with re-enter admin password
231
09-Feb-2008 Christian Sommer
232
!	modified some colors and CSS definitions of pages, media and section interface
233
#	output_filter: fixed bug in regular expression (eats up characters in mailto links)
234
#	output_filter: removed word boundary from mailto regex part
235
#	fixed bug in menu_link module (IE 7 did not show the select boxes at all)
236
#	fixed bug in user signup
237
!	output_filter: added word boundary for the mailto regex part
238
09-Feb-2008 Thomas Hornwik
239
!	jsadmin: added latest changes from swen, fixes most (or all?) issues.
240
08-Feb-2008 Matthias Gallas
241
+	added kewyword id to all new files
242
08-Feb-2008 Christian Sommer
243
-	Removed admin module mail_filter
244
+	Added revised version of the output filter module
245
08-Feb-2008 Thomas Hornik
246
!	module news: set focus on captcha-field if user have to re-enter captcha
247
!	Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.
248
-	Removed unused function is_access_denied() from search
249
04-Feb-2008 Thomas Hornik
250
!	email-addresses are excluded from search-results page.
251
#	Fixed possible XSS in account/login.php and forgot-form.php
252
04-Feb-2008 Christian Sommer
253
#	allowed usage of tags in settings fields: website_header, website_footer
254
03-Feb-2008 Thomas Hornik
255
#	out-of-date default page isn't shown anymore, instead shows next public page.
256
#	fck_wbmodules.php: foreign privates pages in dropdown, fixed.
257
03-Feb-2008 Matthias Gallas
258
+	added kewyword id to all new files
259
02-Feb-2008 Christian Sommer
260
#	fixed wrong redirect in /admin/images
261
02-Feb-2008 Thomas Hornik
262
!	search shows email-addresses, even if email-filter is activated (on page with highlighting). Fixed.
263
+	Added missing text in languages files for jscalendar
264
!	settings: pages-directory '/' will be converted to '' (empty string) on save.
265
!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
266
#	fixed path in jscalendar-css
267
01-Feb-2008 Christian Sommer
268
#	Added default index.php to all folders (directory spoofing)
269
01-Feb-2008 Thomas Hornik
270
#	Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
271
#	Fixed possible XSS-vulnerability in wb/search/search.php
272
31-Jan-2008 Thomas Hornik
273
!	Adjusted clock-red icon to match wb colors
274
#	admin/pages: the parent dropdown-list in index.php and settings.php showed foreign private pages, too. Fixed.
275
+	Added multi-group to upgrade-script
276
30-Jan-2008 Christian Sommer
277
#	fixed bug with text Captcha (input was restricted to 10 chars.) and a small layout issue
278
30-Jan-2008 Thomas Hornik
279
#	registered pages didn't appear in menu. fixed.
280
!	Updated upgrade-script. (Some upgrades still missing)
281
29-Jan-2008 Thomas Hornik
282
#	strtotime()'s behavior differ in PHP4 and PHP5.
283
	Had to fix some issues in admin/pages/sections and module news.
284
#	Security bugfix: Text file for text-captcha was world-readable. Moved to database.
285
#	Text-captcha: empty line in text file, following a question, was accepted as answer. Fixed.
286
28-Jan-2008 Matthias Gallas
287
#	Replaced all special chars in language files with htmlentities or unicode
288
+	Added some missing lines in language files
289
+	Added missing keyword Id
290
28-Jan-2008 Christian Sommer
291
#	fixed issue with top bar icon alt tag
292
!	added some more backend layout modifications
293
!	corrected bug in NL.php language file
294
!	added missing session cookie forgotten in Changeset 593
295
!	added possibility to select the default backend language during installation process
296
!	Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)
297
#	Fixed some bugs in the Javascript Admin modul
298
28-Jan-2008 Thomas Hornik
299
+	Allow a user-supplied From-Name in form-settings for email und success-email.
300
!	changeset 627: menu_link and search/search.php needs some minor changes, too.
301
+	Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt
302
27-Jan-2008 Christian Sommer
303
!	fixed CSS background color of the installer CSS
304
!	replaced static text with variable text from language file
305
!	introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
306
!	added missing ID tags
307
27-Jan-2008 Christian Sommer
308
!	added missing ID tags
309
!	added default language for users to avoid empty language fields
310
27-Jan-2008 Matthias Gallas
311
+	added kewyword id to new file
312
#	Fixed some spelling errors in german language file
313
27-Jan-2008 Thomas Hornik
314
!	Module form: user supplied input isn't lost on captcha-failure anymore.
315
#	fixed 100%-cpu-load-event in CAPTCHA admin-tool.
316
+	Added Calc_ttf_image CAPTCHA.
317
!	Changed captcha/captcha.php to use table-layout for CAPTCHA.
318
!	Some minor changes in CAPTCHA-code.
319
!	Added some text to CAPTCHA admin-tool.
320
#	Module form: dropdown "success page" listed foreign private pages, too. Fixed.
321
+	Added preview-images for CAPTCHA.
322
!	Improved security: CAPTCHAS can't be loaded from outside WB
323
!	CAPTCHA ttf_image: added variant. Adjusted character-pool and one background for better readability.
324
26-Jan-2008 Christian Sommer
325
!	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters)
326
+	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
327
26-Jan-2008 Matthias Gallas
328
#	fixed bug in Javascript Admin module
329
+	Added new language files
330
+	Added keywords to files where they are missing
331
26-Jan-2008 Thomas Hornik
332
!	fixed some issues with CAPTCHA and ASP. Adjusted baseline of '*' in supplyed fonts to meet
333
	baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib verification.
334
	Improved ASP in news-module.
335
+	module news: added publish_until field to control the visibility of a news-posting by date and time
336
!	added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts.
337
	It should be very difficult for spam-bots to recognize intersected characters.
338
25-Jan-2008 Christian Sommer
339
!	removed changes introduced with changeset 593 (we need to think off if we want to implement that feature)
340
25-Jan-2008 Thomas Hornik
341
+	Added new CAPTCHA. Adapted core: signup and modules: news and form.
342
+	Added Advanced Spam Protection (ASP) to core: signup and modules news and form.
343
#	module news: it was possible to post comments to postings with commenting disabled
344
	or to inactive postings. Fixed
345
24-Jan-2008 Thomas Hornik
346
!	Generate filename in pages/ from page_title instead of menu_title.
347
24-Jan-2008 Christian Sommer
348
#	fixed bug in Codepress integration (if codepress framework not installed)
349
+	added language support to all integrated modules (except for news and form module)
350
#	fixed another E_NOTICE warning
351
24-Jan-2008 Matthias Gallas
352
+	Added keywords to files where they are missing
353
23-Jan-2008 Christian Sommer
354
+	Added German language file for WB 2.7
355
22-Jan-2008 Christian Sommer
356
+	Added language support for the Admin tools (backup, reload, mail_filter)
357
-	Removed all admin tool text outputs from global language file to module language files
358
!	Introduced language support for the overview page of the Admin tools
359
+	Added function get_variable_content to allow extraction of variable content without including files
360
!	Changed language support for Addons -> Moduls -> Details
361
22-Jan-2008 Matthias Gallas
362
+	Added keywords to new mail filter files
363
22-Jan-2008 Thomas Hornik
364
+	manage-sections: changed calendar-icon to clock-icon, added second icon to empty date-field.
365
21-Jan-2008 Christian Sommer
366
!	Removed the manage section icon from the page admin (sections managed by publish by date function)
367
#	Fixed bug with the edit module CSS file implementation (IE7, Opera)
368
21-Jan-2008 Thomas Hornik
369
+	Unique session-identifier for each website baker installation. fixes #354
370
20-Jan-2008 Christian Sommer
371
#	fixed E_NOTICE-warning in save.php when input data was wrong
372
+	added the new admin tool email output filter which allows to transform
373
	emails before displaying them on the frontend
374
20-Jan-2008 Thomas Hornik
375
!	upgrade-script.php: fixed mysql_error() handling
376
!	upgrade-script.php: added code to update menu_links
377
#	fixed a typo in upgrade-script.php
378
!	updated admin/pages/sections.php to changed jscalendar-api from changeset 571
379
!	module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed
380
#	fixed E_NOTICE-warning in news-module (about SECTION_ID in comment.php)
381
19-Jan-2008 Christian Sommer
382
!	Reduced the success time out and set WYSIWSY background to white
383
#	Fixed some errors in form module (only in conjunction with E_ALL)
384
!	Added support to configure the mailer settings via the backend
385
19-Jan-2008 Matthias Gallas
386
#	Fixed bug in news modul with missing variable PAGE_DIRECTORY
387
+	Added keywords to new files
388
19-Jan-2008 Thomas Hornik
389
-	Module news: removed old calendar
390
+	Module news: adapted news to use the new include/jscalendar
391
+	added installation-instructions to include/jscalendar
392
#	Module code: curly backets get deleted by pparse() from phplib. fixed
393
+	Module menu_link: added dropdown-listbox to select anchor
394
!	upgrade-script: added code to convert old menu_links to new ones (partly)
395
18-Jan-2008 Matthias Gallas
396
!	Updated news modul with features from the advanced news modul
397
!	Updated form modul with features from the advanced form modul
398
#	Fixed hardcoded /pages issue in intro page feature
399
+	Added example .htaccess to parse .html files, fixed bug in changeset 555
400
!	Revoked parts of changeset 547 and again introduced changeset 540
401
+	Added keywords to modules/fckeditor and all other new files
402
18-Jan-2008 Thomas Hornik
403
#	fixed two E_NOTICE-warnings in admin/pages/index.php
404
+	added new module-based search-function
405
+	added new publish-by-date code
406
17-Jan-2008 Christian Sommer
407
#	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
408
!	removed the PAGE_EXTENSION from frontend login
409
17-Jan-2008 Matthias Gallas
410
#	Reintroduced changes from changeset 520 and 540 wich where overwritten
411
	by changeset 546
412
#	Revoked changeset 541 end removed all PAGE_EXTENSION variables and the related
413
	option in WB settings as this function only works on Apache Servers
414
	together with .htaccess and mod_rewrite
415
+	Added keywords to file menu_link/uninstall.php and new admintools files
416
17-Jan-2008 Christian Sommer
417
!	added the "users in multiple groups" feature (closes parts of ticket #546)
418
16-Jan-2008 Thomas Hornik
419
!	changed admin/pages/save.php to allow hidden config-elements in table search.
420
!	changed module menu_link: added table mod_menu_link, fixed page-deleting-bug,
421
	fixed odd behavior in case of menu_link as default-page.
422
#	changing PHP-error-level within website baker does not work - fixed (fixed ticket 532)
423
14-Jan-2008 Matthias Gallas
424
#	Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames.
425
	(!!Attention!! To get extenions other than .php working additional fixes are necessary!)
426
#	Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the
427
	pathes points to WB Corefiles with the page extension .php
428
#	Replaced hardcoded text in login.php with language variables (fixes ticket 386)
429
14-Jan-2008 Christian Sommer
430
!	added a missing </tr> tag
431
#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally
432
	removed by Changeset 529 (enhanced pages admin)
433
13-Jan-2008 Christian Sommer
434
#	moved administration tools from Settings to the new section Admin-Tools
435
#	this bugfix closes the ticket 529 (WB upgrades modules with identical version)
436
!	increased redirection time after success message, corrected HOME link of the login panel
437
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
438
#	this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
439
#	fixed error with redirection to admin panel after installation
440
12-Jan-2008 Christian Sommer
441
!	introduced smart URL detection for the 'View' menu in the WB backend
442
	(if page_id is set, redirect to this page instead of the root)
443
!	introduced the enhanced pages admin dialogue (thanks to icouto)
444
11-Jan-2008 Christian Sommer
445
+	added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
446
-	removed the hmtlarea files in /modules/htmlarea
447
!	set the fckeditor as the new default editor /install/save.php
448
!	Updated function: register_frontend_modfiles in /framework/frontend.functions.php
449
	(added constants MOD_FRONTEND_CSS_REGISTERED, MOD_FRONTEND_JAVASCRIPT_REGISTERED)
450
11-Jan-2008 Matthias Gallas
451
!	Update codepress to Version 0.9.6
452
!	Update phplib to Version 7.4a
453
09-Jan-2008 Matthias Gallas
454
!	Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
455
#	Fixed ticket #542 (Thanks to Thorn)
456
23-Dec-2007 Matthias Gallas
457
!	Changed all copyright notices to include now 2008
458
21-Sep-2007 Matthias Gallas
459
#	Fixed a typo in /framework/frontend.functions.php cause that websites using
460
	the new register_frontend_modifles() functions do not validate
461
24-Jan-2007 Christian Sommer
462
!	Replaced some core files to allow configuration of wbmailer via admin settings panel
463
------------------------------------- 2.6.7 -------------------------------------
464
02-Jan-2007 Christian Sommer
465
+	Added missing converting file for changeset [504]
466
------------------------------------- 2.6.6 -------------------------------------
467
01-Jul-2007 Matthias Gallas
468
#	Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
469
01-Jul-2007 Ryan Djurovich
470
#	Fixed bug where error message not displayed when script fails to create a page
471
#	Fixed bugs introduced in [484]
472
14-May-2007 Matthias Gallas
473
+	Added support for ISO-8859-6.(Thanks to thorn)
474
12-May-2007 Christian Sommer
475
+	Replaced functions page_css and page_javascript by register_frontend_modfiles
476
+	Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files
477
+	Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea)
478
+	Added the new function register_frontend_modfiles to the built in templates
479
08-May-2007 Matthias Gallas
480
+	Added wrapper to functions.php if mb_string is not available (Thanks to thorn)
481
+	Added new functions page_css and page_javascript to the built in templates
482
+	Added search highlight class to css files of the built in templates
483
30-Apr-2007 Matthias Gallas
484
#	Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
485
10-Apr-2007 Matthias Gallas
486
+	Optimized search and highlighting funktions (Thanks to thorn)
487
03-Apr-2007 Matthias Gallas
488
#	Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted
489
	in the pages directory (Special thanks to "Funky_MF" for the fix)
490
01-Apr-2007 Matthias Gallas
491
#	Fixed issues with some languages when UTF8 is used. Removed all htmlentites
492
	from the code (revoked changeset 396) and added new functions instead. Adapted the
493
	search and the highlighting to use the new functions. With this changes WB can now
494
	be used with charset UTF8 for all languages. Very special thanks to Thorn who wrote
495
	and tested this changes.
496
12-Mar-2007 Matthias Gallas
497
+	Added multilingual support to search
498
03-Mar-2007 Matthias Gallas
499
+	Added new function for highlighting search results in the content area
500
	(Special thanks to "thorn" and "Funky_MF")
501
#	Fixed some issues in search with special chars
502
	(Special thanks to "thorn" and "Funky_MF")
503
22-Feb-2007 Christian Sommer
504
#	Fixed bug in changeset 428 (page files were not deleted in /pages folder due to a typo in wb/framework/function.php)
505
16-Feb-2007 Christian Sommer
506
!	Suppressed PHP warnings and errors when reading empty intro.php
507
16-Feb-2007 Christian Sommer
508
#	Applied fix to enable parsing of PHP code in the intro.php
509
12-Feb-2007 Christian Sommer
510
!	Added functions page_css and page_javascript which allow to include optional
511
	module files module.css and module.js into the <head> section. This allows to
512
	create valid (X)HTML, as CSS definitions of modules are included in the head section
513
12-Feb-2007 Christian Sommer
514
!	Security enhancement (reduced number of login trials from 50 to 3)
515
02-Feb-2007 Matthias Gallas
516
#	Applied fix for ticket #380 (Thanks to pcwacht)
517
30-Jan-2007 Ryan Djurovich
518
#	Applied fix for ticket #376
519
29-Jan-2007 Matthias Gallas
520
+	Added new variable $MODULE_DESCRIPTION wich allows to have optional a language
521
	specific description of the modules in the language files of the modules.
522
21-Jan-2007 Matthias Gallas
523
#	Fixed issue in the search table entries of form modul
524
13-Jan-2007 Matthias Gallas
525
#	Fixed some bugs in rss.php
526
07-Jan-2007 Matthias Gallas
527
#	Fixed error when uninstalling the news modul
528
02-Jan-2007 Matthias Gallas
529
+   Added id keywords to all missing files
530
#	Fixed issue with Permissions for pages sections
531
27-Dec-2006 Matthias Gallas
532
#	Fixed form modul stores empty records
533
------------------------------------- 2.6.5 -------------------------------------
534
25-Dec-2006 Ryan Djurovich
535
!	Changed links to WB help website
536
24-Dec-2006 Matthias Gallas
537
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
538
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
539
!	Changed all copyright notices to include now 2007
540
23-Dec-2006 Matthias Gallas
541
#	Fixed IE allows to set a page as parent of itself (#320)
542
#	Fixed problem with Page Title has to be escaped (#287)
543
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
544
21-Dec-2006 Matthias Gallas
545
#	Fixed missing message when adding a site without page title (#300)
546
21-Dec-2006 Ryan Djurovich
547
#	Fixed bug with captcha script (#346)
548
20-Dec-2006 Matthias Gallas
549
#	Fixed Return to Search Results Page (#365)
550
!	Set Version to 2.6.5
551
-	Removed Changeset 365 because this will be a part of WB 2.7.x
552
#	Fixed a little typo error in class.admin.php (#364)
553
26-Nov-2006 Ryan Djurovich
554
+	Added new script that could possibly be apart of 2.7.x as a replacement
555
	for having the pages directory
556
17-Nov-2006 Matthias Gallas
557
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
558
15-Nov-2006 Matthias Gallas
559
#	Fixed again intropage doesn't work (#71)
560
20-Oct-2006 Matthias Gallas
561
+	Added phpmailer class (thanks to doc)
562
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
563
+	Added List sorting in admin area (thanks to rsmith)
564
#	Fixed table width 100% are wrong displayed in container templates
565
	when IE is used (#350)
566
#	Fixed large space between menupoints in IE (#349)
567
#	Fixed Website description is not displayed when no page description
568
	available (#348)
569
#	Fixed group images in news modul cannot be stored (#342)
570
#	Fixed Typo in form/save_field.php (#341)
571
#	Fixed files in /pages/posts folder are not deleted (#340)
572
#	Fixed specialchars problem in the news modul (#339)
573
#	Fixed news modul stores empty records (#338)
574
#	Fixed Captcha didn't work in news comments (#337)
575
#	Fixed various php notices (#334)
576
+	Added new upgrade_function (thanks to kozmoz)
577
#	Fixed addons table isn't updated when a modul is updated (#332)
578
#	Fixed spelling errors in the signup2.php (#330)
579
#	Fixed MySQL 5.x missing default values for INT fields in all system
580
	and modules tables (#329)
581
#	Fixed installer does not insert admin user (#328)
582
+	Added support for getting page ID of page that referred search
583
	request (#327) (thanks to brofield)
584
#	Fixed search results generate invalid XHTML and notify warnings (#326)
585
Stefan Braunewell
586
#	Fixed Field 'last_reset' doesn't have a default value (#313)
587
+	Added get_post_escaped to wb class which automatically calls add_slashes
588
	on get_post output and used it in form/save_field.php
589
------------------------------------- 2.6.4 -------------------------------------
590
20-May-2006 Ryan Djurovich
591
#	Fixed security issues related to #237
592
#	Fixed typo in news save comment page (#282)
593
#	Fixed typo in news delete post page (#283)
594
!	Added multi-submission protection to form module (#119)
595
#	Added notice for when PHP Session Support appears to be disabled in installer,
596
	even if it is enabled and the problem actually lies in the users browser (#154)
597
19-May-2006 Ryan Djurovich
598
#	Fixed problem in forgotten login form where email field is too short (#207)
599
#	Fixed typo in forgotten login details email (#190)
600
15-May-2006 Stefan Braunewell
601
#	Fixed security issues (#237)
602
03-May-2006 Stefan Braunewell
603
#	Fixed problems with pre-2.6.0 modules in section list
604
#	Fixed e-mail bug caused by From: headers in internal mail function calls
605
	(#189)
606
#	E-mail validation in install script now accepts new top-level domains
607
	(#162)
608
#	Error status is now overwritten by next database query (#182)
609
#	Fixed obscure problem in htmlarea install script
610
------------------------------------- 2.6.3 -------------------------------------
611
19-Mar-2006 Stefan Braunewell
612
#	Fixed ticket #146: problems removing groups from viewers list of a page
613
16-Mar-2006 Stefan Braunewell
614
!	Changed link target selection. Now self, top and new. (Ticket #145)
615
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
616
	password pages.
617
#	Some changes to the SQL code in the install script for improved
618
	compatibility with new MySQL versions
619
#	Fixed ticket #134 - error on browsing media.
620
+	Improved backup module: new choice between full database or WB-related
621
	backup.
622
#	Fixed ticket #141 - admin now sees all folders in media
623
#	Fixed e-mail sending problems due to additional parameter in mail call.
624
#	Applied fix regarding ticket #138: new users now get deleted if
625
	sending e-mail fails.
626
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten
627
	password process
628
#	Removed duplicate expression from modules/news/install.php which caused
629
	problems in installation
630
631
01-Mar-2006 Stefan Braunewell
632
#	Fixed ticket #68 - Safari problem with displaying all parents.
633
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads
634
	to fatal error.
635
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
636
------------------------------------- 2.6.2 -------------------------------------
637
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
638
#	Fixed ticket #104 - commas in form field descriptions not allowed.
639
#	Cookie REMEMBER_KEY wasn't cleared in account/logout
640
	and expiration date is now set to time in the past.
641
#	Smart login not working.
642
!	Changed mail calls to new function $wb->mail.
643
#	Form: ticket 124 added captcha settings check
644
#	Ticket 118 added formfield type to check for email/text
645
#	Ticket 115 changed comparision /modules/form/view.php
646
#	Added correct timecheck in form submissions
647
!	Changed captcha.php call to include timestamp
648
!	Changed the e-mail validation code and added a mail function to class wb.
649
!	Forgotten password: if sending of e-mail fails, restore old password.
650
	Ticket #110
651
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
652
!	Character encoding setting also affects admin backend.
653
	Mentioned in ticket #102.
654
!	Reintroduced page languages setting. If switched to off, page
655
	languages are only used to determine the language file for the
656
	universal texts. If on, displayed page and menu are affected by
657
	the language session variable.
658
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
659
	to set the number of levels to be show.
660
#	Fixed a bug where access settings of registered and private pages
661
	were displayed incorrectly.
662
#	Fixed captcha being cached.
663
#	Added an exit call after every heading("Location:...")
664
	redirector to prevent unwanted execution of code.
665
#	Bug #122. Replaced empty field check by check that setting name is
666
	not "wb_version".
667
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
668
#	Fixed bug #99 and two additional instances of typo
669
	catpcha instead of captcha.
670
#	Fixed some typos
671
#	Fixed some notices and warnings.
672
#	Fixed bug #105 - back buttons in addon detail pages not editable.
673
!	Replace 'admin' by 'wb' in all account pages.
674
!/#	Moved print_success and print_error code to class.wb.php.
675
	Added correct parameters to these functions in account pages.
676
------------------------------------- 2.6.1 -------------------------------------
677
12-Dec-2005 Ryan Djurovich
678
#	Fixed security vulnerability in class.login.php
679
#	Fixed typo in EN language file
680
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
681
!	Added charset encoding to admin templates
682
!	Added extra code to check for selection of addon upon uninstalling
683
#	Fixed bugs in RSS news feeder
684
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
685
------------------------------------- 2.6.0 -------------------------------------
686
28-Nov-2005 Ryan Djurovich
687
+	Added default charset option to (advanced) settings
688
#	Form module email fields now have email address validation
689
#	Fixed spacing in form submissions
690
27-Nov-2005 Ryan Djurovich
691
+	Added captcha verification to sign-up form
692
+	Added Captcha to News module
693
24-Nov-2005 Stefan Braunewell
694
!	Applied aportale's patch to use label instead of javascript toggle code
695
20-Nov-2005 Ryan Djurovich
696
!	News mod now hides read more link if no need for it (see ticket #56)
697
+	Added support for mailto: links in the menu link mod
698
#	Added direct-access redirection on some files (see ticket #37)
699
+	Added extra characters to convert.php (see ticket #64)
700
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
701
29-Sep-2005 Ryan Djurovich
702
!	Cleaned up form buttons in Settings
703
!	Moved some options into Advanced Settings
704
#	Semi-disabled "separate" page trash option
705
+	Created a backup module/tool for backing-up the database
706
	(thanks to John (pcwacht) for the original code)
707
+	Created new "blank template", which can be used in case where you don't
708
	want anything wrapping page-content.
709
19-Sep-2005 Ryan Djurovich
710
+	Added _license field for all add-ons to specify a license
711
!	Renamed _designed_for variables (for all addons) to _platform
712
+	Created addons table for faster internal referencing of installed addons
713
!	Fixed some links, including the "Help" button in Admin
714
#	Used nl2br to display body correctly when viewing form-submissions
715
15-Sep-2005 Stefan Braunewell
716
+	Added table module with columns 'name','type' and 'directory' as an
717
	index.
718
+	Added entry to settings table 'wb_version' which holds the version
719
	number and can be utilized in future upgrade scripts.
720
!	Added upgrade functionality also for templates and languages.
721
#/!	Template/modules installation now respects paths.
722
!	Moved updates from config.php to database.
723
	Created initialize.php (required by config.php) to read settings.
724
11-Sep-2005 Stefan Braunewell
725
!	HTMLArea is now a module instead of a core component. Files moved
726
	from "include" to "modules".
727
+	Implemented Installation of modules on top of an older version. This is
728
	done via checking $module_version. Instead of install.php, upgrade.php
729
	is then called if it exists in the module package.
730
	For module developers: $module_version and $new_module_version are
731
	accessible in upgrade.php to find out what upgrade steps need to be taken.
732
!	Changed column names in mod_news_posts from short,long to content_short,
733
	content_long.
734
09-Sep-2005 Stefan Braunewell
735
+	Added new advanced setting "Rename Files On Upload". File extensions can be
736
	given so that respective files will have a ".txt" appended on media upload.
737
#	Fixed "None found" message bug when user has no top level page edit
738
	rights.
739
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
740
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
741
+	Added utf-8 character encoding meta tag into all stock templates.
742
#	Fixed bug when changing a page's parent
743
!	Changed the way blocks are treated. Added new frontend class attribute
744
	default_block_content that controls what is shown on pages such as
745
	search, login, etc. (Ticket #16)
746
+	Added support for WYSIWYG editor modules (wysiwygmod)
747
+	When trying to access a registered page, user is automatically redirected
748
	there on successful login.
749
#	Fixed various issues with system search (mainly related to stripslashes()
750
#	Removed stripslashes() in many places in the code. Added check for
751
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
752
	is independent of magic_quotes setting..
753
05-Sep-2005 Stefan Braunewell
754
#	Fixed bug concerning direct access of preferences page.
755
#	Reworked page visibility and menu item visibility code (frontend login
756
	problem).
757
#	Pages in link list in htmlarea popup are now correctly ordered.
758
#	Fixed bug where group with existing name can be added.
759
04-Sep-2005 Ryan Djurovich
760
+	Added and RSS newsfeed script to the News module
761
04-Sep-2005 Stefan Braunewell
762
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
763
#	Fixed some occurrences of potential direct access path disclosure
764
#	Added directory check to browse.php to prevent xss exploit by trusted users.
765
!	Updated code to reflect move to Subversion repository system.
766
27-Aug-2005 Stefan Braunewell
767
#	Fixed bugs 4,5,6,8,9 in bug tracker
768
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
769
	A GET['lang'] now sets the session language variable.
770
26-Aug-2005 Stefan Braunewell
771
!	Moved redundant code into the new class functions. Created
772
	'compatibility.php' for backward compatibility with
773
	modules and templates. Variables and functions can still be accessed
774
	in the old way.
775
!/+	Reorganized core frontend files, added new base class 'wb' from
776
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
777
	function into new class. Completely rewrote core index.php.
778
	Now all variables and functions that are available to templates and
779
	modules are attributes and methods of the frontend and the wb classes
780
------------------------------------- 2.5.2 -------------------------------------
781
23-Jun-2005 Ryan Djurovich
782
!	create_access_file now creates all parent directories if needed
783
#	Fixed bug when moving page with subpages to another level
784
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
785
#	Fixed bug where query was not setting error correctly in class.database.php
786
22-Jun-2005 Ryan Djurovich
787
#	Fixed bug where template permissions were not saved when a adding group
788
21-Jun-2005 Ryan Djurovich
789
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
790
#	Fixed language problems in some area's of Admin. (Bug #70)
791
#	Added a space in website/page keywords (Bug #69)
792
#	Fixed bugs on settings2.php (Bug #52)
793
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
794
13-Jun-2005 Ryan Djurovich
795
#	Fixed bug (#88) with news module
796
!	Title of Administration login page now taken from language file (Bug #72)
797
#	Fixed redirection admin/home to admin/start on admin/index.php
798
#	Fixed bug with forgotten password page in admin (Bug #81)
799
25-Apr-2005 Ryan Djurovich
800
#	Fixed numerous bugs with module uninstallation
801
#	Fixed bug when uploading files in Administration -> Media
802
!	Installer no-longer requires you to accept the GNU GPL
803
------------------------------------- 2.5.1 -------------------------------------
804
16-Apr-2005 Ryan Djurovich
805
#	Fixed two bugs with account login/logout
806
------------------------------------- 2.5.1 -------------------------------------
807
15-Apr-2005 Ryan Djurovich
808
#	Fixed bug where non-english characters can get used in page filenames. Many
809
	measuers have been added (including a new file: wb/framework/convert.php),
810
	to prevent any possible errors that can occur in page filenames.
811
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
812
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
813
#	Fixed bug where search and account pages are shown in every block
814
	that is in a template
815
#	Fixed numerous bugs with media home directories feature
816
10-Apr-2005 Ryan Djurovich
817
#	Fixed bugs in account/login.php and logout.php where users
818
	gets redirected to /pages
819
------------------------------------- 2.5.0 -------------------------------------
820
08-Apr-2005 Ryan Djurovich
821
-	Removed section language feature
822
+	Added page language feature (replaces need for sections language feature)
823
#	Fixed bug where pages using menu_link module can have the URL changed
824
-	Page directory no longer stored in link field in pages table, it is now added
825
	when the page_link function is called - this makes changing the pages
826
	directory much easier and quicker
827
!	Pages with visibility of "none" are now no longer directly accessable
828
+	Added new visibility setting "hidden", acts exactly like none did previously
829
!	Template info file can now specify number of menu's available and relative names
830
!	Template info file can now specify number of blocks's available and relative names
831
------------------------------------- 2.4.3 -------------------------------------
832
07-Apr-2005 Ryan Djurovich
833
#	page_filename function has been rewritten using str_replace
834
	function, which should be faster and will allow characters
835
	from other languages into filenames
836
!	Created new media_filename function, which is now used
837
	by all media functions (create,upload,rename) to determine
838
	which characters should be removed from a desired filename
839
+	New button in Administration page list to view specific page
840
#	Updated the page_link function to now be compatible with menu link
841
	module when setting pages directory to root
842
#	Fixed bugs in search when using "Any Words" option
843
#	Fixed bug with news module when pages directory set to root
844
!	Changed URL of documentation website on Administration Start page
845
------------------------------------- 2.4.2 -------------------------------------
846
05-Apr-2005 Ryan Djurovich
847
#	Fixed bug where file could be renamed to nothing in Media
848
!	Optimised Media create folder, upload file, and rename functions
849
#	Fixed bug where stripslashes not run on news post titles in admin
850
05-Apr-2005 Stefan Braunewell
851
#	Fixed bug concerning usage of the private_sql variable
852
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
853
------------------------------------- 2.4.1 -------------------------------------
854
04-Apr-2005 Ryan Djurovich
855
!	Pages with visibility of "none" are again directly accessable
856
#	Fixed bugs regarding renaming files and directories in Media section
857
!	When home folders disabled, all folders now visible in Media section
858
------------------------------------- 2.4.0 -------------------------------------
859
03-Apr-2005 Ryan Djurovich
860
-	Removed recently added visibility setting of "heading", and relative config vars
861
+	Added new "menu" field to pages table, and new setting "multiple menus"
862
	which replaces the need for the menu headings feature
863
+	Added links to top of groups and users sections, linking to each other
864
!	Change menu width in "Round" template to 170px (was 150px)
865
#	Change page "are you sure" deletion message to mention that it will delete
866
	all sub-pages as well
867
#	Fixed many bugs with news module when viewing posts by group
868
!	Pages with visibility of "none" are now no longer directly accessable
869
02-Apr-2005 Ryan Djurovich
870
-	Removed need to specify DB_URL when calling database class
871
#	Stopped fields without a type specified from being shown in form mod
872
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
873
	for insert link and insert image
874
+	Added setting which allows you to specify the default WYSIWYG style
875
+	Added "Server Email" option, to specify what is used in "From" field when
876
	sending emails using the PHP mail function. Default is admins email address.
877
#	Search now excludes pages which have a visibility of none or heading
878
!	Pages are now given modified_when and modified_by when added
879
01-Apr-2005 Ryan Djurovich
880
+	Added option to News module to specify how many posts should be listed
881
	per page (by default it is set to unlimited, which functions like previous version)
882
#	Added stripslashes when display page titles in search
883
+	Page descriptions and last updated date now shown in search by default
884
30-Mar-2005 Ryan Djurovich
885
+	Added new feature for Media home folders, where a folder can be specified
886
	for a specific user or group of users only
887
!	Changed URL of Help button to http://www.websitebaker.org/docs/
888
+	Added new feature for "Page Trash" - two modes available: inline and separate
889
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
890
	up a level)
891
29-Mar-2005 Ryan Djurovich
892
-	Removed Database Settings from Administration Settings (options will not be
893
	available in 3.x, so trying to match interface with WB 3.x plans
894
!	Changed the name of Path Settings to Filesystem Settings in Administration
895
	Settings, and removed ability to change path/url options - matching interface
896
	plans for WB 3.x
897
+	Added same options for OS and file permissions as installer to Settings
898
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
899
28-Mar-2005 Ryan Djurovich
900
+	New functions available to templates to simplify creation of them. This aims
901
	to "future-proof" templates for WB 3.x plans.
902
!	Default templates updated to support some of the new functions
903
+	Added field to pages table "page_trail" which stores a list of the pages
904
	parents. This field was needed by the new page_menu function
905
+	Added option for page visibility "heading" to enabled support for multiple
906
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
907
+	Added option for page visibility "registered", which acts a little like
908
	private, but is still shown in the menu (although users need to log in to view
909
	the pages content)
910
+	Form module submissions now saved to database, and feature now added to
911
	limit number of submissions per hour to prevent spamming
912
+	New field for Form module: email. Allows you to specify their email in
913
	"from" field on module settings.
914
#	Fixed bug when displaying comments in News module (WB Bug #14)
915
+	New "under contruction" message if no pages exist
916
!	Cleaned-up wb/index.php
917
27-Mar-2005 Ryan Djurovich
918
+	Created advanced mkdir and chmod functions
919
#	Fixed bug in media where wrong file/folder is deleted
920
+	Complete overhall of installer - now only one step! It has been greatly
921
	simplified in many ways, has much better validation, reports error much more
922
	nicely, and automatically logs the user into the Administrations
923
+	Must now specify OS type - allows for customizable file permission settings
924
+	Sections can now have a language code assigned to them
925
+	Sections can now have a block name/id assigned to them
926
!	Home section of Administration renamed to Start, to save confusion with saying
927
	Homepage (because this term could either mean the main website or Home section
928
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
929
!	Moved Users and Groups sections under Access section. This aims to unify the
930
	interface with WB 3.x plans, which help to unclutter the menu
931
!	Interface for Settings section has been imporved for usability purposes
932
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
933
	by placing media list inside an iframe
934
#	Fixed stripslashes problem for viewing news comments
935
!	Added code from Formesque module (an advanced version of the original Form
936
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
937
	interface improvements for select box/checkbox group/radio group options.
938
#	Possibly fixed bugs where an S appears before file and dir modes
939
#	Fixed bug where users can be added with same emails (in Administration)
940
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
941
	makes code more bulky, and removing it will decrease package size a lot
942
+	New "homepage redirect" option so first page is included and not redirected to
943
#	Fixed text not being shown when module uninstalled
944
!	Imporved interface for basic group permissions
945
26-Mar-2005 Stefan Braunewell
946
#	Fixed bug with front-end logins
947
#	Fixed bug when saving intro page
948
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
949
#	Fixed bugs concerning moving/deleting pages
950
#	Fixed list of parents in page settings
951
#	Fixed mkdir without mode parameter
952
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
953
+	Added support for PAGES_DIRECTORY set to root
954
+	Search form now supports quotes (thanks to Manafta)
955
#	Fixed page section ordering
956
#	News items are displayed with name of poster instead of "Unknown"
957
#	Deletion confirmation popup window in media section now shows correct file name
958
------------------------------------- 2.3.1 -------------------------------------
959
03-Fed-2005 Ryan Djurovich
960
+	Now there is two types of "filesystem modes", one for directories and one
961
	for files. Having different settings is very common for most servers, so
962
	this addition should fix many problems people had with 2.3.0.
963
-	Removed filesystem mode options from installation
964
!	Removed duplicate text on installation step 3 for timezone
965
!	All "access files" for the news module now stored in pages/posts instead
966
	of a sub-dir relative to the page (this fixes many bugs)
967
#	Fixed major bugs when deleting pages with sub-pages
968
!	Removed the restrictions that prevent a user for changing a pages level
969
#	Fixed bug with "toggle" plus/minus in IE for pages list
970
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
971
------------------------------------- 2.3.0 -------------------------------------
972
26-Jan-2005 Ryan Djurovich
973
#	Fixed bug in framework/functions.php that made root parent always equal 8
974
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
975
#	Fixed SQL-query on line 172, placing a / after $old_link
976
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
977
	admin/pages/settings2.php
978
#	Added ordering cleaning to delete_post.php on line 53 for news module
979
!	GMT option is selected for "Default Timezone" in the installer, instead
980
	of the old "Please select" message (which had the same value as GMT)
981
28-Jan-2005 Ryan Djurovich
982
!	Ability to specify the chmod number when WB uploads files, etc.
983
!	Modified file headers (copyright/license notice) so they now look almost the
984
	same, independant of font. Also, it now covers copyright for 2005.
985
30-Jan-2005 Ryan Djurovich
986
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
987
	table when a page is deleted.
988
+	New 'Smart Login' prevents users from using external password managers,
989
	and can be set to remember the users password using cookies.
990
!	SourceForge CVS module now called websitebaker2 (instead of just
991
	websitebaker). Also, all file versions have been reset.
992
01-Fed-2005 Ryan Djurovich
993
!	Added code to prevent from changing a pages level (it simply disables
994
	the select box), to prevent many possible bugs.
995
------------------------------------- 2.2.4 -------------------------------------
996
23-Dec-2004 Ryan Djurovich
997
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
998
#	Fixed multi-language support in search
999
+	Added more detailed options to list of PHP error reporting level's
1000
-	Removed ability to change language and PHP error reporting level
1001
	on installation to make things easier for newbie's
1002
+	Ability to select custom spacer for page filename's
1003
!	Changed the way a language code is found on language installation
1004
+	Added template permissions to groups
1005
#	Fixed bug when trying to change email from Preferences (admin and frontend)
1006
#	Fixed bug with auto-selection of "System Default" for Preferences
1007
!	News module now use's WYSIWYG for modifying news posts
1008
+	Ability to specify both the pages and media target directories
1009
------------------------------------ 2.2.3-c ------------------------------------
1010
22-Dec-2004 Ryan Djurovich
1011
#	Fixed problem with DB password being reset if Settings saved in basic mode
1012
------------------------------------ 2.2.3-b ------------------------------------
1013
21-Dec-2004 Ryan Djurovich
1014
#	Fixed minor bug on admin templates section
1015
#	Fixed bug on rename.php and rename2.php in admin media section
1016
------------------------------------- 2.2.3 -------------------------------------
1017
20-Dec-2004 Ryan Djurovich
1018
+	Added WB release version in Administration (top right corner)
1019
!	New option to prevent users from adding level 0 pages
1020
#	Fixed bug when deleting post's in News module
1021
+	Added new field in pages table for "root" parent (level 0 parent), for
1022
	extra flexability in creating templates
1023
!	Round template now supports unlimited page levels
1024
------------------------------------- 2.2.2 -------------------------------------
1025
18-Dec-2004 Ryan Djurovich
1026
+	New option under Search Settings for selecting custom template for search
1027
+	New option when changing page settings to set the target
1028
#	Fixed error when saving a user after editing
1029
!	Users can now modify sub-page if they dont have permissions on the parent
1030
------------------------------------- 2.2.1 -------------------------------------
1031
15-Dec-2004 Ryan Djurovich
1032
#	Fixed bug when changing password on preferences form (front-end)
1033
#	Fixed bug when retrieving user details (administration)
1034
#	Added check to see if module, template, or language is in use when deleting
1035
#	Fixed up email that is sent to user from a submitted form
1036
#	Fixed major problem with module permissions which stopped it from working
1037
------------------------------------- 2.2.0 -------------------------------------
1038
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
1039
+	Multiple-level page support
1040
+	Multiple section's for pages (including interface)
1041
!	Removed text created using two words on all areas
1042
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
1043
	this is for better language support
1044
+	Added Languages section
1045
!	Moved Templates and Modules under Add-ons section
1046
!	Changed name of "Default" template to "Round"
1047
+	Added "All CSS" template
1048
+	Added "Jump"
1049
+	Added
1050
!	Modified "Box" template to support multiple page levels
1051
+	Added "Menu Link" module
1052
+	Added "News" module
1053
+	Added "Code" module
1054
+	Added "Form" module
1055
+	Added "Wrapper" module
1056
!	Changed name of "Normal Page" module to "WYSIWYG"
1057
+	Created new admin wrapper script to ease module develpment
1058
+	Media now automatically creates index.php file for every
1059
	sub-folder made (for security purposes)
1060
!	Change "Help" link in Administration menu so it now directs
1061
	to the the new Website Baker documentation website found at:
1062
	http://www.websitebaker.org/documentation
1063
!	Password is now required to change email in preferences
1064
+	User can now select custom Language and Date & Time Formats
1065
+	Added search functionality, with three different "methods":
1066
	1. Using all words  2. Using any words  3. Exact match
1067
+	Added native MySQL database support