History log of /plugin/struct/ (Results 701 – 725 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dd6f0fd716-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

slight refactoring in Lookup

this makes it easier to reuse this type later on

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

correctly handle old values

We should never pass a non-color to an input[type=color] field.

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

Added tests for Color

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

This adds a new type Color

This is not terribly useful on it's own, but will be used by other
plugins defining their own types and making use of this.

The default color will never be saved.

This t

This adds a new type Color

This is not terribly useful on it's own, but will be used by other
plugins defining their own types and making use of this.

The default color will never be saved.

This type makes use of <input type="color"> which is not supported in
some older browsers (a simple text input will be displayed by those).

show more ...

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

move media references correctly

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

added tests for move operations

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

wrap move operations in a transaction

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

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

refactor type handling on moves. add Lookup type

still untested

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

update page references on move operations. fixes #193

untested

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

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

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.

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

sort case insensitive. fixes #203

0e120bad14-Nov-2016 Michael Grosse <grosse@cosmocode.de>

fix: trigger metadata rendering to set page title

This is related to SPR-695

a0d3166b14-Nov-2016 Michael Grosse <grosse@cosmocode.de>

refactor: remove 2nd find and tertiary operator

5c5d9fe514-Nov-2016 Michael Grosse <grosse@cosmocode.de>

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

854aaac514-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

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

close result set

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

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.

eeac4e7710-Nov-2016 Michael Grosse <grosse@cosmocode.de>

fix: keep page fragments

Fixes #196

1707798d10-Nov-2016 Michael Grosse <grosse@cosmocode.de>

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
gene

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

show more ...

7bac7a1108-Nov-2016 Andreas Gohr <andi@splitbrain.org>

Version upped

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

1...<<21222324252627282930>>...54