Project

General

Profile

  • svn:executable: *
  • svn:keywords: Id Revision HeadURL Date

# Date Author Comment
1868 2013-02-19 22:07 Dietmar

! change mysql_esc_string to WbDatabase::getInstance()->escapeStrinng()

1804 2012-11-01 23:50 Dietmar
  1. fixed Illegal string offset 'time' in \framework\SecureForm.mtab.php
    ! add delete Outdated Confirmations in backend
    ! show waiting Activations if exists in user management
  2. fixed html validaton errors in user management
    ! security fixes in admin/preferences/...
1801 2012-10-31 18:23 Dietmar

! upgrade-script: update if filesRemove or remove dirs failed
! update methode StripCodeFromText, add remove ,
! security fixes in form modul with StripCodeFromText

1781 2012-10-10 19:49 Dietmar

! fixed form modul (Tks to Ruebenwurzel)
! Send forgotten Theme CSS in Revision 1780

1761 2012-09-18 13:40 Dietmar
  1. fixed wrong MODULE_URL in form modul
  2. fixed loginForgot.htt missing vars in <title></title>
1757 2012-09-16 05:45 Dietmar
  1. fixed mysql_fetch_array() expects parameter 1 to be resource, boolean given
    by adding a new form on page,
    ! refactroring form/install.php to SqlImport, add a form sql dump
    ! correcting some SEC_ANCHOR in form
1740 2012-09-05 06:31 Dietmar ! frontend.functions.php remove return $content in page_content(),
incompatible with search logic
! /include/jquery forgot jquery version.txt
  1. /form/view.php fixed wrong compare syntax
1714 2012-08-29 14:23 Dietmar

! update module form
! not auth users get no confirmation mail, but can print message
! add replyto to received messages, so answer is possible by e-mail client
! add pagination to submissionlist

1655 2012-04-01 01:41 Dietmar

add replyto to form module (see DEVINFOS)

1607 2012-02-09 20:29 Dietmar

typofix in /modules/form/view.php (Tks to jacobi22)

1594 2012-02-03 11:21 Dietmar

fixed use of undefined constant fri in /form/view.php

1590 2012-01-25 19:14 darkviper

added request var to submit a request identifier. argument ?fri=12345 on GET-view will submit 'FormRequestId: 12345' by email

1584 2012-01-19 22:29 Dietmar

! form module, shows email-adress from body tag
- remove scrollable table in overview form module

1582 2012-01-19 04:07 Dietmar
  1. wysiwyg module, fix issues with magic_quote_gpc if on
  2. form module, fix regex for radio and checkbox (Tks to Ruud)
    ! form module, make show submission table scrollable
1579 2012-01-17 00:33 Dietmar

remove unneeded input fields in form settings

1575 2012-01-16 13:20 Dietmar
  1. fixed captcha error message in form module
    ! set form module to version 2.8.4
1573 2012-01-16 03:01 Dietmar

+ add automatically generated e-mail language form variable
! send confirmation mail with details to superadmin from SERVER_EMAIL
! send confirmation mail without details to sender from SERVER_EMAIL

1553 2011-12-31 16:03 Dietmar

! recoded formmodul, add dropdown email_fromname_field

1538 2011-12-10 16:06 Dietmar

! add table db engine in module install scripts
! some small updates in modules

1522 2011-11-12 00:37 darkviper little fixes
  1. /modules/output_filter/filter-routines.php little fix to inserting mdcr.js
  2. /modules/form/view.php little fix depending from recoded output filter
1491 2011-08-11 16:41 Dietmar

comment out $email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];

1457 2011-06-25 19:18 Dietmar

Preparing 2.8.2 stable, last tests

1437 2011-03-17 18:36 DarkViper

little fixes for xhtml-validity module 'form'

1405 2011-01-22 14:06 FrankH
  1. Security fix (XSS) in form module, thanks to Michael Schwarz
1385 2011-01-16 09:59 FrankH
  1. Security fix to filter out droplets from user input in news and form modules
1383 2011-01-15 15:09 FrankH
  1. Security fix for news module
  2. Some more Security fixes, thanks to Gerben van Veenendaal
1375 2011-01-10 20:43 FrankH
  1. Security fix for Form module (new version is 2.8)
  2. bugfix for delete_field in Form module
1208 2009-12-03 19:06 Dietmar

change searchstring mdcr.js, workout crypt emails in output_filter/filter-routines.php
comment out ob_end_flush line 259 in form/view.php

1136 2009-08-15 11:19 kweitzel

Created 2.8.x branch

1072 2009-07-16 20:50 Matthias

replaced all remaining mktime() with time(), except from third party scripts

1069 2009-07-15 22:28 Matthias

Fixed some validiation bugs in core and different modules (Thanks to luisehahne)

937 2009-02-18 15:57 aldus

fixed: typos in the section_id inside the action-link

936 2009-02-18 15:47 aldus

remove test_trash and unused variables in query (name and use_xhtml_strict) and add Stefanos suggetions for #588 in the action-string.

935 2009-02-18 14:10 aldus

Bugfix for #688 - remove "AND required = 1" inside the query in line 470 so all fields are cleaned

915 2009-01-21 20:27 Matthias

Copyright notices now includes 2009

914 2009-01-20 19:36 Matthias

fixed form-module select (multiple) doesn't work (ticket #681 Thanks to thorn)

889 2008-12-28 15:00 aldus

Tcket #610: add the IP-Address to the EMail-Body in the Form-Modul

864 2008-10-24 09:50 aldus

Bugfix for Ticket #608

839 2008-04-25 14:08 Matthias

fixed validiation bug in option fields of form modul

789 2008-04-02 21:49 doc

fixed some layout issues with Form module (combination with Output-filter)

762 2008-03-24 16:30 thorn

removed include/captcha/asp.php. css have to be added to module's css-files.

760 2008-03-23 07:33 Matthias

Updated form modul for valid output, removed all javascript (Big thanks to BerndJM)

759 2008-03-21 22:58 thorn

fixed some small layout issues

739 2008-03-02 22:10 thorn

reintroduced include/captcha/asp.php

734 2008-03-02 13:53 thorn

removed include/captcha/asp.php

656 2008-02-01 23:53 thorn

Added some missing add_slashes(), get_post_escaped(), and strip_tags() for $_POST, $_GET and $_REQUEST-data. Also for $_SERVER['PHP_SELF'].

638 2008-01-28 23:29 thorn

Allow a user-supplied From-Name in form-settings for email und success-email.

618 2008-01-27 21:14 thorn

Module form: user supplied input isn't lost on captcha-failure anymore

596 2008-01-25 22:29 thorn

added new CAPTCHA and ASP (Advanced Spam Protection)

570 2008-01-19 20:16 doc

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)

561 2008-01-18 21:48 Matthias

added keywords again to form modul files

560 2008-01-18 21:42 Matthias

Updated form modul with features from the advanced form modul