updated external PHPMailer class to latest version (v2.3)
fixed error message in admin class if type array not defined
edit changelog
Code-Snippets are not longer displayed as type unkown; addidtional key $TEXT['CODE_SNIPPET'] in the languagefiles; not full translated
made news Modul multilingual, see ticket #676 (some additional translations are needed)
fixed bug in view.php of news module ( #676 Thanks to susigross)
fixed another bug in view.php of news modul introduced in changeset [892]
added default new language variables to all language files
modul_uninstall: Removed undefined and unused constants (DB_FETCHMODE_ASSOC)
modul_uninstall: added language variable $TEXT['FILE'] instead of "Datei"
update the changelog (forgotten by mistake)
replaced in news modul special chars with entities to get valid output;changed SESSION ID Separator from '&' to '&' to get valid outputRemoved the <p> tag around the news as it is added from the editorset version to 2.8 BETA
update the changelog
fixed two issues with searchresult-highlighting: do not highlight in
/-tags, do not convert < to &lt; anymore.
-tags, do not convert < to &lt; anymore.
changed mailer to not extract line break of alternative body text
updated output filter regex to exclude mail addresses contained in input fields
added redirect-type (301/302) to menu_link
updated upgrade-script.php to add sec_anchor field to settings table
search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '
reverted changeset 876
only a svn test
Module code: curly backets get deleted by pparse() from phplib -> old fix in #569 wasn't that smart. Fixed.
fixed some typos in DE language-file, added missing tab in search.php
news: added PAGE_SPACER to $page_title (creates e.g. title-32.php instead of title32.php)
updated menulink and search to use configureable section-anchor
added config for section anchor.ATTN: add "INSERT INTO TABLE_PREFIX.'settings' (name,value,extra) VALUES ('sec_anchor', 'wb_', '')" to upgrade-script.
improved ext_charset to work with latin1,cp1252,cp1251,latin2,hebrew,greek,latin5,latin7,utf8
search: added search_lang for use in search-form. Using DE, the search will search รค=ae,... (alternate spelling of german umlauts)removed undocumented word-boundary searchsearch_path is now anchored to the beginning of link ("link LIKE '$path%'" instead of "link LIKE '%$path%'")...
removed useless init_utf8funcs()-function
Captcha: removed IFRAME for Calculation-as-text captcha
News: total number of news wasn't calculated correctly
updated basic templates according the template guidelines
fixed display issue in news modul
updated show_menu2 to version 4.7
Added captcha-reload
search: fixed windows-related regex issue
updated to latest FCKEditor version 2.6.3
fixed sorting order of search-results
fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE, added $database = new Database(); in front of output-filter
fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha
Updated to latest FCKEditor version 2.6.2
page-names with doubled (or more) points can not be handled if php runs as cgi. Thanks to forum member hgi2001.
applied additional mail check to forgot login form
class and id attributes in mailto links are no longer ignored by the output filter
fixed issue with captcha (mt_rand() instead of rand()); fixed bug in search (link to http://.../search/index.php performs a search with string 'unset')
Added output of block number to section admin if no block name is specified
Added output of block names to modify pages dialogue if blocks are enabled
Updated show_menu2 to version 4.60 (to avoid disappearing menus)
Hebrew-table in charsets-table.php was faultily imported - fixed.
modified output filter routine to prevent errors if database entries do not exist
changed register_backend_modfile() to work with wysiwyg-module, too
fixed file-naming issue when old page-names (from before 2.7) contains "&"
class.admin.php deletes actual query-string while redirection. fixed.
fixed validiation bug in option fields of form modul
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)