search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
Fixed missing <body> tag in Admin Interface (#572)
adjusted error/warning templates to the updated backend layout
replaced one icon in admin interface
fixed loading time and some display issues in IE6 of the new admin interface and tweaked the new admin interface a little bit.
set version number to 2.7 (RC2) for the upcoming second release candidate
fixed issue with smart view URL link
made an addition to changeset 733
added missing sorting to language dropdown in admin/pages/settings.php
fixed ticket #562, applied changes from user tavitar with some own additions
added workaround for language sorting-problem
Changed language sorting from directory to name (needs additional to be escaped!)
Fixed issue with two broken links
adapted color for onmouseover effect
Website Header field in Settings now visible per default; Modified templates to display Website Header and to use show_menu instead of page_menu.
added highlighting of active input elements to all WB backend areas; changed some colors
modified some colors and CSS definitions of pages, media and section interface
sections: fixed layout-issue with IE7 (hopefully, can't check this)
allowed usage of tags in settings fields: website_header, website_footer
Added missing text in languages files for jscalendar
fixed wrong redirect in /admin/images
Settings: pages-directory '/' will be converted to '' (empty string) on save.Changed last remaining call to my_htmlspecialchars() to htmlspecialchars()
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
Adjusted clock-red icon to match wb colors
Fixed parent dropdown in admin/pages/settings.php, too.
admin/pages: the parent dropdown-list showed foreign private pages, too. Fixed.
fixed bug with text Captcha (input restricted to 10 characters) and a small layout issue
Had to fix some strtotime()-related issues in admin/pages/sections and module news to use with PHP4.
fixed issue with top bar icon alt tag
added some more backend layout modifications, corrected bug in NL.php language file
Re-introduced Changeset 593 (filename in pages/ from page_title instead of menu_title)
replaced static text line with variable text from language file
introduced the WB 2.7 backend style developed by Michael Brinsteiner (escpro), thanks man
added default language for users to avoid empty language fields
added new CAPTCHA and ASP (Advanced Spam Protection)
Removed changes introduced with Changeset 593 (need to agree if we want add this to the core with WB2.7)
Generate filename in pages/ from page_title instead of menu_title.
fixed another E_NOTICE warning
Added multi-lingual Admin tool description. Moved Admin tool language text from global language file to module language files. Added function get_variable_content to allow extraction of variable without including files.
added second icon to calendar-fields in manage-sections to empty date-fields. Changed calendar-icon to clock-icon. Added new icon (clock_del_16.png) to images.
Removed the manage section icon from the page admin (sections managed by publish by date function).
updated admin/pages/sections.php to changed jscalendar-api from changeset 571
Some minor changes. Reduced success time out, set WYSIWSY background colgor to white, fixed some errors in the form module (only in conjunction with E_ALL)
Added support to configure the mailer settings via the backend
Fixed hardcoded /pages issue in intro page feature
fixed two E_NOTICE-warnings in admin/pages/index.php
Revoked parts of changeset [547] and again introduced changeset [540]
adjusted headings in admin/pages/index.php
added new module-based search-function and publish-by-date code
Reintroduced some more changes from changeset [520] and [540] which where overwritten by changeset [546]
fixed bug in frontend login and multiple groups (in conjunction with error_reporting = E_ALL)
Added keywords to new Admintools files
Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]
Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...
added the "users in multiple groups" feature (closes parts of ticket #546)
changed admin/pages/save.php to allow hidden config-elements in table search
module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link
fixed #532 - PHP Error levels
Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames. (!!Attention!! To get extenions other than .php working additional fixes are necessary!) Fixes ticket #370
Added a missing </tr> tag in Changeset 536
re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally removed by Changeset 529 (enhanced pages admin)
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
Bug fix for ticket 525. Prevents that installed modules with identical version are updated again.
corrected link in /admin/login/template.html and increased redirection timer for success messages
this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
Fixed error with redirection to admin panel after installation due to already defined constant VERSION (redirection fails if PHP errors/warnings are displayed).
introduced the enhanced pages admin dialogue developed by icouto
Changed all copyright notices to include now 2008
Edited CHANGELOG and set version to 2.6.7
Fixed bug with settings2.php and page extensions
Fixed bug introduced in [484]
Fixed issue with escaped single quotes in pagenames generation (thanks to thorn)
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.
fixed ticket #402 Thanks to Thorn
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 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
Fixed ticket #392; root_parent not being set correctly (Thanks to eggsurplus)
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)
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.
changed MODULE_DESCRIPTION variable to module_description as we use in the modules languages also the lowercase version
Security enhancement (reduced number of login trials from 50 to 3).
fixed typo in changeset [428]
Fixed ticket #380 (Thanks to pcwacht)
Added new variable $MODULE_DESCRIPTION wich allows to have optional a language specific description of the modules in the language files of the modules.
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.
Added Id keywords to all missing files
Fixed issue with Permissions for pages sections
Updated links to Website Baker website
Fixed some minor javascript errors in admin (thanks to pcwacht)
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)
Fixed a small IE layout issue in adminActualized CHANGELOG
Fixed problem with Page Title has to be escaped (#287)
Fixed missing message when adding a site without page title (#300)
Removed changeset 365 because it is for WB 2.7.xChanged version to 2.6.5Completed CHANGELOG
Added Remember-expanded-pages-in-admin (thanks to ephraimt)
Added List sorting in admin area (thanks to rsmith)
Fixed addons table isn't updated when a modul is updated (#332)Added new upgrade_function (thanks to kozmoz)
Fixed intro page doesn't save correct. See #71.