Commit Graph

20 Commits

Author SHA1 Message Date
79cb79f5ac Get colname from label again
This should fix the ajax bug for autocompletion and hence
resolve #305
2017-06-15 11:42:40 +02:00
9c233c0c95 Fix a let that we missed for IE10 compatibility
IE10 does not understand `let` and `const`, so we still have to use var
2017-04-20 12:07:52 +02:00
d0b1b95139 Move edited multiwrap out of .newtemplate container
Fixes issue #276
2017-03-08 15:59:31 +01:00
8925ba298f 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.
2017-01-24 12:11:23 +01:00
a0d3166be2 refactor: remove 2nd find and tertiary operator 2016-11-14 14:42:04 +01:00
854aaac5ec fix: ajax-append the 1st row to lookups as well
This fixes SPR-694 and it fixes #207
2016-11-14 12:39:18 +01:00
f599b80970 correctly initialize multiple lookup editors 2016-11-03 13:25:38 +01:00
0b23a49c5e focus first input field in lookup editor. fixes #172 2016-11-01 14:55:05 +01:00
068610443e fixed collapsing schemas in entry editor 2016-11-01 11:12:10 +01:00
4a681ff986 fix problems when more than one .dokuwiki element exists
closes #182
2016-10-10 15:54:15 +02:00
2c4fae077e reset the form on success 2016-08-24 14:59:28 +02:00
f107f479f0 show new row when adding to lookup
This renders the newly created row and adds it dynamically to the
existing table.
2016-08-24 14:29:20 +02:00
c498205a73 check CSRF token on row delete 2016-08-18 11:46:16 +02:00
b1758b8fb6 Merge branch 'master' into lookups
* master:
  output the key not value for unknown option in ConfigParser
  media fields need unique IDs. fixes #152
  fixed references to old Integer type
  removed Integer type
  Version upped
  fixed problem with multicolumns and made the param name clearer
  added missing schema file
  when Page uses titles, sorting should use title #146
  Decimal type needs to type cast for order and compare #146
  make sure pages are assigned in tests
  give types a way to influence sorting
  add slight shadow for aggregation images
  Fixed multi fields for inline editor
  test wildcard adding in Search
2016-08-11 10:24:59 +02:00
366695523d Fixed multi fields for inline editor
Fixed applying of Template copying for new fields.
2016-08-09 14:23:38 +02:00
8f6959ae5d nicer styling 2016-08-08 17:03:46 +02:00
04346cd26d delete lookup rows 2016-08-08 14:22:42 +02:00
4bc2843f02 saving lookups works 2016-08-04 18:30:14 +02:00
6b5e52fdc8 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)
2016-08-04 16:19:43 +02:00
37d0530f92 split up script into multiple parts, add entry funcs to inline editor 2016-08-02 16:42:20 +02:00