#
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
#
fd9c77d3 |
| 17-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
refactoring dynamic parameter handling, part 3
This moves SQL building into it's own class, splitting it into separate methods. This allows for reusing the filter handling a second time to separate
refactoring dynamic parameter handling, part 3
This moves SQL building into it's own class, splitting it into separate methods. This allows for reusing the filter handling a second time to separate out the dynamic filters.
Still no work on tests
show more ...
|
#
b3a9db22 |
| 17-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
refactoring dynamic parameter handling, part 1
Instead of modifying the configuration array, we now call the appropriate methods on the SearchConfig object in the apply() method which replaces the u
refactoring dynamic parameter handling, part 1
Instead of modifying the configuration array, we now call the appropriate methods on the SearchConfig object in the apply() method which replaces the updateConfig() method.
A constructor parameter on SearchConfig allows to ignore the dynamicParameters alltogether.
Tests are broken
show more ...
|
#
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
#
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
#
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.
|
#
aa124708 |
| 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
streamline sort direction handling
we now use a boolean everywhere
|
#
d60f71ef |
| 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
flatten array returned for URL parameters
|
#
b2b64eb3 |
| 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added tests for dynamic parameters
|
#
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 ...
|