fixed inclusion of SecureFormadded IDNA/Punycode to wb::validate_email()
fixed headerinfos
update headerinfos
captcha patch (Tks to FrankH)
add jquery-include.js (Tks to Stefek)update bind jquery in frontend, jquery-include.js and jquery-insrt.js are included
add ini_set('display_errors', 1) (Tks to Thorn)update headerinfos
start recoding without style display:none
Ticket #995 update jquery-ui.css and images (Tks to Ruebenwurzel)add languages files for jquery datepicker (tks to Ralf) Ticket #994 WYSIWYG editors sorted by name (tks to Aldus)
Ticket 963 Minor XSS issue in admin loginupdate jquery-ui-min.js from 1.7.2 to 1.8.0Fixed typo in the english language file
Tickets #932 change deprecated eregi functions Tickets #948 fixed Multiple use of same parametrised droplet - parameter handlingUpgrade Droplets to Version 1.0.3update some headerinfosnon existing pages, will be created if clicking save in page settings
Ticket #950 missing classes in theme.css ( Tks to Ruebenwurzel )update jquery-min.js to version 1.4.2
Fixed wrong themes path in jquery_theme.js, that plugins works correctlyimages icons to run base themes
continue update headertext
update headertext
update jquery 1.4.0 to 1.4.1, removed include/jquery/pluginsupdate backend themes
Ticket #921 fix issues in IE by using EditArea framework
Ticket #921 Update EditArea frameworkfix stylings wb_theme, fix upgradescript
update jquery to version 1.4, rename old one to jquery-min132.jsfixed argos theme
update header info
updated YUI 2.4.1 to 2.8.0r4
Ticket #907 js files in backend themes are stored at wrong placesadd include/jquery/plugins/toggle_zip.jsremoved toggle_zip.js in backend themes
updated pclzip class
fix some PHP 5.3 deprecated functions
Fix to load edit_full_area only if needed
added forgotten jquery-fancybox.js Version 1.0
added old version of fancybox.jsrename new version fancybox added missing language variables in newsmodul, still needed to translate
Fix Bugs headersend errors in some core filesdelete whitespaces after ?>
update jquery fancybox from 1.0 to 1.2.1 add fancybox imagefolder incl. fancybox.css
Created 2.8.x branch
VersionCompare inside addon.precheck.inc.php use a new function to avoid conflicts within wrong results comparing versionnumbers/-strings.Also remove PHP-Code inside "calender-system.css" (line 36) .
readded to phplib/template.inc $clear: whether to delete undefined vars or not
was already added in WB 2.7 but was deleted for unknown reasons
changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings. Also "wb-setup.php' inside the jscalendar folder.
Fixed wrong path to unitpngfix.js and added missing script
Fixed Backend-Themes to get more valide output (Thanks to Luisehahne)
Update JQuery UI Version number
Update PHPMailer to version 2.0.4 (ticket #733)
Update Editarea to version 0.8.1.1 (ticket #732)
Update JQuery UI to version 1.7.2 (ticket #731)
-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)
- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)
- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)
- Added jQuery-insert.js and jQuery plugins (Thanks to Luisehahne)
- Moved images in lQuery plugins folder (Thanks to Luisehahne)
- fixed small german language issue in jscalendar (Thanks to Luisehahne)
replaced jQueryUI and added index.php to folders
Added jQuery(1.3.2) and jQueryUI(1.7.1) to WB core (ticket #708)
Updated Norsk language File (Thanks to oeh)
Added new captcha fonts and replaced old background images with the ones created by thorn
removed PHPMailer fix introduced with 2.0.3 to get SMTP working again (line 1041 in class.smtp.php)
Copyright notices now includes 2009
Removed obsolete Codepress framework from the include folder.
Added Javascript syntax highlighting framework EditArea as replacement for Codepress.
updated external PHPMailer class to latest version (v2.3)
Module code: curly backets get deleted by pparse() from phplib -> old fix in #569 wasn't that smart. Fixed.
Captcha: removed IFRAME for Calculation-as-text captcha
Added captcha-reload
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')
Fixed bug in the PL language file of the JS calendar
fixed jscalendar's language-files
ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.
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
removed include/captcha/asp.php. css have to be added to module's css-files.
call_captcha: added parameter 'style', fixed some issue with parameter 'image' and text-style captchas
CAPTCHA: added parameter to call_captcha (can be one of: 'image', 'input' or 'text')
fixed issue with news and end-date
reintroduced include/captcha/asp.php
removed include/captcha/asp.php
CAPTCHA: Wrong text for calc_ttf-captcha.
Changed maxlength of captcha-fields - don't tell the bots how many chars we want to have.
added kewyword id to all new files
fixed path in jscalendar-css
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
fixed bug with text Captcha (input restricted to 10 characters) and a small layout issue
added keyword id
Had to fix some strtotime()-related issues in admin/pages/sections and module news to use with PHP4.
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.
Added missing keyword Id
Text-CAPTCHA: uses return() instead of exit() in case of error.
Text-CAPTCHA: added description how to input questions and answers.
fixed possible E_NOTICE-warning
Added Text-CAPTCHA on request. The captcha-text will be stored in temp/.captcha_text.txt
adjusted layout of calc_text-captcha.
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.
CAPTCHA ttf_image: added variant. Adjusted character-pool and one background for better readability.
Added preview-images for CAPTCHA. Improved security: CAPTCHAS can't be loaded from outside WB
fixed some issues with CAPTCHA and ASP: Adjusted baseline of '*' in supplyed fonts to meet baseline of numbers. Added counter to ttf_image generation-loop. Removed now unneeded GD-lib checks. Improved ASP in news-module.
Added keywords to files where they are missing
Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
ttf-CAPTCHA: check if string is completely inside the image.
Added strongly "condensed" fonts with many intersections for ttf-CAPTCHA as default fonts. It should be very difficult for spam-bots to recognize intersected characters.
added new CAPTCHA and ASP (Advanced Spam Protection)
Added keywords to new files
adapted news-module to use the new jscalendar, removed old one
Module code: curly backets get deleted by pparse() from phplib. fixes #553
added new module-based search-function and publish-by-date code
updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
Added new version again
Delete codepress because of SVN errors