Project

General

Profile

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

    
5
$Id: CHANGELOG 1711 2012-08-29 11:56:10Z Luisehahne $
6

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

    
14

    
15

    
16
29 Aug-2012 Build 1711 Dietmar Woellbrink (Luisehahne)
17
! update folder admin/start, admin/admintools, admin/skel/htt
18
29 Aug-2012 Build 1710 Dietmar Woellbrink (Luisehahne)
19
! update folder admin/groups, admin/users, admin/skel/htt
20
29 Aug-2012 Build 1709 Dietmar Woellbrink (Luisehahne)
21
! update folder framework class.login, admin/login, admin/skel/htt
22
29 Aug-2012 Build 1708 Dietmar Woellbrink (Luisehahne)
23
! update folder templates/wb_theme, templates/argos_theme,admin/skel/htt
24
! add new icons, recoded css
25
29 Aug-2012 Build 1707 Dietmar Woellbrink (Luisehahne)
26
! update folder admin/pages, admin/skel/htt
27
! change multi-dimensional arrays (variables) to similar arrays
28
! change default templates, change code to new templates
29
29 Aug-2012 Build 1706 Dietmar Woellbrink (Luisehahne)
30
# fixed save page option 
31
27 Aug-2012 Build 1705 Dietmar Woellbrink (Luisehahne)
32
! update headerinfo
33
! change os_version request if os is not windows
34
27 Aug-2012 Build 1704 Dietmar Woellbrink (Luisehahne)
35
+ add overlib_mini.js to include/jquery/ will be needed for help
36
27 Aug-2012 Build 1703 Dietmar Woellbrink (Luisehahne)
37
! update headerinfo
38
! change multi-dimensional arrays (variables) to similar arrays
39
27 Aug-2012 Build 1702 Dietmar Woellbrink (Luisehahne)
40
! /framework/class.frontend.php
41
! set $_SESSION['HTTP_REFERER'] to WB_URL if menu url is a registered page
42
! set some header("Location:.. to new method send_header(
43
27 Aug-2012 Build 1701 Dietmar Woellbrink (Luisehahne)
44
! /framework/frontend.functions
45
! change multi-dimensional arrays (variables) to similar arrays
46
! method page_content, add parameter $echo true to print $content, false return $content
47
27 Aug-2012 Build 1700 Dietmar Woellbrink (Luisehahne)
48
! change multi-dimensional arrays (variables) to similar arrays
49
+ add variables for backend-menu, header.htt and footer.htt 
50
27 Aug-2012 Build 1699 Dietmar Woellbrink (Luisehahne)
51
! Fixed IDKEY in Secureform.mtab to solve issues whith Security warnings 
52
! on pages that used a lot of IDKEYS. (fixed by NorHei)
53
27 Aug-2012 Build 1698 Dietmar Woellbrink (Luisehahne)
54
! optimize some methods
55
+ add method send_header, replace header('Location:...  with new method
56
+ if header send failed you get a manuell redirected link, so script don't break
57
27 Aug-2012 Build 1697 Dietmar Woellbrink (Luisehahne)
58
# Bugfixed issues whith storing text for Search function on WYSIWYG module.
59
# Html tags where not filtered out.
60
27 Aug-2012 Build 1696 Dietmar Woellbrink (Luisehahne)
61
! move extra handling of menu links in index.php to the view.php of module menu links {Tks to NorHei)
62
18 Aug-2012 Build 1695 Dietmar Woellbrink (Luisehahne)
63
# fixed $install_tables in install/save.php 
64
18 Aug-2012 Build 1694 Dietmar Woellbrink (Luisehahne)
65
+ add var $iPhpDeclaredClasses = sizeof(get_declared_classes() set by PHP in initialize.php
66
18 Aug-2012 Build 1693 Dietmar Woellbrink (Luisehahne)
67
# fixed deprecated erigi in captcha
68
08 Aug-2012 Build 1692 Werner v.d.Decken(DarkViper)
69
# corrected pageID in forwarding links
70
! changed request of permission to ami_group_member() and is_group_match()
71
10 Jun-2012 Build 1691 Werner v.d.Decken(DarkViper)
72
# fixed the order of loading languages
73
31 May-2012 Build 1690 Werner v.d.Decken(DarkViper)
74
! ModLanguage modified for auto fallback to DEFAULT_LANGUAGE
75
! globalExceptionHandler added AppException, SecurityException, SecDirectoryTraversalException
76
! Errormessage for old class.database modified
77
08 May-2012 Build 1689 Werner v.d.Decken(DarkViper)
78
# fixed Errorhandling for old class.database
79
08 May-2012 Build 1688 Dietmar Woellbrink (Luisehahne)
80
! update upgrade-script first remove access files in an existing pages folder
81
  before rebuilding them 
82
! for security upgrade don't remove access files in root
83
07 May-2012 Build 1687 Werner v.d.Decken(DarkViper)
84
# Drop tables in installer fixed
85
+ Twig_Autoloader activated
86
07 May-2012 Build 1686 Werner v.d.Decken(DarkViper)
87
! some modifications concerning the new autoloader
88
+ Twig Template engine v.1.7.0
89
! unfinished change in installer
90
! some droplets actualisized
91
06 May-2012 Build 1685 Werner v.d.Decken(DarkViper)
92
! last fixes for use of page_icon s.o.
93
06 May-2012 Build 1684 Dietmar Woellbrink (Luisehahne)
94
! update upgrade-script, now don't overwrite existings values in settings
95
+ add field tooltip to table pages in installer
96
! change some module tool_icon.png (Tks to Stefek) 
97
! add date_time string to backup_droplets.zip
98
- search and comment out founded require_once(WB_PATH."/framework/class.database.php"); 
99
- this will be never needed anymore and produce errors
100
! rename class.msg_queue.php in msgQueue.php to work with autokoader
101
+ add function format_message to class.wb.php 
102
03 May-2012 Build 1683 Werner v.d.Decken(DarkViper)
103
! changed class Database into a Singleton-Class
104
# added forgotten 'static' keyword in ModLanguage
105
# removed version control from sm2 - include.php
106
03 May-2012 Build 1682 Werner v.d.Decken(DarkViper)
107
! some little corrections ModLanguage/Database/initialize.php
108
03 May-2012 Build 1681 Werner v.d.Decken(DarkViper)
109
! reorganisation of default theme of oage-settings
110
+ added menu_icon_0 and menu_icon_1
111
! update show_menu2 to handle the new icon fields (see README.de|en.txt)
112
+ add new droplet 'iParentIcon' for use with the new icons
113
+ added new module-depending language files (not complete yet) in admin/pages
114
03 May-2012 Build 1680 Werner v.d.Decken(DarkViper)
115
! renamed file class.database.php to Database.php
116
! renamed class database into Database
117
+ classes SecurityException and SecDirectoryTraversalException added in globalExceptionHandler.php
118
+ CoreAutoloader() added in initialize.php
119
+ new Constants 'WB_REL' and 'DOCUMENT_ROOT' in initialize.php
120
! class Database is able now to create multiple connections at same time
121
+ class ModLanguage added for easy handle of languages from modules
122
28 Apr-2012 Build 1679 Dietmar Woellbrink (Luisehahne)
123
+ add tool_icon.png to admintools
124
27 Apr-2012 Build 1678 Dietmar Woellbrink (Luisehahne)
125
# validation fix in print_footer, class.database
126
! replace settings and default header
127
27 Apr-2012 Build 1677 Dietmar Woellbrink (Luisehahne)
128
! preparing new groups management and page settings
129
! upgrade-script insert or update page access files
130
24 Apr-2012 Build 1676 Dietmar Woellbrink (Luisehahne)
131
# fixed backup_droplets working with php as Apache Module (Tks to Ruebenwurzel)
132
! update function rm_full_dir in /framework/functions.php
133
! To disable Run-time notices and receive warnings
134
24 Apr-2012 Build 1675 Dietmar Woellbrink (Luisehahne)
135
# fixed /framework/functions.php missing global $MESSAGE in function rebuildFolderProtectFile
136
18 Apr-2012 Build 1674 Dietmar Woellbrink (Luisehahne)
137
# fixed add-ons upload error (tks to DBS)
138
+ add tool_icon.png to core module
139
! update outpu_filter success an error messages
140
! small redesign wb_themes
141
# fixed old.format.inc.php fileformat to unix
142
18 Apr-2012 Build 1673 Dietmar Woellbrink (Luisehahne)
143
! fixed signup, remove $admin->print_error methods
144
+ add send registation mail to systemadministartor
145
18 Apr-2012 Build 1672 Dietmar Woellbrink (Luisehahne)
146
+ add languages vars for signup
147
18 Apr-2012 Build 1671 Dietmar Woellbrink (Luisehahne)
148
# fixes installer and upgrade-script
149
17 Apr-2012 Build 1670 Werner v.d.Decken(DarkViper)
150
+ added new global exceptionhandler (class AppException)
151
17 Apr-2012 Build 1669 Werner v.d.Decken(DarkViper)
152
# little fixes in /admin/addons/reload.php
153
17 Apr-2012 Build 1668 Dietmar Woellbrink (Luisehahne)
154
! settigs.php add fields dev_infos and page_icon_dir
155
+ add developer info to footer
156
! update class.admin.php, footer.htt
157
17 Apr-2012 Build 1667 Dietmar Woellbrink (Luisehahne)
158
+ add folder /templates/round/title_images to work with page_icon
159
17 Apr-2012 Build 1666 Dietmar Woellbrink (Luisehahne)
160
! update of installer and upgradescript for Revision 1664/1665
161
+ add fields page_icon, menu_icon_0, menu_icon_1 to pages
162
+ add settings values dev_infos and page_icon_dir
163
! update languages files 
164
17 Apr-2012 Build 1665 Werner v.d.Decken(DarkViper)
165
! update page_settings - CSS for wb_theme and argos_theme (for Rev.1664)
166
17 Apr-2012 Build 1664 Werner v.d.Decken(DarkViper)
167
+ added additional rights for AdminUsers/ViewerUsers in /pages/page_settings
168
! /pages/settings2.php renamed into /pages/settings_save.php
169
17 Apr-2012 Build 1663 Dietmar Woellbrink (Luisehahne)
170
! update round print.css for better output
171
17 Apr-2012 Build 1662 Werner v.d.Decken(DarkViper)
172
+ added new getter 'getQueryCount' in class database
173
11 Apr-2012 Build 1661 Dietmar Woellbrink (Luisehahne)
174
+ add new language vars
175
06 Apr-2012 Build 1660 Dietmar Woellbrink (Luisehahne)
176
! add group_id to news group overview
177
# fixed Fatal error: Cannot redeclare show_wysiwyg_editor()
178
06 Apr-2012 Build 1659 Dietmar Woellbrink (Luisehahne)
179
! more validation fixes in backend (Tks to Ruebenwurzel)
180
05 Apr-2012 Build 1658 Werner v.d.Decken(DarkViper)
181
# fixed alternating row styles in droplet listing
182
04 Apr-2012 Build 1657 Dietmar Woellbrink (Luisehahne)
183
! some validation fixes in backend
184
02 Apr-2012 Build 1656 Werner v.d.Decken(DarkViper)
185
# fixed filter to serve malformed/nested HTML also.
186
01 Apr-2012 Build 1655 Dietmar Woellbrink (Luisehahne)
187
+ add replyto to form module (see DEVINFOS)
188
01 Apr-2012 Build 1654 Dietmar Woellbrink (Luisehahne)
189
# Fixed SERVER_EMAIL in languages, needs double brackets
190
! Installer redesign Step 2
191
28 Mar-2012 Build 1653 Werner v.d.Decken(DarkViper)
192
# fixed change_mode() against a very old problem with
193
invalid calling arguments
194
27 Mar-2012 Build 1652 Dietmar Woellbrink (Luisehahne)
195
! fixed path to globalExceptionHandler.php in wysiwyg
196
26 Mar-2012 Build 1651 Werner v.d.Decken(DarkViper)
197
# fixed a little problem with chmod()
198
24 Mar-2012 Build 1650 Werner v.d.Decken(DarkViper)
199
+ add argument 'replyTo' into class.wb::mail()
200
24 Mar-2012 Build 1649 Dietmar Woellbrink (Luisehahne)
201
! rebranding banner.jpg and powered.jpg round template
202
24 Mar-2012 Build 1648 Werner v.d.Decken(DarkViper)
203
# a litte fix in /admin/addons/index.php.
204
+ added unregister_Theme to CopyTheme::_doRollback()
205
+ added CopyTheme::_activateTheme()
206
23 Mar-2012 Build 1647 Werner v.d.Decken(DarkViper)
207
+ add additional exeptionhandling in globalExceptionHandler
208
23 Mar-2012 Build 1646 Dietmar Woellbrink (Luisehahne)
209
# typofix in templates to include jquery
210
22 Mar-2012 Build 1645 Dietmar Woellbrink (Luisehahne)
211
+ add language variable for template details
212
22 Mar-2012 Build 1644 Werner v.d.Decken(DarkViper)
213
# prevent from empty theme-name in CopyTheme::_SanitizeNewName()
214
22 Mar-2012 Build 1643 Werner v.d.Decken(DarkViper)
215
+ added backend functions to copy themes and import htt-template files
216
  according to the the new theme fallback functionality
217
22 Mar-2012 Build 1642 Dietmar Woellbrink (Luisehahne)
218
! update header info.php wb_themes
219
22 Mar-2012 Build 1641 Dietmar Woellbrink (Luisehahne)
220
+ move admin/themes/templates/ to admin/skel/themes/htt/
221
! and update class.wb.php, upgrade-script.php
222
22 Mar-2012 Build 1640 Dietmar Woellbrink (Luisehahne)
223
! optimize modules WYSIWYG for editors
224
22 Mar-2012 Build 1639 Dietmar Woellbrink (Luisehahne)
225
+ Installer add const DEBUG to config.php (see DEVINFOS)
226
! move const DEBUG and var $starttime from index.php to initialize.php
227
14 Mar-2012 Build 1638 Werner v.d.Decken(DarkViper)
228
+ config.php added define to set admin-directory
229
13 Mar-2012 Build 1637 Werner v.d.Decken(DarkViper)
230
! made handling of config.php a little bit more easy
231
09 Mar-2012 Build 1636 Dietmar Woellbrink (Luisehahne)
232
+ add missing language variables for the theme handling
233
09 Mar-2012 Build 1635 Dietmar Woellbrink (Luisehahne)
234
! fallback signuo2.php revision 1633
235
09 Mar-2012 Build 1634 Dietmar Woellbrink (Luisehahne)
236
! update language files and rework some core files (read DEVINFOS)
237
! compress mdcr.js
238
+ add DEVINFOS Instructions/Informations for modulecoder
239
08 Mar-2012 Build 1633 Werner v.d.Decken(DarkViper)
240
# fixed class::methode print_error(...) overwrite in /install/save.php
241
02 Mar-2012 Build 1632 Dietmar Woellbrink (Luisehahne)
242
! small design update for wb theme, login und login_forgot
243
02 Mar-2012 Build 1631 Dietmar Woellbrink (Luisehahne)
244
! FCKeditor Fallback not working with IE9
245
01 Mar-2012 Build 1630 Dietmar Woellbrink (Luisehahne)
246
# fixed fckeditorcode_ie.js in IE9 ( not the end of fixing )
247
01 Mar-2012 Build 1629 Dietmar Woellbrink (Luisehahne)
248
# fixed wrong file format, fckeditor and outputfilter
249
01 Mar-2012 Build 1628 Dietmar Woellbrink (Luisehahne)
250
! forgot changelog and version in Revision 1627
251
01 Mar-2012 Build 1627 Dietmar Woellbrink (Luisehahne)
252
# Fixed FCKeditor to work with IE9 (Tks to marmot for the source)
253
29 Feb-2012 Build 1626 Werner v.d.Decken(DarkViper)
254
! started rebuild and reorganize the OutputFilter-System
255
29 Feb-2012 Build 1625 Dietmar Woellbrink (Luisehahne)
256
! update correct_theme_source and fixed the call in all files
257
29 Feb-2012 Build 1624 Dietmar Woellbrink (Luisehahne)
258
# fixed index warning in form modul (Tks to DBS)
259
29 Feb-2012 Build 1623 Dietmar Woellbrink (Luisehahne)
260
# fixed FCKeditor to work in IE7/8, IE9 not tested
261
! redesign filemanager FCKeditor
262
! set Moduleversion to 2.9.7.1
263
25 Feb-2012 Build 1622 Werner v.d.Decken(DarkViper)
264
# typofix in Droplet [ShowRandomWysiwyg]
265
24 Feb-2012 Build 1621 Werner v.d.Decken(DarkViper)
266
# Droplet [SectionPiocker] fixed
267
+ Added new droplets [ShowWysiwyg] and [ShowRandomWysiwyg]
268
24 Feb-2012 Build 1620 Dietmar Woellbrink (Luisehahne)
269
# fixed FCKeditor lang files to utf-8 (Tks to Ruebenwurzel)
270
24 Feb-2012 Build 1619 Dietmar Woellbrink (Luisehahne)
271
! forgot info.php
272
24 Feb-2012 Build 1618 Dietmar Woellbrink (Luisehahne)
273
# fixed FCKeditor to work in IE9 (Tks to marmot)
274
! update module version to 2.9.7
275
22 Feb-2012 Build 1617 Werner v.d.Decken(DarkViper)
276
# fixed function SanitizeHttpReferer() in consideration of subdirectories
277
18 Feb-2012 Build 1616 Dietmar Woellbrink (Luisehahne)
278
! update INSTALL and UPGRADE instruction to 2.8.3 (Tks to Ruebenwurzel)
279
18 Feb-2012 Build 1615 Dietmar Woellbrink (Luisehahne)
280
+ Validationfix, add qx_rawlang.php in quickSkin_alpha to solve
281
  <a> escaping malformed URI reference messages in javascript
282
! fixed magic_quotes_gpc=on, magic_quotes going to be removed in PHP6.
283
  and some hoster do not set it to off  
284
18 Feb-2012 Build 1614 Dietmar Woellbrink (Luisehahne)
285
# fixed tabindex in installer (Tks to Easyuser)
286
# fixed installer call in /admin/index.php
287
16 Feb-2012 Build 1613 Werner v.d.Decken(DarkViper)
288
# little fixes in classs database and add new readonly property DbName
289
11 Feb-2012 Build 1612 Werner v.d.Decken(DarkViper)
290
! Number of version and revision updated in branch.
291
11 Feb-2012 Build 1611 Werner v.d.Decken(DarkViper)
292
! Number of version and revision updated.
293
11 Feb-2012 Build 1610 Werner v.d.Decken(DarkViper)
294
! Version 2.8.3 tagged
295
----------------------------------- 2.8.3 --------------------------------
296
09 Feb-2012 Build 1609 Dietmar Woellbrink (Luisehahne)
297
! change Website Baker to WebsiteBaker in installer
298
09 Feb-2012 Build 1608 Dietmar Woellbrink (Luisehahne)
299
! A small optical correction of the installer.
300
09 Feb-2012 Build 1607 Dietmar Woellbrink (Luisehahne)
301
# typofix in /modules/form/view.php (Tks to jacobi22)
302
08 Feb-2012 Build 1606 Dietmar Woellbrink (Luisehahne)
303
# some little changes and fixes in template allcss and round
304
+ add // register_frontend_modfiles('jquery'); to activate comment out
305
! Set version to 2.71
306
08 Feb-2012 Build 1605 Dietmar Woellbrink (Luisehahne)
307
! login.php fallback to revision 1602
308
08 Feb-2012 Build 1604 Dietmar Woellbrink (Luisehahne)
309
# fixed parse error in login.php
310
08 Feb-2012 Build 1603 Dietmar Woellbrink (Luisehahne)
311
! fix local module reload and module manuell install
312
! forgot to upload login.php
313
08 Feb-2012 Build 1602 Dietmar Woellbrink (Luisehahne)
314
! a quick simple stylesheet fix in wb_theme, 
315
07 Feb-2012 Build 1601 Dietmar Woellbrink (Luisehahne)
316
! little designfix in forgot_form.php
317
! fix media if uploading zip files with folder, than create FolderProtectFiles
318
07 Feb-2012 Build 1600 Dietmar Woellbrink (Luisehahne)
319
# more fixed issues with get_magic_quotes_gpc and FCKeditor
320
! remove create and upload in FCKeditor Filemanager
321
06 Feb-2012 Build 1599 Dietmar Woellbrink (Luisehahne)
322
! update all used files with redirect_url to $_SESSION['HTTP_REFERER']
323
06 Feb-2012 Build 1598 Dietmar Woellbrink (Luisehahne)
324
# fixed undefined fragment index in initialize.php 
325
! add $_SESSION['HTTP_REFERER'] storing active pagelink if page_id != 0
326
05 Feb-2012 Build 1597 Dietmar Woellbrink (Luisehahne)
327
# fixed issues with get_magic_quotes_gpc and FCKeditor
328
04 Feb-2012 Build 1596 Dietmar Woellbrink (Luisehahne)
329
# highly critical security-fix
330
# announced on http://www.darksecurity.de/advisories/2012/SSCHADV2012-003.txt
331
04 Feb-2012 Build 1595 Dietmar Woellbrink (Luisehahne)
332
# fix form language vars for better understanding (Tks to Maverik)
333
! change request if HTTP_REFERER is not empty in logout.php 
334
03 Feb-2012 Build 1594 Dietmar Woellbrink (Luisehahne)
335
# fixed use of undefined constant fri in /form/view.php
336
01 Feb-2012 Build 1593 Dietmar Woellbrink (Luisehahne)
337
# rebuild protectfile in pages/posts
338
31 Jan-2012 Build 1592 Werner v.d.Decken(DarkViper)
339
# little Typo-fix in database::SqlImport(). (grummel)
340
31 Jan-2012 Build 1591 Werner v.d.Decken(DarkViper)
341
# little Regex-fix in database::SqlImport().
342
25 Jan-2012 Build 1590 Werner v.d.Decken(DarkViper)
343
! mod form: added request var to submit a request identifier.
344
! argument ?fri=12345 on GET-view will submit 'FormRequestId: 12345' by email
345
25 Jan-2012 Build 1589 Dietmar Woellbrink (Luisehahne)
346
# fixed starting upgrade-script if missing revision in settings
347
25 Jan-2012 Build 1588 Werner v.d.Decken(DarkViper)
348
# all module depending code removed, some little fixes, better integration for module-upgrade
349
25 Jan-2012 Build 1587 Werner v.d.Decken(DarkViper)
350
+ module news: added sql-dump to create database tables
351
# module news: some little fixes in install/upgrade
352
24 Jan-2012 Build 1586 Werner v.d.Decken(DarkViper)
353
+ added new method SqlImport() to class database
354
19 Jan-2012 Build 1585 Dietmar Woellbrink (Luisehahne)
355
# fixed double table width in modify.php form module ((Tks to Ruebenwurzel)
356
19 Jan-2012 Build 1584 Dietmar Woellbrink (Luisehahne)
357
! form module, shows email-adress from body tag
358
- remove scrollable table in overview form module 
359
19 Jan-2012 Build 1583 Dietmar Woellbrink (Luisehahne)
360
! forgot upload save.php in wysiwyg module
361
19 Jan-2012 Build 1582 Dietmar Woellbrink (Luisehahne)
362
# wysiwyg module, fix issues with magic_quote_gpc if on
363
# form module, fix regex for radio and checkbox (Tks to Ruud)
364
! form module, make show submission table scrollable
365
17 Jan-2012 Build 1581 Werner v.d.Decken(DarkViper)
366
# wysiwyg module some little typo fixes a.s.o.
367
17 Jan-2012 Build 1580 Dietmar Woellbrink (Luisehahne)
368
! dropdown list to choose recipient for email confirmation
369
16 Jan-2012 Build 1579 Dietmar Woellbrink (Luisehahne)
370
- remove unneeded input fields in form settings
371
16 Jan-2012 Build 1578 Dietmar Woellbrink (Luisehahne)
372
# fixed warning in domain independend image links
373
16 Jan-2012 Build 1577 Dietmar Woellbrink (Luisehahne)
374
# fixed save dirmode and filmode to 0 if not superadmin
375
16 Jan-2012 Build 1576 Werner v.d.Decken(DarkViper)
376
# wysiwyg module changed to domain independend image links
377
16 Jan-2012 Build 1575 Dietmar Woellbrink (Luisehahne)
378
# fixed captcha error message in form module
379
! set form module to version 2.8.4
380
16 Jan-2012 Build 1574 Dietmar Woellbrink (Luisehahne)
381
+ add instruction README.de.txt in form module
382
! update jquery to jQuery 1.7.1 and jQuery UI 1.8.17
383
16 Jan-2012 Build 1573 Dietmar Woellbrink (Luisehahne)
384
+ add automatically generated e-mail language form variable
385
! send confirmation mail with details to superadmin from SERVER_EMAIL
386
! send confirmation mail without details to sender from SERVER_EMAIL
387
14 Jan-2012 Build 1572 Dietmar Woellbrink (Luisehahne)
388
! security fix, force SMTP Authentifikation
389
! server and email settings only for superadmin
390
12 Jan-2012 Build 1571 Dietmar Woellbrink (Luisehahne)
391
# remove session_start() in /account/logout.php
392
10 Jan-2012 Build 1570 Dietmar Woellbrink (Luisehahne)
393
!  added $module_directory to make quickskin directory changes dynamically
394
10 Jan-2012 Build 1569 Werner v.d.Decken(DarkViper)
395
# possible errors on 'save password' fixed. Minimum length of password set to 6 chars
396
10 Jan-2012 Build 1568 Dietmar Woellbrink (Luisehahne)
397
! fix show_menu2 2th parameter for template round and allcss (Tks to Ruebenwurzel)
398
! set fingerprint_with_ip_octets default to 2 in a new installation
399
07 Jan-2012 Build 1567 Dietmar Woellbrink (Luisehahne)
400
# fix wbmailer_smtp_auth, could not be disabled after enabled 
401
07 Jan-2012 Build 1566 Dietmar Woellbrink (Luisehahne)
402
# fix class.login, when name and pass are both empty no longer call increase_attemps
403
! some redirect updates in frontend account files
404
06 Jan-2012 Build 1565 Dietmar Woellbrink (Luisehahne)
405
! fixed:: detection of serverdefined charsets more different
406
06 Jan-2012 Build 1564 Dietmar Woellbrink (Luisehahne)
407
# entities fixes in FI and TR languages files (Tks to Ruebenwurzel)
408
06 Jan-2012 Build 1563 Dietmar Woellbrink (Luisehahne)
409
! add linebreak in backend message for 'delete install folder...' 
410
05 Jan-2012 Build 1562 Dietmar Woellbrink (Luisehahne)
411
! only superadmin can start the upgrade-script from backend
412
05 Jan-2012 Build 1561 Dietmar Woellbrink (Luisehahne)
413
# secureForm Fix for hosting with load balancing
414
04 Jan-2012 Build 1560 Dietmar Woellbrink (Luisehahne)
415
! upgrade script start automatically after uploading a new version and login to the backend
416
04 Jan-2012 Build 1559 Dietmar Woellbrink (Luisehahne)
417
! change quickSkin to alpha status, ATTENTION rename folder to quickSkin_alpha 
418
02 Jan-2012 Build 1558 Dietmar Woellbrink (Luisehahne)
419
# remove backslash in $_CONFIG['extensions_dir']
420
! update editor.css for allcssand round  (Tks to Ruebenwurzel)
421
# bugfix in forgot_form.php
422
02 Jan-2012 Build 1556 Dietmar Woellbrink (Luisehahne)
423
# typofix in function make_dir
424
02 Jan-2012 Build 1555 Dietmar Woellbrink (Luisehahne)
425
! wb_quickSkin_28.php create _skin folders with folder protect file 
426
! add a 3th parameter to function make_dir to allows the creation of nested directories specified in the pathname. Defaults to TRUE
427
01 Jan-2012 Build 1554 Dietmar Woellbrink (Luisehahne)
428
# typofixes in DE languages files (Tks to Ruebenwurzel)
429
31 Dez-2011 Build 1553 Dietmar Woellbrink (Luisehahne)
430
! recoded  formmodul, add dropdown email_fromname_field
431
31 Dez-2011 Build 1552 Dietmar Woellbrink (Luisehahne)
432
# fix mdcr.js $scriptLink to absolute url
433
! change separator breadcrumb admintools
434
27 Dez-2011 Build 1551 Dietmar Woellbrink (Luisehahne)
435
+ add languages vars in languages files
436
+ add upload error mesages moduleinstall
437
+ add index.php if not exists in function createFolderProtectFile
438
! corrected changed coding between login_form and forgot_form
439
21 Dez-2011 Build 1550 Dietmar Woellbrink (Luisehahne)
440
! update php mailer to version 5.2
441
19 Dez-2011 Build 1549 Dietmar Woellbrink (Luisehahne)
442
! christmas time corrected wrong files
443
19 Dez-2011 Build 1548 Dietmar Woellbrink (Luisehahne)
444
- remove quickSkin /temp/folder/ for a later solution
445
18 Dez-2011 Build 1547 Dietmar Woellbrink (Luisehahne)
446
+ forgot a file in quickSkin Folder
447
18 Dez-2011 Build 1546 Dietmar Woellbrink (Luisehahne)
448
! recoded /account/forgot_form.php
449
! update quickSkin 
450
! update languages files 
451
+ add /temp/quickSkin/ folder
452
! begin fixing sec_anchor in urls
453
15 Dez-2011 Build 1545 Dietmar Woellbrink (Luisehahne)
454
! update admin/pages/modify.php now you can send page_id with GET and POST
455
15 Dez-2011 Build 1544 Dietmar Woellbrink (Luisehahne)
456
# fix droplet import after new wb installtion
457
14 Dez-2011 Build 1543 Dietmar Woellbrink (Luisehahne)
458
# fix droplet sectionPicker
459
# fix install config.php not writeable 
460
# check table droplet if empty import examples
461
12 Dez-2011 Build 1542 Dietmar Woellbrink (Luisehahne)
462
# fix wrong background url in "Website Under Construction"
463
12 Dez-2011 Build 1541 Dietmar Woellbrink (Luisehahne)
464
! change block BEGIN to LOOP in quickskin (Tks to Stefek)
465
11 Dez-2011 Build 1540 Dietmar Woellbrink (Luisehahne)
466
! did some changes and fixes found by testers
467
10 Dez-2011 Build 1539 Dietmar Woellbrink (Luisehahne)
468
! update phpmailer to version 5.1
469
10 Dez-2011 Build 1538 Dietmar Woellbrink (Luisehahne)
470
! add table db engine in module install scripts
471
! some small updates in modules
472
10 Dez-2011 Build 1537 Dietmar Woellbrink (Luisehahne)
473
! continue updating headerinfos, adding upgrade scripts to module
474
10 Dez-2011 Build 1536 Dietmar Woellbrink (Luisehahne)
475
+ add upgrade.php to captcha_control and small changes
476
+ add FolderProtectFile to quickskin
477
10 Dez-2011 Build 1535 Dietmar Woellbrink (Luisehahne)
478
! changes in code modul
479
+ add function getTableEngine to class.database 
480
+ add Quickskin to include folder
481
+ add reworkes Droplet SectionPicker to load modules frontend.css
482
08 Dez-2011 Build 1534 Werner v.d.Decken(DarkViper)
483
# /output_filter/filter-routines.php rel-URL Filter fixed for mailto-links
484
08 Dez-2011 Build 1533 Dietmar Woellbrink (Luisehahne)
485
+ new backend theme handling (Tks to Stefek)
486
# some fixes in install
487
28 Nov-2011 Build 1532 Dietmar Woellbrink (Luisehahne)
488
! small changes in INSTALL and UPGRADE (Tks to unawave2)
489
! update upgrade-script showing from Version to Version (Tks to unawave2)
490
+ add Servicepack version to header.htt
491
28 Nov-2011 Build 1531 Dietmar Woellbrink (Luisehahne)
492
! add Instructions for droplets
493
27 Nov-2011 Build 1530 Dietmar Woellbrink (Luisehahne)
494
! update templates allcss and round (Tks to Rübenwurzel)
495
+ Add UPGRADE Instructions
496
! Update INSTALL Instructions
497
! Optimize config.php handling for installation
498
25 Nov-2011 Build 1529 Dietmar Woellbrink (Luisehahne)
499
+ add new backend theme handling (Tks to Stefek)
500
----------------------------------- Fixes 2.8.2 --------------------------------
501
23 Nov-2011 Build 1528 Dietmar Woellbrink (Luisehahne)
502
! rework login and show_menu in templates allcss and round 
503
22 Nov-2011 Build 1527 Dietmar Woellbrink (Luisehahne)
504
# fix redirect login
505
20 Nov-2011 Build 1526 Dietmar Woellbrink (Luisehahne)
506
# typofix in BG and RU
507
15 Nov-2011 Build 1525 Dietmar Woellbrink (Luisehahne)
508
# fix versions compare upgrade from WB version 2.7
509
13 Nov-2011 Build 1524 Dietmar Woellbrink (Luisehahne)
510
! fix secureform was not uploaded
511
13 Nov-2011 Build 1523 Dietmar Woellbrink (Luisehahne)
512
# fix fingerprint in secureform 
513
! update jquery to version 1.7
514
12 Nov-2011 Build 1522 Werner v.d.Decken(DarkViper)
515
# /modules/output_filter/filter-routines.php little fix to inserting mdcr.js
516
# /modules/form/view.php little fix depending from recoded output filter
517
09 Nov-2011 Build 1521 Dietmar Woellbrink (Luisehahne)
518
! update jquery to version 1.6.4
519
09 Nov-2011 Build 1520 Werner v.d.Decken(DarkViper)
520
! /modules/output_filter completely recoded
521
+ new filter for relative-URL added
522
+ some small fixes
523
! /admin/admintools/tool.php completely recoded
524
! /wb/index.php output_filter request changed to adopt new output_filter
525
08 Nov-2011 Build 1519 Dietmar Woellbrink (Luisehahne)
526
! corrected properties
527
26 Okt-2011 Build 1518 Dietmar Woellbrink (Luisehahne)
528
# fix anchor jump in sections (not work correctly with CKEditor)
529
24 Okt-2011 Build 1517 Dietmar Woellbrink (Luisehahne)
530
# fix SERVER_EMAIL in language files
531
# fix encoded text in sections.php
532
+ add missing image in argos_theme
533
05 Okt-2011 Build 1516 Dietmar Woellbrink (Luisehahne)
534
+ add forgotten language variable
535
05 Okt-2011 Build 1515 Dietmar Woellbrink (Luisehahne)
536
# typofix and changes in languages
537
04 Okt-2011 Build 1514 Dietmar Woellbrink (Luisehahne)
538
# account/signup.php, check if user is already logged
539
# fix non object message in framework/functions.php
540
04 Okt-2011 Build 1513 Dietmar Woellbrink (Luisehahne)
541
! outputfilter now check and add missing slash in empty href if relative urls are enabled
542
24 Sep-2011 Build 1512 Werner v.d.Decken(DarkViper)
543
! settings for pwgen updated
544
14 Sep-2011 Build 1511 Dietmar Woellbrink (Luisehahne)
545
# fixed strict notice warning in class.wb
546
! change editor for intropage to editarea
547
! add missing slash in themes
548
14 Sep-2011 Build 1510 Werner v.d.Decken(DarkViper)
549
+ new constant 'DO_NOT_TRACK' set to true if a client sends the DNT-Header
550
07 Sep-2011 Build 1509 Dietmar Woellbrink (Luisehahne)
551
# continue fixing frontend account
552
07 Sep-2011 Build 1508 Dietmar Woellbrink (Luisehahne)
553
# fixed print_error exit in frontend account
554
06 Sep-2011 Build 1507 Dietmar Woellbrink (Luisehahne)
555
# fixed field_remove
556
26 Aug-2011 Build 1506 Werner v.d.Decken(DarkViper)
557
+ new class PasswordHash
558
+ new Password-/Hash-generator
559
19 Aug-2011 Build 1505 Dietmar Woellbrink (Luisehahne)
560
# syntaxfix order::clean()
561
19 Aug-2011 Build 1504 Werner v.d.Decken(DarkViper)
562
# fixed order::clean()
563
18 Aug-2011 Build 1503 Dietmar Woellbrink (Luisehahne)
564
! change sql statements to strict in module droplets
565
! fix vars in compatibility mode for versions before 2.8.1 in frontend.functions.php
566
11 Aug-2011 Build 1502 Werner v.d.Decken(DarkViper)
567
# fixed c&p mistake
568
11 Aug-2011 Build 1501 Werner v.d.Decken(DarkViper)
569
- removed stoneaged code from 2.4
570
11 Aug-2011 Build 1500 Werner v.d.Decken(DarkViper)
571
# sync working copy
572
11 Aug-2011 Build 1499 Werner v.d.Decken(DarkViper)
573
# little fix in calling globalExceptionHandler from inner core files
574
11 Aug-2011 Build 1498 Werner v.d.Decken(DarkViper)
575
# fixed secureform
576
11 Aug-2011 Build 1497 Werner v.d.Decken(DarkViper)
577
! sync changelog
578
11 Aug-2011 Build 1496 Werner v.d.Decken(DarkViper)
579
! activate globalExceptionHandler in inner core files
580
11 Aug-2011 Build 1495 Werner v.d.Decken(DarkViper)
581
# fix SQL-statements to SQL-strict
582
11 Aug-2011 Build 1494 Dietmar Woellbrink (Luisehahne)
583
# Fixed save wrong template directory in database 
584
11 Aug-2011 Build 1493 Dietmar Woellbrink (Luisehahne)
585
# Ticket #1106 FatalError in groups module
586
11 Aug-2011 Build 1492 Dietmar Woellbrink (Luisehahne)
587
# Ticket #1107 Deleting users not possible
588
  Change handling, first user will be set to inactive
589
  secound inactive user will be show in an extra dropdown
590
  and can now deleted from user table or reactivated
591
11 Aug-2011 Build 1491 Dietmar Woellbrink (Luisehahne)
592
! comment out $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
593
11 Aug-2011 Build 1490 Dietmar Woellbrink (Luisehahne)
594
! set default  FCKConfig.FillEmptyBlocks to true
595
11 Aug-2011 Build 1489 Werner v.d.Decken(DarkViper)
596
+ little fix in globalExceptionHandler
597
11 Aug-2011 Build 1488 Werner v.d.Decken(DarkViper)
598
+ globalExceptionHandler activated
599
10 Aug-2011 Build 1487 Werner v.d.Decken(DarkViper)
600
# class.order completely recoded to reduce SQL requests
601
# all other files: fix SQL-statements to SQL-strict
602
08 Aug-2011 Build 1486 Werner v.d.Decken(DarkViper)
603
# database::field_modify() there was a bug to fix
604
# all other files: fix SQL-statements to SQL-strict
605
01 Aug-2011 Build 1485 Dietmar Woellbrink (Luisehahne)
606
! rename config.php.bak to config.php.new
607
# fixed rss.php SERVER_EMAIL
608
31 Jul-2011 Build 1484 Dietmar Woellbrink (Luisehahne)
609
! move fixes 2.8.2 to 2.8.3
610
! fixes will be shown in an extra readme
611
! an package with the fixed files will be created
612
! for all users who downloaded the 2.8.2 before 29 Jul-2011
613
------------------------------------- 2.8.2 ------------------------------------
614
25 Jul-2011 Build 1480 Dietmar Woellbrink (Luisehahne)
615
! Changed version to 2.8.2
616
25 Jul-2011 Build 1479 Dietmar Woellbrink (Luisehahne)
617
! preparing backend for the new installer
618
+ add SecureFormSwitcher (Admintool)
619
22 Jul-2011 Build 1478 Dietmar Woellbrink (Luisehahne)
620
# fix mssing filename in intro.php
621
! inactive user in dropwonlist are show with line-through
622
21 Jul-2011 Build 1477 Dietmar Woellbrink (Luisehahne)
623
! update DA language (Tks to Achrist)
624
! update some languages variables (Tks to Rübenwurzel, Testör)
625
! move function url_encode from admin/pages to framework/functions.php 
626
! add missing svn properties in some headerinfos
627
! font-size correction in wb_theme (Tks to Rübenwurzel)
628
13 Jul-2011 Build 1476 Dietmar Woellbrink (Luisehahne)
629
! optimize blacklist handling, add more separator ",#|;"
630
  set of a wildcard ".*?" e.g. ph.*? proof ext like php, php3, php4 etc.
631
# fix strict warnings in media if default theme ist not Argos Theme
632
+ add new settings value in install, upgrade-script and core module
633
13 Jul-2011 Build 1476 Dietmar Woellbrink (Luisehahne)
634
! optimize blacklist handling, add more separator ",#|;"
635
  set of a wildcard ".*?" e.g. ph.*? proof ext like php, php3, php4 etc.
636
# fix strict warnings in media if default theme ist not Argos Theme
637
+ add new settings value in install, upgrade-script and core module
638
13 Jul-2011 Build 1475 Dietmar Woellbrink (Luisehahne)
639
+ add SecureForm.mtab.php under maintenance by WebsiteBaker Community
640
! security fixes media, groups, users, sections
641
# change lang variable to remove upgrade-script
642
! reworked add sections in pages
643
! fix set empty href in show_menu2
644
! set show_menu2 version to 4.9.6 
645
! reworked Droplet LoginBox, add redirect query
646
- remove unneeded folder js
647
! set Droplet to version 1.1.0
648
+ add checkboxes to change frontend absolute url to relative urls
649
! set output_filter version to 0.2
650
12 Jul-2011 Build 1474 Werner v.d.Decken(DarkViper)
651
#  for security reasons the 'remember me' functionality is deaktivated in
652
   class login
653
!  'Get configuration values' is optimized
654
09 Jul-2011 Build 1473 Dietmar Woellbrink (Luisehahne)
655
# found more backlinks to fix
656
- remove not working ftan in frontend
657
# fixed redirect in login procedure (Tks to mr-fan)
658
! update droplet LoginBox, additional parameter $redirect
659
# remove double config call in media (Tks to Testör)
660
07 Jul-2011 Build 1472 Dietmar Woellbrink (Luisehahne)
661
# fixed version.php
662
07 Jul-2011 Build 1471 Dietmar Woellbrink (Luisehahne)
663
! change to Release Candiate 7 
664
07 Jul-2011 Build 1470 Dietmar Woellbrink (Luisehahne)
665
# languages Typo fix (Tks to pcwacht)
666
! update intro, fixed saving
667
# fixed install/save.php (Tks to pcwacht)
668
07 Jul-2011 Build 1469 Dietmar Woellbrink (Luisehahne)
669
! Forgotten upload changelog and version.php
670
07 Jul-2011 Build 1468 Dietmar Woellbrink (Luisehahne)
671
! update jquery-min to version 1.6.2
672
! update jquery-ui-min to version 1.8.14
673
# fix index error in media upload (Tks to DBS)
674
+ add missing nopreview.jpg
675
! update media browser not to show forbidden files
676
- remove unused jquery archiv folder
677
02 Jul-2011 Build 1467 Dietmar Woellbrink (Luisehahne)
678
! update some headerinfos
679
# fix missing header for some error messages
680
01 Jul-2011 Build 1466 Dietmar Woellbrink (Luisehahne)
681
# fix form modul (tks to our Tester)
682
01 Jul-2011 Build 1465 Dietmar Woellbrink (Luisehahne)
683
# bugfix in initialize including SecureForm
684
! update admintools FTAN handling 
685
01 Jul-2011 Build 1464 Werner v.d.Decken(DarkViper)
686
#  Ticket 1102 fixed little bug in moveCssToHead() (Tks to Crnogorac081)
687
01 Jul-2011 Build 1463 Dietmar Woellbrink (Luisehahne)
688
# fixed Ticket 1050 Bug in include/phpmailer/class.phpmailer.php with Lotus Notes
689
# fixed Ticket 573, 939 Bad formatting of e-mail received from form submissions
690
# fixed Ticket 1009 cannot change user password without changing Email in preference
691
30 Jun-2011 Build 1462 Werner v.d.Decken(DarkViper)
692
+ class-switcher for SecureForm added
693
30 Jun-2011 Build 1461 Dietmar Woellbrink (Luisehahne)
694
! correct all misspellings on finnish language file (Tks to invisigoth)
695
29 Jun-2011 Build 1460 Dietmar Woellbrink (Luisehahne)
696
# Ticket 1101, phtml|php5|php4|php|cgi|pl|exe|com|bat|src| will be hardcoded
697
  additional you can set more extension in settings extended in field rename_file_types
698
  rename_file_types now is a blacklist and will no longer be renamed to .txt
699
! update admintools modules to work with SecureForm Patch from NorHei
700
26 Jun-2011 Build 1459 Dietmar Woellbrink (Luisehahne)
701
# Ticket 1099: change title for add_child_page in page tree
702
26 Jun-2011 Build 1458 Dietmar Woellbrink (Luisehahne)
703
# Ticket 833 fixed markup for table cells in view.php
704
! change themes.css to make style more flexible in success.htt and error.htt
705
+ backend themes: add js function redirect_to_page(url, timer) to redirect without message
706
25 Jun-2011 Build 1457 Dietmar Woellbrink (Luisehahne)
707
! Preparing 2.8.2 stable, last tests
708
10 Jun-2011 Build 1456 Dietmar Woellbrink (Luisehahne)
709
+ add PL languages to news and captcha_control (tks to vixrealitum)
710
! update PL language for WebsiteBaker (tks to vixrealitum)
711
06 Jun-2011 Build 1455 Werner v.d.Decken(DarkViper)
712
# fixed Bug-Ticket #1096: editing of files via modules/edit_module_files.php
713
06 Jun-2011 Build 1454 Werner v.d.Decken(DarkViper)
714
# in /framework/functions.php::media_filename - replace whitespaces by _
715
# /upgrade-script.php - some small fixes
716
02 Jun-2011 Build 1453 Dietmar Woellbrink (Luisehahne)
717
# fix target in admin/media/browse.php 
718
# http://www.websitebaker2.org/forum/index.php/topic,21688.msg145812.html#msg145812
719
# Tks to the community
720
02 Jun-2011 Build 1452 Dietmar Woellbrink (Luisehahne)
721
! change status to RC6
722
29 May-2011 Build 1451 Dietmar Woellbrink (Luisehahne)
723
# replace eregi with pregmatch in search_modext (Tks to Thorn)
724
22 May-2011 Build 1450 Werner v.d.Decken(DarkViper)
725
# small fix at calling of moveCssToHead() in /index.php
726
07 May-2011 Build 1449 Werner v.d.Decken(DarkViper)
727
! cleanup some code in edit_module_files.php
728
07 May-2011 Build 1448 Dietmar Woellbrink (Luisehahne)
729
# secure fix edit_module_files.php
730
# fix wb_wrapper_edit_area.php
731
03 May-2011 Build 1447 Werner v.d.Decken(DarkViper)
732
! syncronice version (no data changes)
733
03 May-2011 Build 1446 Werner v.d.Decken(DarkViper)
734
# fixed validation of username in users and signup
735
27 Apr-2011 Build 1445 Dietmar Woellbrink (Luisehahne)
736
# small validation fixes in backend themes
737
22 Apr-2011 Build 1444 Dietmar Woellbrink (Luisehahne)
738
# fix wrong url in captacha 
739
19 Apr-2011 Build 1443 Dietmar Woellbrink (Luisehahne)
740
! remove auto including YUI Framework in backend for modules, enable with ->print_footer(true)
741
! ->print_error and ->print_success too accept a message as array
742
! auto validate in frontend if style block inside body tag
743
! captcha now XHTML valide
744
15 Apr-2011 Build 1442 Dietmar Woellbrink (Luisehahne)
745
# bug fixed in class.database.php methode field_add in call field_exists
746
! update search, pls test, (Tks to Thorn)
747
10 Apr-2011 Build 1441 Dietmar Woellbrink (Luisehahne)
748
# recoded /modules/admin.php info_banner, now compare with modify in pages
749
# security fixes remove defined WB_PATH for backend templates
750
# fixed class.admin.php missing $TEXT declaration, add get_section_details
751
26 Mar-2011 Build 1440 Dietmar Woellbrink (Luisehahne)
752
# add missing methode is_group_match in class.wb.php 
753
17 Mar-2011 Build 1439 Werner v.d.Decken(DarkViper)
754
! syncronice version (no data changes)
755
17 Mar-2011 Build 1438 Werner v.d.Decken(DarkViper)
756
# little fixes for xhtml-validity in '/include/captcha/captcha.php'
757
17 Mar-2011 Build 1437 Werner v.d.Decken(DarkViper)
758
# little fixes for xhtml-validity module 'form'
759
17 Mar-2011 Build 1436 Dietmar Woellbrink (Luisehahne)
760
! update jquery to Version 1.5.1 and jQuery UI to Version 1.8.10
761
17 Mar-2011 Build 1435 Dietmar Woellbrink (Luisehahne)
762
# fix entities converting in select languages (Tks to the community)
763
# see http://www.websitebaker2.org/forum/index.php/topic,20547.msg140512.html#msg140512
764
13 Mar-2011 Build 1433 Dietmar Woellbrink (Luisehahne)
765
# fixed bug : Call to undefined method wb::preprocess() 
766
14 Feb-2011 Build 1432 Dietmar Woellbrink (Luisehahne)
767
# update NL language file (Tks to Argos)
768
11 Feb-2011 Build 1431 Dietmar Woellbrink (Luisehahne)
769
+ add page position in get_page_details 
770
11 Feb-2011 Build 1430 Dietmar Woellbrink (Luisehahne)
771
# fix save settings dir and file mode (Tks to the community)
772
09 Feb-2011 Build 1429 Dietmar Woellbrink (Luisehahne)
773
# add forgotten javascript variable
774
07 Feb-2011 Build 1428 Dietmar Woellbrink (Luisehahne)
775
! update Argostheme to version 1.5 (Tks to Argos)
776
! validation fixes
777
! call edit_full_area on the fly
778
04 Feb-2011 Build 1427 Dietmar Woellbrink (Luisehahne)
779
! validation fixes in wb_theme
780
04 Feb-2011 Build 1426 Dietmar Woellbrink (Luisehahne)
781
! validation fixes
782
04 Feb-2011 Build 1425 Dietmar Woellbrink (Luisehahne)
783
! redefined wrong admin backlinks
784
31 Jan-2011 Build 1424 Werner v.d.Decken(DarkViper)
785
# typo fix and simplify used_octets calculation
786
30 Jan-2011 Build 1423 Werner v.d.Decken(DarkViper)
787
! add FINGERPRINT_WITH_IP_OCTETS to table settings
788
30 Jan-2011 Build 1422 Dietmar Woellbrink (Luisehahne)
789
! update SecureForm.php to work behind Proxies
790
27 Jan-2011 Build 1421 Dietmar Woellbrink (Luisehahne)
791
# fix Undefined index: WARN_PAGE_LEAVE
792
26 Jan-2011 Build 1420 Dietmar Woellbrink (Luisehahne)
793
# YGN Ethical Hacker Group (2.8.2 / 2.9.0)
794
26 Jan-2011 Build 1419 Dietmar Woellbrink (Luisehahne)
795
! update rel handling FCKeditor for urls
796
25 Jan-2011 Build 1418 Dietmar Woellbrink (Luisehahne)
797
# remove new function see http://www.websitebaker2.org/forum/index.php/topic,20268.msg139557.html#msg139557
798
24 Jan-2011 Build 1417 Dietmar Woellbrink (Luisehahne)
799
! add redirect timer description in settings.php
800
24 Jan-2011 Build 1416 Dietmar Woellbrink (Luisehahne)
801
# fixed unsafe sql queries
802
24 Jan-2011 Build 1415 Werner v.d.Decken(DarkViper)
803
# fixed unsafe sql queries
804
23 Jan-2011 Build 1414 Dietmar Woellbrink (Luisehahne)
805
# fix wrong error message in media
806
! backend start warning if upgrade-script exists
807
23 Jan-2011 Build 1413 Frank Heyne (FrankH)
808
# Bugfix for Ticket 900
809
23 Jan-2011 Build 1412 Werner v.d.Decken(DarkViper)
810
# fixed wb::password_chars 
811
23 Jan-2011 Build 1411 Frank Heyne (FrankH)
812
# Bugfix for Tickets 965, 966 and 910
813
23 Jan-2011 Build 1410 Frank Heyne (FrankH)
814
# Bugfix for build 1409
815
23 Jan-2011 Build 1409 Frank Heyne (FrankH)
816
+ Ticket 1058 added warn_page_leave (currently only in wysiwyg) 
817
23 Jan-2011 Build 1408 Werner v.d.Decken(DarkViper)
818
# small changes in sm2menu() [SM2_NO_TITLE + SM2_XHTML_STRICT]
819
22 Jan-2011 Build 1407 Frank Heyne (FrankH)
820
# various Security fixes, thanks to secunia and others 
821
22 Jan-2011 Build 1406 Frank Heyne (FrankH)
822
# Security fix to stop users from changing module contents without permission, thanks to Michael Schwarz 
823
22 Jan-2011 Build 1405 Frank Heyne (FrankH)
824
# Security fix (XSS) in form module, thanks to Michael Schwarz 
825
22 Jan-2011 Build 1404 Dietmar Woellbrink (Luisehahne)
826
# Security fix in pages 
827
22 Jan-2011 Build 1403 Dietmar Woellbrink (Luisehahne)
828
! small fix
829
22 Jan-2011 Build 1402 Dietmar Woellbrink (Luisehahne)
830
! secure peparing and beginning fix admin/pages
831
21 Jan-2011 Build 1401 Frank Heyne (FrankH)
832
! fixed changelog
833
21 Jan-2011 Build 1400 Frank Heyne (FrankH)
834
# Security fix in account 
835
# Security fix in admin/media, thanks to hal 9000
836
21 Jan-2011 Build 1399 Dietmar Woellbrink (Luisehahne)
837
# Ticket 1090 fix wrong translation
838
20 Jan-2011 Build 1398 Frank Heyne (FrankH)
839
# Security fix in admin/admintools and admin/groups
840
20 Jan-2011 Build 1397 Dietmar Woellbrink (Luisehahne)
841
! recoded rediect timer in print_success (tks to Chio)
842
19 Jan-2011 Build 1396 Werner von den Decken (DarkViper)
843
! remove header redirect and add a die message 
844
17 Jan-2011 Build 1395 Frank Heyne (FrankH)
845
# Security fix in admin/addons
846
16 Jan-2011 Build 1394 Dietmar Woellbrink (Luisehahne)
847
! set construct to FRONTEND class.wb
848
! set 2.8.2 to RC5
849
16 Jan-2011 Build 1393 Frank Heyne (FrankH)
850
# Bugfix in Security fix
851
16 Jan-2011 Build 1392 Dietmar Woellbrink (Luisehahne)
852
! update headerinfos, change secure messages
853
16 Jan-2011 Build 1389-1391 Frank Heyne (FrankH)
854
# Security fixes for modules captcha_control, code and droplets
855
16 Jan-2011 Build 1388 Dietmar Woellbrink (Luisehahne)
856
# more Security fix for admin/pages
857
16 Jan-2011 Build 1387 Dietmar Woellbrink (Luisehahne)
858
# fix class.wb
859
16 Jan-2011 Build 1386 Dietmar Woellbrink (Luisehahne)
860
! update headerinfos
861
16 Jan-2011 Build 1385 Frank Heyne (FrankH)
862
# Security fix to filter out droplets from user input in news and form modules
863
16 Jan-2011 Build 1384 Dietmar Woellbrink (Luisehahne)
864
! Security fix in admin/pages
865
15 Jan-2011 Build 1383 Frank Heyne (FrankH)
866
# Security fix for news module
867
# Some more Security fixes, thanks to Gerben van Veenendaal
868
14 Jan-2011 Build 1382 Dietmar Woellbrink (Luisehahne)
869
# fix known error in drag and drop
870
14 Jan-2011 Build 1381 Dietmar Woellbrink (Luisehahne)
871
! update admin/modules unpack handling, overwrite newer files
872
13 Jan-2011 Build 1380 Dietmar Woellbrink (Luisehahne)
873
+ output fixings, known error in jsadmin will be fix later
874
13 Jan-2011 Build 1379 Werner von den Decken (DarkViper)
875
# fix class.admin 
876
13 Jan-2011 Build 1378 Werner von den Decken (DarkViper)
877
! fixed inclusion of SecureForm
878
+ added IDNA/Punycode to  wb::validate_email()
879
11 Jan-2011 Build 1377 Frank Heyne (FrankH)
880
# Security fix for modules jsadmin, menu_link and output_filter
881
11 Jan-2011 Build 1376 Frank Heyne (FrankH)
882
# Security fix for WYSIWYG module 
883
# Security fix for Wrapper module 
884
10 Jan-2011 Build 1375 Frank Heyne (FrankH)
885
# Security fix for Form module (new version is 2.8)
886
# bugfix for delete_field in Form module
887
10 Jan-2011 Build 1374 Dietmar Woellbrink (Luisehahne)
888
# fixed headerinfos
889
10 Jan-2011 Build 1373 Dietmar Woellbrink (Luisehahne)
890
! update headerinfos
891
10 Jan-2011 Build 1372 Dietmar Woellbrink (Luisehahne)
892
# fixed class.wb.php to add class SecureForm
893
09 Jan-2011 Build 1371 Dietmar Woellbrink (Luisehahne)
894
# captcha patch (Tks to FrankH)
895
! set status to 2.8.2 RC4
896
09 Jan-2011 Build 1370 Dietmar Woellbrink (Luisehahne)
897
! update install, changed some default settings to enabled
898
06 Jan-2011 Build 1369 Dietmar Woellbrink (Luisehahne)
899
+ add jquery-include.js (Tks to Stefek)
900
! update bind jquery in frontend, jquery-include.js and jquery-insert.js are included
901
31 Dec-2010 Build 1368 Dietmar Woellbrink (Luisehahne)
902
- delete class.secureform.php
903
+ add newest SecureForm 
904
# fixed Call to a member function read() on a non-object in function register_frontend_modfiles
905
29 Dec-2010 Build 1367 Dietmar Woellbrink (Luisehahne)
906
# securtiy fix in class.login
907
# see http://www.websitebaker2.org/forum/index.php/topic,20347.msg137554.html#msg137554
908
29 Dec-2010 Build 1366 Dietmar Woellbrink (Luisehahne)
909
# fixed showing system_default for search_template 
910
29 Dec-2010 Build 1365 Dietmar Woellbrink (Luisehahne)
911
! added some functions 
912
! set status to 2.8.2 RC3
913
29 Dec-2010 Build 1364 Dietmar Woellbrink (Luisehahne)
914
! added function 'db_update_key_value()'
915
29 Dec-2010 Build 1363 Dietmar Woellbrink (Luisehahne)
916
# Ticket #1053, Ticket #941 show_breadcrumb
917
29 Dec-2010 Build 1362 Dietmar Woellbrink (Luisehahne)
918
! additional functions added in class.database
919
28 Dec-2010 Build 1361 Dietmar Woellbrink (Luisehahne)
920
! sync languages files with 2.9.0.dev
921
! unzip addons now overwrite newer files
922
28 Dec-2010 Build 1360 Dietmar Woellbrink (Luisehahne)
923
! show_menu2 display Title-attribute fixed
924
! tooltip added, change modul version to 4.9.5
925
28 Dec-2010 Build 1359 Dietmar Woellbrink (Luisehahne)
926
! upgrade FCKeditor to Version 2.6.6
927
28 Dec-2010 Build 1358 Dietmar Woellbrink (Luisehahne)
928
! validation fixes in pages backend theme
929
27 Dec-2010 Build 1357 Frank Heyne (FrankH)
930
# security fix: in path admin/pages/ - added FTAN check
931
! had to enhance parameter for getFTAN() in framework/class.secureform.php 
932
27 Dec-2010 Build 1356 Dietmar Woellbrink (Luisehahne)
933
# more little fixes in settings
934
! change to RC2
935
27 Dec-2010 Build 1355 Frank Heyne (FrankH)
936
# security fix: remaining vulnerabilities mentioned in http://secunia.com/secunia_research/2010-90/
937
# security fix: in path admin/templates/ - added FTAN check
938
# security fix: in path admin/settings/ - added FTAN check
939
26 Dec-2010 Dietmar Woellbrink (Luisehahne)
940
+ added admin/images
941
# fixed save handling settings entries
942
! local sync
943
26 Dec-2010 Build 1353 Frank Heyne (FrankH)
944
# security fix: in modules/admin.php - check whether section belongs to page
945
! security fix: changed $section_required into $no_section_required (apparently used by no module at all)
946
# security fix: in path admin/users/ - added FTAN check
947
# security fix: remaining vulnerabilities mentioned in http://secunia.com/secunia_research/2010-91/
948
# security fix:           vulnerabilities mentioned in http://secunia.com/secunia_research/2010-92/
949
# security fix: remaining vulnerabilities mentioned in http://secunia.com/secunia_research/2010-93/
950
21 Dec-2010 Dietmar Woellbrink (Luisehahne)
951
# fix if upgrade module can now overwrite existing newer files in modules folder
952
# same for upgrade templates
953
21 Dec-2010 Dietmar Woellbrink (Luisehahne)
954
# XHTML output fixed in show_menu2
955
20 Dec-2010 Dietmar Woellbrink (Luisehahne)
956
# syntaxfix in initialize.php
957
19 Dec-2010 Dietmar Woellbrink (Luisehahne)
958
+ add ini_set('display_errors', 1) (Tks to Thorn)
959
! update headerinfos
960
17 Dec-2010 Dietmar Woellbrink (Luisehahne)
961
# fix save access rights in settings
962
23 Nov-2010 Dietmar Woellbrink (Luisehahne)
963
# fix Droplet LoginBox fronend_signup (tks to Maverik)
964
# fix save user e-mail,
965
12-May-2010 Dietmar Woellbrink (Luisehahne)
966
#	Ticket #999 wrong sql statement in admin/pages/index.php (Tks to Lucutus)
967
12-May-2010 Dietmar Woellbrink (Luisehahne)
968
-	remove unneeded flags in backend themes
969
-	remove admin/images
970
11-May-2010 Dietmar Woellbrink (Luisehahne)
971
#	Ticket #1004 Small typofixes needed in FR lang file (Tks to quinto)
972
+	Ticket #1005 add FR Language for the admin templates (Tks to quinto)
973
06-May-2010 Dietmar Woellbrink (Luisehahne)
974
#	Ticket #998 fix German language file from mixture of du and Sie (Tks to Erpe)
975
02-May-2010 Dietmar Woellbrink (Luisehahne)
976
!	remove some unneeded code in backend themes templates
977
!	see forum: JQuery und Backend-Theme
978
02-May-2010 Dietmar Woellbrink (Luisehahne)
979
!	add lang variable for new userform
980
02-May-2010 Dietmar Woellbrink (Luisehahne)
981
!	added IdKey to class secureForm
982
30-Apr-2010 Dietmar Woellbrink (Luisehahne)
983
!	changes Backend javascripts from body to head
984
28-Apr-2010 Dietmar Woellbrink (Luisehahne)
985
!	insert modulename in sections, even for missing module, you can style it with class selector: module_disabled
986
27-Apr-2010 Dietmar Woellbrink (Luisehahne)
987
+	add an extra class class.secureform.php and extends it to class.wb.php
988
!	check for installed modules before loading in content 
989
27-Apr-2010 Dietmar Woellbrink (Luisehahne)
990
!	remove forgotten debug line
991
27-Apr-2010 Dietmar Woellbrink (Luisehahne)
992
#	Fixed update search settings
993
#	Fixed bug in /modules/admin.php 
994
22-Apr-2010 Dietmar Woellbrink (Luisehahne)
995
#	Fixed bug in /modules/admin.php 
996
22-Apr-2010 Dietmar Woellbrink (Luisehahne)
997
!	start recoding without style display:none	
998
21-Apr-2010 Dietmar Woellbrink (Luisehahne)
999
!	Ticket #995 update jquery-ui.css and images (Tks to Ruebenwurzel)
1000
+	add languages files for jquery datepicker (tks to Ralf)	
1001
!	Ticket #994 WYSIWYG editors sorted by name (tks to Aldus)
1002
20-Apr-2010 Dietmar Woellbrink (Luisehahne)
1003
!	update class.login.php (tks to Ruud)
1004
19-Apr-2010 Dietmar Woellbrink (Luisehahne)
1005
!	update class.login.php
1006
18-Apr-2010 Dietmar Woellbrink (Luisehahne)
1007
!	Validation fix in preference
1008
18-Apr-2010 Dietmar Woellbrink (Luisehahne)
1009
#	fixed directory_list
1010
17-Apr-2010 Dietmar Woellbrink (Luisehahne)
1011
!	litte fix to show GMT value in default view
1012
!	fixed file_list
1013
15-Apr-2010 Dietmar Woellbrink (Luisehahne)
1014
!	Update headerinfos admin/interface
1015
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1016
#	changed e-mail notification for backend login
1017
!	styling in preference.htt in themes
1018
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1019
#	Typo fixes with german umlaute
1020
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1021
#	Ticket #985 With #1318 no login in backend possible
1022
#	Ticket #986 Typo inside the german language file 
1023
#	Ticket #982 Unnessesary heredoc causes on errors while installation!
1024
#	Ticket #926/Ticket #928 Mail Notification on new user registration
1025
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1026
#	Ticket #984 Removing outdated comment-block in class.login.php
1027
#	Ticket #983 Sorting order of modules and templates inside groups.php
1028
14-Apr-2010 Dietrich Roland Pehlke (Aldus)
1029
#	Ticket #982 - Wrong use of heredoc-syntax in some language-files (BG, CS and HR) breaks the installation-process.
1030
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1031
#	Ticket #974 Usability bug in /preferences
1032
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1033
#	Ticket #976 Using md5 also for the username inside class.login.php
1034
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1035
#	Ticket #977 Templates sorted in alphabetical order
1036
14-Apr-2010 Dietmar Woellbrink (Luisehahne)
1037
#	Ticket #978 Add additional PHP 5.2 check to installation
1038
#	Ticket #979 False PHP 4 requirements in install
1039
#	Ticket #980 Usebility - Bug in the settings-interface
1040
#	Ticket #981 typos in backend-theme "argos" in file groups.htt
1041
11-Apr-2010 Dietmar Woellbrink (Luisehahne)
1042
#	fix ticket #975 some weird /pages/ header infos
1043
11-Apr-2010 Dietmar Woellbrink (Luisehahne)
1044
!	little fixes for backwards compatible PHP4, pls test
1045
11-Apr-2010 Dietmar Woellbrink (Luisehahne)
1046
!	show_menu2 remove unneeded code for WB < 2.7
1047
!	class.wb.php, recoding backend preference
1048
+	add a language variable $MESSAGE['PREFERENCES']['INVALID_CHARS']
1049
!	update theme.css for preference.htt in argos_theme & wb_theme
1050
-	remove classic_theme
1051
07-Apr-2010 Dietmar Woellbrink (Luisehahne)
1052
#	Ticket #971 Using $_POST in Admin - account - login.php (tks to Aldus)
1053
!	update class.wb.php added tokens function
1054
07-Apr-2010 Dietmar Woellbrink (Luisehahne)
1055
#	Ticket #967 Typo in the mysql-query results in "not" upgrading the modul info ( tks to Aldus)
1056
01-Apr-2010 Dietmar Woellbrink (Luisehahne)
1057
#	Ticket 963 Minor XSS issue in admin login
1058
!	update jquery-ui-min.js from 1.7.2 to 1.8.0
1059
#	Fixed typo in the english language file
1060
26-Mar-2010 Dietmar Woellbrink (Luisehahne)
1061
!	update changelog
1062
26-Mar-2010 Dietmar Woellbrink (Luisehahne)
1063
-	remove deprecated backup modul
1064
19-Mar-2010 Dietmar Woellbrink (Luisehahne)
1065
!	rework admin/pages/save.php so that modules can use it
1066
!	fixed missing global install variable to work in modules
1067
17-Mar-2010 Dietmar Woellbrink (Luisehahne)
1068
#	Ticket #957 Wrong status returned for visibility
1069
17-Mar-2010 Dietmar Woellbrink (Luisehahne)
1070
#	Ticket #956 Useraccounts, now e-mail is required
1071
09-Mar-2010 Dietmar Woellbrink (Luisehahne)
1072
#	Fixed e-mail preg pattern, because issues with some php versions
1073
07-Mar-2010 Dietmar Woellbrink (Luisehahne)
1074
#	fixed search_modext.php ( Tks to Thorn )
1075
#	Ticket #953 is already fixed 
1076
#	Ticket #954 styles issues in theme.css ( Tks to Ruebenwurzel )
1077
07-Mar-2010 Dietmar Woellbrink (Luisehahne)
1078
#	Tickets #932 change deprecated eregi functions 
1079
#	Tickets #948 fixed Multiple use of same parametrised droplet - parameter handling
1080
!	Upgrade Droplets to Version 1.0.3
1081
!	update some headerinfos
1082
!	non existing pages will be created if clicking save in page settings
1083
07-Mar-2010 Dietmar Woellbrink (Luisehahne)
1084
#	Ticket #950 missing classes in theme.css ( Tks to Ruebenwurzel )
1085
!	update jquery-min.js to version 1.4.2
1086
20-Feb-2010 Dietmar Woellbrink (Luisehahne)
1087
#	Ticket #944 fixed double sections, with registered User
1088
20-Feb-2010 Dietmar Woellbrink (Luisehahne)
1089
#	fix corrupted changelog
1090
20-Feb-2010 Dietmar Woellbrink (Luisehahne)
1091
#	Ticket #945 fixed reloads function 
1092
19-Feb-2010 Dietmar Woellbrink (Luisehahne)
1093
!	update headerinfo in module droplets
1094
19-Feb-2010 Dietmar Woellbrink (Luisehahne)
1095
!	Beginning with Ticket #901 
1096
+	add siteadd.png to backend themes
1097
!	change icon add child page
1098
19-Feb-2010 Dietmar Woellbrink (Luisehahne)
1099
!	update headerinfo
1100
!	change $search_pattern for check if Javascript mailto encryption is enabled
1101
!	module output_filter set to version 0.12
1102
19-Feb-2010 Dietmar Woellbrink (Luisehahne)
1103
!	change show_menu2 to correct modul version 4.9
1104
19-Feb-2010 Dietmar Woellbrink (Luisehahne)
1105
!	insert $wb->preprocess($output), preprocess no longer needed in modules
1106
!	little modifaction in upgrade-script.php in function check_wb_tables
1107
!	updated module wysiwyg, set to module version 2.8
1108
19-Feb-2010 Dietmar Woellbrink (Luisehahne)
1109
!	recoded function extract_permission in /framework/functions.php
1110
!	change URL_HELP to http://www.websitebaker2.org/  in /framework/class.admin.php
1111
!	recoded function preprocess in /framework/class.frontend.php
1112
!	optimize function getVersion in /framework/addon.precheck.inc.php
1113
19-Feb-2010 Dietmar Woellbrink (Luisehahne)
1114
!	change constant EDIT_ONE_SECTION to default false	
1115
------------------------------------- 2.8.1 -------------------------------------
1116
08-Feb-2010 Dietmar Woellbrink (Luisehahne)
1117
!	missunderstanding back to old logo
1118
08-Feb-2010 Dietmar Woellbrink (Luisehahne)
1119
#	Droplet emailfilter fixed search mdcr.js
1120
!	some little fixes in upgrade-script
1121
+	new WebsiteBaker Logo in themes
1122
05-Feb-2010 Dietmar Woellbrink (Luisehahne)
1123
!	Fixed wrong themes path in jquery_theme.js, that plugins works correctly
1124
+	images icons to run base theme
1125
01-Feb-2010 Dietmar Woellbrink (Luisehahne)
1126
!	to hold content, install don't drop existing tables (code, form, menu_link, news, wrapper, wysiwyg) 
1127
!	otherwise do it with uninstall
1128
30-Jan-2010 Dietmar Woellbrink (Luisehahne)
1129
#	Ticket #931 bug in admin/access/index.php
1130
30-Jan-2010 Dietmar Woellbrink (Luisehahne)
1131
!	continue update headertext
1132
!	fixed tpyo Website Baker to WebsiteBaker in main language files
1133
30-Jan-2010 Dietmar Woellbrink (Luisehahne)
1134
!	continue update headertext
1135
#	Ticket #930 disabled SyntaxHighlighter from default WB Installation
1136
!	change help url to www.websitebaker2.org
1137
29-Jan-2010 Dietmar Woellbrink (Luisehahne)
1138
!	continue update headertext
1139
28-Jan-2010 Dietmar Woellbrink (Luisehahne)
1140
+	Ticket #927 news module language file in swedish
1141
!	update headertext
1142
28-Jan-2010 Dietmar Woellbrink (Luisehahne)
1143
#	Ticket #925 Slovak Lang Missing in allowed install languages!
1144
28-Jan-2010 Dietmar Woellbrink (Luisehahne)
1145
!	update headertext
1146
28-Jan-2010 Dietmar Woellbrink (Luisehahne)
1147
!	update jquery 1.4.0 to 1.4.1, 
1148
-	removed include/jquery/plugins
1149
!	update backend themes
1150
#24-Jan-2010 Dietmar Woellbrink (Luisehahne)
1151
#	Ticket #923 argos_theme: Always Allowed Viewers in page_settings
1152
#	fixed css for pagetree to show in IE7
1153
24-Jan-2010 Dietmar Woellbrink (Luisehahne)
1154
#	Ticket #921 fix issues in IE by using EditArea framework
1155
23-Jan-2010 Dietmar Woellbrink (Luisehahne)
1156
!	Ticket #921 Update EditArea framework
1157
!	fix stylings wb_them
1158
!	fix upgradescript
1159
23-Jan-2010 Dietmar Woellbrink (Luisehahne)
1160
!	update jquery to version 1.4, rename old one to jquery-min132.js
1161
#	fixed argos theme  
1162
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1163
!	continue update header info
1164
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1165
!	set svn keywords
1166
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1167
#	Ticket #869 Droplet-Engine does'nt work in some case
1168
!	continue update header info
1169
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1170
!	update header info
1171
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1172
!	update fckeditor, forgotten to upload a file
1173
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1174
#	Ticket #917 Update backend themes 
1175
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1176
!	Ticket #909 WYSIWYG Editor width destroyes backend layout
1177
!	Set EDITOR_WIDTH to 0, This way backend theme developper 
1178
!	can style the WYSIWYG Editor according to their themes.  
1179
22-Jan-2010 Dietmar Woellbrink (Luisehahne)
1180
!	Ticket #916 Update backend theme footer
1181
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1182
!	updated YUI 2.4.1 to 2.8.0r4
1183
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1184
!	Beginning header information update
1185
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1186
#	fix login_form.php sometimes produce javascript errors in IE
1187
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1188
#	fix more small css-errors in WB Backend (thanks to Ruebenwurzel)
1189
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1190
!	update header info
1191
!	change unknown user to guest in all languages
1192
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1193
!	update info.php fckeditor
1194
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1195
#	fix wrong settings in image browser dialog
1196
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1197
#	Ticket #912 fix Search Template bug
1198
21-Jan-2010 Dietmar Woellbrink (Luisehahne)
1199
#	Ticket #915 fix bug in search (utf-8 characters corrupted)(thanks to Thorn)
1200
19-Jan-2010 Dietmar Woellbrink (Luisehahne)
1201
#	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
1202
19-Jan-2010 Dietmar Woellbrink (Luisehahne)
1203
#	removed wb_path as javascript var (thanks to Bianca)
1204
19-Jan-2010 Dietmar Woellbrink (Luisehahne)
1205
#	fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)
1206
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1207
#	fixed snippets including frontend.css and frontend.js 
1208
#	without register_frontend_modfiles
1209
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1210
+	Ticket #877 add slovak lang in Captcha and Advanced-Spam-Protection
1211
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1212
!	update header
1213
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1214
#	Ticket #911 5. continue to fix CSS-errors in WB backend
1215
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1216
#	Ticket #911 4. continue to fix CSS-errors in WB backend
1217
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1218
#	Ticket #911 3. continue to fix CSS-errors in WB backend
1219
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1220
#	Ticket #911 2. continue to fix CSS-errors in WB backend
1221
14-Jan-2010 Dietmar Woellbrink (Luisehahne)
1222
#	Ticket #911 1. continue to fix CSS-errors in WB backend
1223
13-Jan-2010 Dietmar Woellbrink (Luisehahne)
1224
#	Ticket #911 Beginning to fix More CSS-errors in WB backend
1225
+	add SVN- Revision to backend theme
1226
12-Jan-2010 Dietmar Woellbrink (Luisehahne)
1227
#	Ticket #906 Search Template bug
1228
!	update editor min width, dragableresize table
1229
12-Jan-2010 Dietmar Woellbrink (Luisehahne)
1230
#	Ticket #907 js files in backend themes are stored at wrong places
1231
+	add include/jquery/plugins/toggle_zip.js
1232
-	removed toggle_zip.js in backend themes
1233
12-Jan-2010 Dietmar Woellbrink (Luisehahne)
1234
#	fix open_basedir restriction in effect in save_post.php
1235
11-Jan-2010 Dietmar Woellbrink (Luisehahne)
1236
!	fix load_module, load_language (tks to Webbird)
1237
11-Jan-2010 Dietmar Woellbrink (Luisehahne)
1238
!	Ticket #904 fix if templatename is equal language
1239
11-Jan-2010 Dietmar Woellbrink (Luisehahne)
1240
!	Ticket #905 fix search.php 'registered' hardcoded
1241
10-Jan-2010 Dietmar Woellbrink (Luisehahne)
1242
!	Ticket #903 fix CSS-errors in WB backend
1243
!	add title class in show_breadcrumbs, now full css styling
1244
05-Jan-2010 Dietmar Woellbrink (Luisehahne)
1245
!	recoded function show_breadcrumbs
1246
30-Dec-2009 Dietmar Woellbrink (Luisehahne)
1247
#	fix Warning: stristr() [function.stristr]
1248
29-Dec-2009 Dietmar Woellbrink (Luisehahne)
1249
!	set revision constant to release version
1250
29-Dec-2009 Dietmar Woellbrink (Luisehahne)
1251
!	update release version
1252
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1253
#	fix show date if only short content
1254
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1255
!	check if load only one wysiwyg instance
1256
!	check update svn revision
1257
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1258
#	fix syntax error
1259
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1260
!	update header, check that all tables in WB package are installed 
1261
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1262
!	update header, change variable
1263
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1264
!	update header
1265
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1266
!	update header
1267
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1268
!	validate code
1269
28-Dec-2009 Dietmar Woellbrink (Luisehahne)
1270
!	change page_title to menu_title in dropdown list
1271
!	validate code
1272
23-Dec-2009 Dietmar Woellbrink (Luisehahne)
1273
!	check if revision $id will be updated
1274
21-Dec-2009 Moritz Stapelfeldt
1275
#	Ticket #896: Bugfix in framework/functions.php > added test is_dir to function rm_full_dir
1276
16-Dec-2009 Ruud Eisinga
1277
#	Ticket #894: Bugfixes in newsmodule > rss.php
1278
16-DEC-2009 Manuel Lang (MaGnaL)
1279
#	Minor bugfixes: Use localized messages in preference forms on frontend and backend,
1280
	correct html/php syntax in upgrade-script.php and NL localization of show_menu2 snippet  
1281
14-DEC-2009 Manuel lang (MaGnaL)
1282
#	Ticket #832: Fix wrong configuration of timezone-handling when saving
1283
	preferences-form on backend and frontend 
1284
12-DEC-2009 Manuel Lang (MaGnaL)
1285
#	Ticket #827: Fix false form-parameter when javascript is deactivated
1286
	on users and groups temps (admintool).
1287
12-DEC-2009 Manuel Lang	(MaGnaL)
1288
#	Bugfix of rev. 1211 search_modext.php (ticket #863): Use isset and
1289
	given unknown-user instead of counting all users. 
1290
12-Dez-2009 Dietrich Roland Pehlke (Aldus)
1291
#	Bugfix inside "search_modext.php" to avoid warings if the search found
1292
	a page last modified by a user witch has been deleted. (ticket #863)
1293
03-Dez-2009 Dietmar Woellbrink (Luisehahne)
1294
!	Ticket #890 fixed visability proprty uses non valid value 'none' 
1295
03-Dez-2009 Dietmar Woellbrink (Luisehahne)
1296
!	change searchstring mdcr.js, workout crypt emails in output_filter/filter-routines.php
1297
!	comment out ob_end_flush line 259 in form/view.php
1298
02-Dez-2009 Dietmar Woellbrink (Luisehahne)
1299
!	next step to validate backend themes
1300
01-Dez-2009 Dietmar Woellbrink (Luisehahne)
1301
!	add Revision IDs to added files - Thanks to Ruebenwurzel
1302
01-Dez-2009 Dietmar Woellbrink (Luisehahne)
1303
!	updated pclzip class
1304
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
1305
!	update module info.php (thanks to Waldschwein)
1306
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
1307
!	added missing swobject plugin in FCKeditor
1308
!	bug fixed in flvplayer
1309
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
1310
!	stop working plugin flvplayer in FCKeditor until fixed
1311
29-Nov-2009 Dietmar Woellbrink (Luisehahne)
1312
!	fixed an undefined index in settings.php
1313
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
1314
!	Update FCKeditor Version 2.6.5 to Modulversion 2.9.3
1315
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
1316
!	updated theme.css in wb_theme
1317
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
1318
!	Ticket #886 fix validation email, check tld between 2-4 letters
1319
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
1320
!	Ticket #874 add slovak lang in install
1321
    and validate output
1322
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
1323
!	Ticket #880 fixes language file SK.php
1324
28-Nov-2009 Dietmar Woellbrink (Luisehahne)
1325
!	Ticket #828 fix deprecated eregi
1326
27-Nov-2009 Dietmar Woellbrink (Luisehahne)
1327
!	fixes language file SK.php
1328
27-Nov-2009 Dietmar Woellbrink (Luisehahne)
1329
!	fixed parse error ticket #878 
1330
26-Nov-2009 Dietmar Woellbrink (Luisehahne)
1331
!	found and fix some deprecated functions
1332
26-Nov-2009 Dietmar Woellbrink (Luisehahne)
1333
!	validate some output files
1334
26-Nov-2009 Dietmar Woellbrink (Luisehahne)
1335
!	fix some PHP 5.3 deprecated functions 
1336
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
1337
!	Fix to load edit_full_area only if needed
1338
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
1339
!	change page_title to menu_title for parent dropdown list in index.php and sections.php
1340
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
1341
!	more bug fixes language file SK.php
1342
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
1343
!	Many hosts disable error_log() in various and sundry ways. 
1344
	In WB we do something like this to avoid triggering warnings and errors. 
1345
	Even this is sometimes not sufficient to avoid problems with some hosts, but accommodates most.
1346
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
1347
!	fix show_menu2 include.php, page crashes, if php error_log is disabled
1348
25-Nov-2009 Dietmar Woellbrink (Luisehahne)
1349
!	fixes language files HU.php and SK.php
1350
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
1351
!	fixed php 5.3 depricated function in show_menu2
1352
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
1353
+ 	add two constants in /framework/initialize.php for later feature in database settings
1354
+	define('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sections
1355
	modify page will be loading all sections with editor
1356
+	define('EDITOR_WIDTH', 900) set min width for editor
1357
+	adding more information in editor header 1) block 2) module 3) section_id
1358
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
1359
+	add register_frontend_modfiles('jquery'); adds jquery basis scripts in head
1360
+	add register_frontend_modfiles_body('jquery'); adds jquery basis scripts before body end
1361
+	add jquery_theme.js to choose a ui theme, basis is loaded, can be change 
1362
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
1363
+	add a child page is cumbersome when the parent dropdown list gets to be too large. (Ticket #821)
1364
24-Nov-2009 Dietmar Woellbrink (Luisehahne)
1365
!	validate captcha control
1366
13-Oct-2009 Ruud Eisinga
1367
#	fixed breaking droplets by highlighting search-words in search result pages.
1368
13-Oct-2009 Dietmar Woellbrink (Luisehahne)
1369
+	added forgotten jquery-fancybox.js Version 1.0
1370
13-Oct-2009 Dietrich Roland Pehlke (Aldus)
1371
#	Fixed typo in the finnish language file (ticket #814).
1372
12-Oct-2009 Dietmar Woellbrink
1373
!	security update FCKeditor (tks to Ruebenwurzel)
1374
12-Oct-2009 Dietmar Woellbrink
1375
+	added old version of fancybox.js
1376
!	rename new version fancybox 
1377
+	added missing language variables in newsmodul
1378
12-Oct-2009 Dietmar Woellbrink
1379
#	fixes Bugs headersend errors in some core files
1380
12-Oct-2009 Dietmar Woellbrink
1381
!	update function show_bread_crumb in framework/frontend.functions.php
1382
!	replace separator with entities char, add title for multilingual
1383
!	set breakcrumb in div container class="breadcrumb"
1384
!	set separator in span tag class="separator"
1385
12-Oct-2009 Dietmar Woellbrink
1386
!	update jquery fancybox from 1.0 to 1.2.1 
1387
+	fancybox imagefolder incl. fancybox.css
1388
12-Oct-2009 Dietmar Woellbrink
1389
!	shows more details in wysiwyg editor
1390
10-Oct-2009 Dietmar Woellbrink
1391
!	small update upgrade.php to reset newsfiles to created dates
1392
10-Oct-2009 Dietmar Woellbrink
1393
!	Update FCKeditor to Version 2.6.5 Modulversion 2.9.1
1394
09-Oct-2009 Dietmar Woellbrink
1395
!	Update FCKeditor to Version 2.6.5 Modulversion 2.9.1
1396
09-Oct-2009 Dietmar Woellbrink
1397
+	upgrade.php to reset newsfiles to created dates
1398
09-Oct-2009 Dietmar Woellbrink
1399
#	Ticket #770, #785, #792, #807, #809, 
1400
#	fixes and recoded news module
1401
09-Oct-2009 Dietmar Woellbrink
1402
#	Ticket #815 Fix Warning: open_basedir restriction in effect. File is in wrong directory in load_module
1403
#	same fix to load_template
1404
07-Oct-2009 Dietrich Roland Pehlke
1405
#	Missing contiue inside search.php to avoid access to an non-object if the query fails. (ticket #793). Thanks to Thorn.
1406
06-Oct-2009 Dietmar Woellbrink
1407
#	Security fix - wrong placed "exit()" inside class.wb.
1408
22-Sep-2009 Dietmar Woellbrink
1409
#   Fixed: Pagetree changed menu titles instead of page titles (ticket #805) thanks to Ralf (Berlin)
1410
21-Sep-2009 Dietrrich Roland Pehlke
1411
!	Dutch tranlation(-s) for the captcha-control. [Ticket: #777] (Thanks to Argos)
1412
#	Missing code inside "framework/addon.precheck.php" (ticket #798).
1413
#	Changes inside "upgrade-script" to avoid "mysql_list_tables is deprecated" warnings (ticket #800).
1414
#	Add "global $admin" to the install.php of the droplets-module to avoid (variable isn't declared) warnings. (ticket #800).
1415
18-Sep-2009 Dietmar Woellbrink
1416
#   french translation updated for WB 2.8 (tks to Ploc)
1417
16-Sep-2009 Dietmar Woellbrink
1418
#	Fixed bug changed URL_HELP in class.admin.php to http://help.websitebaker.org/ (ticket #801).
1419
#	Fixed bug: inside the FCK-Editor wbmodul: missing 'OK' button when inserting WB link with Safari/Chrome (ticket #795).
1420
#	Fixed bug changed png fix and path to jquery-pngFix.js inside footer.htt for backend themes (ticket #786).
1421
#	Fixed bug: inside the FCK-Editor include.php: add $oFCKeditor->Width  = $width; (ticket #799).
1422
15-Sep-2009 Dietrich Roland Pehlke
1423
#	Fixed bug: group-restrictions and sections (ticket #791).
1424
#	Fixed bug inside the FCK-Editor wbmodul: displaying the correct page-tree by
1425
	adding "order by position"
1426
25-Aug-2009 Dietrich Roland Pehlke
1427
#	Fixed bug in upgrate-script. Constant 'DEFAULT_THEME' doesn't exists (ticket #784).
1428
25-Aug-2009 Ruud Eisinga
1429
#	Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter.
1430
	(problem introduced by code optimisations for WB2.8) 
1431
#	Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)
1432
#	Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)
1433
22-Aug-2009 Ruud Eisinga
1434
# 	Changed the default searchform name in the installer. (ticket #775)
1435
#	Fixed the recursive redirect problem when a page is called with a wrong language parm (ticket #780)
1436
------------------------------------- 2.8.0 -------------------------------------
1437
14-Aug-2009 Matthias Gallas
1438
#	Fixed typo in dutch language file (Thanks to Argos)
1439
#	Changed FCKEditor to not show index.php files in browse media window (ticket #774)
1440
	(Thanks to BerndJM)
1441
12-Aug-2009 Matthias Gallas
1442
#	Fixed some display issues in all backend themes
1443
!	Again updated dutch language file (Thanks to Argos)
1444
#	Fixed missing language variable in form modul (Thanks to Argos)
1445
+	Added missing images to argos_theme (forgotten in changeset [1117])
1446
11-Aug-2009 Matthias Gallas
1447
!	commentet out the droplets logo for a more similar backend design with
1448
	other admin tools
1449
!	Updated icons in argos_theme (Thanks to Argos)
1450
!	Updated Dutch language file (Thanks to Argos)
1451
!	Updated show_menu2 to version 4.9
1452
9-Aug-2009 Matthias Gallas
1453
#	Replaced function mime_content_type as the old one causes shell_exec warnings
1454
	on some servers (Thanks to Aldus)
1455
!	updated argos_theme to version 1.4 (Thanks to Argos)
1456
!	some code cleaning of admin/pages/sections.php
1457
#	Fixed possible xss injection in login/forgot/index.php
1458
#	Fixed bug in news modul introduced in changeset [1057]
1459
#	Added missing variables also to preferences.php. Forgot in Changeset [1112]
1460
8-Aug-2009 Matthias Gallas
1461
#	Added some missing variables to backend_themes (Thanks to Stefek)
1462
6-Aug-2009 Matthias Gallas
1463
!	Set Version to 2.8
1464
!	Updated upgrade_script to make use of the changed news settings
1465
+	Added to show_menu2 the aOption 'SM2_HIDEPAGES'. If set all hidden pages are
1466
	hidden again (Thanks to DarkViper)
1467
#	Fixed again some bugs in news modul (ticket #756) (Thanks to Aldus and Luisehahne)
1468
#	Fixed bug that frontend.js, frontend.css and frontend_body.js are not used
1469
	from snippets (ticket #764) (Thanks to Luisehahne)
1470
+	Added new function 'register_frontend_modfiles_body' to default templates
1471
+	Added option to use a frontend_body.js in modules to include javascript from modules
1472
	in the body of the frontend (Thanks to Luisehahne)
1473
!	Updated Danish language Files (Thanks to Achrist)
1474
#	Fixed some display issues in argos_theme (Thanks to Argos)
1475
30-July-2009 Ruud Eisinga (Ruud)
1476
#	Fixed a bug in the /admin/media resizer parameters for dirs with whitespaces (thnx to tiesy)
1477
#	Fixed a bug in FCKeditor include.php. Now the editor can be used from other 
1478
	subdirectories than WB_PATH/modules/mymodule
1479
29-July 2009 Dietrich Roland Pehlke (Aldus)
1480
#	changes in framework/class.wb.php to avoid the "print->footer()" bug in the frontend,
1481
	as this function/method doesn't exists for the frontend.
1482
#	Changes inside index.php and save.php in settings to get rid of the situation
1483
	that a SMTP-Password could not contain an "<" char (right chars are craped),
1484
	and also "<" is not transformed into an entitie "&lt;". (Thanks to FrankH)
1485
#	Modify of "addon.precheck.inc.php" to get rid of the problematic that version_compare
1486
	could faild if words like "alpha", "beta" are inside a version-string. (missing in changelog 1100)
1487
28-July 2009 Matthias Gallas
1488
#	fixed some smaller issues in rss.php (Thanks to Kibmcz)
1489
27-July 2009 Matthias Gallas
1490
+	Added German language file to droplets
1491
+	Added modul_description to language files of droplets
1492
+	Added Danish language files to modules (Thanks to Achrist)
1493
!	Updated Danish language file (Thanks to Achrist)
1494
#	Fixed improper spelling in language files (#754)
1495
#	Fixed bug introduced in changeset [1092]
1496
25-July 2009 Matthias Gallas
1497
#	fixed some language bugs in search.php (Thanks to Thorn)
1498
23-July 2009 Matthias Gallas
1499
#	fixed bug with missing filetype icon in media section of classic_theme (ticket #752)
1500
#	fixed bug with page not showing if 2 sections active (ticket #751) (Thanks to Pumpi)
1501
#	readded to phplib/template.inc $clear: whether to delete undefined vars or not
1502
	was already added in WB 2.7 but was deleted for unknown reasons (Thanks to FrankH)
1503
22-July 2009 Matthias Gallas
1504
!	set Version to RC2
1505
!	small modification on german language file (ticket #746)
1506
#	Fixed E_ALL&E_STRICT warning on PHP5 servers (Thanks to Aldus) 
1507
#	Fixed bug with home folders are viewable and writable from other users
1508
	(ticket #605 and #748) (Thanks to Aldus)
1509
20-July 2009 Matthias Gallas
1510
!	Moved backend.js back from <body> to <head>
1511
+	Added possibility to add a backend_body.js to modules wich is then called in <body>
1512
+	Readded admin/images folder to keep backward compatibility to old modules
1513
19-July 2009 Matthias Gallas
1514
#	Fixed display issue of jsadmin in backend themes (Thanks to Argos)
1515
18-July 2009 Matthias Gallas
1516
!	Updated german laguage file in argos_theme
1517
+	Added multilnaguage support to media section of argos_theme (Thanks to Argos)
1518
#	Fixed smaller display issue in argos_theme (Thanks to Argos)
1519
+	Added more meta tags to backend themes
1520
!	Updated Argos_theme (Thanks to Argos and Luisehahne)
1521
#	Again added some &amp; to news and form to get more valid output (Thanks to Luisehahne)
1522
#	Fixed wrong set </form> tag to get valid output (Thanks to Luisehahne)
1523
!	Replaced in some alt tags hardcoded signs with language variables (Thanks to argos)
1524
!	Updated Dutch language File (Thanks to argos)
1525
!	Updated French language File (Thanks to mylesk42)
1526
16-July 2009 Matthias Gallas
1527
#	Fixed E_ALL notice in news/view.php
1528
!	replaced in form and news delimiter "&amp;" with "&"
1529
	was introduced with changeset [1069] but didn't work on all servers
1530
#	Removed double </form> tags in pages/intro.php and wysiwyg/modify.php
1531
!	replaced all remaining mktime() with time(), except from third party scripts
1532
15-July 2009 Matthias Gallas
1533
!	changed in modules/admin.php and admin/pages/add.php mktime() to time()
1534
!	changed in wrapper modul modify.html to modify.htt
1535
#	Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
1536
#	fixed display issue of jscalendar in news modul (Thanks to Aldus)
1537
!	changed modules/admin.php to also make use of backend theme templates
1538
!	changed in class_login.php mktime() to time()
1539
14-July 2009 Matthias Gallas
1540
#	Fixed bug with sections are only editable in new backend-themes if blocks are enabled
1541
	(Thanks to Luisehahne)
1542
#	Fixed some validiation bugs in news modul (ticket #742) (Thanks to Luisehahne)
1543
14-July 2009 Dietrich Roland Pehlke
1544
!	changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings.
1545
!	changes in wb-setup.php, line 50: 'date' to 'gmdate' to avoid E_STRICT warnings. See also #741.
1546
13-July 2009 Matthias Gallas
1547
+	added changes from news/add.php to the upgrade-script.php
1548
13-July-2009 Ruud Eisinga
1549
#	admin / media / browse reported an error in E_STRICT mode.
1550
13-July 2009 Dietrich Roland Pehlke
1551
!	Change inside "date_formats.php" and "time_formats.php" mktime() within time()
1552
	to avoid warnings and strict messages. See #741. Minor cosmetic changes.
1553
#	News-Modul: add the unlink-routine for the ".news" folder inside uninstall.php
1554
	so the groupe-images are also unlink.
1555
!	News-Modul: add <tr><td> and </td></tr>-tags to the "none found" part in the view.php to 
1556
	get valid output inside a table.
1557
!	Change the setting of $display_image and $display_groupe to avoid the 
1558
	empty display roule problematic (<tr style="display: ">) for valid output.
1559
!	Add &gt;&gt; in "add.php" instead of >> to avoid invalid output.
1560
11-July-2009 Ruud Eisinga
1561
!	The news module post_title link made unclickable when there is no full post.
1562
11-July-2009 Matthias Gallas
1563
+	Added changed news settings to upgrade-script
1564
09-July-2009 Ruud Eisinga
1565
!	Added a better option to hide the READ_MORE link in the news module. (ticket #739)
1566
09-July-2009 Matthias Gallas
1567
#	Fixed bug that backend.js is not loaded in backend themes (ticket #740)
1568
#	Fixed wrong path to unitpngfix.js and added missing script
1569
#	Fixed invalid output of page_sections Page in Backend (Thanks to Luisehahne)
1570
08-July-2009 Matthias Gallas
1571
+	Added PageID and SectionID to all backend themes (Thanks to Luiseshahne)
1572
#	Fixed some display issues in all backend themes (Thanks to Luisehahne)
1573
!	Replaced wbmodules.gif in FCKEditor Plugins (Thanks to Stefek)
1574
08-July-2009 Dietrich Roland Pehlke
1575
!	Removed unused marker {USERS} inside the "groups.htt" of the wb-theme.
1576
!	admin -> users -> index.php
1577
!	admin -> groups -> index.php
1578
	Codechanges using blocks to avoid to generate the "switch"-link right-top,
1579
	if the user has no permission to edit the other one.
1580
!	wb_theme|classic_theme|argos_theme -> templates -> users.htt
1581
!	wb_theme|classic_theme|argos_theme -> templates -> groups.htt
1582
 	Add block-comments
1583
!	admin -> addons -> index.php	codechanges
1584
!	admin -> access -> index.php	codechanges
1585
	Codechanges to get rid of the empty display(style) declaration "style='display: ;'",
1586
	and to avoid to generate (hidden) elements if the user isn't alowed to edit one.
1587
!	wb_theme|classic_theme|argos_theme -> templates -> addons.htt
1588
!	wb_theme|classic_theme|argos_theme -> templates -> access.htt
1589
	add block-comments
1590
#	Bugfix inside wb/admin/groups/get_permissions.php - replacing wrong "AND" within "OR" in line 64
1591
	if one checkbox of "user" or "group" is selected (like in line 178; advanced settings).
1592
07-July-2009 Matthias Gallas
1593
#	Fixed some minor bugs in argos_theme (Thanks to Argos)
1594
#	Fixed bugs in admin additons for argos_theme (Thanks to Argos)
1595
!	Updated Version Number in upgrade_script to 2.8RC1
1596
!	Updated FCKEditor Modul Version Number to 2.89
1597
+	added in FCKEditor Advisory Relation to Links (thanks to Luisehahne)
1598
06-July-2009 Matthias Gallas
1599
!	Updated FCKEditor to Version 2.6.4.1 (ticket #738) (Thanks to doc)
1600
#	Fixed Backend-Themes to get more valide output (Thanks to Luisehahne)
1601
+	Added argos_theme
1602
+	Added new functions to admin dir (Thanks Argos and Ruud)
1603
!	Updated install and upgrade-script
1604
!	Adapted wb_theme and classic_theme to changed admin dir files
1605
04-July-2009 Dietrich Roland Pehlke
1606
!	FCK-Editor Modul: Droplet Select: change "page_list_block" to "droplets_list_block",
1607
	also "cmbPages" to "cmbDroplets" as we are listen droplets not pages.
1608
!	Remove unneeded empty lines and spaces/blanks;
1609
	minor cosmetic changes in the source to keep the string more readable.
1610
04-July-2009 Matthias Gallas
1611
!	Replaced droplet icon for FCKEditor Toolbar (thanks to Stefek)
1612
#	Fixed two bugs in droplets-plugin for FCKEditor (thanks to Aldus)
1613
!	Changed Template from FCKEditor plugin WBModules to .htt
1614
+	Added Droplets plugin to FCKEditor (ticket #737) (Big Thanks to vizmotion)
1615
03-July-2009 Matthias Gallas
1616
+	Fixed IE Bug in Wrapper modul (ticket #736)
1617
03-July-2009 Ruud Eisinga
1618
#	Fixed the wrong handling of htmlentities in Droplet parameter parsing
1619
02-July-2009 Matthias Gallas
1620
+	Added missing fancy_progress.png
1621
01-July-2009 Matthias Gallas
1622
#	Fixed backend display issues in IE6 and IE7
1623
!	Set Version to WB2.8RC1
1624
!	Minor tweaks in pages_sections.htt
1625
+	Added posibility to upload and unzip .zip packages to media section
1626
	(Thanks to BerndJM)
1627
!	Updated Browse Media Window in wb_theme now supports file icons, more file
1628
	informations and a new preview function (Thanks to BerndJM)
1629
29-June-2009 Matthias Gallas
1630
#	Replaced in FCKEdiotor folder all index.html with index.php (ticket #691)
1631
!	Update PHPMailer to version 2.0.4 (ticket #733)
1632
!	Update Editarea to version 0.8.1.1 (ticket #732)
1633
!	Update JQuery UI to version 1.7.2 (ticket #731)
1634
27-June-2009 Ruud Eisinga
1635
#	Fixed email encryption bug in output filter. Introduced by adding droplets.
1636
	(Thanks to Luisehahne)
1637
25-June-2009 Matthias Gallas
1638
+	Added missing admin/settings/setting.js
1639
!	Changed name of classic theme from "classic" to "classic_theme"
1640
+	Added output-filter warning to all language files
1641
#	Fixed admintool jsadmin to get XHTML valid output (Thanks to Luisehahne)
1642
#	Major fixes on backend to get XHTML valid output (Thanks to Luisehahne)
1643
+	Added option to use also MYSQL_ASSOC and MYSQL_NUM with mysql_fetch_array
1644
	(Thanks to Luisehahne)
1645
#	Bugfix for Error-Level settings (Thanks to Luisehahne)
1646
23-June-2009 Matthias Gallas
1647
#	Moved styles from admin/pages/sections.php to sections.htt in backend themes
1648
	(Thanks to Luisehahne)
1649
!	Moved javascript files from admin/pages/index.php to external js files
1650
	(Thanks to Luisehahne)
1651
#	Major improovements and changes to all backend files to get more valide Code
1652
	output (Thanks to Luisehahne)
1653
22-June-2009 Matthias Gallas
1654
#	fixed wrong position id when adding a new page
1655
-	removed obsolete code/modify.html
1656
22-June-2009 Dietrich Roland Pehlke
1657
#	Changes on module "code": add the section_id to the name of the textarea,
1658
	to keep the functionality if you are using more than one code-section on a page.
1659
!	Moving the html-template inside a "htt" folder and rename the suffix to ".htt" to
1660
	keep it consitant to other modules. Minor cosmetic changes inside the code.
1661
22-June-2009 Ruud Eisinga
1662
#	Fixed a bug in Menu_link module that made childpages of the menu_link page 
1663
	not selectable. (thnx to Luisehahne)
1664
21-June-2009 Matthias Gallas
1665
#	Fixed small bug introduced in changeset [999]
1666
19-June-2009 Matthias Gallas
1667
#	Fixed bug that parent pages didn't inherit language settings to kind pages
1668
17-June-2009 Ruud Eisinga
1669
#	Bugfix in "droplets/upgrade.php" - wrong parameter order for adding fields.
1670
	also the query for "normal" upgrades had a typo.
1671
!	Added warning in output_filter that the function will be removed in 2.9
1672
17-June-2009 Dietrich Roland Pehlke
1673
#	Bugfix in "droplets/upgrade.php" - wrong tablename change to the correct one
1674
+	Add upgrade-script to droplets
1675
!	Changes on upgrade-script to avoid droping droplet-modul-tables if the exists.
1676
!	calling "upgrate.php" or "install.php" instead of hard-coded lines to avoid
1677
	future conflicts by upgrading the modul
1678
15-June-2009 Matthias Gallas
1679
+	Added install routine for droplets to the upgrade script
1680
#	Fixed bug in menu_link modul with wrong displayed pages tree (Thanks to thorn)
1681
#	Fixed small bug introduced in changeset [989]
1682
+	Added missing id tags and copyright notices to droplets modul
1683
15-June-2009 Dietrich Roland Pehlke (aldus)
1684
#	Bugfix for ticket #725
1685
+	Add "$wb->strip_slashes" again for backslashes are displayed in the output (view.php).
1686
+	Add Droplets (Ruud)
1687
+	modifications inside frontend.functions.php for backwart compatiblity (Ruud)
1688
+	modifications inside the search to get the droplets seachable (Ruud)
1689
14-June-2009 Dietrich Roland Pehlke (aldus)
1690
#	Bugfixes for (ticket #728)
1691
+	Add additional constant to "install/save.php" to avoid conflikts during
1692
	installation inside "/framework/initialize.php".
1693
+	Add condition inside "/framework/initialize.php" to avoid conflikts
1694
	during installation; table "mod_captcha_control" doesn't exsits at runtime.
1695
+	Add test for tables inside "install/save.php" if the user uncheck "install table" option.
1696
+	Additional Errormessage if nessesary tables are not found (english).
1697
13-June-2009 Matthias Gallas
1698
+	Added jQuery-insert.js and jQuery plugins (Thanks to Luisehahne)
1699
!	Moved images in lQuery plugins folder (Thanks to Luisehahne)
1700
#	fixed small german language issue in jscalendar (Thanks to Luisehahne)
1701
26-May-2009 Matthias Gallas
1702
+	Added jQuery(1.3.2) and jQueryUI(1.7.1) to WB core (ticket #708)
1703
21-May-2009 Matthias Gallas
1704
#	Fixed some strange backend layout issues (ticket #722)
1705
09-May-2009 Matthias Gallas
1706
+	Added index.php to all WB-Theme folders to prevent directory spoofing
1707
06-May-2009 Matthias Gallas
1708
!	Updated Norsk language File (Thanks to oeh)
1709
#	Fixed bug with not always included stylesheets in backend (ticket #717)
1710
27-Apr-2009 Matthias Gallas
1711
#	Fixed bug with missing option for admin-tools in advanced view of access
1712
	settings (ticket #714)
1713
#	Fixed bug with backup fails if a user has only permissions to admin-tools (ticket #715)
1714
#	Fixed bug with missing template object in groups and user settings(ticket #716)
1715
25-Apr-2009 Matthias Gallas
1716
!	Updated Dutch language files for modules (Thanks to LuckyLuke)
1717
23-Apr-2009 Matthias Gallas
1718
#	Fixed bug with dropdownlist in pages settings (ticket #713)
1719
20-Apr-2009 Matthias Gallas
1720
!	Update show_menu2 to version 4.8 (ticket #712)
1721
#	Fixed small error in Spain language file (ticket #711)
1722
18-Apr-2009 Matthias Gallas
1723
!	Updated Dutch language file (Thanks to Luckyluke)
1724
17-Apr-2009 Matthias Gallas
1725
#	Fixed MenuLink timeout with many large wysiwyg-pages (ticket #710)
1726
!	Updated again Norsk language File (Thanks to oeh)
1727
!	Updated Dutch language file (Thanks to Luckyluke)
1728
13-Apr-2009 Matthias Gallas
1729
#	Fixed minor dispay issue in upgrade script
1730
!	Updated Norsk language File (Thanks to oeh)
1731
!	Updated French language files (Thanks to Quinto and VotreEspace)
1732
!	Updated Danish language file (Thanks to Achrist)
1733
12-Apr-2009 Matthias Gallas
1734
#	Fixed not defined language variable in account/email.php (Thanks to BlackTiger)
1735
#	Fixed Typo in group_form.htt (ticket #705)
1736
01-Mar-2009 Christian Sommer
1737
!	Added disclaimer to upgrade-script.php	
1738
28-Feb-2009 Christian Sommer
1739
#	Removed hardcoded admin path from JSAdmin module (jsadmin/js/dragdrop.js)
1740
25-Feb-2009 Matthias Gallas
1741
+	Added language support for template_description (affects templates and themes)
1742
#	fixed wrong path to images in news and form modul
1743
#	fixed manage section is showed twice (ticket #694)
1744
-	removed unneeded icons from wb_theme
1745
-	removed unneeded stylesheet.css from account dir
1746
#	renamed warning.htt to warning.html to fix display of sourcecode after invalid logins
1747
+	added fixed error.htt also to classic theme
1748
+	corrected info.php of news-modul
1749
24-Feb-2009 Dietrich Roland Pehlke
1750
!	Changes in warning.htt templates to get valid XHTL1.1 output - replace the center-tag with div
1751
#	add "AND section_id='$section_id'" to the delete-query to avoid conflicts if there are more
1752
	than one Form on one single page.
1753
#	Modify error.htt template in wb_theme for valid XHTML1.1 output - replace the center-tag with a div
1754
	and replace the br-tag with valid p-tags.
1755
22-Feb-2009 Matthias Gallas
1756
+	added skinable Admin Interface
1757
21-Feb-2009 Christian Sommer
1758
+	added update of search table missing in Changeset 941
1759
#	fixed wrong index in language array
1760
!	removed some comment lines (changes are tracked by SVN)
1761
20-Feb-2009 Dietrich Roland Pehlke (aldus)
1762
!	add additional tr and td tags to the text_no_results message to get valid XHMTL output
1763
19-Feb-2009 Christian Sommer
1764
!	addon overview to show advanced options after redirect from reload.php
1765
#	fixed bug if language folder contains none language files (XX.php) or sub folders
1766
+	added option to invoke module upgrade.php/uninstall.php files from backend (for modules uploaded via FTP)
1767
18-Feb-2009 Dietrich Roland Pehlke (aldus)
1768
#	fixed: typos in the section_id inside the action-link 
1769
!	Remove test_trash and unused variables in query, added suggetions from #588
1770
#	Bugfix for form bug (ticket #688)
1771
17-Feb-2009 Christian Sommer
1772
+	added option to invoke module install.php from backend (for modules uploaded via FTP)
1773
!	admin Add-on settings no hidden by default (can be set visible via advanced link)
1774
16-Feb-2009 Christian Sommer
1775
!	moved reload option of Add-ons to main Add-on section
1776
!	reworked logout to reset possible remember key in database when logging out
1777
15-Feb-2009 Christian Sommer
1778
#	fixed bug with smart login option (remember me) (ticket #689)
1779
#	special chars like &nbsp; are shown when editing Add-on CSS files (ticket #678)
1780
!	redirect time for function print_success can now be defined in Settings (ticket #603)
1781
-	removed reload admin tool
1782
+	added possibility to reload Add-ons via the Add-on section
1783
14-Feb-2009 Christian Sommer
1784
!	added option to display current user name in backend template
1785
#	fixed wrong redirect path and added SVN Id
1786
13-Feb-2009 Christian Sommer
1787
+	added option to perform pre-installation checks to test requirements of Add-Ons
1788
#	added error messages to installation process for Add-Ons with wrong file type
1789
08-Feb-2009 Christian Sommer
1790
#	fixed warning if database connection failed during installation process
1791
06-Feb-2009 Christian Sommer
1792
!	fixed some typos in German language file (thanks to freeSbee)
1793
!	added new captcha fonts and replaced old background images with the ones created by thorn
1794
05-Feb-2009 Christian Sommer
1795
!	mail text for register, signup and forgot mail now taken from WB language file (ticket #684)
1796
02-Feb-2009 Christian Sommer
1797
#	removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)
1798
02-Feb-2009 Matthias Gallas
1799
#	Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)
1800
01-Feb-2009 Matthias Gallas
1801
!	Update FCKEditor to version 2.6.4
1802
22-Jan-2009 Christian Sommer
1803
!	Added default target attribut to backend menu links
1804
21-Jan-2009 Matthias Gallas
1805
!	Copyright notices now includes 2009
1806
20-Jan-2009 Matthias Gallas
1807
#	fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)
1808
17-Jan-2009 Matthias Gallas
1809
+	added French languages to modules
1810
!	changed handling of post_date in news modul (thanks to susigross)
1811
+	added hour and minute support to default published_when field in news modul
1812
13-Jan-2009 Christian Sommer
1813
-	removed the obsolete Codepress framework from the include folder
1814
+	added Javascript syntax highlighting framework EditArea as replacement for Codepress
1815
!	updated external PHPMailer class to latest version (v2.0.3)
1816
08-Jan-2009 Christian Sommer
1817
#	fixed error message in admin class if type array not defined
1818
05-Jan-2009 Dietrich Roland Pehlke
1819
#	Code-Snippets are no longer shown as type: unknown. 
1820
+	Additional key in the languagefiles "$TEXT['CODE_SNIPPET']";
1821
#	fixed bug for the rss of news, see ticket #609
1822
04-Jan-2009 Matthias Gallas
1823
#	made news Modul multilingual, see ticket #676 (some additional translations are needed)
1824
03-Jan-2009 Matthias Gallas
1825
#	fixed bug in view.php of news module (ticket #676 Thanks to susigross)
1826
#	fixed another bug in view.php of news modul introduced in changeset [892]
1827
30-Dec-2008 Matthias Gallas
1828
+	added default new language variables to all language files
1829
-	modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)
1830
!	modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"
1831
29-Dec-2008 Dietrich Roland Pehlke
1832
+	add language support for the errormessages inside the uninstall.php files for modules
1833
	and templates.
1834
!	add new keys inside the german de.php language-file.
1835
-	removed my own debugging-code (was in 893 by mistake)
1836
!	Correct the last date in the changelog
1837
29-Dec-2008 Matthias Gallas
1838
!	set version to 2.8 BETA
1839
#	replaced in news modul special chars with entities to get valid output
1840
!	changed SESSION ID Separator from '&' to '&amp;' to get valid output 
1841
-	Removed the <p> tag around the news as it is added from the editor  
1842
28-Dec-2008 Dietrich Roland Pehlke (aldus)
1843
+	ticket 610: add ip-address to the email-body in the form-modul.
1844
+	ticket 607: include the frontend.css in the comment_page.php file of the news-module.
1845
#	File: admin/admintools/index.php - add "order by name" to the query to display the admintools in alphabetic order.
1846
#	File: admin/modules/uninstall.php - remove a db-query to a db-field that doesn't exists in wb 2.7 anymore 
1847
26-Dec-2008 Thomas Hornik
1848
#	fixed two issues with searchresult-highlighting: do not highlight in <pre>/<code>-tags, do not convert &lt; to &amp;lt; anymore. 
1849
13-Dec-2008 Christian Sommer
1850
!	changed mailer to not extract line break of alternative body text (thanks to freeSbee)
1851
28-Oct-2008 Christian Sommer
1852
!	updated output filter regex to exclude mail addresses contained in input fields
1853
27-Nov-2008 Thomas Hornik
1854
!	added redirect-type (301/302) to menu_link
1855
24-Nov-2008 Matthias Gallas
1856
!	updated upgrade-script.php to add sec_anchor field to settings table
1857
22-Nov-2008 Thomas Hornik
1858
!	search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch.
1859
!	search: replaced strtr() by str_replace() (it's just faster). Changed &#39; to &#039;
1860
06-Nov-2008 Thomas Hornik
1861
#	Module code: curly backets get deleted by pparse() from phplib --> old fix in #569 wasn't that smart. Fixed.
1862
#	fixed some typos in DE language-file, added missing tab in search.php
1863
02-Nov-2008 Thomas Hornik
1864
!	news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php)
1865
01-Nov-2008 Thomas Hornik
1866
!	improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8
1867
+	added config for section anchor. ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
1868
!	updated menulink and search to use configureable section-anchor
1869
29-Oct-2008 Thomas Hornik
1870
# News: total number of news wasn't calculated correctly
1871
!	Captcha: removed IFRAME for Calculation-as-text captcha
1872
-	removed useless init_utf8funcs()-function
1873
+	search: added search_lang for use in search-form. Using DE, the search will search ä=ae,... (alternate spelling of german umlauts)
1874
-	search: removed undocumented word-boundary search
1875
!	search: search_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")
1876
+	search: added key 'ext_charset' to search-extension to query external databases
1877
25-Oct-2008 Christian Sommer
1878
!	updated basic templates according the template guidelines
1879
24-Oct-2008 Dietrich Roland Pehlke
1880
#	applied bugfix for ticket #608 (redeclaration of news module)
1881
23-Oct-2008 Dietrich Roland Pehlke
1882
!	modified module delete function to provide additional information when module is in use when trying to delete
1883
!	modified template delete function to provide additional information when template is in when trying to delete
1884
21-Oct-2008 Matthias Gallas
1885
#	fixed display issue in news modul
1886
!	updated show_menu2 to version 4.7
1887
18-Sep-2008 Thomas Hornik
1888
+	Added captcha-reload
1889
16-Sep-2008 Thomas Hornik
1890
#	search: fixed windows-related regex issue
1891
19-Aug-2008 Matthias Gallas
1892
!	updated to latest FCKEditor version 2.6.3
1893
02-Aug-2008 Thomas Hornik
1894
#	fixed sorting order of search-results
1895
25-Jul-2008 Thomas Hornik
1896
#	fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE)
1897
!	added $database = new Database(); in front of output-filter
1898
05-Jul-2008 Thomas Hornik
1899
#	fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha
1900
02-Jul-2008 Christian Sommer
1901
!	updated to latest FCKEditor version 2.6.2
1902
01-Jul-2008 Thomas Hornik
1903
#	page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.
1904
29-June-2008 Christian Sommer
1905
!	applied additional mail check to forgot login form
1906
28-June-2008 Christian Sommer
1907
!	class and id attributes in mailto links are no longer ignored by the output filter
1908
22-Jun-2008 Thomas Hornik
1909
#	fixed issue with captcha (mt_rand() instead of rand())
1910
#	fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')
1911
22-June-2008 Christian Sommer
1912
!	added output of block number to section admin if no block name is specified
1913
21-June-2008 Christian Sommer
1914
+	added output of block names to modify pages dialogue if blocks are enabled
1915
!	updated show_menu2 to version 4.60 (to avoid disappearing menus)
1916
08-Jun-2008 Thomas Hornik
1917
#	hebrew-table in charsets-table.php was faultily imported - fixed. Thanks to forum-member iti.
1918
24-May-2008 Christian Sommer
1919
!	modified output filter routine to prevent errors if database entries do not exist
1920
04-May-2008 Thomas Hornik
1921
!	changed register_backend_modfile() to work with wysiwyg-module, too
1922
01-May-2008 Thomas Hornik
1923
#	fixed file-naming issue when old page-names (from before 2.7) contains "&"
1924
26-Apr-2008 Thomas Hornik
1925
#	class.admin.php deletes actual query-string while redirection. fixed.
1926
25-Apr-2008 Matthias Gallas
1927
#	fixed validiation bug in option fields of form modul
1928
------------------------------------- 2.7.0 -------------------------------------
1929
21-Apr-2008 Christian Sommer
1930
!	set version to 2.7
1931
#	fixed bug in the PL language file of the JS calendar
1932
+	added some basic functions for module developers
1933
20-Apr-2008 Thomas Hornik
1934
#	fix: allow external urls for search-results
1935
17-Apr-2008 Thomas Hornik
1936
#	fixed jscalendar's language-files
1937
16-Apr-2008 Christian Sommer
1938
#	fixed possible clashes with intro page feature and WB core file /pages/index.php
1939
15-Apr-2008 Thomas Hornik
1940
!	revert back to pagename-creation from $page_menu, instead of $page_title
1941
15-Apr-2008 Christian Sommer
1942
#	fixed bug introduced with Changeset 826
1943
14-Apr-2008 Christian Sommer
1944
+	added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)
1945
!	allowed tags for multi-lingual module descriptions
1946
14-Apr-2008 Thomas Hornik
1947
#	fixed issue with multigroups (level 0 page-creation)
1948
13-Apr-2008 Thomas Hornik
1949
!	ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
1950
#	fixed language-files
1951
10-Apr-2008 Christian Sommer
1952
!	fixed WB-Link Plugin to work with WB versions below 2.7 ($admin->page_is_visible() only available in WB 2.7)
1953
09-Apr-2008 Christian Sommer
1954
!	modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7
1955
07-Apr-2008 Matthias Gallas
1956
#	fixed error in german laguage file
1957
07-Apr-2008 Christian Sommer
1958
+	added the latest FCKEditor v2.60
1959
-	removed the outdated FCKEditor v2.51
1960
!	set version from 2.7 (RC3) to 2.7 (RC3a)
1961
07-Apr-2008 Thomas Hornik
1962
!	added missing group_id in INSERT-query
1963
!	removed PHP5 function stripos from installation script
1964
06-Apr-2008 Christian Sommer
1965
!	removed some obsolete language variables from news and form module (now defined in global WB language files)
1966
!	enlarged admin tool icon to match size 50x50px of the other icons
1967
05-Apr-2008 Matthias Gallas
1968
!	Moved language variables for edit module CSS from modules language files to core language files
1969
+	Added norwegian translation (Thanks OEH)
1970
05-Apr-2008 Thomas Hornik
1971
!	some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
1972
#	fixed viewing_groups-handling in /admin/pages/add.php
1973
!	imported new russian translation from User shlack. Many Thanks
1974
05-Apr-2008 Christian Sommer
1975
!	added workaround for template parser class
1976
!	moved functions to edit module CSS files into the WB core to avoid duplication of code
1977
!	minor layout change
1978
!	allowed the character "-" to be used in database names
1979
04-Apr-2008 Thomas Hornik
1980
#	fixed: Language-redirect removed query-string from URL
1981
04-Apr-2008 Christian Sommer
1982
!	set WB version to 2.7 (RC3) for the next upcoming release candidate
1983
03-Apr-2008 Christian Sommer
1984
!	some code clean up in news/form module
1985
!	small adaption of the edit CSS function file css.functions.php
1986
!	updated edit module CSS functions to include backend.css into head if possible
1987
#	fixed bug in Javascript decryption routines of the Output-Filter module
1988
02-Apr-2008 Matthias Gallas
1989
#	fixed bug with registration of users are not added to signup group
1990
02-Apr-2008 Christian Sommer
1991
#	added handling of missing characters to mailto encryption routines
1992
!	some code clean-up in News module
1993
!	fixed some layout issues with Form module (combination with Output-filter)
1994
!	fixed layout issue with optional subject/body text of encrypted mailto links
1995
#	fixed bug in the mailto Javascript encryption code of the Output-Filter module
1996
01-Apr-2008 Christian Sommer
1997
!	removed typo in English language file
1998
!	added updated edit CSS functions to the News module
1999
!	added updated edit CSS functions to the Form module
2000
31-Mar-2008 Christian Sommer
2001
#	fixed bug in output filter (mailto links with HTML entities in optional part)
2002
29-Mar-2008 Christian Sommer
2003
!	added missing translation to Dutch language file (thanks Bramus)
2004
28-Mar-2008 Thomas Hornik
2005
!	Some cleanup in search.php
2006
!	WYSIWYG: changed field text to LONGTEXT, too.
2007
25-Mar-2008 Matthias Gallas
2008
!	Updated Dutch language file (Thanks to Bramus)
2009
26-Mar-2008 Tomas Hornik
2010
#	fixed E_NOTICE-message in admin/modules/details.php
2011
25-Mar-2008 Thomas Hornik
2012
+	search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
2013
+	search: added missing code to allow query of external data and to process the search data itself
2014
25-Mar-2008 Matthias Gallas
2015
#	Fixed missing <body> tag in Admin Interface (ticket #572)
2016
24-Mar-2008 Matthias Gallas
2017
!	Updated Danish Language file (Thanks to Achrist)
2018
! 	Added class nixhier to frontend.css from form and news Modul (required for ASP)
2019
24-Mar-2008 Thomas Hornik
2020
+	Added RU-language-files, provided by user shlack; converted to entities.
2021
#	search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3
2022
#	FCK-Editor: loads large pages faster
2023
-	removed include/captcha/asp.php. css have to be added to module's css-files.
2024
23-Mar-2008 Matthias Gallas
2025
! 	Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
2026
17-Mar-2008 Thomas Hornik
2027
#	fixed an issue with utf8_check() (too slow with many ~100KB pages)
2028
15-Mar-2008 Thomas Hornik
2029
#	menulink: link can be menulink or subpage of menulink, too
2030
#	call_captcha: added parameter 'style', fixed some issue with parameter 'image' and text-style captchas
2031
13-Mar-2008 Christian Sommer
2032
! 	adjusted error/warning templates to the updated backend layout
2033
13-Mar-2008 Matthias Gallas
2034
! 	replaced one icon in admin interface
2035
12-Mar-2008 Matthias Gallas
2036
# 	fixed loading time and some display issues in IE6 of the new admin interface
2037
!	tweaked the new admin interface a little bit
2038
12-Mar-2008 Christian Sommer
2039
! 	adjusted background color of installation and upgrade script
2040
! 	set version number to 2.7 (RC2) for the upcoming second release candidate
2041
! 	removed hardcoded /admin folder strings from WB core files where possible
2042
! 	added WB home folder fix proposed by the forum member spawnferkel (thanks)
2043
! 	defined <strong> and <em> instead of <b> and <i> as default tags
2044
12-Mar-2008 Thomas Hornik
2045
+	CAPTCHA: added parameter to call_captcha (can be one of: 'image', 'input' or 'text')
2046
11-Mar-2008 Christian Sommer
2047
#	fixed issue with output filter (all .@ in descriptive mailto part: >xxxxx</a> were replaced; now restricted to emails)
2048
#	fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
2049
08-Mar-2008 Thomas Hornik
2050
#	fixed issue with news and end-date
2051
04-Mar-2008 Christian Sommer
2052
#	fixed issue with smart view URL link
2053
03-Mar-2008 Thomas Hornik
2054
#	fixed an issue with text-captcha (default text got saved). Changes default text.
2055
#	fixed an issue with highlighting
2056
02-Mar-2008 Thomas Hornik
2057
#	added missing text in language-files
2058
+	added missing sorting to language dropdown in admin/pages/settings.php
2059
01-Mar-2008 Thomas Hornik
2060
#	fixed ticket #562, applied changes from user tavitar with some own additions
2061
+	added check for AddDefaultCharset to install
2062
29-Feb-2008 Thomas Hornik
2063
#	fixed issue in pagename generation if AddDefaultCharset is set (as work-around).
2064
28-Feb-2008 Thomas Hornik
2065
#	fixed hebrew transliteration-table. Thanks to forum-member iti.
2066
28-Feb-2008	Christian Sommer
2067
#	added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)
2068
25-Feb-2008	Matthias Gallas
2069
+	added missing Dutch language files for core modules
2070
24-Feb-2008 Thomas Hornik
2071
#	issue with menulink in upgrade-script. Fixed.
2072
23-Feb-2008 Christian Sommer
2073
!	suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor
2074
#	fixed bug in upgrade script (WBMailer setting)
2075
22-Feb-2008 Christian Sommer
2076
#	some layout changes on the upgrade-script, fixed error in precheck
2077
#	restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
2078
20-Feb-2008 Thomas Hornik
2079
!	added workaround for language sorting-problem
2080
20-Feb-2008	Christian Sommer
2081
!	added WYSIWYG DB update and missing WBMAILER settings to upgrade script (added some status messages)
2082
!	modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)
2083
#	added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)
2084
!	Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)
2085
19-Feb-2008	Matthias Gallas
2086
!	Updated upgrade script
2087
!	Changed language sorting from directory to name (needs additional to be escaped!)
2088
+	added new languages to install script
2089
#	fixed some issues and typos in languagefiles
2090
18-Feb-2008 Thomas Hornik
2091
+	Converted and added some old language-files (BG, CS, PL, RU)
2092
18-Feb-2008	Christian Sommer
2093
#	Fixed two broken links
2094
!	Modified news module to create a default index.php during installation (directory spoofing)
2095
17-Feb-2008	Matthias Gallas
2096
-	Removed colloquially german language files as the filename causes issues
2097
17-Feb-2008	Christian Sommer
2098
!	removed German Umlauts in some language file (PHP comments)
2099
#	fixed language bug (backend language switched to the pages language viewed in frontend)
2100
16-Feb-2008	Thomas Hornik
2101
!	updated upgrade-script (menulink)
2102
13-Feb-2008 Thomas Hornik
2103
+	allow externl links in menulink-module
2104
#	fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section.
2105
10-Feb-2008 Matthias Gallas
2106
#	fixed some errors in standard german language file
2107
+	added new colloquially german language file
2108
10-Feb-2008 Thomas Hornik
2109
#	CAPTCHA: Wrong text for calc_ttf-captcha. 
2110
10-Feb-2008 Christian Sommer
2111
#	fixed E_NOTICE warning with already defined module frontend constants
2112
-	removed all stuff other than page_content from the blank template
2113
!	adapted color for onmouseover effect
2114
!	added disclaimer to the upgrade-script as the script is not sufficiently tested yet
2115
!	made Website Header field in Settings visible per default
2116
!	modified all templates (display Website Header, use show_menu instead of page_menu)
2117
!	added highlighting of active input elements to all WB backend areas; changed some colors
2118
!	removed hover highlighting of input fields to avoid possible confusion
2119
!	added visualization of wrong/empty input fields
2120
#	fixed a bug with re-enter admin password
2121
09-Feb-2008 Christian Sommer
2122
!	modified some colors and CSS definitions of pages, media and section interface
2123
#	output_filter: fixed bug in regular expression (eats up characters in mailto links)
2124
#	output_filter: removed word boundary from mailto regex part
2125
#	fixed bug in menu_link module (IE 7 did not show the select boxes at all)
2126
#	fixed bug in user signup
2127
!	output_filter: added word boundary for the mailto regex part
2128
09-Feb-2008 Thomas Hornwik
2129
!	jsadmin: added latest changes from swen, fixes most (or all?) issues.
2130
08-Feb-2008 Matthias Gallas
2131
+	added kewyword id to all new files
2132
08-Feb-2008 Christian Sommer
2133
-	Removed admin module mail_filter
2134
+	Added revised version of the output filter module
2135
08-Feb-2008 Thomas Hornik
2136
!	module news: set focus on captcha-field if user have to re-enter captcha
2137
!	Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.
2138
-	Removed unused function is_access_denied() from search
2139
04-Feb-2008 Thomas Hornik
2140
!	email-addresses are excluded from search-results page.
2141
#	Fixed possible XSS in account/login.php and forgot-form.php
2142
04-Feb-2008 Christian Sommer
2143
#	allowed usage of tags in settings fields: website_header, website_footer
2144
03-Feb-2008 Thomas Hornik
2145
#	out-of-date default page isn't shown anymore, instead shows next public page.
2146
#	fck_wbmodules.php: foreign privates pages in dropdown, fixed.
2147
03-Feb-2008 Matthias Gallas
2148
+	added kewyword id to all new files
2149
02-Feb-2008 Christian Sommer
2150
#	fixed wrong redirect in /admin/images
2151
02-Feb-2008 Thomas Hornik
2152
!	search shows email-addresses, even if email-filter is activated (on page with highlighting). Fixed.
2153
+	Added missing text in languages files for jscalendar
2154
!	settings: pages-directory '/' will be converted to '' (empty string) on save.
2155
!	changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
2156
#	fixed path in jscalendar-css
2157
01-Feb-2008 Christian Sommer
2158
#	Added default index.php to all folders (directory spoofing)
2159
01-Feb-2008 Thomas Hornik
2160
#	Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
2161
#	Fixed possible XSS-vulnerability in wb/search/search.php
2162
31-Jan-2008 Thomas Hornik
2163
!	Adjusted clock-red icon to match wb colors
2164
#	admin/pages: the parent dropdown-list in index.php and settings.php showed foreign private pages, too. Fixed.
2165
+	Added multi-group to upgrade-script
2166
30-Jan-2008 Christian Sommer
2167
#	fixed bug with text Captcha (input was restricted to 10 chars.) and a small layout issue
2168
30-Jan-2008 Thomas Hornik
2169
#	registered pages didn't appear in menu. fixed.
2170
!	Updated upgrade-script. (Some upgrades still missing)
2171
29-Jan-2008 Thomas Hornik
2172
#	strtotime()'s behavior differ in PHP4 and PHP5.
2173
	Had to fix some issues in admin/pages/sections and module news.
2174
#	Security bugfix: Text file for text-captcha was world-readable. Moved to database.
2175
#	Text-captcha: empty line in text file, following a question, was accepted as answer. Fixed.
2176
28-Jan-2008 Matthias Gallas
2177
#	Replaced all special chars in language files with htmlentities or unicode
2178
+	Added some missing lines in language files
2179
+	Added missing keyword Id
2180
28-Jan-2008 Christian Sommer
2181
#	fixed issue with top bar icon alt tag
2182
!	added some more backend layout modifications
2183
!	corrected bug in NL.php language file
2184
!	added missing session cookie forgotten in Changeset 593
2185
!	added possibility to select the default backend language during installation process
2186
!	Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)
2187
#	Fixed some bugs in the Javascript Admin modul
2188
28-Jan-2008 Thomas Hornik
2189
+	Allow a user-supplied From-Name in form-settings for email und success-email.
2190
!	changeset 627: menu_link and search/search.php needs some minor changes, too.
2191
+	Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt
2192
27-Jan-2008 Christian Sommer
2193
!	fixed CSS background color of the installer CSS
2194
!	replaced static text with variable text from language file
2195
!	introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
2196
!	added missing ID tags
2197
27-Jan-2008 Christian Sommer
2198
!	added missing ID tags
2199
!	added default language for users to avoid empty language fields
2200
27-Jan-2008 Matthias Gallas
2201
+	added kewyword id to new file
2202
#	Fixed some spelling errors in german language file
2203
27-Jan-2008 Thomas Hornik
2204
!	Module form: user supplied input isn't lost on captcha-failure anymore.
2205
#	fixed 100%-cpu-load-event in CAPTCHA admin-tool.
2206
+	Added Calc_ttf_image CAPTCHA.
2207
!	Changed captcha/captcha.php to use table-layout for CAPTCHA.
2208
!	Some minor changes in CAPTCHA-code.
2209
!	Added some text to CAPTCHA admin-tool.
2210
#	Module form: dropdown "success page" listed foreign private pages, too. Fixed.
2211
+	Added preview-images for CAPTCHA.
2212
!	Improved security: CAPTCHAS can't be loaded from outside WB
2213
!	CAPTCHA ttf_image: added variant. Adjusted character-pool and one background for better readability.
2214
26-Jan-2008 Christian Sommer
2215
!	changed WYSIWYG content field from text to longtext (allows more than 65'534 characters) 
2216
+	Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
2217
26-Jan-2008 Matthias Gallas
2218
#	fixed bug in Javascript Admin module
2219
+	Added new language files
2220
+	Added keywords to files where they are missing
2221
26-Jan-2008 Thomas Hornik
2222
!	fixed some issues with CAPTCHA and ASP. Adjusted baseline of '*' in supplyed fonts to meet
2223
	baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib verification.
2224
	Improved ASP in news-module.
2225
+	module news: added publish_until field to control the visibility of a news-posting by date and time
2226
!	added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts.
2227
	It should be very difficult for spam-bots to recognize intersected characters.
2228
25-Jan-2008 Christian Sommer
2229
!	removed changes introduced with changeset 593 (we need to think off if we want to implement that feature)
2230
25-Jan-2008 Thomas Hornik
2231
+	Added new CAPTCHA. Adapted core: signup and modules: news and form.
2232
+	Added Advanced Spam Protection (ASP) to core: signup and modules news and form.
2233
#	module news: it was possible to post comments to postings with commenting disabled
2234
	or to inactive postings. Fixed
2235
24-Jan-2008 Thomas Hornik
2236
!	Generate filename in pages/ from page_title instead of menu_title.
2237
24-Jan-2008 Christian Sommer
2238
#	fixed bug in Codepress integration (if codepress framework not installed)
2239
+	added language support to all integrated modules (except for news and form module)
2240
#	fixed another E_NOTICE warning
2241
24-Jan-2008 Matthias Gallas
2242
+	Added keywords to files where they are missing
2243
23-Jan-2008 Christian Sommer
2244
+	Added German language file for WB 2.7
2245
22-Jan-2008 Christian Sommer
2246
+	Added language support for the Admin tools (backup, reload, mail_filter)
2247
-	Removed all admin tool text outputs from global language file to module language files
2248
!	Introduced language support for the overview page of the Admin tools
2249
+	Added function get_variable_content to allow extraction of variable content without including files
2250
!	Changed language support for Addons -> Moduls -> Details
2251
22-Jan-2008 Matthias Gallas
2252
+	Added keywords to new mail filter files
2253
22-Jan-2008 Thomas Hornik
2254
+	manage-sections: changed calendar-icon to clock-icon, added second icon to empty date-field.
2255
21-Jan-2008 Christian Sommer
2256
!	Removed the manage section icon from the page admin (sections managed by publish by date function) 
2257
#	Fixed bug with the edit module CSS file implementation (IE7, Opera)
2258
21-Jan-2008 Thomas Hornik
2259
+	Unique session-identifier for each website baker installation. fixes #354
2260
20-Jan-2008 Christian Sommer
2261
#	fixed E_NOTICE-warning in save.php when input data was wrong
2262
+	added the new admin tool email output filter which allows to transform
2263
	emails before displaying them on the frontend
2264
20-Jan-2008 Thomas Hornik
2265
!	upgrade-script.php: fixed mysql_error() handling
2266
!	upgrade-script.php: added code to update menu_links
2267
#	fixed a typo in upgrade-script.php
2268
!	updated admin/pages/sections.php to changed jscalendar-api from changeset 571
2269
!	module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed 
2270
#	fixed E_NOTICE-warning in news-module (about SECTION_ID in comment.php)
2271
19-Jan-2008 Christian Sommer
2272
!	Reduced the success time out and set WYSIWSY background to white
2273
#	Fixed some errors in form module (only in conjunction with E_ALL)
2274
!	Added support to configure the mailer settings via the backend
2275
19-Jan-2008 Matthias Gallas
2276
#	Fixed bug in news modul with missing variable PAGE_DIRECTORY
2277
+	Added keywords to new files
2278
19-Jan-2008 Thomas Hornik
2279
-	Module news: removed old calendar
2280
+	Module news: adapted news to use the new include/jscalendar
2281
+	added installation-instructions to include/jscalendar
2282
#	Module code: curly backets get deleted by pparse() from phplib. fixed
2283
+	Module menu_link: added dropdown-listbox to select anchor
2284
!	upgrade-script: added code to convert old menu_links to new ones (partly)
2285
18-Jan-2008 Matthias Gallas
2286
!	Updated news modul with features from the advanced news modul
2287
!	Updated form modul with features from the advanced form modul
2288
#	Fixed hardcoded /pages issue in intro page feature
2289
+	Added example .htaccess to parse .html files, fixed bug in changeset 555
2290
!	Revoked parts of changeset 547 and again introduced changeset 540
2291
+	Added keywords to modules/fckeditor and all other new files
2292
18-Jan-2008 Thomas Hornik
2293
#	fixed two E_NOTICE-warnings in admin/pages/index.php
2294
+	added new module-based search-function
2295
+	added new publish-by-date code
2296
17-Jan-2008 Christian Sommer
2297
#	fixed bug in frontend login and multiple groups (only in conjunction with E_ALL)
2298
!	removed the PAGE_EXTENSION from frontend login
2299
17-Jan-2008 Matthias Gallas
2300
#	Reintroduced changes from changeset 520 and 540 wich where overwritten 
2301
	by changeset 546
2302
#	Revoked changeset 541 end removed all PAGE_EXTENSION variables and the related
2303
	option in WB settings as this function only works on Apache Servers
2304
	together with .htaccess and mod_rewrite
2305
+	Added keywords to file menu_link/uninstall.php and new admintools files
2306
17-Jan-2008 Christian Sommer
2307
!	added the "users in multiple groups" feature (closes parts of ticket #546)
2308
16-Jan-2008 Thomas Hornik
2309
!	changed admin/pages/save.php to allow hidden config-elements in table search.
2310
!	changed module menu_link: added table mod_menu_link, fixed page-deleting-bug,
2311
	fixed odd behavior in case of menu_link as default-page.
2312
#	changing PHP-error-level within website baker does not work - fixed (fixed ticket 532)
2313
14-Jan-2008 Matthias Gallas
2314
#	Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames.
2315
	(!!Attention!! To get extenions other than .php working additional fixes are necessary!)
2316
#	Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the
2317
	pathes points to WB Corefiles with the page extension .php
2318
#	Replaced hardcoded text in login.php with language variables (fixes ticket 386)
2319
14-Jan-2008 Christian Sommer
2320
!	added a missing </tr> tag
2321
#	re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally 
2322
	removed by Changeset 529 (enhanced pages admin)
2323
13-Jan-2008 Christian Sommer
2324
#	moved administration tools from Settings to the new section Admin-Tools
2325
#	this bugfix closes the ticket 529 (WB upgrades modules with identical version)	
2326
!	increased redirection time after success message, corrected HOME link of the login panel
2327
!	updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
2328
#	this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
2329
#	fixed error with redirection to admin panel after installation
2330
12-Jan-2008 Christian Sommer
2331
!	introduced smart URL detection for the 'View' menu in the WB backend
2332
	(if page_id is set, redirect to this page instead of the root)
2333
!	introduced the enhanced pages admin dialogue (thanks to icouto)
2334
11-Jan-2008 Christian Sommer
2335
+	added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
2336
-	removed the hmtlarea files in /modules/htmlarea
2337
!	set the fckeditor as the new default editor /install/save.php
2338
!	Updated function: register_frontend_modfiles in /framework/frontend.functions.php
2339
	(added constants MOD_FRONTEND_CSS_REGISTERED, MOD_FRONTEND_JAVASCRIPT_REGISTERED)
2340
11-Jan-2008 Matthias Gallas
2341
!	Update codepress to Version 0.9.6
2342
!	Update phplib to Version 7.4a
2343
09-Jan-2008 Matthias Gallas
2344
!	Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
2345
#	Fixed ticket #542 (Thanks to Thorn)
2346
23-Dec-2007 Matthias Gallas
2347
!	Changed all copyright notices to include now 2008
2348
21-Sep-2007 Matthias Gallas
2349
#	Fixed a typo in /framework/frontend.functions.php cause that websites using
2350
	the new register_frontend_modifles() functions do not validate
2351
24-Jan-2007 Christian Sommer
2352
!	Replaced some core files to allow configuration of wbmailer via admin settings panel
2353
------------------------------------- 2.6.7 -------------------------------------
2354
02-Jan-2007 Christian Sommer
2355
+	Added missing converting file for changeset [504]
2356
------------------------------------- 2.6.6 -------------------------------------
2357
01-Jul-2007 Matthias Gallas
2358
#	Fixed converting issue with some ISO-charsets and speeded up converting on large pages (thanks to Thorn)
2359
01-Jul-2007 Ryan Djurovich
2360
#	Fixed bug where error message not displayed when script fails to create a page
2361
#	Fixed bugs introduced in [484]
2362
14-May-2007 Matthias Gallas
2363
+	Added support for ISO-8859-6.(Thanks to thorn)
2364
12-May-2007 Christian Sommer
2365
+	Replaced functions page_css and page_javascript by register_frontend_modfiles
2366
+	Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files
2367
+	Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea)
2368
+	Added the new function register_frontend_modfiles to the built in templates
2369
08-May-2007 Matthias Gallas
2370
+	Added wrapper to functions.php if mb_string is not available (Thanks to thorn)
2371
+	Added new functions page_css and page_javascript to the built in templates
2372
+	Added search highlight class to css files of the built in templates
2373
30-Apr-2007 Matthias Gallas
2374
#	Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
2375
10-Apr-2007 Matthias Gallas
2376
+	Optimized search and highlighting funktions (Thanks to thorn)
2377
03-Apr-2007 Matthias Gallas
2378
#	Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted
2379
	in the pages directory (Special thanks to "Funky_MF" for the fix)
2380
01-Apr-2007 Matthias Gallas
2381
#	Fixed issues with some languages when UTF8 is used. Removed all htmlentites
2382
	from the code (revoked changeset 396) and added new functions instead. Adapted the
2383
	search and the highlighting to use the new functions. With this changes WB can now
2384
	be used with charset UTF8 for all languages. Very special thanks to Thorn who wrote
2385
	and tested this changes.
2386
12-Mar-2007 Matthias Gallas
2387
+	Added multilingual support to search
2388
03-Mar-2007 Matthias Gallas
2389
+	Added new function for highlighting search results in the content area
2390
	(Special thanks to "thorn" and "Funky_MF")
2391
#	Fixed some issues in search with special chars
2392
	(Special thanks to "thorn" and "Funky_MF")
2393
22-Feb-2007 Christian Sommer
2394
#	Fixed bug in changeset 428 (page files were not deleted in /pages folder due to a typo in wb/framework/function.php)
2395
16-Feb-2007 Christian Sommer
2396
!	Suppressed PHP warnings and errors when reading empty intro.php
2397
16-Feb-2007 Christian Sommer
2398
#	Applied fix to enable parsing of PHP code in the intro.php 
2399
12-Feb-2007 Christian Sommer
2400
!	Added functions page_css and page_javascript which allow to include optional
2401
	module files module.css and module.js into the <head> section. This allows to 
2402
	create valid (X)HTML, as CSS definitions of modules are included in the head section
2403
12-Feb-2007 Christian Sommer
2404
!	Security enhancement (reduced number of login trials from 50 to 3)
2405
02-Feb-2007 Matthias Gallas
2406
#	Applied fix for ticket #380 (Thanks to pcwacht)
2407
30-Jan-2007 Ryan Djurovich
2408
#	Applied fix for ticket #376
2409
29-Jan-2007 Matthias Gallas
2410
+	Added new variable $MODULE_DESCRIPTION wich allows to have optional a language
2411
	specific description of the modules in the language files of the modules.
2412
21-Jan-2007 Matthias Gallas
2413
#	Fixed issue in the search table entries of form modul
2414
13-Jan-2007 Matthias Gallas
2415
#	Fixed some bugs in rss.php
2416
07-Jan-2007 Matthias Gallas
2417
#	Fixed error when uninstalling the news modul
2418
02-Jan-2007 Matthias Gallas
2419
+   Added id keywords to all missing files
2420
#	Fixed issue with Permissions for pages sections
2421
27-Dec-2006 Matthias Gallas
2422
#	Fixed form modul stores empty records
2423
------------------------------------- 2.6.5 -------------------------------------
2424
25-Dec-2006 Ryan Djurovich
2425
!	Changed links to WB help website
2426
24-Dec-2006 Matthias Gallas
2427
#	Fixed some minor javascript errors in admin (thanks to pcwacht)
2428
#	Fixed root_parent doesn't get updated when moving item in menu (#305)
2429
!	Changed all copyright notices to include now 2007
2430
23-Dec-2006 Matthias Gallas
2431
#	Fixed IE allows to set a page as parent of itself (#320)
2432
#	Fixed problem with Page Title has to be escaped (#287)
2433
#	Fixed the possibility to call the index.php of the templates directly in the browser (#291)
2434
21-Dec-2006 Matthias Gallas
2435
#	Fixed missing message when adding a site without page title (#300)
2436
21-Dec-2006 Ryan Djurovich
2437
#	Fixed bug with captcha script (#346)
2438
20-Dec-2006 Matthias Gallas
2439
#	Fixed Return to Search Results Page (#365)
2440
!	Set Version to 2.6.5
2441
-	Removed Changeset 365 because this will be a part of WB 2.7.x
2442
#	Fixed a little typo error in class.admin.php (#364)
2443
26-Nov-2006 Ryan Djurovich
2444
+	Added new script that could possibly be apart of 2.7.x as a replacement
2445
	for having the pages directory 
2446
17-Nov-2006 Matthias Gallas
2447
#	Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
2448
15-Nov-2006 Matthias Gallas
2449
#	Fixed again intropage doesn't work (#71)
2450
20-Oct-2006 Matthias Gallas
2451
+	Added phpmailer class (thanks to doc)
2452
+	Added Remember-expanded-pages-in-admin (thanks to ephraimt)
2453
+	Added List sorting in admin area (thanks to rsmith)
2454
#	Fixed table width 100% are wrong displayed in container templates
2455
	when IE is used (#350)
2456
#	Fixed large space between menupoints in IE (#349)
2457
#	Fixed Website description is not displayed when no page description
2458
	available (#348)
2459
#	Fixed group images in news modul cannot be stored (#342)
2460
#	Fixed Typo in form/save_field.php (#341)
2461
#	Fixed files in /pages/posts folder are not deleted (#340)
2462
#	Fixed specialchars problem in the news modul (#339)
2463
#	Fixed news modul stores empty records (#338)
2464
#	Fixed Captcha didn't work in news comments (#337)
2465
#	Fixed various php notices (#334)
2466
+	Added new upgrade_function (thanks to kozmoz)
2467
#	Fixed addons table isn't updated when a modul is updated (#332)
2468
#	Fixed spelling errors in the signup2.php (#330)
2469
#	Fixed MySQL 5.x missing default values for INT fields in all system
2470
	and modules tables (#329)
2471
#	Fixed installer does not insert admin user (#328)
2472
+	Added support for getting page ID of page that referred search
2473
	request (#327) (thanks to brofield)
2474
#	Fixed search results generate invalid XHTML and notify warnings (#326)
2475
Stefan Braunewell
2476
#	Fixed Field 'last_reset' doesn't have a default value (#313)
2477
+	Added get_post_escaped to wb class which automatically calls add_slashes
2478
	on get_post output and used it in form/save_field.php
2479
------------------------------------- 2.6.4 -------------------------------------
2480
20-May-2006 Ryan Djurovich
2481
#	Fixed security issues related to #237
2482
#	Fixed typo in news save comment page (#282)
2483
#	Fixed typo in news delete post page (#283)
2484
!	Added multi-submission protection to form module (#119)
2485
#	Added notice for when PHP Session Support appears to be disabled in installer,
2486
	even if it is enabled and the problem actually lies in the users browser (#154)
2487
19-May-2006 Ryan Djurovich
2488
#	Fixed problem in forgotten login form where email field is too short (#207)
2489
#	Fixed typo in forgotten login details email (#190)
2490
15-May-2006 Stefan Braunewell
2491
#	Fixed security issues (#237)
2492
03-May-2006 Stefan Braunewell
2493
#	Fixed problems with pre-2.6.0 modules in section list
2494
#	Fixed e-mail bug caused by From: headers in internal mail function calls
2495
	(#189)
2496
#	E-mail validation in install script now accepts new top-level domains
2497
	(#162)
2498
#	Error status is now overwritten by next database query (#182)
2499
#	Fixed obscure problem in htmlarea install script
2500
------------------------------------- 2.6.3 -------------------------------------
2501
19-Mar-2006 Stefan Braunewell
2502
#	Fixed ticket #146: problems removing groups from viewers list of a page
2503
16-Mar-2006 Stefan Braunewell
2504
!	Changed link target selection. Now self, top and new. (Ticket #145)
2505
#	Fixed ticket #143. Charset setting is now used in admin login and forgot
2506
	password pages.
2507
#	Some changes to the SQL code in the install script for improved 
2508
	compatibility with new MySQL versions
2509
#	Fixed ticket #134 - error on browsing media.
2510
+	Improved backup module: new choice between full database or WB-related
2511
	backup.
2512
#	Fixed ticket #141 - admin now sees all folders in media
2513
#	Fixed e-mail sending problems due to additional parameter in mail call.
2514
#	Applied fix regarding ticket #138: new users now get deleted if
2515
	sending e-mail fails.
2516
#	Fixed ticket #137: Last Reset timer not reset in frontend forgotten 
2517
	password process
2518
#	Removed duplicate expression from modules/news/install.php which caused
2519
	problems in installation
2520

    
2521
01-Mar-2006 Stefan Braunewell
2522
#	Fixed ticket #68 - Safari problem with displaying all parents.
2523
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
2524
	to fatal error.
2525
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
2526
------------------------------------- 2.6.2 -------------------------------------
2527
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
2528
#	Fixed ticket #104 - commas in form field descriptions not allowed.
2529
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
2530
	and expiration date is now set to time in the past.
2531
#	Smart login not working.
2532
!	Changed mail calls to new function $wb->mail.
2533
#	Form: ticket 124 added captcha settings check 
2534
#	Ticket 118 added formfield type to check for email/text 
2535
#	Ticket 115 changed comparision /modules/form/view.php 
2536
#	Added correct timecheck in form submissions
2537
!	Changed captcha.php call to include timestamp
2538
!	Changed the e-mail validation code and added a mail function to class wb.
2539
!	Forgotten password: if sending of e-mail fails, restore old password.
2540
	Ticket #110
2541
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
2542
!	Character encoding setting also affects admin backend.
2543
	Mentioned in ticket #102.
2544
!	Reintroduced page languages setting. If switched to off, page
2545
	languages are only used to determine the language file for the
2546
	universal texts. If on, displayed page and menu are affected by
2547
	the language session variable.
2548
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
2549
	to set the number of levels to be show.
2550
#	Fixed a bug where access settings of registered and private pages
2551
	were displayed incorrectly.
2552
#	Fixed captcha being cached.
2553
#	Added an exit call after every heading("Location:...")
2554
	redirector to prevent unwanted execution of code.
2555
#	Bug #122. Replaced empty field check by check that setting name is
2556
	not "wb_version".
2557
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
2558
#	Fixed bug #99 and two additional instances of typo 
2559
	catpcha instead of captcha.
2560
#	Fixed some typos
2561
#	Fixed some notices and warnings.
2562
#	Fixed bug #105 - back buttons in addon detail pages not editable.
2563
!	Replace 'admin' by 'wb' in all account pages. 
2564
!/#	Moved print_success and print_error code to class.wb.php.
2565
	Added correct parameters to these functions in account pages. 
2566
------------------------------------- 2.6.1 -------------------------------------
2567
12-Dec-2005 Ryan Djurovich
2568
#	Fixed security vulnerability in class.login.php
2569
#	Fixed typo in EN language file
2570
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
2571
!	Added charset encoding to admin templates
2572
!	Added extra code to check for selection of addon upon uninstalling
2573
#	Fixed bugs in RSS news feeder
2574
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
2575
------------------------------------- 2.6.0 -------------------------------------
2576
28-Nov-2005 Ryan Djurovich
2577
+	Added default charset option to (advanced) settings
2578
#	Form module email fields now have email address validation
2579
#	Fixed spacing in form submissions
2580
27-Nov-2005 Ryan Djurovich
2581
+	Added captcha verification to sign-up form
2582
+	Added Captcha to News module
2583
24-Nov-2005 Stefan Braunewell
2584
!	Applied aportale's patch to use label instead of javascript toggle code
2585
20-Nov-2005 Ryan Djurovich
2586
!	News mod now hides read more link if no need for it (see ticket #56)
2587
+	Added support for mailto: links in the menu link mod
2588
#	Added direct-access redirection on some files (see ticket #37)
2589
+	Added extra characters to convert.php (see ticket #64)
2590
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
2591
29-Sep-2005 Ryan Djurovich
2592
!	Cleaned up form buttons in Settings
2593
!	Moved some options into Advanced Settings
2594
#	Semi-disabled "separate" page trash option
2595
+	Created a backup module/tool for backing-up the database
2596
	(thanks to John (pcwacht) for the original code)
2597
+	Created new "blank template", which can be used in case where you don't
2598
	want anything wrapping page-content.
2599
19-Sep-2005 Ryan Djurovich
2600
+	Added _license field for all add-ons to specify a license
2601
!	Renamed _designed_for variables (for all addons) to _platform
2602
+	Created addons table for faster internal referencing of installed addons
2603
!	Fixed some links, including the "Help" button in Admin
2604
#	Used nl2br to display body correctly when viewing form-submissions
2605
15-Sep-2005 Stefan Braunewell
2606
+	Added table module with columns 'name','type' and 'directory' as an
2607
	index.
2608
+	Added entry to settings table 'wb_version' which holds the version
2609
	number and can be utilized in future upgrade scripts.
2610
!	Added upgrade functionality also for templates and languages.
2611
#/!	Template/modules installation now respects paths.
2612
!	Moved updates from config.php to database.
2613
	Created initialize.php (required by config.php) to read settings.
2614
11-Sep-2005 Stefan Braunewell
2615
!	HTMLArea is now a module instead of a core component. Files moved
2616
	from "include" to "modules".
2617
+	Implemented Installation of modules on top of an older version. This is 
2618
	done via checking $module_version. Instead of install.php, upgrade.php
2619
	is then called if it exists in the module package. 
2620
	For module developers: $module_version and $new_module_version are 
2621
	accessible in upgrade.php to find out what upgrade steps need to be taken.
2622
!	Changed column names in mod_news_posts from short,long to content_short,
2623
	content_long.
2624
09-Sep-2005 Stefan Braunewell
2625
+	Added new advanced setting "Rename Files On Upload". File extensions can be
2626
	given so that respective files will have a ".txt" appended on media upload.
2627
#	Fixed "None found" message bug when user has no top level page edit
2628
	rights.
2629
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
2630
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
2631
+	Added utf-8 character encoding meta tag into all stock templates.
2632
#	Fixed bug when changing a page's parent
2633
!	Changed the way blocks are treated. Added new frontend class attribute
2634
	default_block_content that controls what is shown on pages such as
2635
	search, login, etc. (Ticket #16)
2636
+	Added support for WYSIWYG editor modules (wysiwygmod)
2637
+	When trying to access a registered page, user is automatically redirected
2638
	there on successful login.
2639
#	Fixed various issues with system search (mainly related to stripslashes()
2640
#	Removed stripslashes() in many places in the code. Added check for
2641
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
2642
	is independent of magic_quotes setting..
2643
05-Sep-2005 Stefan Braunewell
2644
#	Fixed bug concerning direct access of preferences page.
2645
#	Reworked page visibility and menu item visibility code (frontend login
2646
	problem).
2647
#	Pages in link list in htmlarea popup are now correctly ordered.
2648
#	Fixed bug where group with existing name can be added.
2649
04-Sep-2005 Ryan Djurovich
2650
+	Added and RSS newsfeed script to the News module
2651
04-Sep-2005 Stefan Braunewell
2652
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
2653
#	Fixed some occurrences of potential direct access path disclosure
2654
#	Added directory check to browse.php to prevent xss exploit by trusted users.
2655
!	Updated code to reflect move to Subversion repository system.
2656
27-Aug-2005 Stefan Braunewell
2657
#	Fixed bugs 4,5,6,8,9 in bug tracker
2658
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
2659
	A GET['lang'] now sets the session language variable.
2660
26-Aug-2005 Stefan Braunewell
2661
!	Moved redundant code into the new class functions. Created 
2662
	'compatibility.php' for backward compatibility with
2663
	modules and templates. Variables and functions can still be accessed
2664
	in the old way.
2665
!/+	Reorganized core frontend files, added new base class 'wb' from
2666
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
2667
	function into new class. Completely rewrote core index.php.
2668
	Now all variables and functions that are available to templates and
2669
	modules are attributes and methods of the frontend and the wb classes
2670
------------------------------------- 2.5.2 -------------------------------------
2671
23-Jun-2005 Ryan Djurovich
2672
!	create_access_file now creates all parent directories if needed
2673
#	Fixed bug when moving page with subpages to another level
2674
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
2675
#	Fixed bug where query was not setting error correctly in class.database.php
2676
22-Jun-2005 Ryan Djurovich
2677
#	Fixed bug where template permissions were not saved when a adding group
2678
21-Jun-2005 Ryan Djurovich
2679
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
2680
#	Fixed language problems in some area's of Admin. (Bug #70)
2681
#	Added a space in website/page keywords (Bug #69)
2682
#	Fixed bugs on settings2.php (Bug #52)
2683
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
2684
13-Jun-2005 Ryan Djurovich
2685
#	Fixed bug (#88) with news module
2686
!	Title of Administration login page now taken from language file (Bug #72)
2687
#	Fixed redirection admin/home to admin/start on admin/index.php
2688
#	Fixed bug with forgotten password page in admin (Bug #81)
2689
25-Apr-2005 Ryan Djurovich
2690
#	Fixed numerous bugs with module uninstallation
2691
#	Fixed bug when uploading files in Administration -> Media
2692
!	Installer no-longer requires you to accept the GNU GPL
2693
------------------------------------- 2.5.1 -------------------------------------
2694
16-Apr-2005 Ryan Djurovich
2695
#	Fixed two bugs with account login/logout
2696
------------------------------------- 2.5.1 -------------------------------------
2697
15-Apr-2005 Ryan Djurovich
2698
#	Fixed bug where non-english characters can get used in page filenames. Many
2699
	measuers have been added (including a new file: wb/framework/convert.php),
2700
	to prevent any possible errors that can occur in page filenames.
2701
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
2702
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
2703
#	Fixed bug where search and account pages are shown in every block
2704
	that is in a template
2705
#	Fixed numerous bugs with media home directories feature
2706
10-Apr-2005 Ryan Djurovich
2707
#	Fixed bugs in account/login.php and logout.php where users
2708
	gets redirected to /pages
2709
------------------------------------- 2.5.0 -------------------------------------
2710
08-Apr-2005 Ryan Djurovich
2711
-	Removed section language feature
2712
+	Added page language feature (replaces need for sections language feature)
2713
#	Fixed bug where pages using menu_link module can have the URL changed
2714
-	Page directory no longer stored in link field in pages table, it is now added
2715
	when the page_link function is called - this makes changing the pages
2716
	directory much easier and quicker
2717
!	Pages with visibility of "none" are now no longer directly accessable
2718
+	Added new visibility setting "hidden", acts exactly like none did previously
2719
!	Template info file can now specify number of menu's available and relative names
2720
!	Template info file can now specify number of blocks's available and relative names
2721
------------------------------------- 2.4.3 -------------------------------------
2722
07-Apr-2005 Ryan Djurovich
2723
#	page_filename function has been rewritten using str_replace
2724
	function, which should be faster and will allow characters
2725
	from other languages into filenames
2726
!	Created new media_filename function, which is now used
2727
	by all media functions (create,upload,rename) to determine
2728
	which characters should be removed from a desired filename
2729
+	New button in Administration page list to view specific page
2730
#	Updated the page_link function to now be compatible with menu link
2731
	module when setting pages directory to root
2732
#	Fixed bugs in search when using "Any Words" option
2733
#	Fixed bug with news module when pages directory set to root
2734
!	Changed URL of documentation website on Administration Start page
2735
------------------------------------- 2.4.2 -------------------------------------
2736
05-Apr-2005 Ryan Djurovich
2737
#	Fixed bug where file could be renamed to nothing in Media
2738
!	Optimised Media create folder, upload file, and rename functions
2739
#	Fixed bug where stripslashes not run on news post titles in admin
2740
05-Apr-2005 Stefan Braunewell
2741
#	Fixed bug concerning usage of the private_sql variable
2742
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
2743
------------------------------------- 2.4.1 -------------------------------------
2744
04-Apr-2005 Ryan Djurovich
2745
!	Pages with visibility of "none" are again directly accessable
2746
#	Fixed bugs regarding renaming files and directories in Media section
2747
!	When home folders disabled, all folders now visible in Media section
2748
------------------------------------- 2.4.0 -------------------------------------
2749
03-Apr-2005 Ryan Djurovich
2750
-	Removed recently added visibility setting of "heading", and relative config vars
2751
+	Added new "menu" field to pages table, and new setting "multiple menus"
2752
	which replaces the need for the menu headings feature
2753
+	Added links to top of groups and users sections, linking to each other
2754
!	Change menu width in "Round" template to 170px (was 150px)
2755
#	Change page "are you sure" deletion message to mention that it will delete
2756
	all sub-pages as well
2757
#	Fixed many bugs with news module when viewing posts by group
2758
!	Pages with visibility of "none" are now no longer directly accessable
2759
02-Apr-2005 Ryan Djurovich
2760
-	Removed need to specify DB_URL when calling database class
2761
#	Stopped fields without a type specified from being shown in form mod
2762
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
2763
	for insert link and insert image
2764
+	Added setting which allows you to specify the default WYSIWYG style
2765
+	Added "Server Email" option, to specify what is used in "From" field when
2766
	sending emails using the PHP mail function. Default is admins email address.
2767
#	Search now excludes pages which have a visibility of none or heading
2768
!	Pages are now given modified_when and modified_by when added
2769
01-Apr-2005 Ryan Djurovich
2770
+	Added option to News module to specify how many posts should be listed
2771
	per page (by default it is set to unlimited, which functions like previous version)
2772
#	Added stripslashes when display page titles in search
2773
+	Page descriptions and last updated date now shown in search by default
2774
30-Mar-2005 Ryan Djurovich
2775
+	Added new feature for Media home folders, where a folder can be specified
2776
	for a specific user or group of users only
2777
!	Changed URL of Help button to http://www.websitebaker.org/docs/
2778
+	Added new feature for "Page Trash" - two modes available: inline and separate
2779
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
2780
	up a level)
2781
29-Mar-2005 Ryan Djurovich
2782
-	Removed Database Settings from Administration Settings (options will not be
2783
	available in 3.x, so trying to match interface with WB 3.x plans
2784
!	Changed the name of Path Settings to Filesystem Settings in Administration
2785
	Settings, and removed ability to change path/url options - matching interface
2786
	plans for WB 3.x
2787
+	Added same options for OS and file permissions as installer to Settings
2788
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
2789
28-Mar-2005 Ryan Djurovich
2790
+	New functions available to templates to simplify creation of them. This aims
2791
	to "future-proof" templates for WB 3.x plans.
2792
!	Default templates updated to support some of the new functions
2793
+	Added field to pages table "page_trail" which stores a list of the pages
2794
	parents. This field was needed by the new page_menu function
2795
+	Added option for page visibility "heading" to enabled support for multiple
2796
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
2797
+	Added option for page visibility "registered", which acts a little like
2798
	private, but is still shown in the menu (although users need to log in to view
2799
	the pages content)
2800
+	Form module submissions now saved to database, and feature now added to
2801
	limit number of submissions per hour to prevent spamming
2802
+	New field for Form module: email. Allows you to specify their email in
2803
	"from" field on module settings.
2804
#	Fixed bug when displaying comments in News module (WB Bug #14)
2805
+	New "under contruction" message if no pages exist
2806
!	Cleaned-up wb/index.php
2807
27-Mar-2005 Ryan Djurovich
2808
+	Created advanced mkdir and chmod functions
2809
#	Fixed bug in media where wrong file/folder is deleted
2810
+	Complete overhall of installer - now only one step! It has been greatly
2811
	simplified in many ways, has much better validation, reports error much more
2812
	nicely, and automatically logs the user into the Administrations
2813
+	Must now specify OS type - allows for customizable file permission settings
2814
+	Sections can now have a language code assigned to them
2815
+	Sections can now have a block name/id assigned to them
2816
!	Home section of Administration renamed to Start, to save confusion with saying
2817
	Homepage (because this term could either mean the main website or Home section
2818
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
2819
!	Moved Users and Groups sections under Access section. This aims to unify the
2820
	interface with WB 3.x plans, which help to unclutter the menu
2821
!	Interface for Settings section has been imporved for usability purposes
2822
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
2823
	by placing media list inside an iframe
2824
#	Fixed stripslashes problem for viewing news comments
2825
!	Added code from Formesque module (an advanced version of the original Form
2826
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
2827
	interface improvements for select box/checkbox group/radio group options.
2828
#	Possibly fixed bugs where an S appears before file and dir modes
2829
#	Fixed bug where users can be added with same emails (in Administration)
2830
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
2831
	makes code more bulky, and removing it will decrease package size a lot
2832
+	New "homepage redirect" option so first page is included and not redirected to
2833
#	Fixed text not being shown when module uninstalled
2834
!	Imporved interface for basic group permissions
2835
26-Mar-2005 Stefan Braunewell
2836
#	Fixed bug with front-end logins
2837
#	Fixed bug when saving intro page 
2838
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
2839
#	Fixed bugs concerning moving/deleting pages
2840
#	Fixed list of parents in page settings
2841
#	Fixed mkdir without mode parameter
2842
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
2843
+	Added support for PAGES_DIRECTORY set to root
2844
+	Search form now supports quotes (thanks to Manafta)
2845
#	Fixed page section ordering
2846
#	News items are displayed with name of poster instead of "Unknown"
2847
#	Deletion confirmation popup window in media section now shows correct file name
2848
------------------------------------- 2.3.1 -------------------------------------
2849
03-Fed-2005 Ryan Djurovich
2850
+	Now there is two types of "filesystem modes", one for directories and one
2851
	for files. Having different settings is very common for most servers, so
2852
	this addition should fix many problems people had with 2.3.0.
2853
-	Removed filesystem mode options from installation
2854
!	Removed duplicate text on installation step 3 for timezone
2855
!	All "access files" for the news module now stored in pages/posts instead
2856
	of a sub-dir relative to the page (this fixes many bugs)
2857
#	Fixed major bugs when deleting pages with sub-pages
2858
!	Removed the restrictions that prevent a user for changing a pages level
2859
#	Fixed bug with "toggle" plus/minus in IE for pages list
2860
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
2861
------------------------------------- 2.3.0 -------------------------------------
2862
26-Jan-2005 Ryan Djurovich
2863
#	Fixed bug in framework/functions.php that made root parent always equal 8
2864
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
2865
#	Fixed SQL-query on line 172, placing a / after $old_link
2866
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
2867
	admin/pages/settings2.php
2868
#	Added ordering cleaning to delete_post.php on line 53 for news module
2869
!	GMT option is selected for "Default Timezone" in the installer, instead
2870
	of the old "Please select" message (which had the same value as GMT)
2871
28-Jan-2005 Ryan Djurovich
2872
!	Ability to specify the chmod number when WB uploads files, etc.
2873
!	Modified file headers (copyright/license notice) so they now look almost the
2874
	same, independant of font. Also, it now covers copyright for 2005.
2875
30-Jan-2005 Ryan Djurovich
2876
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
2877
	table when a page is deleted.
2878
+	New 'Smart Login' prevents users from using external password managers,
2879
	and can be set to remember the users password using cookies.
2880
!	SourceForge CVS module now called websitebaker2 (instead of just
2881
	websitebaker). Also, all file versions have been reset.
2882
01-Fed-2005 Ryan Djurovich
2883
!	Added code to prevent from changing a pages level (it simply disables
2884
	the select box), to prevent many possible bugs.
2885
------------------------------------- 2.2.4 -------------------------------------
2886
23-Dec-2004 Ryan Djurovich
2887
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
2888
#	Fixed multi-language support in search
2889
+	Added more detailed options to list of PHP error reporting level's
2890
-	Removed ability to change language and PHP error reporting level
2891
	on installation to make things easier for newbie's
2892
+	Ability to select custom spacer for page filename's
2893
!	Changed the way a language code is found on language installation
2894
+	Added template permissions to groups
2895
#	Fixed bug when trying to change email from Preferences (admin and frontend)
2896
#	Fixed bug with auto-selection of "System Default" for Preferences
2897
!	News module now use's WYSIWYG for modifying news posts
2898
+	Ability to specify both the pages and media target directories
2899
------------------------------------ 2.2.3-c ------------------------------------
2900
22-Dec-2004 Ryan Djurovich
2901
#	Fixed problem with DB password being reset if Settings saved in basic mode
2902
------------------------------------ 2.2.3-b ------------------------------------
2903
21-Dec-2004 Ryan Djurovich
2904
#	Fixed minor bug on admin templates section
2905
#	Fixed bug on rename.php and rename2.php in admin media section
2906
------------------------------------- 2.2.3 -------------------------------------
2907
20-Dec-2004 Ryan Djurovich
2908
+	Added WB release version in Administration (top right corner)
2909
!	New option to prevent users from adding level 0 pages
2910
#	Fixed bug when deleting post's in News module
2911
+	Added new field in pages table for "root" parent (level 0 parent), for
2912
	extra flexability in creating templates
2913
!	Round template now supports unlimited page levels
2914
------------------------------------- 2.2.2 -------------------------------------
2915
18-Dec-2004 Ryan Djurovich
2916
+	New option under Search Settings for selecting custom template for search
2917
+	New option when changing page settings to set the target
2918
#	Fixed error when saving a user after editing
2919
!	Users can now modify sub-page if they dont have permissions on the parent
2920
------------------------------------- 2.2.1 -------------------------------------
2921
15-Dec-2004 Ryan Djurovich
2922
#	Fixed bug when changing password on preferences form (front-end)
2923
#	Fixed bug when retrieving user details (administration)
2924
#	Added check to see if module, template, or language is in use when deleting
2925
#	Fixed up email that is sent to user from a submitted form
2926
#	Fixed major problem with module permissions which stopped it from working
2927
------------------------------------- 2.2.0 -------------------------------------
2928
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
2929
+	Multiple-level page support
2930
+	Multiple section's for pages (including interface)
2931
!	Removed text created using two words on all areas
2932
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
2933
	this is for better language support
2934
+	Added Languages section
2935
!	Moved Templates and Modules under Add-ons section
2936
!	Changed name of "Default" template to "Round"
2937
+	Added "All CSS" template
2938
+	Added "Jump"
2939
+	Added 
2940
!	Modified "Box" template to support multiple page levels
2941
+	Added "Menu Link" module
2942
+	Added "News" module
2943
+	Added "Code" module
2944
+	Added "Form" module
2945
+	Added "Wrapper" module
2946
!	Changed name of "Normal Page" module to "WYSIWYG"
2947
+	Created new admin wrapper script to ease module develpment
2948
+	Media now automatically creates index.php file for every
2949
	sub-folder made (for security purposes)
2950
!	Change "Help" link in Administration menu so it now directs
2951
	to the the new Website Baker documentation website found at:
2952
	http://www.websitebaker.org/documentation
2953
!	Password is now required to change email in preferences
2954
+	User can now select custom Language and Date & Time Formats
2955
+	Added search functionality, with three different "methods":
2956
	1. Using all words  2. Using any words  3. Exact match
2957
+	Added native MySQL database support
(1-1/7)