| f0e425ef | 06-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
✅ Fix fragile test
This test was failing because of the change introduced in #407. That change modified the order of arguments and thus produced a different hash. This test shouldn't fail because of
✅ Fix fragile test
This test was failing because of the change introduced in #407. That change modified the order of arguments and thus produced a different hash. This test shouldn't fail because of such a change.
show more ...
|
| 63e7ad0c | 02-Aug-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| d93ddfc7 | 30-Jul-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix warning on line 130 (invalid argument for count()) |
| 140e6cdd | 24-Jul-2018 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 275cd87a | 07-Jul-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ed105ae2 | 07-Jul-2018 |
Michael Große <mic.grosse@googlemail.com> |
Improve style of struct bureaucracy fields
Especially when it comes to responsive design |
| df8d9fff | 07-Jul-2018 |
Michael Große <mic.grosse@googlemail.com> |
Prevent PHP7 warning and check if countable first |
| 8f396942 | 03-Jun-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| c0a65ccf | 28-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 6822dd25 | 22-May-2018 |
Michael Große <grosse@cosmocode.de> |
fix: Export wiki field data in aggregation table CSV exports
Fixes #341 |
| ff2afc7c | 22-May-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: Move saving of lookup row to helper method
This should make saving lookup data easier, both for tests and external plugins |
| a8bbb009 | 25-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 9007da58 | 24-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
Fix PHP notices |
| 88b58a21 | 30-Mar-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
This commit adds '%lastsummary%' special column for page schemas. The column contains the summary of last page revision. |
| 733a4e9b | 26-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
tests: drop seconds from test for datetime type
input type datetime-local does not support seconds and therefore neither does this type anymore. |
| b80ca5e1 | 26-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
fix: make html5 datetime picker actually work
The datetime picker expects and produces dates / time pairs separated by the "T" character, not a space. Further, it does not handle seconds at all.
Th
fix: make html5 datetime picker actually work
The datetime picker expects and produces dates / time pairs separated by the "T" character, not a space. Further, it does not handle seconds at all.
Therefore, we have to provide the timestamp in the input field separated by a "T" and for consistency drop seconds altogether. Hence, it becomes necessary to replace the "T" by a space again before providing it to jQuery date picker fallback.
Further, we have to actually parse the "T" when validating the timestamps we receive from the user.
show more ...
|
| 91cdb711 | 26-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
fix: do not input double year from jquery date picker
As defined by the jquery ui datepicker documentation, "yy" referes to the four digit year. |
| 68ef5334 | 18-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
Version upped |
| e79e41af | 18-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
fix: use built-in function nl2br |
| f7222085 | 18-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: render new lines as <br> in LongText |
| 10b11cc5 | 11-Jan-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
special columns for lookup select fields
I'm not quite sure if it's more feature or bugfix but i think that special columns of struct schemas should also be available for struct lookup field. |
| 987ccc7f | 10-Jan-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
use multi input in bureaucracy forms
this commit fixes a bug that causes an error when submitting bureaucracy form with struct multi input.
additionally it fixes one minor bug that causes struct lo
use multi input in bureaucracy forms
this commit fixes a bug that causes an error when submitting bureaucracy form with struct multi input.
additionally it fixes one minor bug that causes struct lookup fields loosing their selected values when a bureaucracy form was send with an error.
works only with: https://github.com/splitbrain/dokuwiki-plugin-bureaucracy/pull/226
show more ...
|
| 6d71ffef | 09-Jan-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix: proper error handling |
| 131fd507 | 09-Jan-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix: to proper handle placeholders in default values for struct fields, we must validate them only on submit |
| b193f1ee | 08-Jan-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
"struct_lookup" action for bureaucracy
Action allows create struct lookup entries using bureaucracy form. Syntax: <form> action struct_lookup ... </form>
<form> can contain any number of st
"struct_lookup" action for bureaucracy
Action allows create struct lookup entries using bureaucracy form. Syntax: <form> action struct_lookup ... </form>
<form> can contain any number of struct_field or struct_schema. Data will be saved to respective lookup schemas.
show more ...
|