Project

General

Profile

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

    
5
$Id: CHANGELOG 1895 2013-03-20 01:14:23Z Luisehahne $
6

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

    
14

    
15

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

    
3049
01-Mar-2006 Stefan Braunewell
3050
#	Fixed ticket #68 - Safari problem with displaying all parents.
3051
#	Fixed ticket #136 - mailing forgotten password in admin login screen leads 
3052
	to fatal error.
3053
!	Renamed tag [PROCESSTIME] to [PROCESS_TIME]
3054
------------------------------------- 2.6.2 -------------------------------------
3055
03-Feb-2006 Stefan Braunewell (very big special thanks to John and Alex)
3056
#	Fixed ticket #104 - commas in form field descriptions not allowed.
3057
#	Cookie REMEMBER_KEY wasn't cleared in account/logout 
3058
	and expiration date is now set to time in the past.
3059
#	Smart login not working.
3060
!	Changed mail calls to new function $wb->mail.
3061
#	Form: ticket 124 added captcha settings check 
3062
#	Ticket 118 added formfield type to check for email/text 
3063
#	Ticket 115 changed comparision /modules/form/view.php 
3064
#	Added correct timecheck in form submissions
3065
!	Changed captcha.php call to include timestamp
3066
!	Changed the e-mail validation code and added a mail function to class wb.
3067
!	Forgotten password: if sending of e-mail fails, restore old password.
3068
	Ticket #110
3069
!	Added more charset options. Ticket #102 - thanks to ruebenwurzel!
3070
!	Character encoding setting also affects admin backend.
3071
	Mentioned in ticket #102.
3072
!	Reintroduced page languages setting. If switched to off, page
3073
	languages are only used to determine the language file for the
3074
	universal texts. If on, displayed page and menu are affected by
3075
	the language session variable.
3076
#	Fixed bugs in show_breadcrumbs code and added parameter "depth"
3077
	to set the number of levels to be show.
3078
#	Fixed a bug where access settings of registered and private pages
3079
	were displayed incorrectly.
3080
#	Fixed captcha being cached.
3081
#	Added an exit call after every heading("Location:...")
3082
	redirector to prevent unwanted execution of code.
3083
#	Bug #122. Replaced empty field check by check that setting name is
3084
	not "wb_version".
3085
#	Replaced all remaining occurrences of '/media' by MEDIA_DIRECTORY - bug #108.
3086
#	Fixed bug #99 and two additional instances of typo 
3087
	catpcha instead of captcha.
3088
#	Fixed some typos
3089
#	Fixed some notices and warnings.
3090
#	Fixed bug #105 - back buttons in addon detail pages not editable.
3091
!	Replace 'admin' by 'wb' in all account pages. 
3092
!/#	Moved print_success and print_error code to class.wb.php.
3093
	Added correct parameters to these functions in account pages. 
3094
------------------------------------- 2.6.1 -------------------------------------
3095
12-Dec-2005 Ryan Djurovich
3096
#	Fixed security vulnerability in class.login.php
3097
#	Fixed typo in EN language file
3098
#	Fixed captcha problems (when feature is disabled) in form module and sign-up
3099
!	Added charset encoding to admin templates
3100
!	Added extra code to check for selection of addon upon uninstalling
3101
#	Fixed bugs in RSS news feeder
3102
#	Fixed bug with PAGE_DESCRIPTION not being set on any page
3103
------------------------------------- 2.6.0 -------------------------------------
3104
28-Nov-2005 Ryan Djurovich
3105
+	Added default charset option to (advanced) settings
3106
#	Form module email fields now have email address validation
3107
#	Fixed spacing in form submissions
3108
27-Nov-2005 Ryan Djurovich
3109
+	Added captcha verification to sign-up form
3110
+	Added Captcha to News module
3111
24-Nov-2005 Stefan Braunewell
3112
!	Applied aportale's patch to use label instead of javascript toggle code
3113
20-Nov-2005 Ryan Djurovich
3114
!	News mod now hides read more link if no need for it (see ticket #56)
3115
+	Added support for mailto: links in the menu link mod
3116
#	Added direct-access redirection on some files (see ticket #37)
3117
+	Added extra characters to convert.php (see ticket #64)
3118
#	Fixed ticket #65 (last_reset check in account/forgot_form.php)
3119
29-Sep-2005 Ryan Djurovich
3120
!	Cleaned up form buttons in Settings
3121
!	Moved some options into Advanced Settings
3122
#	Semi-disabled "separate" page trash option
3123
+	Created a backup module/tool for backing-up the database
3124
	(thanks to John (pcwacht) for the original code)
3125
+	Created new "blank template", which can be used in case where you don't
3126
	want anything wrapping page-content.
3127
19-Sep-2005 Ryan Djurovich
3128
+	Added _license field for all add-ons to specify a license
3129
!	Renamed _designed_for variables (for all addons) to _platform
3130
+	Created addons table for faster internal referencing of installed addons
3131
!	Fixed some links, including the "Help" button in Admin
3132
#	Used nl2br to display body correctly when viewing form-submissions
3133
15-Sep-2005 Stefan Braunewell
3134
+	Added table module with columns 'name','type' and 'directory' as an
3135
	index.
3136
+	Added entry to settings table 'wb_version' which holds the version
3137
	number and can be utilized in future upgrade scripts.
3138
!	Added upgrade functionality also for templates and languages.
3139
#/!	Template/modules installation now respects paths.
3140
!	Moved updates from config.php to database.
3141
	Created initialize.php (required by config.php) to read settings.
3142
11-Sep-2005 Stefan Braunewell
3143
!	HTMLArea is now a module instead of a core component. Files moved
3144
	from "include" to "modules".
3145
+	Implemented Installation of modules on top of an older version. This is 
3146
	done via checking $module_version. Instead of install.php, upgrade.php
3147
	is then called if it exists in the module package. 
3148
	For module developers: $module_version and $new_module_version are 
3149
	accessible in upgrade.php to find out what upgrade steps need to be taken.
3150
!	Changed column names in mod_news_posts from short,long to content_short,
3151
	content_long.
3152
09-Sep-2005 Stefan Braunewell
3153
+	Added new advanced setting "Rename Files On Upload". File extensions can be
3154
	given so that respective files will have a ".txt" appended on media upload.
3155
#	Fixed "None found" message bug when user has no top level page edit
3156
	rights.
3157
#	Fixed missing parent option 'none' - ticket #12 - and a minor scope bug.
3158
+	Added breadcrumbs code. Call using $wb->breadcrumbs().
3159
+	Added utf-8 character encoding meta tag into all stock templates.
3160
#	Fixed bug when changing a page's parent
3161
!	Changed the way blocks are treated. Added new frontend class attribute
3162
	default_block_content that controls what is shown on pages such as
3163
	search, login, etc. (Ticket #16)
3164
+	Added support for WYSIWYG editor modules (wysiwygmod)
3165
+	When trying to access a registered page, user is automatically redirected
3166
	there on successful login.
3167
#	Fixed various issues with system search (mainly related to stripslashes()
3168
#	Removed stripslashes() in many places in the code. Added check for
3169
	magic_quotes_gpc to new wb class method add_slashes(). Now database contest
3170
	is independent of magic_quotes setting..
3171
05-Sep-2005 Stefan Braunewell
3172
#	Fixed bug concerning direct access of preferences page.
3173
#	Reworked page visibility and menu item visibility code (frontend login
3174
	problem).
3175
#	Pages in link list in htmlarea popup are now correctly ordered.
3176
#	Fixed bug where group with existing name can be added.
3177
04-Sep-2005 Ryan Djurovich
3178
+	Added and RSS newsfeed script to the News module
3179
04-Sep-2005 Stefan Braunewell
3180
!	Rewrote menu function. Parameters are now given as attributes to frontend class.
3181
#	Fixed some occurrences of potential direct access path disclosure
3182
#	Added directory check to browse.php to prevent xss exploit by trusted users.
3183
!	Updated code to reflect move to Subversion repository system.
3184
27-Aug-2005 Stefan Braunewell
3185
#	Fixed bugs 4,5,6,8,9 in bug tracker
3186
!	Removed 'USER_LANGUAGE' and 'GET_LANGUAGE' constants.
3187
	A GET['lang'] now sets the session language variable.
3188
26-Aug-2005 Stefan Braunewell
3189
!	Moved redundant code into the new class functions. Created 
3190
	'compatibility.php' for backward compatibility with
3191
	modules and templates. Variables and functions can still be accessed
3192
	in the old way.
3193
!/+	Reorganized core frontend files, added new base class 'wb' from
3194
	which 'admin' and the new 'frontend' class inherit. Moved all frontend
3195
	function into new class. Completely rewrote core index.php.
3196
	Now all variables and functions that are available to templates and
3197
	modules are attributes and methods of the frontend and the wb classes
3198
------------------------------------- 2.5.2 -------------------------------------
3199
23-Jun-2005 Ryan Djurovich
3200
!	create_access_file now creates all parent directories if needed
3201
#	Fixed bug when moving page with subpages to another level
3202
#	Fixed bug when saving "Settings" (in Admin) on Windows/IIS
3203
#	Fixed bug where query was not setting error correctly in class.database.php
3204
22-Jun-2005 Ryan Djurovich
3205
#	Fixed bug where template permissions were not saved when a adding group
3206
21-Jun-2005 Ryan Djurovich
3207
#	Added htmlspecialchars for modifying WYSIWYG, news, etc. modules (Bug #78)
3208
#	Fixed language problems in some area's of Admin. (Bug #70)
3209
#	Added a space in website/page keywords (Bug #69)
3210
#	Fixed bugs on settings2.php (Bug #52)
3211
!	Links inserted with HTMLArea now use [wblink--PAGE_ID--] instead of raw URL
3212
13-Jun-2005 Ryan Djurovich
3213
#	Fixed bug (#88) with news module
3214
!	Title of Administration login page now taken from language file (Bug #72)
3215
#	Fixed redirection admin/home to admin/start on admin/index.php
3216
#	Fixed bug with forgotten password page in admin (Bug #81)
3217
25-Apr-2005 Ryan Djurovich
3218
#	Fixed numerous bugs with module uninstallation
3219
#	Fixed bug when uploading files in Administration -> Media
3220
!	Installer no-longer requires you to accept the GNU GPL
3221
------------------------------------- 2.5.1 -------------------------------------
3222
16-Apr-2005 Ryan Djurovich
3223
#	Fixed two bugs with account login/logout
3224
------------------------------------- 2.5.1 -------------------------------------
3225
15-Apr-2005 Ryan Djurovich
3226
#	Fixed bug where non-english characters can get used in page filenames. Many
3227
	measuers have been added (including a new file: wb/framework/convert.php),
3228
	to prevent any possible errors that can occur in page filenames.
3229
#	Fixed invalid meta tags in stock templates (meta tags were not closed)
3230
#	Removed lines 401, 402, and 425 of wb/index.php - not needed
3231
#	Fixed bug where search and account pages are shown in every block
3232
	that is in a template
3233
#	Fixed numerous bugs with media home directories feature
3234
10-Apr-2005 Ryan Djurovich
3235
#	Fixed bugs in account/login.php and logout.php where users
3236
	gets redirected to /pages
3237
------------------------------------- 2.5.0 -------------------------------------
3238
08-Apr-2005 Ryan Djurovich
3239
-	Removed section language feature
3240
+	Added page language feature (replaces need for sections language feature)
3241
#	Fixed bug where pages using menu_link module can have the URL changed
3242
-	Page directory no longer stored in link field in pages table, it is now added
3243
	when the page_link function is called - this makes changing the pages
3244
	directory much easier and quicker
3245
!	Pages with visibility of "none" are now no longer directly accessable
3246
+	Added new visibility setting "hidden", acts exactly like none did previously
3247
!	Template info file can now specify number of menu's available and relative names
3248
!	Template info file can now specify number of blocks's available and relative names
3249
------------------------------------- 2.4.3 -------------------------------------
3250
07-Apr-2005 Ryan Djurovich
3251
#	page_filename function has been rewritten using str_replace
3252
	function, which should be faster and will allow characters
3253
	from other languages into filenames
3254
!	Created new media_filename function, which is now used
3255
	by all media functions (create,upload,rename) to determine
3256
	which characters should be removed from a desired filename
3257
+	New button in Administration page list to view specific page
3258
#	Updated the page_link function to now be compatible with menu link
3259
	module when setting pages directory to root
3260
#	Fixed bugs in search when using "Any Words" option
3261
#	Fixed bug with news module when pages directory set to root
3262
!	Changed URL of documentation website on Administration Start page
3263
------------------------------------- 2.4.2 -------------------------------------
3264
05-Apr-2005 Ryan Djurovich
3265
#	Fixed bug where file could be renamed to nothing in Media
3266
!	Optimised Media create folder, upload file, and rename functions
3267
#	Fixed bug where stripslashes not run on news post titles in admin
3268
05-Apr-2005 Stefan Braunewell
3269
#	Fixed bug concerning usage of the private_sql variable
3270
#	Fixed bug conerning sub-pages being displayed in menus incorrectly
3271
------------------------------------- 2.4.1 -------------------------------------
3272
04-Apr-2005 Ryan Djurovich
3273
!	Pages with visibility of "none" are again directly accessable
3274
#	Fixed bugs regarding renaming files and directories in Media section
3275
!	When home folders disabled, all folders now visible in Media section
3276
------------------------------------- 2.4.0 -------------------------------------
3277
03-Apr-2005 Ryan Djurovich
3278
-	Removed recently added visibility setting of "heading", and relative config vars
3279
+	Added new "menu" field to pages table, and new setting "multiple menus"
3280
	which replaces the need for the menu headings feature
3281
+	Added links to top of groups and users sections, linking to each other
3282
!	Change menu width in "Round" template to 170px (was 150px)
3283
#	Change page "are you sure" deletion message to mention that it will delete
3284
	all sub-pages as well
3285
#	Fixed many bugs with news module when viewing posts by group
3286
!	Pages with visibility of "none" are now no longer directly accessable
3287
02-Apr-2005 Ryan Djurovich
3288
-	Removed need to specify DB_URL when calling database class
3289
#	Stopped fields without a type specified from being shown in form mod
3290
#	Changed '/media' to MEDIA_DIRECTORY on HTMLArea popup windows
3291
	for insert link and insert image
3292
+	Added setting which allows you to specify the default WYSIWYG style
3293
+	Added "Server Email" option, to specify what is used in "From" field when
3294
	sending emails using the PHP mail function. Default is admins email address.
3295
#	Search now excludes pages which have a visibility of none or heading
3296
!	Pages are now given modified_when and modified_by when added
3297
01-Apr-2005 Ryan Djurovich
3298
+	Added option to News module to specify how many posts should be listed
3299
	per page (by default it is set to unlimited, which functions like previous version)
3300
#	Added stripslashes when display page titles in search
3301
+	Page descriptions and last updated date now shown in search by default
3302
30-Mar-2005 Ryan Djurovich
3303
+	Added new feature for Media home folders, where a folder can be specified
3304
	for a specific user or group of users only
3305
!	Changed URL of Help button to http://www.websitebaker.org/docs/
3306
+	Added new feature for "Page Trash" - two modes available: inline and separate
3307
!	When pages are deleted, all sub-pages are now deleted (instead of being moved
3308
	up a level)
3309
29-Mar-2005 Ryan Djurovich
3310
-	Removed Database Settings from Administration Settings (options will not be
3311
	available in 3.x, so trying to match interface with WB 3.x plans
3312
!	Changed the name of Path Settings to Filesystem Settings in Administration
3313
	Settings, and removed ability to change path/url options - matching interface
3314
	plans for WB 3.x
3315
+	Added same options for OS and file permissions as installer to Settings
3316
!	Sessions now named with APP_NAME.'_session_id' (e.g. default is wb_session_id)
3317
28-Mar-2005 Ryan Djurovich
3318
+	New functions available to templates to simplify creation of them. This aims
3319
	to "future-proof" templates for WB 3.x plans.
3320
!	Default templates updated to support some of the new functions
3321
+	Added field to pages table "page_trail" which stores a list of the pages
3322
	parents. This field was needed by the new page_menu function
3323
+	Added option for page visibility "heading" to enabled support for multiple
3324
	menu's. Also, this helps to "future-proof" templates for WB 3.x plans
3325
+	Added option for page visibility "registered", which acts a little like
3326
	private, but is still shown in the menu (although users need to log in to view
3327
	the pages content)
3328
+	Form module submissions now saved to database, and feature now added to
3329
	limit number of submissions per hour to prevent spamming
3330
+	New field for Form module: email. Allows you to specify their email in
3331
	"from" field on module settings.
3332
#	Fixed bug when displaying comments in News module (WB Bug #14)
3333
+	New "under contruction" message if no pages exist
3334
!	Cleaned-up wb/index.php
3335
27-Mar-2005 Ryan Djurovich
3336
+	Created advanced mkdir and chmod functions
3337
#	Fixed bug in media where wrong file/folder is deleted
3338
+	Complete overhall of installer - now only one step! It has been greatly
3339
	simplified in many ways, has much better validation, reports error much more
3340
	nicely, and automatically logs the user into the Administrations
3341
+	Must now specify OS type - allows for customizable file permission settings
3342
+	Sections can now have a language code assigned to them
3343
+	Sections can now have a block name/id assigned to them
3344
!	Home section of Administration renamed to Start, to save confusion with saying
3345
	Homepage (because this term could either mean the main website or Home section
3346
	in	Administration). Also, this aims to unify the interface with WB 3.x plans
3347
!	Moved Users and Groups sections under Access section. This aims to unify the
3348
	interface with WB 3.x plans, which help to unclutter the menu
3349
!	Interface for Settings section has been imporved for usability purposes
3350
#	Fixed HTMLArea where no scrollbar for "insert link" and "insert image" dialogs
3351
	by placing media list inside an iframe
3352
#	Fixed stripslashes problem for viewing news comments
3353
!	Added code from Formesque module (an advanced version of the original Form
3354
	module, modified by Rudolph Lartey from www.carbonect.com), and made further
3355
	interface improvements for select box/checkbox group/radio group options.
3356
#	Possibly fixed bugs where an S appears before file and dir modes
3357
#	Fixed bug where users can be added with same emails (in Administration)
3358
-	Removed support for PEAR, as it was deemed an unnecessary addition which only
3359
	makes code more bulky, and removing it will decrease package size a lot
3360
+	New "homepage redirect" option so first page is included and not redirected to
3361
#	Fixed text not being shown when module uninstalled
3362
!	Imporved interface for basic group permissions
3363
26-Mar-2005 Stefan Braunewell
3364
#	Fixed bug with front-end logins
3365
#	Fixed bug when saving intro page 
3366
+	Added check on sign-up if e-mail exists (thanks to P. Melief)
3367
#	Fixed bugs concerning moving/deleting pages
3368
#	Fixed list of parents in page settings
3369
#	Fixed mkdir without mode parameter
3370
#	Added a check on install to ensure PHP 4.1.x compatibility (thanks to Wanderer)
3371
+	Added support for PAGES_DIRECTORY set to root
3372
+	Search form now supports quotes (thanks to Manafta)
3373
#	Fixed page section ordering
3374
#	News items are displayed with name of poster instead of "Unknown"
3375
#	Deletion confirmation popup window in media section now shows correct file name
3376
------------------------------------- 2.3.1 -------------------------------------
3377
03-Fed-2005 Ryan Djurovich
3378
+	Now there is two types of "filesystem modes", one for directories and one
3379
	for files. Having different settings is very common for most servers, so
3380
	this addition should fix many problems people had with 2.3.0.
3381
-	Removed filesystem mode options from installation
3382
!	Removed duplicate text on installation step 3 for timezone
3383
!	All "access files" for the news module now stored in pages/posts instead
3384
	of a sub-dir relative to the page (this fixes many bugs)
3385
#	Fixed major bugs when deleting pages with sub-pages
3386
!	Removed the restrictions that prevent a user for changing a pages level
3387
#	Fixed bug with "toggle" plus/minus in IE for pages list
3388
#	Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant
3389
------------------------------------- 2.3.0 -------------------------------------
3390
26-Jan-2005 Ryan Djurovich
3391
#	Fixed bug in framework/functions.php that made root parent always equal 8
3392
#	Added missing braces in lines 182 and 208 of admin/pages/settings2.php
3393
#	Fixed SQL-query on line 172, placing a / after $old_link
3394
#	Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
3395
	admin/pages/settings2.php
3396
#	Added ordering cleaning to delete_post.php on line 53 for news module
3397
!	GMT option is selected for "Default Timezone" in the installer, instead
3398
	of the old "Please select" message (which had the same value as GMT)
3399
28-Jan-2005 Ryan Djurovich
3400
!	Ability to specify the chmod number when WB uploads files, etc.
3401
!	Modified file headers (copyright/license notice) so they now look almost the
3402
	same, independant of font. Also, it now covers copyright for 2005.
3403
30-Jan-2005 Ryan Djurovich
3404
#	Added code on wb/admin/pages/delete.php to remove sections from the sections
3405
	table when a page is deleted.
3406
+	New 'Smart Login' prevents users from using external password managers,
3407
	and can be set to remember the users password using cookies.
3408
!	SourceForge CVS module now called websitebaker2 (instead of just
3409
	websitebaker). Also, all file versions have been reset.
3410
01-Fed-2005 Ryan Djurovich
3411
!	Added code to prevent from changing a pages level (it simply disables
3412
	the select box), to prevent many possible bugs.
3413
------------------------------------- 2.2.4 -------------------------------------
3414
23-Dec-2004 Ryan Djurovich
3415
!	Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
3416
#	Fixed multi-language support in search
3417
+	Added more detailed options to list of PHP error reporting level's
3418
-	Removed ability to change language and PHP error reporting level
3419
	on installation to make things easier for newbie's
3420
+	Ability to select custom spacer for page filename's
3421
!	Changed the way a language code is found on language installation
3422
+	Added template permissions to groups
3423
#	Fixed bug when trying to change email from Preferences (admin and frontend)
3424
#	Fixed bug with auto-selection of "System Default" for Preferences
3425
!	News module now use's WYSIWYG for modifying news posts
3426
+	Ability to specify both the pages and media target directories
3427
------------------------------------ 2.2.3-c ------------------------------------
3428
22-Dec-2004 Ryan Djurovich
3429
#	Fixed problem with DB password being reset if Settings saved in basic mode
3430
------------------------------------ 2.2.3-b ------------------------------------
3431
21-Dec-2004 Ryan Djurovich
3432
#	Fixed minor bug on admin templates section
3433
#	Fixed bug on rename.php and rename2.php in admin media section
3434
------------------------------------- 2.2.3 -------------------------------------
3435
20-Dec-2004 Ryan Djurovich
3436
+	Added WB release version in Administration (top right corner)
3437
!	New option to prevent users from adding level 0 pages
3438
#	Fixed bug when deleting post's in News module
3439
+	Added new field in pages table for "root" parent (level 0 parent), for
3440
	extra flexability in creating templates
3441
!	Round template now supports unlimited page levels
3442
------------------------------------- 2.2.2 -------------------------------------
3443
18-Dec-2004 Ryan Djurovich
3444
+	New option under Search Settings for selecting custom template for search
3445
+	New option when changing page settings to set the target
3446
#	Fixed error when saving a user after editing
3447
!	Users can now modify sub-page if they dont have permissions on the parent
3448
------------------------------------- 2.2.1 -------------------------------------
3449
15-Dec-2004 Ryan Djurovich
3450
#	Fixed bug when changing password on preferences form (front-end)
3451
#	Fixed bug when retrieving user details (administration)
3452
#	Added check to see if module, template, or language is in use when deleting
3453
#	Fixed up email that is sent to user from a submitted form
3454
#	Fixed major problem with module permissions which stopped it from working
3455
------------------------------------- 2.2.0 -------------------------------------
3456
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
3457
+	Multiple-level page support
3458
+	Multiple section's for pages (including interface)
3459
!	Removed text created using two words on all areas
3460
	(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
3461
	this is for better language support
3462
+	Added Languages section
3463
!	Moved Templates and Modules under Add-ons section
3464
!	Changed name of "Default" template to "Round"
3465
+	Added "All CSS" template
3466
+	Added "Jump"
3467
+	Added 
3468
!	Modified "Box" template to support multiple page levels
3469
+	Added "Menu Link" module
3470
+	Added "News" module
3471
+	Added "Code" module
3472
+	Added "Form" module
3473
+	Added "Wrapper" module
3474
!	Changed name of "Normal Page" module to "WYSIWYG"
3475
+	Created new admin wrapper script to ease module develpment
3476
+	Media now automatically creates index.php file for every
3477
	sub-folder made (for security purposes)
3478
!	Change "Help" link in Administration menu so it now directs
3479
	to the the new Website Baker documentation website found at:
3480
	http://www.websitebaker.org/documentation
3481
!	Password is now required to change email in preferences
3482
+	User can now select custom Language and Date & Time Formats
3483
+	Added search functionality, with three different "methods":
3484
	1. Using all words  2. Using any words  3. Exact match
3485
+	Added native MySQL database support
(1-1/8)