| 9d7a36f9 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
more work on the search. still in debugging state |
| 9e7c5990 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
store the table name without data_prefix in multivals table
this keeps it consistent with everywhere else |
| 5f803f49 | 10-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed loading sqlite helper in assignment screen |
| a3d1e459 | 04-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. |
| dbffe06e | 04-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 |
| 15929be2 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at data searching |
| 5742aea9 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow finindg columns by name in Schema |
| 90ae6c2d | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make more type properties accessible via Column |
| 63d51bbf | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
keep table reference in Column |
| 21b9e91a | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use namespace and autoloader in all tests |
| 1a8d1235 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved more assignment related stuff to the Assignment class |
| fb31ca9f | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
proper checking of assignments
more assignment related stuff needs to be moved to this class |
| 40b81cab | 04-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed getMenuText method signature |
| 87fdbc6b | 03-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. |
| ffe902fb | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
escape stuff |
| afbd4e60 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Split the values based on type, if not array already
SPR-291 |
| 899b86ac | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
first go at better multi editing support |
| 3ece9074 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Some minor refactorings
SPR-291 |
| 04641d56 | 03-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Save Schema-Data of pages for assigned Schemas |
| 65598e4a | 03-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 ...
|
| f36fda9d | 03-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 |
| 83beda18 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
use $REV to load old schema data when editing old revision |
| 750a393b | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
columns are already sorted. no need to sort again |
| ce206ec7 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added filter in getColumns to leave out disabled cols |
| c07703d4 | 03-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
objects are always passed by reference |