Fixed bug introduced in [484]
added changeset [495] to branches
fixed issue with special chars in news feed
Added changeset [493] to branches
Fixed search issue if single quotes and double quotes are not stored as entities (Thanks to thorn)
Added changeset [490] to the branches
Fixed issue with escaped single and double quotes in search result (Thanks to thorn)
Added changeset [488] to branches
Fixed issue with escaped single quotes in pagenames generation (thanks to thorn)
Added changeset [486] to branches
Fixed bug in search wich displays not all hits
Added changeset [484] to the branches
Fixes an issue with changing the menu_title also changes the page name in the /pages dir;Now page name only changes if page_title is changed and menu_title is independent from page_title and page name.
Added changeset [482] to the branches
Again fixed some issues with search results page on some php4 servers (Thanks to thorn)
added changeset [480] to the branches
Fixed ticket #396;search result displays private and registered pages to not logged in users.Thanks to thorn
added changeset [478] to the branches
speeded up highlighting on big WYSIWYG pages;fixed: '>' wasn't shown in highlighting result;Thanks to thorn
Added changeset [476] also to branches
Added function wich replaces mbstring cause this seems not to work properly on some php4 versions (Thanks to thorn)
Added changeset [474] to the branches
Fixed again bug in search with some html tags (Thanks to thorn)
Added changeset [472] also to the branches
fixed ticket #402 Thanks to Thorn
Added changeset [470] also to the branches
Fixed ticket #390
Added changeset [468] also to the branches
Fixed bug in search with some html tags (Thanks to thorn)
Added changeset [466] also to the branches
fixed ticket #401
Added changeset [464] also to the branches
Fixed some possible page crashes wich are caused from php if strlen is used (see http://bugs.php.net/bug.php?id=24460 and http://bugs.php.net/bug.php?id=27070 and http://ilia.ws/archives/5-Top-10-ways-to-crash-PHP.html for this) Thanks to Thorn
Added changeset [460] and [461] to branches/2.6.x
fixed typo in CHANGELOG
Added support for ISO-8859-6. WB now fully supports UTF8 and all ISO charsets except ISO-2022-JP and ISO-2022-KR. This languages only can be used with UTF8.
Added Changeset [458] and [459] to branches 2.6.x
Added svn:executable to new files
Added package which allows to integrate optional JS & CSS module files (frontend.css, frontend.js, backend.css, backend.js) into the <head> section of the HTML code. This allows developers to code modules which creates (X)HTML valid output.
Added new functions page_css and page_javascript to the built in templates
Added search highlight class to css files of the built in templates
Added wrapper to functions.php if mb_string is not available
Added missing search/search_convert.php
again copied all changes for WB 2.6.6 from trunk to branches
Added Changeset [417] again to the trunk because removing it from the branches also removed it from the trunk
Edited CHANGELOG and set version to 2.6.6
Removed changeset [417] from the 2.6.x branches because it is for WB 2.7.x versions
copied all changes from trunk to branches
Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
Edited CHANGELOG
Optimized search and highlighting funktions
Fixed a bug in menulink; if you deleted a menulink page the linked page was also deleted in the pages directory (Special thanks to "Funky_MF" for the fix)
edited CHANGELOG
Fixed issues with some languages when UTF8 is used.Removed all htmlentites from the code (revoked changeset [396]) and added new functions instead.Adapted the search and the highlighting to use the new functions.With this changes WB can now be used with charset UTF8 for all languages.
Edited last changes to CHANGELOG
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]
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.
Fixed issue in the search table entries of form modul
Fixed some bugs in rss.php
Fixed error when uninstalling the news modul
Added Id keywords to all missing files
Added the Id keyword to class.wbmailer.php
Fixed issue with Permissions for pages sections
Fixed form modul stores empty records
Creating 2.6.5 tag
Removed mention of GMX name
Updated installation footer
Updated links to Website Baker website
Fixed bug in installer
Removed use of GMX name in installation
Fixed some minor javascript errors in admin (thanks to pcwacht)
Fixed root_parent doesn't get updated when moving item in menu (#305)
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Fixed IE allows to set a page as parent of itself (#320)