Added multilingual support to the search;Fixed ticket #385;
changed MODULE_DESCRIPTION variable to module_description as we use in the modules languages also the lowercase version
Fixed some issues in search highlighting function (Thanks to thorn)
Added new function for highlighting search results in the content area; Fixed some issues in search with special chars; (Special thanks to "thorn" and "Funky_MF")
Fixed bug in changeset 428 (page files were not removed from the /pages folder when deleting files from the backend due to a typo in wb/framework/function.php).
Added functions page_css() and page_javascript() to frontend.functions.php. Function include link references in the head section to the optional module.css and module.js files.
Suppressed PHP warnings and errors when reading empty intro.php
Applied fix to allow parsing of PHP code in the intro page (/pages/intro.php)
Security enhancement (reduced number of login trials from 50 to 3).
Fixed wrong error message in form modul
fixed typo in changeset [428]
Edited CHANGELOG
Fixed ticket #380 (Thanks to pcwacht)
Updated version
Updated CHANGELOG
Copied bug fix from trunk into 2.6.x branch
Added new variable $MODULE_DESCRIPTION wich allows to have optional a language specific description of the modules in the language files of the modules.
Fixed "REMEMBER_KEY" Cookie SQL Injection security issue (#376)
Created up-to-date 2.6.x branch (based off 2.6.5 tag)
Deleted 2.6.x branch (out of date)
Updated some core files to allow the configuration of PHPMailer via the admin settings panel instead of config.php. PHPMailer related settings are now stored in the Website Baker database. The following settings can be configured:SMTP-host, SMTP-authentification , SMTP-password and SMTP-username.
Also available in: Atom