WBCE CMS – Way Better Content Editing.
You are not logged in.
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
bernd, florian
Danke, Eintrag im AOR ist aktualisiert.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
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
bernd, florian, colinax, ice
Danke, Eintrag im AOR ist aktualisiert.
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
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
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
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?
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.
Last edited by mrbaseman (25.02.2019 17:02:09)
Offline
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!
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
@florian could you update the AOR, please?
Offline
done
Sorgen sind wie Nudeln: man macht sich meist zu viele.
Offline
mrbaseman
Btw I have released mpform 1.3.37 and it's available in the AOR
Offline
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
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
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