fixed headerinfos
update headerinfos
fixed class.wb.php to add class SecureForm
add jquery-include.js (Tks to Stefek)update bind jquery in frontend, jquery-include.js and jquery-insrt.js are included
delete class.secureform.phpadd newest SecureForm fixed Call to a member function read() on a non-object in function register_frontend_modfiles
securtiy fix in class.loginsee http://www.websitebaker2.org/forum/index.php/topic,20347.msg137554.html#msg137554
added some functions set status to 2.8.2 RC3
added function 'db_update_key_value()'
Ticket #1053, Ticket #941 show_breadcrumb
additional functions added in class.database
validation fixes in pages backend theme
Security fixes
fix if upgrade module can now overwrite existing newer files in modules foldersame fix for upgrade templates
syntaxfix in initialize.php
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
remove some unneeded code in backend themes templatessee forum: JQuery und Backend-Theme
added IdKey to class secureForm
add an extra class class.secureform.php and extends it to class.wb.phpcheck for installed modules before loading in content
update class.login.php (tks to Ruud)
update class.login.php
Validation fix in preference
fixed directory_list
litte fix to show GMT value in default viewfixed file_list
Ticket #985 With #1318 no login in backend possibleTicket #986 Typo inside the german language file Ticket #982 Unnessesary heredoc causes on errors while installation!Ticket #926/Ticket #928 Mail Notification on new user registration
Ticket #984 Removing outdated comment-block in class.login.phpTicket #983 Sorting order of modules and templates inside groups.php
Ticket #976 Using md5 also for the username inside class.login.php
little fixes for backwards compatible PHP4, pls test
show_menu2 remove unneeded code for WB < 2.7class.wb.php, recoding backend preferenceadd a language variable $MESSAGE['PREFERENCES']['INVALID_CHARS']update theme.css & preference.htt in argos_theme & wb_themeremove classic_theme
Ticket #971 Using $_POST in Admin - account - login.php (tks to Aldus)update class.wb.php added tokens function
Ticket #967 Typo in the mysql-query results in "not" upgrading the modul info ( tks to Aldus)
Ticket 963 Minor XSS issue in admin loginupdate jquery-ui-min.js from 1.7.2 to 1.8.0Fixed typo in the english language file
Ticket #945 fixed reloads function
recoded function extract_permission in /framework/functions.phpchange URL_HELP to http://www.websitebaker2.org/ in /framework/class.admin.phprecoded function preprocess in /framework/class.frontend.phpoptimize function getVersion in /framework/addon.precheck.inc.php
change constant EDIT_ONE_SECTION to default false
continue update headertextTicket #930 disabled SyntaxHighlighter from default WB Installationchange help url to www.websitebaker2.org
update headertext
continue update header info
set svn keywords
Ticket #869 Droplet-Engine does'nt work in some casecontinue update header info
Ticket #909 WYSIWYG Editor width destroyes backend layoutSet EDITOR_WIDTH to 0, This way backend theme developper can style the WYSIWYG Editor according to their themes.
removed wb_path as javascript var (thanks to Bianca)
fixed snippets including frontend.css and frontend.js without register_frontend_modfiles
update header
Ticket #911 3. continue to fix CSS-errors in WB backend
Ticket #911 Beginning to fix More CSS-errors in WB backendadd SVN- Revision to backend theme
Ticket #906 Search Template bugupdate editor min width logic dragableresize table
fix load_module, load_language (tks to Webbird)
Ticket #904 fix if templatename is equal language
Ticket #903 fix CSS-errors in WB backendadd title class in show_breadcrumbs, now full css styling
update revision ID
recoded function show_breadcrumbs
Ticket #896: Bugfix in framework/functions.php > added test is_dir to function rm_full_dir
fixed parse error ticket #878
fix some PHP 5.3 deprecated functions
add two constants in /framework/initialize.php for later feature in database settingsdefine('EDIT_ONE_SECTION', true) to edit only one section with editor in manage sectionsmodify page will be loading all sections with editordefine('EDITOR_WIDTH', 900) set min width for editor...
fixed breaking droplets by highlighting search-words in search result pages.
Fix Bugs headersend errors in some core filesdelete whitespaces after ?>
update function show_bread_crumb in framework/frontend.functions.php,replace separator with entities char, add title for multilingual,set breakcrumb in div container class="breadcrumb",set separator in span tag class="separator",
Ticket #815 Fix Warning: open_basedir restriction in effect. File is in wrong directory in load_template
Ticket #815 Fix Warning: open_basedir restriction in effect. File is in wrong directory in load_module
Security fix - wrong placed "exit()" inside class.wb
Add Missing code inside "framework/addon.precheck.php" (ticket #798).Changes inside "upgrade-script" to avoid "mysql_list_tables is deprecated" warnings (ticket #800).Add "global $admin" to the install.php of the droplets-module to avoid (variable isn't declared) warnings. (ticket #800).
Fixed bug in droplets. Multiple droplets with the same parameter did not extract the new parameter. (problem introduced by code optimisations for WB2.8) Fixed usage of the depriciated (PHP 5.3.0) split() function in class.wb. (ticket #772)Fixed notice ob_end_clean..failed to delete buffer. (ticket #779)
Changed the default searchform name in the installer. (ticket #775)Fixed the recursive redirect problem when a page is called with a wrong language parm (ticket #780)
Created 2.8.x branch
Replaced function mime_content_type as the old one causes shell_exec warnings on some servers (Thanks to Aldus)
Fixed bug that frontend.js, frontend.css and frontend_body.js are not used from snippets (ticket #764) (Thanks to Luisehahne)
Added option to use a frontend_body.js in modules to include javascript from modules in the body of the frontend (Thanks to Luisehahne)
Changes inside class.wb.php to get rid of the the print->footer() problematic in the frontend.changtes inside the adminsettings to alowed the user to use a "<" char inside his SMTP-Password.(thanks to FrankH)Add last changes to the changelog - missing by mistake.
VersionCompare inside addon.precheck.inc.php use a new function to avoid conflicts within wrong results comparing versionnumbers/-strings.Also remove PHP-Code inside "calender-system.css" (line 36) .
Moved backend.js back from <body> to <head>
Added possibility to add a backend_body.js to modules wich is then called in <body>
Added more meta tags to backend themes
Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
changed in class_login.php mktime() to time()
changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings. Also "wb-setup.php' inside the jscalendar folder.
Added option to use also MYSQL_ASSOC and MYSQL_NUM with mysql_fetch_array (Thanks to Luisehahne)
-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)
- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)
- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)
Fixed small bug introduced in changeset [989]
Add Droplets Modul to the project and the modificated files (index, seach and frontendfunctions)
Bugfixes for ticket 728 (install without tables) - see changelog for details.
Fixed bug with not always included stylesheets in backend (ticket #717)
added skinable Admin Interface
fixed bug if language folder contains none language files (XX.php) or sub folders
Fixed bug with smart login option (remember me) (ticket #689)
Redirect time for function print_success can now be defined in Settings (ticket #603)
Added reload option to Add-on section and removed Admin tool reload
Added option to display user name on all backend sides
fixed wrong redirect path and added Id tag
Added option to perform pre-installation checks to test requirements of Add-Ons
Added default target attribut to backend menu links
Copyright notices now includes 2009
Added Javascript syntax highlighting framework EditArea as replacement for Codepress.
fixed error message in admin class if type array not defined
fixed two issues with searchresult-highlighting: do not highlight in
/-tags, do not convert < to &lt; anymore.
-tags, do not convert < to &lt; anymore.
changed mailer to not extract line break of alternative body text
search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '