History log of /plugin/struct/ (Results 801 – 825 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
56dced6715-Aug-2016 Andreas Gohr <gohr@cosmocode.de>

Add Lookup Support to Dropdown

Instead of specifying values directly, one can now specify a lookup
schema where the data is read from. The specified field name may contain
a $LANG place holder to be

Add Lookup Support to Dropdown

Instead of specifying values directly, one can now specify a lookup
schema where the data is read from. The specified field name may contain
a $LANG place holder to be replaced with the current language string.

There is currently no enforcement that the specified schema is indeed a
lookup schema. It should work with a non-lookup as well.

show more ...

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

column aliases need to differ from real column names

Otherwise the grouping is ambigious. In Search() this was the case
already.

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

use display value as default renderer

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

introduces getDisplayValue

A way to represent a complex type as a single non-complex type. Usually
this is the same as the rawValue.

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

Leave error handling of helper methods to the caller

12fe9b2c15-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Do not export the user either

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

make new parameter optional

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

fix importing into a new lookup schema

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

Revert "Fix broken page fields with title-option"

This is no longer needed, since getDataArray now always returns raw
values

This reverts commit 32488b14e3de6593c3d13408e3783b0fd3c03d5c.

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

Add docblocks, better names and exception handling

78bff02f12-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Set the user explicitly during import

If left unset, it will default to the currently logged-in user

32488b1412-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Fix broken page fields with title-option

helper_plugin_struct::saveData() expects raw data

See #155

04476c4611-Aug-2016 Michael Grosse <grosse@cosmocode.de>

Fix tests

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

Reinitialize db if $conf['meta'] changed

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

handle empty rows in Search via new mechanism

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

adjust for removed option in AccessTable

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

begin stremalining raw handling #148

This starts implementing the wanted features in the Value and
AccessTable class. Calling classes and tests aren't adjusted, yet

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

Revert "check rawValue when checking for empty rows #148"

This reverts commit 80d194bedbc09470dbd237eec476a409de84ded0.

That change did not properly take multi values into account

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

check rawValue when checking for empty rows #148

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

added missing phpunit headers

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

allow multiple sorts on one line

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

removed unsupported config options from configparser

those were remains from other output modes in the data plugin but are
not yet supported in struct

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

make sure lookups aren't assigned to pages

This prevents pattern assignment and will ignore any lookups when
reading the assignments for a given page.

Should probably have some tests

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

cleaned up lookup syntax

This syntax is used to load the full editor for a lookup table. It
inherits most functionality from the table syntax but uses a different
output class and will always select

cleaned up lookup syntax

This syntax is used to load the full editor for a lookup table. It
inherits most functionality from the table syntax but uses a different
output class and will always select all columns.

show more ...

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

special columns are not available for lookups

1...<<31323334353637383940>>...54