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 '
added config for section anchor.ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
search: added search_lang for use in search-form. Using DE, the search will search รค=ae,... (alternate spelling of german umlauts)removed undocumented word-boundary searchsearch_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...
removed useless init_utf8funcs()-function
fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE, added $database = new Database(); in front of output-filter
page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.
Hebrew-table in charsets-table.php was faultily imported - fixed.
changed register_backend_modfile() to work with wysiwyg-module, too
fixed file-naming issue when old page-names (from before 2.7) contains "&"
class.admin.php deletes actual query-string while redirection. fixed.
Added some basic functions for module developers
ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
removed some obsolete language variables from news and form module (now defined in global WB language files)
Added keyword Id to new files
Moved edit module CSS functions from modules to WB core (avoid code duplication; improve maintenance of code)
fixed: Language-redirect removed query-string from URL
updated edit module CSS functions to include backend.css into head if possible
fixed charset names (uppercase)
fixed issue with highlighting while charset != utf-8
search: great speed-up with large pages - requires PHP >= 4.3.3; small speed-up for PHP < 4.3.3.FCK-Editor: loads large pages faster
fixed another issue with utf8_isASCII() (too slow with many ~100KB pages)
fixed an issue with utf8_check() (too slow with many ~100KB pages)
adjusted error/warning templates to the updated backend layout
Removed hardcoded /admin folder strings from WB core files where possible
fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
fixed issue with smart view URL link
fixed an issue with highlighting
fixed issue in pagename generation if AddDefaultCharset is set (as work-around).
fixed hebrew transliteration-table. Thanks to forum-member iti.
added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)
suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor
some minor changes in utf-8 translation-table
modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)
fixed language bug (backend language switched to the pages language viewed in frontend)
fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section
fixed E_NOTICE warning with already defined module frontend constants