ed3de3d6 | 30-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use data ttribute for autocompletion
this moves the whole field creation to a separate function and adds the full qualified column name as a data attribute. This is needed because we can not rely on
use data ttribute for autocompletion
this moves the whole field creation to a separate function and adds the full qualified column name as a data attribute. This is needed because we can not rely on the field's name to figure out the column name as it will be unrelated in bureaucracy use
show more ...
|
1dfe5343 | 24-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
another safe guard when adding our instruction. closes #79 |
9dfe4ab9 | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
autocomplete: print stack trace to console if allowdebug |
1dc771ec | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix caching behaviour with dynamic parameters. closes #78 |
58cb1498 | 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not clear data on delete during move #72 |
16b7d914 | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjust cachung if an aggregation depends on dynamic values #75 |
0173e75d | 21-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
handle page moves #72 |
9c2b81b5 | 17-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix struct output for page in namespaces. #73
misread the event documentation. there is no full page ID passed but namespace and page separately. |
2350b48e | 17-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added hidden functionality #15 |
76ad0db2 | 16-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Add struct data to full text search #62 |
08e7b568 | 16-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved pseudo syntax generation to SchemaData |
7b9717bf | 16-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
don't interate non existing data |
881e940c | 16-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use new heuristic to decide on rendering output
To avoid that our output is added to instructions that are not the main page's instructions we now check what wiki page was read from disk last. We on
use new heuristic to decide on rendering output
To avoid that our output is added to instructions that are not the main page's instructions we now check what wiki page was read from disk last. We only render on instruction creation immeadiately after that event and ignore all others. This should also allow us to ignore the current action when deciding if we want to add to the instructions.
We have to see if this works out in real life.
show more ...
|
7dac04ff | 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added functionality to helper component #63 |
48010be8 | 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add an automatic summary when only struct data changed |
c8a548a8 | 14-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved validation to its own class
the validator class is partly test covered through the entry tests but dedicated tests might be helpful |
28b818ce | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
nicer strut output (and moved to top). closes #55 |
18f716c6 | 09-Mar-2016 |
Michael Große <mic.grosse@posteo.de> |
Replace magic number with something obvious
If the prefix 'plugin/struct/' is changed, it should be obvious what else has to be changed. That is not the case if the length-parameter for the substrin
Replace magic number with something obvious
If the prefix 'plugin/struct/' is changed, it should be obvious what else has to be changed. That is not the case if the length-parameter for the substring is magic 14.
show more ...
|
53ed3125 | 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make use of new constants for filter name |
dbe5bc9d | 08-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
proper cache handling for aggregations. closes #50 |
90bc792b | 07-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix XSS problem in entry validation |
cb249c51 | 07-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Don't show struct form for locked pages |
fc13e8e7 | 07-Mar-2016 |
Michael Große <grosse@cosmocode.de> |
Only show struct editform if we have at least edit rights |
3a717675 | 03-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added field hints #29 |
25029fe8 | 02-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved mock objects to their own namespace #35
we may want to reuse them in different tests |