Created 2.7.x branch
Set version to 2.7
Fixed bug in the PL language file of the JS calendar
Added some basic functions for module developers
fix: allow external urls for search-results
fixed jscalendar's language-files
Fixed possible clashes with intro page feature and WB core file /pages/index.php
revert back to pagename-creation from $page_menu, instead of $page_title
Fixed bug introduced with Changeset 826
Added show_menu2() to pre-installed WB modules (many thanks to Brodie Thiesfield for this great menu function replacment)
Allowed tags for multi-lingual module descriptions
fixed issue with multigroups (level 0 page-creation)
fixed language-files
ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
Fixed WB-Link Plugin to work with WB versions below 2.7 (so we can use the same module for WB 2.6.x and WB 2.7)
Modified FCKEditor WB-Link Plugin to work also with WB versions below 2.7
Added the latest FCKEditor v2.60
removed the outdated FCKEditor v2.51
fixed error in german laguage file
set version from 2.7 (RC3) to 2.7 (RC3a)
removed some obsolete language variables from news and form module (now defined in global WB language files)
enlarged admin tool icon to match size 50x50px of the other icons
Moved language variables for edit module CSS from modules language files to core language files
Added norwegian translation (Thanks OEH)
imported new russian translation from User shlack. Many Thanks
fixed viewing_groups-handling in /admin/pages/add.php
some small fixes: group_id/groups_id-handling, safe_mode-query in install, better work-around for issue with phplib and code-module (removed {})
Added workaround for the template parser class
Moved edit module CSS functions from modules to WB core (avoid code duplication; improve maintenance of code)
minor layout change
allowed character "-" to be used in database names
fixed: Language-redirect removed query-string from URL
set WB version to 2.7 (RC3) for the next upcoming release candidate
some code clean up in news/form module
small adaption of the edit CSS function file css.functions.php
updated edit module CSS functions to include backend.css into head if possible
Fixed bug in decryption routines of the Output-Filter module
added handling of missing characters to mailto encryption routines
fixed bug with registration of users are not added to signup group
Some code clean-up in News module
fixed some layout issues with Form module (combination with Output-filter)
Fixed layout issue with optional subject/body text of encrypted mailto links (carriage return)
Fixed bug in the mailto encryption code of the Output-Filter module
removed typo in English language file
added updated edit CSS functions to the News module
added updated edit CSS functions to the Form module
fixed bug in output filter (mailto links with HTML entities in optional part)
added missing translation to Dutch language file (thanks Bramus)
WYSIWYG: changed field text to LONGTEXT, too.
Some cleanup in search.php
Updated Dutch language file (Thanks to Bramus)
fixed E_NOTICE-message in admin/modules/details.php
search: added missing code to allow query of external data and to process the search data itself
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)
Updated Danish Language file (Thanks to Achrist)
Added RU-language-files, provided by user shlack; converted to entities.
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 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
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
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 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)
Updated upgrade script (added WB2.7 basic styles, pre-checks and disclaimer)
Updated upgrade script