| da30fdd3 | 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added schema headers to output |
| 33e429a8 | 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
skip empty fields in output #44 |
| 19065d4e | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not render empty values. closes #44 |
| 98eaa57d | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
be more robust when called with unknown types
this happens when you switch branches mostly |
| 16a4ba5b | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use autocompletion for pages too. implements #7 |
| f3b1bcff | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
User type now uses a single input for multiple users
This makes handling the autocomplete somewhat easier. I couldn't get it to work properly with our template duplication stuff. |
| 5c36a1f6 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduced new abstract type to streamline multiedit fields |
| c5827bd5 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
no need for full length namespaces |
| 53c92fe4 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make language strings easily available to types |
| b7413aef | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
render user name correctly |
| f0d4d769 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added validation for User type |
| ba0b95f1 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed tests |
| be94e9d9 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed deleting patterns |
| f8d8a899 | 01-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed assignment listing |
| 25ae1d89 | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
finished implementing auto completion |
| e6a35dce | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add default class to all inputs |
| 914921fb | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow types to define their own AJAX backend |
| 88a35b41 | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
properly handle the isEnabled status in SchemaData |
| b78e99f5 | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed jsoneditor with renamed form element |
| 5f2b50fd | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed tests that were affected by rescent merge that renamed methods |
| 5d5ff984 | 29-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
toggle and remember fieldset state in editor |
| a8db5950 | 27-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
fix heisenbug related to splitbrain/dokuwiki#1484 |
| fc99fe0b | 26-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add incomplete test for diff view
Github Issue #35 |
| 9353915d | 26-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add an incomplete test for revert action
As stated in the markTestIncomplete-message: We would need a valid-security token at least for the revert request.
Github Issue #35 |
| b75e0a08 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure search only returns assigned schema data |