| 7234bfb1 | 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes |
| 778b2b60 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| fdf3ab44 | 02-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
use new workflow |
| 4952ae27 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| da8d86ad | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix numeric values in filter control. #665 |
| b417c335 | 21-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 66164365 | 21-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
can't pass table names as prepared params
Fixes https://forum.dokuwiki.org/d/21476/3 |
| ea169a9f | 12-Aug-2023 |
Eric Guirbal <eric.guirbal@gmail.com> |
Fix a whitespace issue in aggregation table in print version
In a cell with data of type wiki, the first (resp. the last) element could have a non-zero top-margin (resp. bottom-margin) and this crea
Fix a whitespace issue in aggregation table in print version
In a cell with data of type wiki, the first (resp. the last) element could have a non-zero top-margin (resp. bottom-margin) and this creates unpleasant whitespaces.
This fixes #661 in print stylesheet.
show more ...
|
| e9c70723 | 12-Aug-2023 |
Eric Guirbal <eric.guirbal@gmail.com> |
Delete an accidentally added empty line of code |
| 0fadec12 | 12-Aug-2023 |
Eric Guirbal <eric.guirbal@gmail.com> |
Fix a whitespace issue in aggregation table
In a cell with data of type wiki, the non-zero margin-bottom of the last block element creates an unpleasant whitespace.
This fixes #661. |
| 5d255dd5 | 09-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 69f051e4 | 09-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed code style error |
| 20292407 | 09-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
save unset data as empty string. #658
Previous versions of the SQLite plugin (incorrectly) saved PHP null values as empty strings. The new version correctly saves them as database NULL. However for
save unset data as empty string. #658
Previous versions of the SQLite plugin (incorrectly) saved PHP null values as empty strings. The new version correctly saves them as database NULL. However for struct, we always want empty strings.
show more ...
|
| 039b05b8 | 09-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
add check for proper class hiearchy in table syntax
Plugins extend this class, but may not inherit from Aggregation, yet. A proper error should be shown. |
| 354f29be | 08-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 84ce8119 | 08-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix dynamic table access. closes #659
Table names can not be passed as parameters via PDO. |
| cdc8974e | 27-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| bb3d822f | 27-Jul-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Style inputs
Fixes #642 |
| 888559e1 | 27-Jul-2023 |
saggi-dw <saggi@gmx.de> |
Move 'if' to 'elseif' move assignment of '$timestamp' outside of condition format adjusted to the styleguide |
| 0342c2fe | 21-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 7bb01a50 | 21-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
updated deleted.files |
| 8a68af5a | 21-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
codesniffer fix |
| cfefffa4 | 21-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not say sqlite is missing if it fails to init |
| 2d502a6a | 21-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Add plugin version to exceptions
This should help analysing log files in bug reports |
| 4831b32a | 20-Jul-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |