#
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
|
#
3aad9612 |
| 28-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: resolve conflict of type\Page and meta\Page
These two classes having the same name caused an error that on some pages, after saving the page, the page itself remained blank. The error-log conta
fix: resolve conflict of type\Page and meta\Page
These two classes having the same name caused an error that on some pages, after saving the page, the page itself remained blank. The error-log contained the following:
[Mon Nov 28 09:05:52 2016] [error] [client 91.65.183.141] PHP Fatal error: Cannot use dokuwiki\\plugin\\struct\\types\\Page as Page because the name is already in use in [...]/lib/plugins/struct/meta/Search.php on line 7, referer: [...]
show more ...
|
#
5a11127f |
| 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed problem with multicolumns and made the param name clearer
|
#
01f8b845 |
| 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make label part of Page column
|
#
918ccc27 |
| 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
only allow Page types for PageColumn
|
#
db7315f6 |
| 25-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correctly dynamically filter %title% column #132
|
#
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.
|
#
c74e0e40 |
| 10-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
let PageColumns always have the same fq label
|
#
9447008b |
| 09-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
make sure page columns have a label
|
#
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
|
#
0561158f |
| 15-Feb-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added support for selecting the PageID
|