History log of /plugin/struct/ (Results 1276 – 1300 of 1333)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9d7a36f910-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

more work on the search. still in debugging state

9e7c599010-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

store the table name without data_prefix in multivals table

this keeps it consistent with everywhere else

5f803f4910-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

fixed loading sqlite helper in assignment screen

a3d1e45904-Feb-2016 Andreas Gohr <andi@splitbrain.org>

made assignment overview a table

I'm not too happy about the links for the delete action, but with the
form wrapped around the table, this was the easiest way.

dbffe06e04-Feb-2016 Andreas Gohr <andi@splitbrain.org>

fixed bugs introduced by making admin components

also show a TOC on both admin pages to easily switch

15929be209-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

first go at data searching

5742aea909-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

allow finindg columns by name in Schema

90ae6c2d09-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

make more type properties accessible via Column

63d51bbf09-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

keep table reference in Column

21b9e91a09-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

use namespace and autoloader in all tests

1a8d123509-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

moved more assignment related stuff to the Assignment class

fb31ca9f09-Feb-2016 Andreas Gohr <gohr@cosmocode.de>

proper checking of assignments

more assignment related stuff needs to be moved to this class

40b81cab04-Feb-2016 Andreas Gohr <andi@splitbrain.org>

fixed getMenuText method signature

87fdbc6b03-Feb-2016 Michael Große <grosse@cosmocode.de>

Add an adminpage for schema<->page/ns assignments

Todo: The test if a page is in a namespace with an schema assigned is
not yet implemented.

ffe902fb03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

escape stuff

afbd4e6003-Feb-2016 Michael Große <grosse@cosmocode.de>

Split the values based on type, if not array already

SPR-291

899b86ac03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

first go at better multi editing support

3ece907403-Feb-2016 Michael Große <grosse@cosmocode.de>

Some minor refactorings

SPR-291

04641d5603-Feb-2016 Michael Große <grosse@cosmocode.de>

Save Schema-Data of pages for assigned Schemas

65598e4a03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

some refactoring in the form building

Now the whole form is inserted as a single HTML element. This makes it
easier to correctly position it in the form (the position is determined
dynamically now)

some refactoring in the form building

Now the whole form is inserted as a single HTML element. This makes it
easier to correctly position it in the form (the position is determined
dynamically now) than to have to work with permanently shifting
positions witin the form object. Since we don't expect other plugins to
modify our form this shuld be okay.

show more ...

f36fda9d03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

minor name cleanup

also always use protected instead of private as we may need to access
internals during testing later on

83beda1803-Feb-2016 Andreas Gohr <andi@splitbrain.org>

use $REV to load old schema data when editing old revision

750a393b03-Feb-2016 Andreas Gohr <andi@splitbrain.org>

columns are already sorted. no need to sort again

ce206ec703-Feb-2016 Andreas Gohr <andi@splitbrain.org>

added filter in getColumns to leave out disabled cols

c07703d403-Feb-2016 Andreas Gohr <andi@splitbrain.org>

objects are always passed by reference

1...<<51525354