1bd268d2 | 10-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Delete assignments as well |
7c5fd8d6 | 09-Aug-2016 |
Michael Grosse <grosse@cosmocode.de> |
Add helper for im&export by other plugins |
8fefbb59 | 18-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
register a JSON function in sqlite
This way types could select multiple columns into a single return value.
It probably makes sense to register a similar function as a AGGREGATE function as well. |
ba766201 | 28-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Use DokuWiki new autoloader for class files
No longer do we need to register our own autoloader. Namespace had to be vendor prefixed. |
6c71c031 | 12-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix validation and multi vlaue handling in bureaucracy #87 |
9bdb73ce | 05-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed asterisk for optional fields in bureaucracy #19 |
95838d50 | 30-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
styling adjustments in bureaucracy mode
we now use our own formfield function here |
3ad9c1ea | 30-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at bureaucracy support #19
This only implements singlge field, not whole schemas, yet.
This has no unit tests yet. Testing will be complicated. I'll try to figure something out. |
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 ...
|
aa124708 | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
streamline sort direction handling
we now use a boolean everywhere |
9dbc32ae | 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved the filter reducing to Search |
76e2c9ad | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Remove unused Code
In the previous commit all current parameter handling has been moved to SearchConfig class, so this code is now unnecessary
Github Issue #22, SPR-317 |
32c6849e | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Ensure the correct parsing of the <> comperator
SPR-309, SPR-317, issue #21 |
01a8eccd | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix <>, !~, and *~ comps to data behaviour but simpler
SPR-317, SPR-309, GitHub: #21, #22 |
fc8e2563 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Use default internallink renderer for xhtml as well |
93485d71 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix limit controls |
29877279 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Render output tables with data-like syntax
ToDo: summarize |
0fe33e72 | 11-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
use one multivalue table per schema |
15929be2 | 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at data searching |
ae697e1f | 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
resorted code a bit
This separates the actual data holders from their editing tools. |
351ea4ea | 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Schema-Editor: made type a dropdown |
1c502704 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
a very first basic version of the schema editor works |
083afc55 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
a first go at the overall structure. far from complete |
549a0837 | 17-Dec-2015 |
Andreas Gohr <andi@splitbrain.org> |
initial wizard generated structure |