WBCE CMS Forum

WBCE CMS – Way Better Content Editing.

Du bist nicht angemeldet.

#51 08.02.2018 23:40:59

mrbaseman
Developer

Re: mpForm

Hallo,

nach einer Reihe von Bugfixes bei mpForm ist es vielleicht hier auch mal wieder an der Zeit eine Ankündigung zu schreiben. Ich habe gerade Version 1.3.18 auf Github veröffentlicht. Es sind wie gesagt keine großartigen Neuerungen drin, aber seit der zuletzt hier geposteten 1.3.14 ist dann doch eine Liste zusammen gekommen:

        *** 1.3.18 (Martin Hecht: 08-Feb-2018) ***
        correct the anchor issue once more, (thanks to dbs and bernd)
        enforce the presence of section anchors in view.php by default
        allow a fallback to internal form id as anchor
        fix an escaping issue with HELPTXT, (thanks to jonas)

        *** 1.3.17 (Martin Hecht: 07-Feb-2018) ***
        correct the debugging behavior when skipping idkeys (thanks to Guenther)
        fix French launguage file (thanks to jacobi22)
        fixed section anchor in paintform.php (thanks to jacobi22 and dbs)

        *** 1.3.16 (Martin Hecht: 08-Jan-2018) ***
        updade the array indices that refer to the global language files, thanks to hgs

        *** 1.3.15 (Martin Hecht: 09-Dec-2017) ***
        another correction to how email filter settings are treated in WBCE and
        check for empty string-values of required fields and block them as invalid choice

Gruß Martin

Offline

Liked by:

bernd, florian

#52 09.02.2018 08:04:20

florian
Administrator

Re: mpForm

Danke, Eintrag im AOR ist aktualisiert.


Code allein macht nicht glücklich. Jetzt spenden!

Offline

#53 21.02.2018 22:16:04

mrbaseman
Developer

Re: mpForm

ich habe gerade auf github Release 1.3.19 released.
aus dem Changelog:
-  do not store entries in submissions table when template is left empty
-  correctly clean up results table when limit of entries is reached
-  allow moving options up and down (thanks to jonas for this suggestion)
-  updated documentation, mainly appended faq
alles Anregungen, die ich hier aus dem WBCE Forum bekommen habe.

Offline

Liked by:

bernd, florian, colinax, ice

#54 22.02.2018 07:19:02

florian
Administrator

Re: mpForm

Danke, Eintrag im AOR ist aktualisiert.


Code allein macht nicht glücklich. Jetzt spenden!

Offline

#55 23.02.2018 12:41:41

ice
Mitglied

Re: mpForm

Vielleicht noch ein Verbesserungsvorschlag: Es wäre nicht schlecht, wenn im Hinweistext zur Ergebnistabelle die DISABLED Möglichkeit erklärt wird, genauso die Auswirkungen zur Löschung des Inhalts der submissionstabelle.

Offline

#56 18.03.2018 22:53:27

mrbaseman
Developer

Re: mpForm

Hi ice,

thanks for these suggestions. I have just drafted mpForm 1.3.21 on github. Here the changelog:

        *** 1.3.21 (Martin Hecht: 18-Mar-2018) ***
        correctly restore selected option fields containing commata from the session, thanks to jonas
        correct the documentation about enforcing choices by the user
        added hints about how to avoid storing submitted data (thanks to ice)

        *** 1.3.20 (Martin Hecht: 22-Feb-2018) ***
        fix typo in Dutch language file, thanks to jacobi22

Martin

Offline

#57 25.02.2019 13:54:01

tomno399
Gast

Re: mpForm

WBCE 1.3.3; PHP 7.3.0 Xampp

Beim erstmaligen Installationsversuch des mpForm-Moduls Version 1.3.28 von Github kam folgende Fehlermeldung:
Updating database for module: mpForm
settings table not found - is TP_MPFORM defined correcctly?

#58 25.02.2019 17:00:41

mrbaseman
Developer

Re: mpForm

Hmm... war da mpform in einer älteren Version schon mal installiert? Mir kommt das bekannt vor, denn ich hatte neulich ein ähnliches Problem, als ich Module deinstalliert und wieder installiert habe. Das müsste eigentlich auch problemlos funktionieren, aber in meinem Fall war dazu noch die Datenbank kaputt. Das hat sich in seltsamen Fehlermeldungen beim Anlegen von Tabellen im Error-Log geäußert. Mysql war der Ansicht die Tabelle würde es schon geben, aber bei einem show tables war sie nicht mit gelistet. Mag sein, dass es bei dir eine andere Ursache hat, aber wie gesagt, unter anderem habe ich in dem Fall die genannte Fehlermeldung bei der Installation von mpForm gesehen.

Beitrag geändert von mrbaseman (25.02.2019 17:02:09)

Offline

#59 25.02.2019 17:42:06

tomno399
Gast

Re: mpForm

Wie ich leider feststellen musste, war eine ältere Version installiert und nicht vollständig deinstalliert. Im Backend wurde unter Erweiterungen gar nichts angezeigt, aber in der Datenbank standen noch ein paar Dinge. Die habe ich gesäubert und erst die 1.3.25 installiert und dann auf die 1.3.28 upgedated. Lief alles normal durch, so dass ich mit der neuesten Version gerade Online arbeite!

Danke für deine schnelle Antwort!

#60 06.07.2019 13:40:06

mrbaseman
Developer

Re: mpForm

I have just noticed that I haven't posted in this thread for some time. I've just drafted the latest version of mpform on github: 1.3.32. It contains a bunch of bugfixes. For the details see the changelog file or the information provided on github for the individual releases

Offline

#61 06.07.2019 13:41:10

mrbaseman
Developer

Re: mpForm

@florian could you update the AOR, please?

Offline

#62 06.07.2019 15:38:41

florian
Administrator

Re: mpForm

done


Code allein macht nicht glücklich. Jetzt spenden!

Offline

Liked by:

mrbaseman

#63 24.03.2021 20:15:43

mrbaseman
Developer

Re: mpForm

Btw I have released mpform 1.3.37 and it's available in the AOR

Offline

#64 08.11.2021 23:01:29

mrbaseman
Developer

Re: mpForm

Hi,

I have released mpform 1.3.39 with the following recent updates:

        *** 1.3.39 (Martin Hecht: 08-Nov-2021)
        trim surrounding spaces from email address field (request by Maarten)
        rearrange processing of email address field
        fix droplet injection in case email filter is active
        fix style issue with Nexus Reponsive template (thanks to berny)

        *** 1.3.38 (Martin Hecht: 15-Oct-2021)
        support new phpmailer location in WB 2.13
        do not add IP address by default
        fix export with different separators than comma
        allow to specify line separator (including line ending) for csv export
        correctly replace line endings in htmlmessage, thanks to florian

cheers, Martin

Offline

#65 09.11.2021 01:16:20

bernd
Developer

Re: mpForm

Sorry Martin,

there are typos in the "MPFORM_CSV_xxx" Constants which results in an empty .csv file.
In constants.php they are defined as "SEPATATOR".
But in export_submissons.php there is "SEPERATOR" (line 277 & line 279)


... nein in Europa verwenden wir beim Programmieren nicht € statt $ ...

Offline

#66 10.11.2021 21:07:13

mrbaseman
Developer

Re: mpForm

thanks @bernd for spotting this. I have fixed it in the repo for now. I'd wait a bit for further corrections before I draft a new release. The fix is definitely in my source repo and it will be in the next release

Offline

Fußzeile des Forums

up