| ba4522e6 | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Schema existence is now checked in Search
this avoids instantiating the schema twice |
| 2be187cd | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
safeguard against lookup mixing in Search
We can not join lookup schemas with any other schema on pid. Which means we can not allow selecting more than one lookup schema in Search. |
| 4e7c197c | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix config parsing of multiple schemas |
| 67641668 | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added tostring() method for easier schema debugging |
| 7d88e7ed | 11-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
output the key not value for unknown option in ConfigParser |
| fa7b96aa | 10-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Save user on schema change and more imexport tools |
| 194029b4 | 10-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
media fields need unique IDs. fixes #152 |
| 70d1dea6 | 10-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed references to old Integer type |
| b25bb9fe | 10-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Reevaluate page assignments when replacing them |
| 328db41b | 10-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed Integer type
Instead the more flexible Decimal type (with roundto:0) can be used. |
| 1bd268d2 | 10-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Delete assignments as well |
| 21e6384c | 10-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| e12908f1 | 10-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed unecessary function calls |
| 7c5fd8d6 | 09-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add helper for im&export by other plugins |
| 5a11127f | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed problem with multicolumns and made the param name clearer |
| 8a701f07 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added missing schema file |
| 694968d6 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
when Page uses titles, sorting should use title #146 |
| 8fd5dfa8 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Decimal type needs to type cast for order and compare #146 |
| add73e0a | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure pages are assigned in tests |
| 7e06fb39 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
give types a way to influence sorting |
| 47c1cd11 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add slight shadow for aggregation images
this helps with knowing the border of an image and makes it easier to click outside the image for inline editing. |
| 36669552 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Fixed multi fields for inline editor
Fixed applying of Template copying for new fields. |
| 587e314d | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make Schema::getTimestamp() return the creation timestamp |
| daf34b99 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed tests |
| 897aef42 | 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some cleanup regarding timestamp setting in AccessTable* |