00624072 | 28-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Replace boolean with integer in queries
Better sqlite compatibility |
6c9d1a10 | 21-Sep-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Rename internal schemas to "internal" |
25ed0c0d | 26-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
avoid a couple of PHP8 warnings |
a91bbca2 | 26-Aug-2022 |
Andreas Gohr <andi@splitbrain.org> |
replace a few deprecated function calls |
837e87e2 | 24-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Revert "Search in aggregations uses the correct database with custom functions"
This reverts commit c4c3e63d5d7399c1947ed2b11ffb5879dca016a0.
Using an event instead |
c4c3e63d | 23-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Search in aggregations uses the correct database with custom functions |
55e23b11 | 18-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Config option noedit
Makes it possible to freeze a schema |
12d2f24f | 08-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code style violations |
bb8d98c4 | 08-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Dummy IS_PUBLISHER check with test |
da62ec9c | 08-Aug-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Allow displaying publish status in aggregations of page data |
fc6ac2e5 | 17-Aug-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add 'published' column to db tables
First step of integrating publishing workflows into struct |
1ca21e17 | 31-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Multiple fixes for PHP 8 (#600) |
8f171097 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
use proper null coalesce |
5cc23c44 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Return proper type when creating a Schema |
ecf2cba2 | 27-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
Use $INPUT to access server variables |
b871825a | 18-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
correctly handle serial data in cloud control |
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 |
da7041d3 | 05-Oct-2021 |
Alexander Yakovlev <keloero@oreolek.ru> |
Do not link table headers in a PDF
No sorting rows in PDF, no need to print links |
d384ebe5 | 11-Aug-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix PHP code style |
b26126ed | 11-Aug-2021 |
Andreas Hubel <andi@saerdnaer.de> |
Add option to remove single columns from wildcard (#533) |
3f640228 | 11-Aug-2021 |
Frieder Schrempf <34034373+fschrempf@users.noreply.github.com> |
Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)
This was missing from the event context when the event was introduced.
To use the format/mode in the event let's
Add render format to context of event PLUGIN_STRUCT_RENDER_AGGREGATION_TABLE (#575)
This was missing from the event context when the event was introduced.
To use the format/mode in the event let's pass it in the context.
Signed-off-by: Frieder Schrempf <dev@fris.de>
show more ...
|
812a20f7 | 17-Jun-2021 |
Iain Hallam <iainhallam@users.noreply.github.com> |
Value aggregation type (#386)
* Allow a single value to be used inline in the page
* Removed debug line
* Added short form of value syntax - {{$s.f}}
* Refactor inline parsing into a new cl
Value aggregation type (#386)
* Allow a single value to be used inline in the page
* Removed debug line
* Added short form of value syntax - {{$s.f}}
* Refactor inline parsing into a new class and add filtering for page ID
* Allow recovery if the user has used single quotes
* Fixed metadata rendering when using $INFO['id']
* Handle no result better
* Add configuration for whether to show a no records text
* Linter fixes
* Match array style with other entries
* Simplify tokenising with -> separator
* Replace use of GLOBALS array
* Revert to dots, remove block syntax
* Suggestion of future syntax
* Use space-separated parameters
* Explanatory comments
* Increase sort order
* Don't lint for errors required by DokuWiki
* Move syntax description to class documentation
* Draft InlineConfigParser test
* Docstring alignment
show more ...
|
2dbe71f8 | 05-May-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix Greebo event trigger |
a2672b00 | 03-May-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Compatibility with releases previous to Hogfather |