| 9c75d051 | 08-Oct-2018 |
Michael Große <mic.grosse@googlemail.com> |
Fix autocompletion for tags in lookups
See issue #422 |
| 8ddbe81a | 08-Oct-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 7a303593 | 08-Oct-2018 |
Michael Große <grosse@cosmocode.de> |
improve bureaucracy field styling
This should now fix all alignment issues both in mobile and on screen.
See issue #404 |
| 00043bff | 25-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
✨ (CSVImport) Add new conditional syntax for new pages
Add a new syntax to create a block only if we have data for that field for the given page. This is inspired by existing Bureaucracy syntax. |
| efff5841 | 21-Sep-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
name changed, tests provided |
| e983bcda | 21-Sep-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
method splitted, test provided |
| 3a9e016c | 11-Sep-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 99d15ae8 | 11-Sep-2018 |
Enno Lohmeier <elo-gthb@nerd-works.de> |
fix the acl check in rpc api |
| daa4b09d | 08-Sep-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
Adds userinfo to value placeholders
The commit introduces 3 additional placeholders to be used in filters: * $USER.name$ * $USER.mail$ * $USER.grps$
This may be particularly useful with struc
Adds userinfo to value placeholders
The commit introduces 3 additional placeholders to be used in filters: * $USER.name$ * $USER.mail$ * $USER.grps$
This may be particularly useful with structgroup plugin.
show more ...
|
| aaa187ab | 08-Sep-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
This commit introduces additional comparator: "IN" into struct filter. The syntax is: structfield IN ("a", "b", "c") This is simply translated into: structfield = "a" OR structfield = "b" OR stru
This commit introduces additional comparator: "IN" into struct filter. The syntax is: structfield IN ("a", "b", "c") This is simply translated into: structfield = "a" OR structfield = "b" OR structfield = "c" I've found the IN syntax more readeable in some situations.
show more ...
|
| b08a7c71 | 07-Sep-2018 |
Jürgen <hans-juergen.schuemmer@schuette.de> |
translation update |
| 77a94988 | 05-Sep-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c09fb9e3 | 05-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
(Import) Make csv columns that don't exist in the schema available as palceholders
This keeps the naming for placeholders that exist in the schema of schema.label but will make additional csv col
(Import) Make csv columns that don't exist in the schema available as palceholders
This keeps the naming for placeholders that exist in the schema of schema.label but will make additional csv columns available for replacement as well.
show more ...
|
| 95ea798e | 05-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
(import) clean page ids when used as key |
| f0562e99 | 04-Sep-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ee52a3aa | 04-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
fix type hint for field |
| 0bd068be | 04-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
♻️ addElement() returns the Element --> use it |
| a22f2592 | 03-Sep-2018 |
Michael Große <grosse@cosmocode.de> |
(CSV Import) Add edit class to fix alignment
This is not ideal but the current DokuWiki styles require 'block' on the label and 'edit' on input and this is the only way to achive that without wri
(CSV Import) Add edit class to fix alignment
This is not ideal but the current DokuWiki styles require 'block' on the label and 'edit' on input and this is the only way to achive that without writing the element completely by ourselves.
show more ...
|
| b6dc4fd9 | 31-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
Generators on PHP 5.6 cannot use "return" |
| 0911f726 | 31-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
(Import) Add file-type hints to the import form |
| 17dbef8a | 31-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
✨ (Import) Add option to create missing pages in csv page schema import
Styling of the checkbox is still a bit off.
WIKI-199 |
| ba7c71bf | 06-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
Version upped |
| 4a42f07c | 01-May-2018 |
Michael Große <mic.grosse@googlemail.com> |
✅ test for struct bureaucracy multi field |
| 4315d1e7 | 06-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
✅ Fix tests for #390 |
| d51cb7e6 | 06-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
Run tests on all supported PHP versions and nightly |