| 56dced67 | 15-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 ...
|
| bab52340 | 15-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. |
| 34ffb347 | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use display value as default renderer |
| 5241ca30 | 15-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. |
| 57920350 | 15-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Leave error handling of helper methods to the caller |
| 12fe9b2c | 15-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not export the user either |
| 7e98290d | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make new parameter optional |
| 0845722b | 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix importing into a new lookup schema |
| c384ac7e | 15-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. |
| c4ce7499 | 12-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add docblocks, better names and exception handling |
| 78bff02f | 12-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 |
| 32488b14 | 12-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix broken page fields with title-option
helper_plugin_struct::saveData() expects raw data
See #155 |
| 04476c46 | 11-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix tests |
| aeca15ad | 11-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Reinitialize db if $conf['meta'] changed |
| 99a70f28 | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle empty rows in Search via new mechanism |
| 72b4cd73 | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjust for removed option in AccessTable |
| 90421550 | 11-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 |
| 592ddad2 | 11-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 |
| 80d194be | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check rawValue when checking for empty rows #148 |
| 2dd6aed5 | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added missing phpunit headers |
| 6047d2b8 | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow multiple sorts on one line |
| 2ff510b4 | 11-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 |
| fc26989e | 11-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 |
| 3f2a8309 | 11-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 ...
|
| f747a930 | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
special columns are not available for lookups |