1e4c3bdf24
added tests for move operations
2016-11-15 16:59:03 +01:00
2cbf895156
wrap move operations in a transaction
2016-11-15 13:21:52 +01:00
e6ae02ec47
fix: do not render dyn filters on pdf export
...
Do not render the dynamic filters, because mpdf 6, which creates the pdf,
is unable to parse `display: none` neither on the `tr` nor on the `th`
or `td` tags and hence removing those filters with CSS doesn't work.
This might improve with mpdf 7.
This fixes #169 and fixes SPR-689
2016-11-15 13:21:05 +01:00
5a1a3bb10c
refactor type handling on moves. add Lookup type
...
still untested
2016-11-15 13:18:41 +01:00
07e481057f
update page references on move operations. fixes #193
...
untested
2016-11-15 12:35:07 +01:00
8f2594674d
add a latest column to the multi_* tables
...
This makes it easier to access the most current data, similar to what we
have in single tables already
2016-11-15 12:32:21 +01:00
a7cffaf271
fix title storage
...
The action component used the wrong key to get the current page. It
checked the info of the last revision which might not always be
available.
2016-11-15 10:23:07 +01:00
88c8559c5e
Merge pull request #212 from cosmocode/feature/bureaucracyAssignPage
...
Create assignments and save titles for pages created with bureaucracy
2016-11-14 15:22:35 +01:00
eb55dc1773
sort case insensitive. fixes #203
2016-11-14 15:12:53 +01:00
0e120bad25
fix: trigger metadata rendering to set page title
...
This is related to SPR-695
2016-11-14 15:04:52 +01:00
7fa7a48a85
Merge pull request #211 from cosmocode/feature/addFirstLookupRow
...
fix: ajax-append the 1st row for lookups as well
2016-11-14 14:50:40 +01:00
a0d3166be2
refactor: remove 2nd find and tertiary operator
2016-11-14 14:42:04 +01:00
5c5d9fe5b4
fix: Create assignment on bureaucracy page create
...
The code is copied from action/entry.php line 150ff
This fixes #202 and is related to SPR-695
2016-11-14 14:23:05 +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
9c00b26c19
close result set
2016-11-14 12:25:53 +01:00
a3f28bd574
use correct value for multi lookups. fixes #208
...
The problem was in how values were saved, so you need to resave your
data after this fix is applied.
2016-11-14 12:25:53 +01:00
7a14325cbb
Merge pull request #205 from cosmocode/feature/fixDateTimeEntry
...
Fix datetime entry
2016-11-14 11:05:15 +01:00
e26651d87a
Merge pull request #206 from cosmocode/feature/keepPageFragments
...
Keep page fragments
2016-11-10 13:48:36 +01:00
eeac4e774a
fix: keep page fragments
...
Fixes #196
2016-11-10 13:42:50 +01:00
1707798d17
fix: Set right class on datetime entry for widget
...
With this the correct class will be set in all the scenarios (page-edit,
inline, lookup). Then changing the date via the datepicker will always
generate time-template as defined in script/EntryEditor.js
Fixes #204
2016-11-10 12:12:49 +01:00
7bac7a11ba
Version upped
2016-11-08
2016-11-08 15:58:09 +01:00
636c8abaee
allow other plugins to define new types. implements #170
2016-11-08 15:57:21 +01:00
712c650d2c
correctly use cleaned schema name in search. fixes #199
2016-11-07 15:33:56 +01:00
7cbcfbdb68
better handling of failing sqlite plugin init. fixes #200
2016-11-07 14:55:19 +01:00
316acb454f
Merge pull request #197 from dokuwiki-translate/lang_update_175
...
Translation update (fr)
2016-11-07 14:00:45 +01:00
34cffaab96
translation update
2016-11-03 16:40:14 +01:00
631c7fe7a8
Merge pull request #195 from cosmocode/assignmentsingleton
...
made Assignments singleton. fixes #163
2016-11-03 14:17:43 +01:00
9ce9c7437e
Version upped
2016-11-03
2016-11-03 13:56:04 +01:00
5f69592e8a
Merge pull request #194 from cosmocode/csvexport
...
Export Aggregations as CSV #59
2016-11-03 13:40:07 +01:00
f599b80970
correctly initialize multiple lookup editors
2016-11-03 13:25:38 +01:00
c5ea80b3a7
style adjustments
2016-11-02 16:47:00 +01:00
470e44be3c
do not intercept our own syntax
2016-11-02 16:41:18 +01:00
ba55430d2e
more formatting implemented in CSV export renderer
2016-11-02 16:16:50 +01:00
1ba236ca6e
fixed headers
2016-11-02 15:40:22 +01:00
3889beb291
fixed missing guardian
2016-11-02 15:39:29 +01:00
025cb9da42
made Assignments singleton. fixes #163
2016-11-02 14:52:44 +01:00
49fe301b5a
support email type in CSV export
2016-11-02 13:48:59 +01:00
46d609e2de
adjusted test for new csv option
2016-11-02 11:26:11 +01:00
b22abfe926
export actual CSV. validated successful at csvlint.io
...
comma as separator
double quotes as text enclosure
quotes escaped by doubling them
Windows CRLF line endings
2016-11-02 11:22:40 +01:00
7b240ca8f5
added option to disable CSV export for a table
2016-11-02 11:02:51 +01:00
f77c90f9f7
fixed CSV export for lookup tables
2016-11-02 10:57:55 +01:00
6ce83f43d9
disable pagination on CSV export
2016-11-02 10:49:41 +01:00
eafc109f41
made csv export a component
2016-11-02 10:38:11 +01:00
a0bf8bb21f
signal to renderer when meta info is created for aggregations
...
info['struct_table_meta'] is now set when ever controls are printed that
are not part of the data. Our CSV exporter can then ignore these parts.
2016-11-02 10:28:56 +01:00
c8ccdaf8b8
handle dynamic parameters when exporting
2016-11-02 10:21:20 +01:00
09dd691a3a
first attempt at CSV export
2016-11-01 16:32:32 +01:00
d682ae13b0
made inputs wider. fixes #162
2016-11-01 14:58:33 +01:00
0b23a49c5e
focus first input field in lookup editor. fixes #172
2016-11-01 14:55:05 +01:00
ac2ee3d00e
make sure the JavaScript works in the bureaucracy plugin as well SPR-628
2016-11-01 13:28:18 +01:00
606635f3c7
rename title pids on move as well
2016-11-01 11:41:42 +01:00