dokuwiki-plugin-bureaucracy
dokuwiki-plugin-bureaucracy copied to clipboard
Create forms and generate pages or emails from them
After Upgrade to Igor: 2022-08-01 08:39:06 utf8_ucfirst() is deprecated. It was called from syntax_plugin_bureaucracy::prepareNamespacetemplateReplacements() in /wiki/lib/plugins/bureaucracy/syntax.php:583 dokuwiki\Utf8\PhpString::ucfirst() should be used instead! 2022-08-01 08:39:06 utf8_strtoupper() is deprecated. It was called from...
Is it possible to redirect automatic instead of showing the link to the page? That would be really great!
This plugin was originally written by me to handle simple mail forms only. During a research project in 2011 the plugin was enhanced to add the template mode. This was...
- $fields and $thanks parameters are passed by reference in bureaucracy_handler_interface::handleData() and helper_plugin_bureaucracy_action::run() methods (including descendants). - helper_plugin_bureaucracy_field::setVal() method is now public This allows "chaining" of several actions in a...
Resolve #177.
I have the following form: ``` fieldset "Materialdaten" struct_field "cms_akat_benenn.cms-akat-matnr" action struct_lookup fieldset "Grunddaten" struct_field "cms_akat.cms-akattyp" "=["""",1]" action template akat:cx:@@cms_akat.cms-akattyp@@:@@cms_akat_benenn.cms-akat-matnr@@ fieldset "Daten anlegen" submit "anlegen" ``` After submitting, I go...
Hi, at the moment it's not possible to prefill a struct field of type status with a default value ``` Fieldset "Status" struct_field "ssc_def.ssc-structstatus" "=Beitrag neu erstellt" ``` _Remark:_ This...
Hello, I don't know if it's possible, but I can't manage to put placeholders for the email subject. These placeholders are not resolved. I specify the following: `subject "test subject...
Hello ! It would be nice to be able to add an option to check content of "textarea" for e-mail form with "wordblock" values. This should be useful to prevent...
In the extension manager, after installing the bureaucracy plugin I'm getting the following warnings, probably related to changes in PHP 8: ``` Warning: Uninitialized string offset 36 in /home/frieder/work/dokuwiki/lib/plugins/bureaucracy/syntax.php on...