splitbrain / dokuwiki-plugin-bureaucracy

Create forms and generate pages or emails from them
http://www.dokuwiki.org/plugin:bureaucracy
GNU General Public License v2.0
43 stars 47 forks source link

upload files to arbitrary locations #214

Closed solewniczak closed 6 years ago

solewniczak commented 7 years ago

This commit provides an addtional "file" syntax which allows us to decide where we want to store files send by bureaucracy forms. The new optional additional argument (directly after the label) is a dokuwiki namespace where the files are uploaded. We can use "." and ".." to define the namespace relative to a newly created page. By default "." is used as an file upload namespace.

The commit only affects the template action.

micgro42 commented 7 years ago

looks good to me :+1: :shipit: