| 32c6849e | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Ensure the correct parsing of the <> comperator
SPR-309, SPR-317, issue #21 |
| 99894f21 | 18-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Replace * with % in filters
SPR-309, SPR-317. GitHub: #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 |
| 561f5be6 | 17-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
added min/max for Integer type |
| fc8e2563 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Use default internallink renderer for xhtml as well |
| eb3ad34e | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add *~ and = comp and adjust to data functionality |
| 93485d71 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Fix limit controls |
| 9c09fee4 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add missing $page parameter to setCorrectTimestamp |
| 29877279 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Render output tables with data-like syntax
ToDo: summarize |
| daebf1aa | 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
translated Integer validation message |
| ffb54bda | 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added Integer type |
| 17560ecb | 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added validation support #11 |
| 61809d19 | 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add the sort config to the search object |
| a8b9fb5b | 17-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use Assignments in entry saving |
| 9e9bee91 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added option to translate column labels |
| cf25d54b | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix problem when cols or new are are not supplied in SchemaBuilder |
| 2d8ff844 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make labels unique with case insensitivity |
| a1603abd | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
ensure lables are unique in the schema |
| 82c064c1 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
automatically output existing data |
| 257dd7f8 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added simple syntax plugin to show current data |
| a0ebae1e | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
the render method is now in the Value object instead of the column
This reverts commit 404c847729d636c8e9de4f08d5300adbbda2697a. |
| 053212b1 | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make use of the new Value objects in the entry form |
| 4a7f35ff | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
return Value objects in SchemaData |
| 38fa36fb | 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduced Value class
This class holds the value of a single cell and a reference to the column. |
| 404c8477 | 16-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add render method to column class |