dokuwiki-plugin-bureaucracy
dokuwiki-plugin-bureaucracy copied to clipboard
Create forms and generate pages or emails from them
This are a couple of minor improvements 1. The value which is used to control the visibility of fieldsets is now a list of strings separated by a '|'. So...
I suggest the following patch to the fieldsubmit module: ``` --- a/helper/fieldsubmit.php Wed Jan 31 18:55:50 2024 +0100 +++ b/helper/fieldsubmit.php Wed Jan 31 18:56:32 2024 +0100 @@ -44,6 +44,9 @@...
my little question is how to define a relative destination path starting in the current namespace of the caller, not of the position where the template is located. example: page...
Fieldset no longer support labels as described in [plugin:bureaucracy](https://www.dokuwiki.org/plugin:bureaucracy#external_label_names) Here is my label file: ```markdown ====== Labels - Open a Ticket ====== * contact = "Contact Information" * issue =...
This PR checks if form is dirty (aka. has been changed) before exiting the page, preventing that user looses it changes if it exits the page after changing the form...