#
ba662a60 |
| 07-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
some automatic rector fixes
|
#
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
#
a91bbca2 |
| 26-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
replace a few deprecated function calls
|
#
17a3a578 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Manual code style adjustments
|
#
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
|
#
6781c68d |
| 06-Jun-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
change prefix from Abstract to Auto
|
#
9ebd2ed6 |
| 24-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
use prefix/postfix for wiki type. fixes #254
The filter mechanism is the same for text and wiki, but inheritance didn't make sense, so this was moved to a trait instead.
|
#
636c8aba |
| 08-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow other plugins to define new types. implements #170
|
#
5a11127f |
| 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed problem with multicolumns and made the param name clearer
|
#
27f6439f |
| 19-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduce getColName vs. getFullColName
|
#
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.
|
#
2350b48e |
| 17-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added hidden functionality #15
|
#
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 ...
|
#
3a717675 |
| 03-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added field hints #29
|
#
9e9bee91 |
| 16-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added option to translate column labels
|
#
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.
|
#
404c8477 |
| 16-Feb-2016 |
Michael Große <grosse@cosmocode.de> |
Add render method to column class
|
#
5b2d2a8c |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed getColName to contain the data_ prefix
Added a few more guarding exceptions. We want things to break early instead of having debugging headaches later
|
#
d1b04e89 |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
streamlined PageColumn handling
introduced a method that returns the full column name. It can always be called - on Column and PageColumn
|
#
90ae6c2d |
| 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make more type properties accessible via Column
|
#
63d51bbf |
| 09-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
keep table reference in Column
|
#
04eb61a6 |
| 02-Feb-2016 |
Andreas Gohr <andi@splitbrain.org> |
moved tid to AbstractBaseType
it makes more sense there than in the Column
|
#
ae697e1f |
| 19-Jan-2016 |
Andreas Gohr <gohr@cosmocode.de> |
resorted code a bit
This separates the actual data holders from their editing tools.
|