History log of /plugin/struct/meta/ (Results 251 – 275 of 512)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
109edca816-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 ...

e6ae02ec15-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 ...

8f25946715-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

eb55dc1714-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

sort case insensitive. fixes #203

9c00b26c14-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

close result set

636c8aba08-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

allow other plugins to define new types. implements #170

712c650d07-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

correctly use cleaned schema name in search. fixes #199

7cbcfbdb07-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

better handling of failing sqlite plugin init. fixes #200

025cb9da02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

made Assignments singleton. fixes #163

7b240ca802-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

added option to disable CSV export for a table

f77c90f902-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

fixed CSV export for lookup tables

eafc109f02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

made csv export a component

a0bf8bb202-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 ...

c8ccdaf802-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

handle dynamic parameters when exporting

09dd691a01-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

first attempt at CSV export

6ebbbb8e10-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

check permissions

e2c90eeb06-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

added editors to schema. not checked anywhere, yet

d2a8ce0529-Sep-2016 Paweł Czochański <czochanski@gmail.com>

Fixed SearchConfig offset not being set bug

09dd9c7825-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

do not save empty lookup data

76f0676d25-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

supress some inspections

4050be9424-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Correctly escape SQL

5e4bfdb024-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Check every col for Tid == 0

f107f47924-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.

c0230d2c24-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 ...

b6c8d1e924-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

fixed last tests, removed old validator

1...<<1112131415161718192021