Project

General

Profile

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

    
5
$Id: CHANGELOG 1762 2012-09-18 16:11:11Z Luisehahne $
6

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

    
14

    
15

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

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