History log of /plugin/struct/action/ (Results 151 – 175 of 212)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ed3de3d630-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 ...

1dfe534324-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

another safe guard when adding our instruction. closes #79


/plugin/struct/_test/Assignments.test.php
/plugin/struct/_test/ConfigParser.test.php
/plugin/struct/_test/Schema.test.php
/plugin/struct/_test/SchemaBuilder.test.php
/plugin/struct/_test/SchemaDataDB.test.php
/plugin/struct/_test/SchemaDataDBMulti.test.php
/plugin/struct/_test/SchemaDataSQL.test.php
/plugin/struct/_test/SchemaImporter.test.php
/plugin/struct/_test/Search.test.php
/plugin/struct/_test/SearchConfig.test.php
/plugin/struct/_test/SearchConfigParameter.test.php
/plugin/struct/_test/StructTest.php
/plugin/struct/_test/Type_AbstractBase.test.php
/plugin/struct/_test/Type_Integer.test.php
/plugin/struct/_test/Type_Media.test.php
/plugin/struct/_test/Type_Page.test.php
/plugin/struct/_test/Type_Tag.test.php
/plugin/struct/_test/Type_Text.test.php
/plugin/struct/_test/Type_Url.test.php
/plugin/struct/_test/Type_User.test.php
/plugin/struct/_test/Validator.test.php
/plugin/struct/_test/Value.test.php
/plugin/struct/_test/configHelper.test.php
/plugin/struct/_test/diff.test.php
/plugin/struct/_test/entry.test.php
/plugin/struct/_test/json/schema1.struct.json
/plugin/struct/_test/json/schema2.struct.json
/plugin/struct/_test/json/schema2int.struct.json
/plugin/struct/_test/json/tag.struct.json
/plugin/struct/_test/json/testtable.struct.json
/plugin/struct/_test/json/testtable2.struct.json
/plugin/struct/_test/move.test.php
output.php
/plugin/struct/meta/Schema.php
/plugin/struct/meta/SchemaBuilder.php
/plugin/struct/meta/SchemaImporter.php
/plugin/struct/meta/Search.php
/plugin/struct/script.js
/plugin/struct/types/Tag.php
9dfe4ab923-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

autocomplete: print stack trace to console if allowdebug

1dc771ec23-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fix caching behaviour with dynamic parameters. closes #78

58cb149823-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

do not clear data on delete during move #72

16b7d91422-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

adjust cachung if an aggregation depends on dynamic values #75

0173e75d21-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

handle page moves #72

9c2b81b517-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.

2350b48e17-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added hidden functionality #15

76ad0db216-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

Add struct data to full text search #62

08e7b56816-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

moved pseudo syntax generation to SchemaData

7b9717bf16-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

don't interate non existing data

881e940c16-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 ...

7dac04ff14-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added functionality to helper component #63

48010be814-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

add an automatic summary when only struct data changed

c8a548a814-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

28b818ce10-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

nicer strut output (and moved to top). closes #55

18f716c609-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 ...

53ed312509-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

make use of new constants for filter name

dbe5bc9d08-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

proper cache handling for aggregations. closes #50

90bc792b07-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

fix XSS problem in entry validation

cb249c5107-Mar-2016 Michael Große <grosse@cosmocode.de>

Don't show struct form for locked pages

fc13e8e707-Mar-2016 Michael Große <grosse@cosmocode.de>

Only show struct editform if we have at least edit rights

3a71767503-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

added field hints #29

25029fe802-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

moved mock objects to their own namespace #35

we may want to reuse them in different tests

123456789