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)
fixed issue in DA.php
Updated Danish Language file (Thanks to Achrist)
Added RU-language-files, provided by user shlack; converted to entities.
removed some debugging-code
Added class nixhier to frontend.css from form and news Modul (required for ASP)
removed include/captcha/asp.php. css have to be added to module's css-files.
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
Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)
fixed some small layout issues
fixed another issue with utf8_isASCII() (too slow with many ~100KB pages)
fixed an issue with utf8_check() (too slow with many ~100KB pages)
call_captcha: added parameter 'style', fixed some issue with parameter 'image' and text-style captchas
menulink: link can be menulink or subpage of menulink, too
adjusted error/warning templates to the updated backend layout
replaced one icon in admin interface
adjusted background color of installation and upgrade script
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
Removed hardcoded /admin folder strings from WB core files where possible
Added WB home folder fix proposed by the forum member spawnferkel.Defined <strong> and <em> instead of <b> and <i> as default tags.
CAPTCHA: added parameter to call_captcha (can be one of: 'image', 'input' or 'text')
fixed issue with output filter (all .@ in descriptive mailto part: >xxxxx</a> were replaced; now restricted to emails)
fixed issue with WYSIWYG pages (appears if backend language and page frontend language differs)
fixed issue with news and end-date
changed & to & in URL-string for nohighlight-feature and added a value
fixed issue with smart view URL link
fixed an issue with text-captcha (default text got saved). Changes default text.
fixed an issue with highlighting
reintroduced include/captcha/asp.php
made an addition to changeset 733
added missing title tag
added missing text in language-files
added missing sorting to language dropdown in admin/pages/settings.php
removed include/captcha/asp.php
fixed ticket #562, applied changes from user tavitar with some own additions
added check for AddDefaultCharset to install
fixed issue in pagename generation if AddDefaultCharset is set (as work-around).
fixed hebrew transliteration-table. Thanks to forum-member iti.
added bugfix from the forum member tavitar to fix an issue with multiple groups (module permission do not add up properly)
added missing Dutch language files for core modules
issue with menulink in upgrade-script. Fixed.
issue with menulink in upgrade-script. Fixed?
suppressed warnings in initialize.php if constant already defined; modified upgrade script to make FCK the new default editor
fixed bug in upgrade script (WBMailer setting)
some minor changes in utf-8 translation-table
some layout changes on the upgrade-script, fixed error in precheck
restricted database name and table prefix to "a-zA-Z0-9_" (avoid problems with non quoted table/field names)
added WYSIWYG DB update and missing WBMAILER settings to upgrade script (added some status messages)
modified upgrade script and suppressed headers already send message (avoid issues with error reporting E_ALL)
added workaround for language sorting-problem
added the FCKEditor module PHP connector fix found by the forum member Luisehahne (thanks man)
XSS-prevention in search.php: changed blacklist to whitelist.
Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)
Updated upgrade script
fixed possible(?) XSS-attack in search.php.
Changed language sorting from directory to name (needs additional to be escaped!)
added new languages to install script; fixed some issues and typos in languagefiles
fixed bugs in converted language-files (BG, CS, PL, RU)
Converted and added some old language-files (BG, CS, PL, RU)
Fixed issue with two broken links
Modified news module to create a default index.php during installation (directory spoofing)
removed German Umlauts in some language file (PHP comments)
removed last remaining DE_du.php
minor change in german language file
Removed colloquially german language files as the filename causes issues
fixed language bug (backend language switched to the pages language viewed in frontend)
updated upgrade-script (menulink)
menulink-module: wrong field in add.php. fixed.
menulink-module: fixed an issue with extern links
allow external links in menulink-module
fixed an highlighting-issue: highlighting a page with more than one sections mangled umlauts in the second to last section
fixed E_NOTICE warning with already defined module frontend constants
fixed some errors in standard german language file
added new colloquially german language file (thanks to Michael Tenschert)
removed all stuff other than page_content from the blank template
adapted color for onmouseover effect
added disclaimer to the upgrade-script as the script is not sufficiently tested yet
Website Header field in Settings now visible per default; Modified templates to display Website Header and to use show_menu instead of page_menu.
CAPTCHA: Wrong text for calc_ttf-captcha.
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
modified some colors and CSS definitions of pages, media and section interface
output_filter: fixed bug in regular expression (eats up characters in mailto links)
removed word boundary from mailto regex part in the output_filter module
sections: fixed layout-issue with IE7 (hopefully, can't check this)
fixed bug in menu_link module (IE 7 did not show the select boxes at all)
fixed bug in user signup
module output_filter: added word boundary for the mailto regex part to avoid problems with text mails and mailto mails in one single line
jsadmin: re-ordering of pages or sections wasn't saved. Fixed
menu_link: fixed issue with IE7 (hopefully, can't check this)
jsadmin: added latest changes from swen, fixes most (or all?) issues.
module news: set focus on captcha-field if user have to re-enter captcha
Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.
added kewyword id to all new files
Removed module mail_filter and added revised version under new module name output filter. Bugs with regular expression fixed.
removed wrong parameter from change_mode()-calls in function.php
removed non-ascii character from source
Removed unused function is_access_denied() from search