eead75e8 | 04-May-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
WIP Prepare to use unified schema in admin CSV export/import |
54efd03e | 29-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Adjust page assignment checks to not exclude serial data from aggregations
For some reason the search query with clause 'assigned !=0' did not return rows where assigned is NULL. This should work ac
Adjust page assignment checks to not exclude serial data from aggregations
For some reason the search query with clause 'assigned !=0' did not return rows where assigned is NULL. This should work according to specs and does work as expected in standalone queries. Fixed by using an explicit IS NULL check.
show more ...
|
5b808f9f | 29-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove islookup property of schemas
CSV import must still be adjusted |
15df5922 | 22-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix schema assignment check in cloud |
38e29673 | 22-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix schema assignment check in aggregations |
dea51657 | 20-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Update cloud queries |
f183bf6e | 16-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix code standard violation |
8ce43f5a | 15-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Restructure search query
Move schema assignment clauses into an ever-present JOIN, conditional on pid. Also remove the $idColumn parameter, previously used to check if schema assignment clauses shou
Restructure search query
Move schema assignment clauses into an ever-present JOIN, conditional on pid. Also remove the $idColumn parameter, previously used to check if schema assignment clauses should be added to queries.
show more ...
|
8a160bf7 | 13-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More flexible page access check in search queries
Add page access clauses in a subquery, conditional on non-empty page id |
dfe3ae67 | 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Manual coding style fixes
Method and variable visibility, camel case method names. Some exclusions due to inheritance |
61356325 | 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes |
b736b2e6 | 09-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
defer loading of the JSON editor
to make it compatible with DokuWiki master |
8da1363a | 09-Apr-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix curly braces warning on 7.4 |
d400a5f0 | 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix permission check in page aggregations |
670a6894 | 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Access Dokuwiki's refactored lexer
Lexer changed significantly between current stable Greebo and master. Now we can use both versions. |
86cfd13c | 07-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Make more SQL queries contingent on the join column ($idColumn) |
7f803aa8 | 07-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix data access for lookup types |
387ee210 | 06-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Pass current time instead of 0 to fetch data of latest page revision |
a14cf85d | 02-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use current time explicitly when fetching data for the latest revision of a page |
03307831 | 02-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove redundant serial code
There is actually very little need to split the handling of lookup (not page specific) and serial (page bound) data, because row ids are globally unique and never shared
Remove redundant serial code
There is actually very little need to split the handling of lookup (not page specific) and serial (page bound) data, because row ids are globally unique and never shared between those two types.
show more ...
|
aeb8444c | 01-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Consolidate table access classes |
efe74305 | 31-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix multi columns
Use the correct column for joining tables depending on data type. This is an initial "it works" implementation and should be revised and done more carefully. |
69f7ec8f | 30-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Using page revisions in inline editor guarantees that correct data access is initialized |
c73fba38 | 26-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Extract data type detection into public methods |
9764dab9 | 25-Mar-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix SQL for multi fields |