Created 2.7.x branch
fixed CAPTCHA language-files once again.
fixed some more language-files
ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
Added norwegian translation (Thanks OEH)
Added RU-language-files, provided by user shlack; converted to entities.
fixed an issue with text-captcha (default text got saved). Changes default text.
added missing Dutch language files for core modules
Removed colloquially german language files as the filename causes issues
fixed some errors in standard german language file
added new colloquially german language file (thanks to Michael Tenschert)
Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].
Added default index.php to all folders to prevent directory spoofing
captcha admin-tool: fixed display-issue with Firefox.
Text-captcha: moved text-file to database.
Security bugfix: Text file for text-captcha was readable from everywhere. Text-captcha: empty line in test file, following a question, was accepted as answer. Fixed.
Text-CAPTCHA: added description how to input questions and answers.
Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt
added keyword id to new file;
fixed spelling error in german language file of captcha modul
Added new CAPTCHA (calc_ttf_image). Changed call_captcha() to output a table-layout. Some minor changes to captcha-code.
Added preview-images for CAPTCHA. Improved security: CAPTCHAS can't be loaded from outside WB
Added keywords to files where they are missing
added new CAPTCHA and ASP (Advanced Spam Protection)