27f6439f | 19-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduce getColName vs. getFullColName |
1c9ef013 | 18-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
store page titles in DB for reference
All page titles are now stored in the database to reference them later in queries for the page type. |
4c13ff97 | 18-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
rename $type to $op to avoid confusion about what a type is |
2081d4ca | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use generic where in Search |
d21da21c | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make generic where() available to use
this makes it easier to pass the logic operator dynamically |
aa1f5074 | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
code style adjustment, no single line exceptions |
2f68434d | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use the query builder in Search
Tests still run through, so it seems to be correct so far |
c9494930 | 14-Jul-2016 |
Michael Grosse <mic.grosse@posteo.de> |
Treat 0 as a nonempty column |
83cb959b | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added group and sort by |
2b5df26e | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix and test placeholder replacement |
df30dbf7 | 14-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
tests for where |
8c551fd7 | 13-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
test that left joins are positioned correctly |
3fde0efc | 13-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at query builder |
b7e1d73b | 12-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not show a result table if there are no results
There is no sense in showing headers, dynamic filters, pagination and a sum row when there are absolutely no results. This change omits the whole s
do not show a result table if there are no results
There is no sense in showing headers, dynamic filters, pagination and a sum row when there are absolutely no results. This change omits the whole shebang if there are no results (except when the table is dynamically filtered and the empty set might be a result of that filter)
show more ...
|
9dbc8ec0 | 12-Jul-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not show rows in aggregations if they're empty
SPR-541 |
c600e802 | 11-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
reverted bad change caused by outdated IDEA index
idea marked the false as an undefined parameter - turns out it was wrong. |
2e7595e7 | 11-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at regexp filters |
4ac44d1c | 22-Jun-2016 |
Michael Grosse <grosse@cosmocode.de> |
Skip undefined schemas
Fixes GitHub #107 and Jira SPR-503 |
489ac77e | 14-Jun-2016 |
Michael Grosse <grosse@cosmocode.de> |
Check schema_assignments.tbl in aggregation
This check has most likely just been forgotten.
SPR-450 |
066fcfb7 | 25-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix sorting by a multi column
A multicolumn is always sorted by its first value which is already copied to the respective column in the table.
SPR-466 |
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 |
f9f13d8c | 07-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
tests for schema deletion |
d5a1a6dc | 07-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Added way to delete a schema and all its data |
9b97e610 | 05-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
reuse column's type renderer to output sums
This makes sure that sums will apply the same formatting as the values they summarize. |