From 2e702d76c3940313ab1f959fab5d15fe4e3ae9cf Mon Sep 17 00:00:00 2001 From: Martin Hecht Date: Thu, 7 Mar 2019 20:47:27 +0100 Subject: [PATCH] updated to 1.3.29 --- CHANGELOG.txt | 3 +++ add.php | 2 +- add_field.php | 2 +- ajax/ajax.php | 2 +- ajax/ajax_dragdrop.php | 2 +- ajax/index.php | 2 +- ajax/pry_submission.php | 2 +- constants.php | 2 +- copy_field.php | 2 +- delete.php | 2 +- delete_field.php | 2 +- delete_submission.php | 2 +- docs/DE/index.php | 2 +- docs/DE/mpform/index.php | 2 +- docs/DE/mpform/referenz-der-optionen/index.php | 2 +- docs/DE/mpform/standardformular.xml | 2 +- docs/EN/index.php | 2 +- docs/EN/mpform/index.php | 2 +- docs/EN/mpform/settings-of-mpform/index.php | 2 +- docs/EN/mpform/standardform.xml | 2 +- docs/images/index.php | 2 +- docs/index.php | 2 +- docs/style/index.php | 2 +- evalform.php | 2 +- export.php | 2 +- export_submissions.php | 2 +- functions.php | 2 +- help.php | 2 +- htt/index.php | 2 +- images/index.php | 2 +- import.php | 2 +- index.php | 2 +- info.php | 4 ++-- install.php | 2 +- jscalendar.php | 2 +- languages/DE.php | 2 +- languages/EN.php | 2 +- languages/FR.php | 2 +- languages/IT.php | 2 +- languages/NL.php | 2 +- languages/NO.php | 2 +- languages/index.php | 2 +- modify.php | 2 +- modify_adv_settings.php | 2 +- modify_field.php | 2 +- modify_settings.php | 2 +- move_down.php | 2 +- move_up.php | 2 +- paintform.php | 8 +++++++- pear/FixPHP5PEARWarnings.php | 2 +- pear/index.php | 2 +- pear/languages/DE.php | 2 +- pear/languages/EN.php | 2 +- pear/languages/FR.php | 2 +- pear/languages/IT.php | 2 +- pear/languages/index.php | 2 +- private.default.php | 2 +- save_adv_settings.php | 2 +- save_field.php | 2 +- save_settings.php | 2 +- uninstall.php | 2 +- upgrade.php | 2 +- view.php | 2 +- view_submission.php | 2 +- 64 files changed, 73 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a4d9e17..ec76993 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,9 @@ MODULE VERSION HISTORY ====================== ------------------------------------------------------------------------------------------------------------------------ + *** 1.3.29 (Martin Hecht: 07-Mar-2019) *** + allow to pre-fill fields via url get parameters + *** 1.3.28 (Martin Hecht: 08-Feb-2019) *** for fraggy: put table captions above the tables in the settings table (thanks to ice) add required option to required date fields (thanks to jacobi22) diff --git a/add.php b/add.php index a0de110..8dd2013 100644 --- a/add.php +++ b/add.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 2de055a..07c5840 100644 --- a/add_field.php +++ b/add_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 1e3af77..b47c506 100644 --- a/ajax/ajax.php +++ b/ajax/ajax.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 d77aa66..4cca64e 100644 --- a/ajax/ajax_dragdrop.php +++ b/ajax/ajax_dragdrop.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 7b41f63..59910ec 100644 --- a/ajax/index.php +++ b/ajax/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 00c7faf..3399bf2 100644 --- a/ajax/pry_submission.php +++ b/ajax/pry_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 94c929b..686ead0 100644 --- a/constants.php +++ b/constants.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 e7902d7..18635bc 100644 --- a/copy_field.php +++ b/copy_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 d4321c0..c1eb1bc 100644 --- a/delete.php +++ b/delete.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 1891db5..a34a269 100644 --- a/delete_field.php +++ b/delete_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 4303ac7..86473ed 100644 --- a/delete_submission.php +++ b/delete_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 591debb..c8fbec0 100644 --- a/docs/DE/index.php +++ b/docs/DE/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 591debb..c8fbec0 100644 --- a/docs/DE/mpform/index.php +++ b/docs/DE/mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 591debb..c8fbec0 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.28 + * @version 1.3.29 * @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 f9c960b..455df15 100644 --- a/docs/DE/mpform/standardformular.xml +++ b/docs/DE/mpform/standardformular.xml @@ -2,7 +2,7 @@ mpform - 1.3.28 + 1.3.29 mod_mpform_fields diff --git a/docs/EN/index.php b/docs/EN/index.php index 591debb..c8fbec0 100644 --- a/docs/EN/index.php +++ b/docs/EN/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 591debb..c8fbec0 100644 --- a/docs/EN/mpform/index.php +++ b/docs/EN/mpform/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 591debb..c8fbec0 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.28 + * @version 1.3.29 * @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 46e17ca..1d677ef 100644 --- a/docs/EN/mpform/standardform.xml +++ b/docs/EN/mpform/standardform.xml @@ -2,7 +2,7 @@ mpform - 1.3.28 + 1.3.29 mod_mpform_fields diff --git a/docs/images/index.php b/docs/images/index.php index 591debb..c8fbec0 100644 --- a/docs/images/index.php +++ b/docs/images/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 144c79c..fe38d45 100644 --- a/docs/index.php +++ b/docs/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 591debb..c8fbec0 100644 --- a/docs/style/index.php +++ b/docs/style/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 b29d745..4b86b0b 100644 --- a/evalform.php +++ b/evalform.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 117739d..aa3cb2d 100644 --- a/export.php +++ b/export.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 53f9003..3655ac6 100644 --- a/export_submissions.php +++ b/export_submissions.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 8bd2bbc..f2663aa 100644 --- a/functions.php +++ b/functions.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 ea14c5d..7e4de60 100644 --- a/help.php +++ b/help.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 cf43257..e613eb8 100644 --- a/htt/index.php +++ b/htt/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 cf43257..e613eb8 100644 --- a/images/index.php +++ b/images/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 7d91069..d61662e 100644 --- a/import.php +++ b/import.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 591debb..c8fbec0 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 0c1d1f9..a439a00 100644 --- a/info.php +++ b/info.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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.28'; +$module_version = '1.3.29'; $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 c1fca36..6e26a4d 100644 --- a/install.php +++ b/install.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 af59f83..5365008 100644 --- a/jscalendar.php +++ b/jscalendar.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 72bcfcf..9d984de 100644 --- a/languages/DE.php +++ b/languages/DE.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 7629241..6207e32 100644 --- a/languages/EN.php +++ b/languages/EN.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 6f489c0..e99865a 100644 --- a/languages/FR.php +++ b/languages/FR.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 c35d891..fffb1e0 100644 --- a/languages/IT.php +++ b/languages/IT.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 253b694..c0b4a9b 100644 --- a/languages/NL.php +++ b/languages/NL.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 11141a4..797cac8 100644 --- a/languages/NO.php +++ b/languages/NO.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 cf43257..e613eb8 100644 --- a/languages/index.php +++ b/languages/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 9e76c13..7d5bb83 100644 --- a/modify.php +++ b/modify.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 c999902..9f120d6 100644 --- a/modify_adv_settings.php +++ b/modify_adv_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 41acb29..4d5a87d 100644 --- a/modify_field.php +++ b/modify_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 37450db..c15b119 100644 --- a/modify_settings.php +++ b/modify_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 82560a4..a5f0317 100644 --- a/move_down.php +++ b/move_down.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 49292a9..a2c5bf6 100644 --- a/move_up.php +++ b/move_up.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 c0238ff..5227466 100644 --- a/paintform.php +++ b/paintform.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 @@ -418,6 +418,12 @@ function paint_form( $iSID /*section_id*/, $aMissing = array(), // skip conditional blocks as well (they are not ready yet...) if ($field['type'] == 'conditional') continue; + if (!isset($_SESSION['mpf']['field'.$iFID]) + && isset($_GET['field'.$iFID])){ + $_SESSION['mpf']['field'.$iFID] = + htmlspecialchars($admin->get_get('field'.$iFID)); + } + $aReplacements = array(); diff --git a/pear/FixPHP5PEARWarnings.php b/pear/FixPHP5PEARWarnings.php index a09064c..346f5ed 100644 --- a/pear/FixPHP5PEARWarnings.php +++ b/pear/FixPHP5PEARWarnings.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 0805cc8..b3615a7 100644 --- a/pear/index.php +++ b/pear/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 82fdbde..cd462da 100644 --- a/pear/languages/DE.php +++ b/pear/languages/DE.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 0b12ef4..db92f64 100644 --- a/pear/languages/EN.php +++ b/pear/languages/EN.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 e002ba3..af23aa5 100644 --- a/pear/languages/FR.php +++ b/pear/languages/FR.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 61d9971..91648d5 100644 --- a/pear/languages/IT.php +++ b/pear/languages/IT.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 57b5e3b..c5266cc 100644 --- a/pear/languages/index.php +++ b/pear/languages/index.php @@ -7,7 +7,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 17f84f7..7000659 100644 --- a/private.default.php +++ b/private.default.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 f5ef496..7e932d8 100644 --- a/save_adv_settings.php +++ b/save_adv_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 b5545c9..9567a23 100644 --- a/save_field.php +++ b/save_field.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 06e1a2b..93e4061 100644 --- a/save_settings.php +++ b/save_settings.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 ce82c3a..e9cf9a0 100644 --- a/uninstall.php +++ b/uninstall.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 27d1565..ef02bad 100644 --- a/upgrade.php +++ b/upgrade.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 72f2ed8..444147f 100644 --- a/view.php +++ b/view.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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 6326d46..8b66f8c 100644 --- a/view_submission.php +++ b/view_submission.php @@ -6,7 +6,7 @@ * * @category page * @module mpform - * @version 1.3.28 + * @version 1.3.29 * @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