Project

General

Profile

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