Project

General

Profile

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

    
5
$Id: CHANGELOG 1936 2013-07-24 21:57:50Z darkviper $
6

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

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

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