| 956fa7d4 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
(re)assign on page save |
| 9ff81b7f | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow reading page assignments directly from database
default is still evaluating |
| ed60c3b3 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
update assigments when patterns are changed |
| 33d7be6a | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
renamed a few methods to be more clear
now that we have assignments and patterns we have to differentiate correctly |
| 49d38573 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
new table for page assignments/patterns #28 |
| f94f4c4f | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed a bunch of minor things found by IntelliJ Idea |
| cf4e20c5 | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed tests for recent delete handling changes |
| 68c0d8be | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed some bugs in the table component |
| eeb8d29f | 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added page deleteion handling #30 |
| 02481400 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not add instructions to non existing pages |
| 5a1eab78 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
restyle the inpage output #20 SPR-320
The data is now added as a new section and the table styled more minimalistic.
This works, however people might not like it. Also this adds a new section editi
restyle the inpage output #20 SPR-320
The data is now added as a new section and the table styled more minimalistic.
This works, however people might not like it. Also this adds a new section editing button that loads an empty editor. On the other hand it makes sure the real section before has it's own edit button.
How all this works on export is still untested and probably broken.
show more ...
|
| ececd523 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added localization in schema assignment |
| 28e05468 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed wrong error message in schema assignment |
| fd81b928 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
better styling for disabled fields |
| 26147f8c | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle field enable/disable |
| 6af24d3e | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
some localization |
| 4d19af58 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
clear outdated configs
When the type of a field is changed, the old config is now dropped if not supported by the new type. |
| 68da1619 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
This enhances the Image type further
* renamed from Img to Image * added height and width configuration * fixed the handling for multi edit fields |
| 068a4d53 | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix table scope closing and unsetting the hash |
| b966d95c | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use different branch now that the event has been merged |
| 01dd90de | 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
default to translated column labels in table aggregation
This also fixes errors that where thrown when headers were not specified. |
| 08e4e96e | 23-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Implement better solution for table detection |
| 56672c36 | 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle the revert action SPR-329
Administrators can directly revert pages without ever loading the old revision into the editor. This patch makes sure, the struct data is restored properly.
I guess
handle the revert action SPR-329
Administrators can directly revert pages without ever loading the old revision into the editor. This patch makes sure, the struct data is restored properly.
I guess this should have tests ;-)
show more ...
|
| 10caaf49 | 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Show struct differences in diff view. SPR-31 closes #4 |
| 6742cd51 | 23-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
remove empty values withing multivals |