+ 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
Fixed SERVER_EMAIL in languages, needs double bracketsInstaller redesign Step 2
+ 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
change Website Baker to WebsiteBaker in installer
A small optical correction of the installer.
! 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
fixed:: detection of serverdefined charsets more different
christmas time corrected wrong files
fix droplet import after new wb installtion
fix droplet sectionPickerfix install config.php not writeable check table droplet if empty import examples
did some changes and fixes found by testers
new backend theme handling (Tks to Stefek)some fixes in install
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
update templates allcss and round (Tks to Rübenwurzel)Add UPGRADE InstructionsUpdate INSTALL InstructionsOptimize config.php handling for installation
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 #978 Add additional PHP 5.2 check to installationTicket #979 False PHP 4 requirements in installTicket #980 Usebility - Bug in the settings-interfaceTicket #981 typos in backend-theme "argos" in file groups.htt
Ticket #925 Slovak Lang Missing in allowed install languages!
Ticket #886 fix validation email, check tld between 2-4 letters
Ticket #874 add slovak lang in installand validate output
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
Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
- 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.
accidentally used stripos instead of strpos. fixed
Added norwegian translation (Thanks OEH)
some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
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
adjusted error/warning templates to the updated backend layout
adjusted background color of installation and upgrade script
Removed hardcoded /admin folder strings from WB core files where possible
added check for AddDefaultCharset to install
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 highlighting of active input elements to all WB backend areas; changed some colors
removed hover highlighting from installation routine to avoid possible confusion
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
fixed CSS background color of the installer CSS
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)
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
Updated installation footer
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.
Added notice for when PHP Session Support appears to be disabled in installer, even if it is enabled and the problem actually lies in the users browser #154
Ticket #162 - info top level domain not accepted in installation.
Changed INSERT SQL code for settings table in installation.