| 1f075418 | 07-Oct-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add comparator strings |
| 39a762ab | 30-Sep-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| d8bfcd03 | 30-Sep-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add missing translations |
| 733fd33b | 18-Sep-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Clearer names of date constraints |
| 218490cf | 17-Sep-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add past and future date(time) constraints |
| 70bded85 | 27-Aug-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Display human readable labels in error messages |
| 04ec4785 | 27-Aug-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Display current filter in a human readable format |
| b1296f10 | 17-Sep-2019 |
Nikos Parafestas <nparafe@gmail.com> |
translation update |
| 7a3219fa | 02-Sep-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
| c285142a | 13-Aug-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Register an additional hook for bureaucracy plugin |
| 2a2be654 | 19-Jul-2019 |
Robert Surý <rsurycz@seznam.cz> |
translation update |
| 6e0dbce8 | 19-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ab7b42a5 | 10-Jun-2019 |
Anika Henke <anika@selfthinker.org> |
Fix no closing thead in data table
The `thead` in the rendered table is opened twice but never closed. This fixes that by swapping one open with a close. |
| e1546dd0 | 07-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5f625fc8 | 07-Jun-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix: tests adjustments for AutoSummary type |
| 81e8ac44 | 06-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 6781c68d | 06-Jun-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
change prefix from Abstract to Auto |
| 979b16f8 | 03-Jun-2019 |
Andreas Gohr <gohr@cosmocode.de> |
Related to #446 Only render output on whitelisted actions
A check on the renderer class alone turned out to not be sufficient, because xhtml is rendered for wiki internal texts within an ID context
Related to #446 Only render output on whitelisted actions
A check on the renderer class alone turned out to not be sufficient, because xhtml is rendered for wiki internal texts within an ID context sometimes. Eg. for the login intro text.
This keeps the renderer blacklist and only uses the regexp based check when all other checks have been passed.
show more ...
|
| 2096ed95 | 30-May-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
Prefix Summary type with "Abstract" to hide it in Schema Editor.
Fixes #451 |
| b6580eb2 | 08-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2a09b9b1 | 08-May-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Revert "fixes #337"
This reverts commit eaab469c00cfe321e34b8028f8f0004daa52b91e.
Commit introduced warnings.
The attempt is no longer needed after the renderer filter has been updated in bdefb930
Revert "fixes #337"
This reverts commit eaab469c00cfe321e34b8028f8f0004daa52b91e.
Commit introduced warnings.
The attempt is no longer needed after the renderer filter has been updated in bdefb930abae6d653aa258a13b39db107380fb3e
show more ...
|
| 783cf3a3 | 30-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| e46eaffd | 30-Apr-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
Becouse there are plugins that extends the Lookup type, we should check if the column is Lookup or one of its descendants. |
| 596c151d | 16-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| bdefb930 | 16-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Blacklist renderers instead of whitelisting them
discussion in #446 |