! update Group Permission, add module_advanced! upgrade-script will be updating Adminitrator Group
+ add 2 fields custom01, custom02 with VARCHAR to table pages! update upgrade-script with this 2 fields
- remove Template Engine Quickskin, but don't delete by upgrade-script on your webspace! see Revsion 1749 set pages field menu to default 1 by new install+ add folder DOCS to Twig with changelog, authours and licence please find the Twig Book as pdf, This is the documentation for Twig,
! add div container in page_content for each sections,! update droplets SectionPicker, ShowWysiwyg and ShowRandomWysiwyg! put sec_anchor in this div, sec_anchor fixed in all found files sec_anchor default now set to "section_", sec_anchor can't be empty for future developement
+ add Page extended to settings, ! to show experten mode in page settings! shows some more settings like icon dir
+ add missing preferences rights for sysadmin in install
Drop tables in installer fixedTwig_Autoloader activated
some modifications concerning the new autoloaderTwig Template engine v.1.7.0some droplets actualisizedunfinished changes in installer
! update upgrade-script, now don't overwrite existings values in settings+ add field tooltip to table pages in installer! change some module tool_icon.png (Tks to Stefek) ! add date_time string to backup_droplets.zip- search and comment out founded require_once(WB_PATH."/framework/class.database.php"); ...
fixes installer and upgrade-script
! update of installer and upgradescript for Revision 1664/1665+ add fields page_icon, menu_icon_0, menu_icon_1 to pages+ add settings values dev_infos and page_icon_dir! update languages files
+ Installer add const DEBUG to config.php! move const DEBUG and var $starttime from index.php to initialize.php
config.php added define to set admin-directory
made handling of config.php a little bit more easy
fixed class::methode print_error(...) overwrite in /install/save.php
! fix show_menu2 2th parameter for template round and allcss (Tks to Ruebenwurzel)! set fingerprint_with_ip_octets default to 2 in a new installation
christmas time corrected wrong files
did some changes and fixes found by testers
small changes in INSTALL and UPGRADE (Tks to unawave2)update upgrade-script showing from Version to Version (Tks to unawave2)add Servicepack version to header.htt
add new backend theme handling (Tks to Stefek)
languages Typo fix (Tks to pcwacht)update intro, fixed savingfixed install/save.php (Tks to pcwacht)
add FINGERPRINT_WITH_IP_OCTETS to table settings
+ Ticket 1058 added warn_page_leave (currently only in wysiwyg)
fixed headerinfos
update headerinfos
update install, changed some default settings to enabled
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
Ticket #925 Slovak Lang Missing in allowed install languages!
Ticket #886 fix validation email, check tld between 2-4 letters
Ticket #828 fix deprecated eregi
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
- Added new functions to admin dir (Thanks Argos and Ruud)
- Updated install and upgrade-script
- Adapted wb_theme and classic_theme to changed admin dir files
Bugfixes for ticket 728 (install without tables) - see changelog for details.
added skinable Admin Interface
add additional tr and td tags to the text_no_results message to get valid XHTML output if the search produce no matches
Redirect time for function print_success can now be defined in Settings (ticket #603)
fixed warning if database connection failed during installation process
Copyright notices now includes 2009
added config for section anchor.ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
Added norwegian translation (Thanks OEH)
allowed character "-" to be used in database names
search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search)
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
Removed hardcoded /admin folder strings from WB core files where possible
restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
added new languages to install script; fixed some issues and typos in languagefiles
fixed language bug (backend language switched to the pages language viewed in frontend)
fixed some errors in standard german language file
added new colloquially german language file (thanks to Michael Tenschert)
added visualization of wrong/empty input fields, fixed bug with re-enter of admin password
added missing session cookie forgotten in Changeset 593
added possibility to select the default backend language during installation process
added default language for users to avoid empty language fields
added new CAPTCHA and ASP (Advanced Spam Protection)
fixed bug in changeset 581 (reverts most of it)
Unique session-identifier for each website baker installation. fixes #354
Fixed E_NOTICE error in save.php (onl if input data from WB Installer was wrong).
Added support to configure the mailer settings via the backend
added new module-based search-function and publish-by-date code
added the "users in multiple groups" feature (closes parts of ticket #546)
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
Added FCKEditor as the new default WYSIWYG editor (htmlarea removed from the package)
Changed all copyright notices to include now 2008
Added Changeset [417] again to the trunk because removing it from the branches also removed it from the trunk
Removed changeset [417] from the 2.6.x branches because it is for WB 2.7.x versions
Added multilingual support to the search;Fixed ticket #385;
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 bug in installer
Removed use of GMX name in installation
Added 2007 to all copyright noticesAdded missing ID KeywordsRemoved not Unix conform line endings
Return to Search Results Page (#365)
Added phpmailer class (thanks to doc)
Fixed installer does not insert admin user, added missing default values for INT fields to save.php (#328)
Fixed bug #313 - MySQL strict mode installation issue with missing default values.
Ticket #162 - info top level domain not accepted in installation.
Changed INSERT SQL code for settings table in installation.
Removed a semicolon from settings table insert SQL query.
Style adjustment of the install script.
Updated all copyright notices to include 2006
Added default value '' to all varchar and text fields
Added default charset option to settings
Updated installer to add captcha_verification into settings table
Fixed a problem with the install script that occur when non-stock modules are already present and use $admin->print_error().
Fixed bug #70 - again...
Fixed the dubious header already sent bug in installation
Applied aportale's patch to use label instead of javascript toggle code
Fixed more inconsistencies regarding line endings and end-of-file newlines
Changed line endings in install/save.php to Unix format
Fixed save.php
Fixed ticket #46 - addon details are taken from database. Minor changes to install/save.php.
Fixed bug #70. Thanks to John.
Fixed bug #32 - (wrong use of add_slashes in installation script)