| #
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.
|
| #
de07ec23 |
| 30-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed grouping in search
|
| #
59b668aa |
| 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
removed distinct feature from search
this was added for tag autocompletion but does not work as expected. should be implemented in tag type directly
|
| #
b2d67e7d |
| 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check for page existance in search. fixes #77
This requires an uptodate sqlite plugin
|
| #
bd363da9 |
| 23-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
print stacktrace on allow debug
|
| #
29394e6c |
| 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
no special handling for multi vals on sorting. fixes #61
since we have a copy of the first value now, we can simply sort by the single value column. This will only work for data saved from now on.
|
| #
9dbc32ae |
| 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
moved the filter reducing to Search
|
| #
07993756 |
| 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
major refactoring of the whole table aggregation
this is still completely untested
|
| #
00f6af48 |
| 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make dynamic parameters a bit better to handle
Now the aggregation class no longer needs to juggle around with ugly strings but can simply call functions on the SearchConfigParameter class to genera
make dynamic parameters a bit better to handle
Now the aggregation class no longer needs to juggle around with ugly strings but can simply call functions on the SearchConfigParameter class to generate new parameters.
show more ...
|
| #
9cc86dfc |
| 08-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
new option to select distinct data through search
this is useful for aggregating exisitng data regardless of page context
|
| #
9e07bdbf |
| 08-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
filters need to be their own group in the SQL
|
| #
b75e0a08 |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure search only returns assigned schema data
|
| #
f94f4c4f |
| 25-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed a bunch of minor things found by IntelliJ Idea
|
| #
01dd90de |
| 24-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
default to translated column labels in table aggregation
This also fixes errors that where thrown when headers were not specified.
|
| #
401d0067 |
| 22-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check access level in search. related to #23
Only readable pages should be returned by a search.
|
| #
df02ffe6 |
| 19-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Split function call to remove PHP Strict warnings
|
| #
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
|
| #
eb3ad34e |
| 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add *~ and = comp and adjust to data functionality
|
| #
29877279 |
| 17-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Render output tables with data-like syntax
ToDo: summarize
|
| #
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.
|
| #
0234787d |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added Page type and use it for the %pageid% special column
|