Project

General

Profile

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

    
5
$Id: CHANGELOG 1912 2013-06-07 03:37:53Z Luisehahne $
6

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

    
14

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

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