109edca8 | 16-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: store user and rev of all pages
Rename `meta/Title.php` `meta/Page.php` since it now handles the user and timestamp for the last change as well.
This is done in preparation to adding a %laste
feat: store user and rev of all pages
Rename `meta/Title.php` `meta/Page.php` since it now handles the user and timestamp for the last change as well.
This is done in preparation to adding a %lasteditor% selector showing the last editor of a page and changing the %lastupdated% to show the time when the page was last changed instead of showing the time when the struct data of the page was last updated.
SPR-622
show more ...
|
e6ae02ec | 15-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
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`
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
show more ...
|
8f259467 | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
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 |
eb55dc17 | 14-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
sort case insensitive. fixes #203 |
9c00b26c | 14-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
close result set |
636c8aba | 08-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow other plugins to define new types. implements #170 |
712c650d | 07-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correctly use cleaned schema name in search. fixes #199 |
7cbcfbdb | 07-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
better handling of failing sqlite plugin init. fixes #200 |
025cb9da | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
made Assignments singleton. fixes #163 |
7b240ca8 | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added option to disable CSV export for a table |
f77c90f9 | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed CSV export for lookup tables |
eafc109f | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
made csv export a component |
a0bf8bb2 | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
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 thes
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.
show more ...
|
c8ccdaf8 | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle dynamic parameters when exporting |
09dd691a | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first attempt at CSV export |
6ebbbb8e | 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check permissions |
e2c90eeb | 06-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added editors to schema. not checked anywhere, yet |
d2a8ce05 | 29-Sep-2016 |
Paweł Czochański <czochanski@gmail.com> |
Fixed SearchConfig offset not being set bug |
09dd9c78 | 25-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not save empty lookup data |
76f0676d | 25-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
supress some inspections |
4050be94 | 24-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Correctly escape SQL |
5e4bfdb0 | 24-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Check every col for Tid == 0 |
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. |
c0230d2c | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Always use raw values for editors
This is another attempt to fix #140. The valueEditor() and multiValueEditor() now always expect raw values to be passed. The Value class was adjusted accordingly. I
Always use raw values for editors
This is another attempt to fix #140. The valueEditor() and multiValueEditor() now always expect raw values to be passed. The Value class was adjusted accordingly. It now allows to set the raw value (which is what we get from POST). If done, the Value object is treated as a rawonly Value that will throw an exception when you try to access value or displayvalue.
show more ...
|
b6c8d1e9 | 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed last tests, removed old validator |