updated external PHPMailer class to latest version (v2.3)
fixed error message in admin class if type array not defined
Updated languagefiles, not included in 903 by mistake.
Code-Snippets are not longer displayed as type unkown; addidtional key $TEXT['CODE_SNIPPET'] in the languagefiles; not full translated
Add time-check to the MySQL Query inside rss.php to avoid the problems described in #609
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]
Update Languages NL and PL
Updage Language Files: ES und PT
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"
remove debugging code
added language-support for the error-messagesfor the uninstall files for modules and templates.update german languagefile with the new textes.
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
Tcket #607: including the frontend.css in comment_page.php in the news-modules
Tcket #610: add the IP-Address to the EMail-Body in the Form-Modul
removed a query - the table isn't in wb2.7 anymore
add 'order by name' to the select-query to display the admintools in alphabetic order.
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 '
Remove undefined and unused constants (DB_FETCHMODE_ASSOC)
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
Bugfix for Ticket #608
Modify to get informations where the modul is in use whena user try to uninstall it.
Modify to get informations where the template is in use whena user try to uninstall it. Additional informations if the template is the standard-template.
fixed display issue in news modul
added missing ID Tag
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
fixed minor issue in upgrade-script.php introduced in changeset [820]
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 CAPTCHA language-files once again.
removed doubled entry $TEXT['START']
fixed some more language-files
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 keyword id to new files
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)
added missing group_id in INSERT-query
accidentally used stripos instead of strpos. fixed
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)
Added keyword Id to new files
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