9c233c0c | 20-Apr-2017 |
Michael Große <mic.grosse@googlemail.com> |
Fix a `let` that we missed for IE10 compatibility
IE10 does not understand `let` and `const`, so we still have to use var |
d0b1b951 | 08-Mar-2017 |
Michael Große <grosse@cosmocode.de> |
Move edited multiwrap out of .newtemplate container
Fixes issue #276 |
8925ba29 | 24-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
allow summarize in lookups. fixes #262
Since the sums are not updated on saving, a successfull inline save now removes the sums until the page was reloaded. |
a0d3166b | 14-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: remove 2nd find and tertiary operator |
854aaac5 | 14-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: ajax-append the 1st row to lookups as well
This fixes SPR-694 and it fixes #207 |
f599b809 | 03-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correctly initialize multiple lookup editors |
0b23a49c | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
focus first input field in lookup editor. fixes #172 |
06861044 | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed collapsing schemas in entry editor |
4a681ff9 | 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix problems when more than one .dokuwiki element exists
closes #182 |
2c4fae07 | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
reset the form on success |
f107f479 | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
show new row when adding to lookup
This renders the newly created row and adds it dynamically to the existing table. |
c498205a | 18-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check CSRF token on row delete |
36669552 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Fixed multi fields for inline editor
Fixed applying of Template copying for new fields. |
8f6959ae | 08-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
nicer styling |
04346cd2 | 08-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
delete lookup rows |
4bc2843f | 04-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
saving lookups works |
6b5e52fd | 04-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at the lookup table editor
All functionality is added via JavaScript after an initial AJAX call. This call can be used to check permissions later (without the need to invalidate caches) |
37d0530f | 02-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
split up script into multiple parts, add entry funcs to inline editor |