adjusted layout of calc_text-captcha.
Module form: user supplied input isn't lost on captcha-failure anymore
added keyword id to new file;
fixed spelling error in german language file of captcha modul
commited missing file CHANGELOG from changeset 615.
Added new CAPTCHA (calc_ttf_image). Changed call_captcha() to output a table-layout. Some minor changes to captcha-code.
added missing ID tags, corrected typo in CHANGELOG
added default language for users to avoid empty language fields
Fixed some spelling errors in german language file
Module form: dropdown "success page" listed foreign private pages, too. Fixed.
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 bug in Javascript Admin module
Added new language files
removed forgotten debug output
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.
removed some wrong set keywords
Added keywords to files where they are missing
changed WYSIWYG content field from text to longtext (allows more than 65'534 characters)
Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)
module news: added publish_until field to control the visibility of a news-posting by date and time
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)
Removed changes introduced with Changeset 593 (need to agree if we want add this to the core with WB2.7)
fixed bug in news module: Dont allow comments if commenting is disabled or post or post's group is inactive
Generate filename in pages/ from page_title instead of menu_title.
fixed bug in Codepress integration (if codepress framework not installed)
added language support to all integrated modules (except for news and form module)
fixed another E_NOTICE warning
Added German language file for WB 2.7
Added multi-lingual Admin tool description. Moved Admin tool language text from global language file to module language files. Added function get_variable_content to allow extraction of variable without including files.
Added keywords to new mail filter files
added second icon to calendar-fields in manage-sections to empty date-fields. Changed calendar-icon to clock-icon. Added new icon (clock_del_16.png) to images.
Removed the manage section icon from the page admin (sections managed by publish by date function).
Fixed bug with the edit module CSS file implementation (IE7, Opera)
fixed bug in changeset 581 (reverts most of it)
Unique session-identifier for each website baker installation. fixes #354
upgrade-script.php: added code to upgrade menu_links
upgrade-script.php: fixed mysql_error() handling. added code to update menu_links (partly finished)
fixed a typo in upgrade-script.php
Fixed E_NOTICE error in save.php (onl if input data from WB Installer was wrong).
Added the new admin tool email output filter which allows to transform emails before displaying them on the frontend
module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed
updated admin/pages/sections.php to changed jscalendar-api from changeset 571
fixed E_NOTICE-warning in news-module (SECTION_ID)
Added keywords to new files
adapted news-module to use the new jscalendar, removed old one
Some minor changes. Reduced success time out, set WYSIWSY background colgor to white, fixed some errors in the form module (only in conjunction with E_ALL)
Module code: curly backets get deleted by pparse() from phplib. fixes #553
Added support to configure the mailer settings via the backend
Fixed bug in news modul with missing variable PAGE_DIRECTORY
upgrade-script: added code to convert old menu_links to new ones (partly)
Module menu_link: added dropdown-listbox to select anchor
changed version number of form modul
added again keywords to news modul files
Updated news modul with features from the advanced news modul
added keywords again to form modul files
Updated form modul with features from the advanced form modul
Added keywords to modules/fckeditor files
Fixed hardcoded /pages issue in intro page feature
fixed two E_NOTICE-warnings in admin/pages/index.php
Added example .htaccess to parse .html files, fixed bug in changeset [555]
Revoked parts of changeset [547] and again introduced changeset [540]
adjusted headings in admin/pages/index.php
added new module-based search-function and publish-by-date code
Reintroduced some more changes from changeset [520] and [540] which where overwritten by changeset [546]
removed the PAGE_EXTENSION added with changeset 549
fixed bug in frontend login and multiple groups (in conjunction with error_reporting = E_ALL)
Added keywords to new Admintools files
Reintroduced changes from changeset [520] and [540] wich where overwritten by changeset [546]
Revoked changeset [541] end removed all PAGE_EXTENSION variables and the related option in WB settings as this function only works on Apache Servers together with .htaccess and mod_rewrite...
added the "users in multiple groups" feature (closes parts of ticket #546)
fixed two issues with menu_link: adding a menu_link as first page did not worked; and an E_NOTICE-warning
changed admin/pages/save.php to allow hidden config-elements in table search
module menu_link: fixed page-deleteing-bug and some odd behavior, added table mod_menu_link
fixed #532 - PHP Error levels
Replaced hardcoded .php with the variable PAGE_EXTENSION for the use in pagenames. (!!Attention!! To get extenions other than .php working additional fixes are necessary!) Fixes ticket #370
Replaced the variable PAGE_EXTENSION with hardcoded .php on all places where the pathes points to WB Corefiles with the page extension .php
Added a missing </tr> tag in Changeset 536
Replaced hardcoded text in login.php with language variables (fixes #386)
re-introduced bugfix of Changeset 472 (fixes ticket 402) accidentally removed by Changeset 529 (enhanced pages admin)
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.
Bug fix for ticket 525. Prevents that installed modules with identical version are updated again.
corrected link in /admin/login/template.html and increased redirection timer for success messages
updated PHPMailer framework to version 2.0.0 (/include/phpmailer)
this bugfix closes ticket 412 (direct call of admin/settings/save.php clears database)
Fixed error with redirection to admin panel after installation due to already defined constant VERSION (redirection fails if PHP errors/warnings are displayed).
introduced smart URL detection for the 'View' menu in the WB backend (if page_id is set, redirect to this page instead of the root)
introduced the enhanced pages admin dialogue developed by icouto
Added the FCKEditor module files missing in Changeset 527 (/modules/fckeditor)
Added FCKEditor as the new default WYSIWYG editor (htmlarea removed from the package)
Added constants MOD_FRONTEND_CSS_REGISTERED and MOD_FRONTEND_JAVASCRIPT_REGISTERED to function frontend.functions.php to allow modules to check if the register_frontend_modfiles function is invoked from the index.php of the current template.
Fixed Typo in CHANGELOG
Added new version again
Delete codepress because of SVN errors
- Update codepress to Version 0.9.6- Update phplib to Version 7.4a
Upgrade pclzip to the newer more php5 complaint version 2.6, see ticket #526
Fixed #542 (thanks to Thorn)