Project

General

Profile

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

    
5
$Id: CHANGELOG 1988 2013-10-19 00:51:22Z Luisehahne $
6

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

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

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