Fixed bug with dropdownlist in pages settings (ticket #713)
Update show_menu2 to version 4.8 (ticket #712)
Fixed small bug in Spain language file (ticket #711)
Updated Dutch language file (Thanks to Luckyluke)
Fixed MenuLink timeout with many large wysiwyg-pages (ticket #710)
Updated again Norsk language File (Thanks to oeh)
Updated Dutch language file (Zhanks to Luckyluke)
Updated Norsk language File (Thanks to oeh)
Fixed minor dispay issue in upgrade script
Updated French language files (Thanks to Quinto and VotreEspace)
Updated Danish language file (Thanks to Achrist)
Fixed not defined language variable in account/email.php (Thanks to Forum-User BlackTiger)
Fixed Typo in group_form.htt (ticket #705)
Added disclaimer to upgrade script
Removed hardcoded admin path from JSAdmin module (jsadmin/js/dragdrop.js)
Added language support for template_description (affects templates and themes)
fixed wrong path to images in news and form modul
fixed manage section is showed twice (ticket #694)
updated CHANGELOG
removed unneeded icons from wb_theme
removed unneeded stylesheet.css from account dir
renamed warning.htt to warning.html to fix display of sourcecode after invalid login attemps
added fixed error.htt also to classic theme
corrected info.php of news-modul
restore view.php to the running version of 944;changes of 946 are obsolete to this file - upload by mistake
Bugfix inside news-modul: publish-date isn't display in the detail view.Modify error.htt template for valid xhtml-output.
bugfix for #693, add the section_id to the query to aviod conflicts changes the center tag inside the warning.htt templates to get valid xhtml1.1 output ...
added skinable Admin Interface
added update of search table missing in Changeset 941
fixed wrong index in language array and removed some comment lines
addon overview to show advanced options after redirect from reload.php
fixed bug if language folder contains none language files (XX.php) or sub folders
added option to invoke module upgrade.php/uninstall.php files from backend (for modules uploaded via FTP)
Added option to invoke module install.php from backend (for modules uploaded via FTP)
Moved reload option of Add-ons to main Add-on section.
reworked logout to reset possible remember key in database when logging out
Fixed bug with smart login option (remember me) (ticket #689)
special chars like are shown when editing Add-on CSS files (ticket #678)
Redirect time for function print_success can now be defined in Settings (ticket #603)
Added reload option to Add-on section and removed Admin tool reload
Added option to display user name on all backend sides
fixed wrong redirect path and added Id tag
Added option to perform pre-installation checks to test requirements of Add-Ons
fixed warning if database connection failed during installation process
Added new captcha fonts and replaced old background images with the ones created by thorn
fixed some typos in German language file (thanks to freeSbee)
Mail text for register, signup and forgot mail now taken from WB language file (ticket #684)
removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)
Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)
Added default target attribut to backend menu links
Copyright notices now includes 2009
fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)
added French languages to modules
added hour and minute support to default published_when field in news modul
changed handling of post_date in news modul (thanks to susigross)
Removed obsolete Codepress framework from the include folder.
Added Javascript syntax highlighting framework EditArea as replacement for Codepress.
fixed typo in CHANGELOG
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