Project

General

Profile

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

    
5
$Id: CHANGELOG 1927 2013-06-10 10:59:53Z darkviper $
6

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

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

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