History log of /plugin/struct/ (Results 1051 – 1075 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0173e75d21-Mar-2016 Andreas Gohr <gohr@cosmocode.de>

handle page moves #72

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

link to type config

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.

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

fixed tests

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

added hidden functionality #15

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

allow regexps for page assignments. #70

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

allow date type to be prefilled when empty. closes #68

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

implemented checkbox type #39

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

added empty option to dropdown to be able to deselect

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

implement dropdown type #36

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

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

add namespace and suffix config for Page type #67

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

don't interate non existing data

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

allow users to not exist. fixes 66

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

fixed SQL when only multi values are selected. related to #64

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

sqlite sequences do not need to be micromanaged

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

added Wiki Type. implements #14

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

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

allow validation to modify the value before saving

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

added Mail type. implements #12

84e8982e15-Mar-2016 Michael Grosse <grosse@cosmocode.de>

Add test for pure MultiField-Schema - currently failing

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

correctly handle multi val columns. fixes #64

now group_concat is used

f678d87615-Mar-2016 Michael Grosse <grosse@cosmocode.de>

Add tests for a schema consisting only of multis

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

no special handling for multi vals on sorting. fixes #61

since we have a copy of the first value now, we can simply sort by the
single value column. This will only work for data saved from now on.

1...<<41424344454647484950>>...54