diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ec76993..f9cb269 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,10 @@ MODULE VERSION HISTORY ====================== ------------------------------------------------------------------------------------------------------------------------ + + *** 1.3.30 (Martin Hecht: 14-Mar-2019) *** + secuirty fix for 1.3.29: prevent from injections via url get parameter + *** 1.3.29 (Martin Hecht: 07-Mar-2019) *** allow to pre-fill fields via url get parameters diff --git a/add.php b/add.php index 8dd2013..fc1be86 100644 --- a/add.php +++ b/add.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/add_field.php b/add_field.php index 07c5840..75dc063 100644 --- a/add_field.php +++ b/add_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/ajax.php b/ajax/ajax.php index b47c506..f525769 100644 --- a/ajax/ajax.php +++ b/ajax/ajax.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/ajax_dragdrop.php b/ajax/ajax_dragdrop.php index 4cca64e..d025d17 100644 --- a/ajax/ajax_dragdrop.php +++ b/ajax/ajax_dragdrop.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/index.php b/ajax/index.php index 59910ec..1f1408f 100644 --- a/ajax/index.php +++ b/ajax/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/ajax/pry_submission.php b/ajax/pry_submission.php index 3399bf2..ae40793 100644 --- a/ajax/pry_submission.php +++ b/ajax/pry_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/constants.php b/constants.php index 686ead0..43f27a1 100644 --- a/constants.php +++ b/constants.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/copy_field.php b/copy_field.php index 18635bc..2c8dae7 100644 --- a/copy_field.php +++ b/copy_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/delete.php b/delete.php index c1eb1bc..04c0223 100644 --- a/delete.php +++ b/delete.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/delete_field.php b/delete_field.php index a34a269..8ccb4a0 100644 --- a/delete_field.php +++ b/delete_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/delete_submission.php b/delete_submission.php index 86473ed..ccee0ab 100644 --- a/delete_submission.php +++ b/delete_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/index.php b/docs/DE/index.php index c8fbec0..3a50a70 100644 --- a/docs/DE/index.php +++ b/docs/DE/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/mpform/index.php b/docs/DE/mpform/index.php index c8fbec0..3a50a70 100644 --- a/docs/DE/mpform/index.php +++ b/docs/DE/mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/mpform/referenz-der-optionen/index.php b/docs/DE/mpform/referenz-der-optionen/index.php index c8fbec0..3a50a70 100644 --- a/docs/DE/mpform/referenz-der-optionen/index.php +++ b/docs/DE/mpform/referenz-der-optionen/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/DE/mpform/standardformular.xml b/docs/DE/mpform/standardformular.xml index 455df15..8627fb6 100644 --- a/docs/DE/mpform/standardformular.xml +++ b/docs/DE/mpform/standardformular.xml @@ -2,7 +2,7 @@ mpform - 1.3.29 + 1.3.30 mod_mpform_fields diff --git a/docs/EN/index.php b/docs/EN/index.php index c8fbec0..3a50a70 100644 --- a/docs/EN/index.php +++ b/docs/EN/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/EN/mpform/index.php b/docs/EN/mpform/index.php index c8fbec0..3a50a70 100644 --- a/docs/EN/mpform/index.php +++ b/docs/EN/mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/EN/mpform/settings-of-mpform/index.php b/docs/EN/mpform/settings-of-mpform/index.php index c8fbec0..3a50a70 100644 --- a/docs/EN/mpform/settings-of-mpform/index.php +++ b/docs/EN/mpform/settings-of-mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/EN/mpform/standardform.xml b/docs/EN/mpform/standardform.xml index 1d677ef..b38bcfb 100644 --- a/docs/EN/mpform/standardform.xml +++ b/docs/EN/mpform/standardform.xml @@ -2,7 +2,7 @@ mpform - 1.3.29 + 1.3.30 mod_mpform_fields diff --git a/docs/images/index.php b/docs/images/index.php index c8fbec0..3a50a70 100644 --- a/docs/images/index.php +++ b/docs/images/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/index.php b/docs/index.php index fe38d45..619318c 100644 --- a/docs/index.php +++ b/docs/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/docs/style/index.php b/docs/style/index.php index c8fbec0..3a50a70 100644 --- a/docs/style/index.php +++ b/docs/style/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/evalform.php b/evalform.php index 4b86b0b..b91729b 100644 --- a/evalform.php +++ b/evalform.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/export.php b/export.php index aa3cb2d..c472006 100644 --- a/export.php +++ b/export.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/export_submissions.php b/export_submissions.php index 3655ac6..3b23337 100644 --- a/export_submissions.php +++ b/export_submissions.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/functions.php b/functions.php index f2663aa..76d44c7 100644 --- a/functions.php +++ b/functions.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/help.php b/help.php index 7e4de60..843ce93 100644 --- a/help.php +++ b/help.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/htt/index.php b/htt/index.php index e613eb8..01ac3e4 100644 --- a/htt/index.php +++ b/htt/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/images/index.php b/images/index.php index e613eb8..01ac3e4 100644 --- a/images/index.php +++ b/images/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/import.php b/import.php index d61662e..5d9ba0e 100644 --- a/import.php +++ b/import.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/index.php b/index.php index c8fbec0..3a50a70 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/info.php b/info.php index a439a00..24dbab9 100644 --- a/info.php +++ b/info.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform @@ -20,7 +20,7 @@ $module_directory = 'mpform'; $module_name = 'mpForm'; $module_function = 'page'; -$module_version = '1.3.29'; +$module_version = '1.3.30'; $module_platform = '2.8.x'; $module_status = 'stable'; $module_author = 'Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others'; diff --git a/install.php b/install.php index 6e26a4d..51fd9f2 100644 --- a/install.php +++ b/install.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/jscalendar.php b/jscalendar.php index 5365008..b51702a 100644 --- a/jscalendar.php +++ b/jscalendar.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/DE.php b/languages/DE.php index 9d984de..cae87ae 100644 --- a/languages/DE.php +++ b/languages/DE.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/EN.php b/languages/EN.php index 6207e32..ffa1f7a 100644 --- a/languages/EN.php +++ b/languages/EN.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/FR.php b/languages/FR.php index e99865a..524f9be 100644 --- a/languages/FR.php +++ b/languages/FR.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/IT.php b/languages/IT.php index fffb1e0..897d603 100644 --- a/languages/IT.php +++ b/languages/IT.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/NL.php b/languages/NL.php index c0b4a9b..039387e 100644 --- a/languages/NL.php +++ b/languages/NL.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/NO.php b/languages/NO.php index 797cac8..7768873 100644 --- a/languages/NO.php +++ b/languages/NO.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/languages/index.php b/languages/index.php index e613eb8..01ac3e4 100644 --- a/languages/index.php +++ b/languages/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify.php b/modify.php index 7d5bb83..9b84104 100644 --- a/modify.php +++ b/modify.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify_adv_settings.php b/modify_adv_settings.php index 9f120d6..b81a5b6 100644 --- a/modify_adv_settings.php +++ b/modify_adv_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify_field.php b/modify_field.php index 4d5a87d..efd8213 100644 --- a/modify_field.php +++ b/modify_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/modify_settings.php b/modify_settings.php index c15b119..265a98e 100644 --- a/modify_settings.php +++ b/modify_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/move_down.php b/move_down.php index a5f0317..d5a6587 100644 --- a/move_down.php +++ b/move_down.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/move_up.php b/move_up.php index a2c5bf6..970713b 100644 --- a/move_up.php +++ b/move_up.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/paintform.php b/paintform.php index 5227466..0761a7f 100644 --- a/paintform.php +++ b/paintform.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform @@ -421,9 +421,15 @@ function paint_form( $iSID /*section_id*/, $aMissing = array(), if (!isset($_SESSION['mpf']['field'.$iFID]) && isset($_GET['field'.$iFID])){ $_SESSION['mpf']['field'.$iFID] = - htmlspecialchars($admin->get_get('field'.$iFID)); - } - + str_replace( + array("[[", "]]"), + array("[[", "]]"), + htmlspecialchars( + stripslashes($admin->get_get('field'.$iFID)), + ENT_QUOTES + ) + ); + } $aReplacements = array(); diff --git a/pear/FixPHP5PEARWarnings.php b/pear/FixPHP5PEARWarnings.php index 346f5ed..2d5958b 100644 --- a/pear/FixPHP5PEARWarnings.php +++ b/pear/FixPHP5PEARWarnings.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/index.php b/pear/index.php index b3615a7..96ec95e 100644 --- a/pear/index.php +++ b/pear/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/DE.php b/pear/languages/DE.php index cd462da..03bd9ea 100644 --- a/pear/languages/DE.php +++ b/pear/languages/DE.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/EN.php b/pear/languages/EN.php index db92f64..75d48cc 100644 --- a/pear/languages/EN.php +++ b/pear/languages/EN.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/FR.php b/pear/languages/FR.php index af23aa5..7da22c6 100644 --- a/pear/languages/FR.php +++ b/pear/languages/FR.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/IT.php b/pear/languages/IT.php index 91648d5..9bc1e3b 100644 --- a/pear/languages/IT.php +++ b/pear/languages/IT.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/pear/languages/index.php b/pear/languages/index.php index c5266cc..6c13b0e 100644 --- a/pear/languages/index.php +++ b/pear/languages/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/private.default.php b/private.default.php index 7000659..075ee44 100644 --- a/private.default.php +++ b/private.default.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/save_adv_settings.php b/save_adv_settings.php index 7e932d8..c5e1df9 100644 --- a/save_adv_settings.php +++ b/save_adv_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/save_field.php b/save_field.php index 9567a23..48c7ff6 100644 --- a/save_field.php +++ b/save_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/save_settings.php b/save_settings.php index 93e4061..c1366dd 100644 --- a/save_settings.php +++ b/save_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/uninstall.php b/uninstall.php index e9cf9a0..c2dbd72 100644 --- a/uninstall.php +++ b/uninstall.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/upgrade.php b/upgrade.php index ef02bad..829881d 100644 --- a/upgrade.php +++ b/upgrade.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/view.php b/view.php index 444147f..2674df5 100644 --- a/view.php +++ b/view.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform diff --git a/view_submission.php b/view_submission.php index 8b66f8c..468e896 100644 --- a/view_submission.php +++ b/view_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.29 + * @version 1.3.30 * @authors Frank Heyne, NorHei(heimsath.org), Christian M. Stefan (Stefek), Martin Hecht (mrbaseman) and others * @copyright (c) 2009 - 2019, Website Baker Org. e.V. * @url https://github.com/WebsiteBaker-modules/mpform