| #
f0be5277 |
| 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add COLLATE NOCASE to sort queries
Fixes #616
|
| #
45c5f0a9 |
| 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Remove duplicated code
|
| #
996125f5 |
| 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Page autocomplete: catch invalid regex
|
| #
9c075503 |
| 15-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Page autocomplete: new option 'filter' instead of old 'namespace' and 'postfix'
|
| #
c0f1a2d1 |
| 09-Nov-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Improve autocomplete search for pages
Fixes #579 special characters in ids Implements #593 and #622 flexibility in namespaces via regex
|
| #
7fe2cdf2 |
| 13-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
apply #670 and manually cleanup afterwards
fixes some failing tests uses sexplode over array_pad reformats multiline arrays
|
| #
7234bfb1 |
| 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes
|
| #
460e822f |
| 06-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style fixes
|
| #
6a819106 |
| 05-Apr-2023 |
Andreas Gohr <andi@splitbrain.org> |
more test and deprecation fixes
|
| #
1ca21e17 |
| 31-Mar-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Multiple fixes for PHP 8 (#600)
|
| #
0549dcc5 |
| 13-Jan-2022 |
Andreas Gohr <andi@splitbrain.org> |
PHP code sniffer autofixes
|
| #
9dc9943d |
| 17-Nov-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Always display page ids in %pageid% columns
Fixes #504
|
| #
565b4cc1 |
| 16-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add wrapper function for json_decode()
|
| #
d6d97f60 |
| 09-Apr-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Automatic coding style fixes
|
| #
af993d55 |
| 03-Jan-2017 |
Michael Grosse <grosse@cosmocode.de> |
fix: stop OR filters causing problems
The filters coming from syntax should be grouped together in a subgroup to that OR-filters cannot undo the filters on latest=1 etc.
Since we cannot know in the
fix: stop OR filters causing problems
The filters coming from syntax should be grouped together in a subgroup to that OR-filters cannot undo the filters on latest=1 etc.
Since we cannot know in the filter function whether there is already a subgroup for us to use or which to use, the solution was to give the correct subgroup to the filter function directly.
Instead of adding another parameter to the already long list of parameters for that function, I have chosen to give the QueryBuilderWhere a reference back to the original QueryBuilder.
show more ...
|
| #
faa6f42c |
| 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: ensure that displayValue of page is never empty
This could have been the case when the page is non-existent and has never existed or is not a clean pageid due to a changed type of the column.
|
| #
eeac4e77 |
| 10-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: keep page fragments
Fixes #196
|
| #
0e72ef50 |
| 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
renamed JSON to STRUCT_JSON. fixes #157
|
| #
f948eccf |
| 23-Sep-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix ignored page autocomplete postfix
Closes #180, Fixes SPR-633
|
| #
dd6a2b71 |
| 24-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Merge branch 'lookups' into validationrefactor
* lookups: test translation feature implement rendering via sub type in Dropdown fix displayValue for looked up type, more tests fixed construc
Merge branch 'lookups' into validationrefactor
* lookups: test translation feature implement rendering via sub type in Dropdown fix displayValue for looked up type, more tests fixed constructor signature first test for new Dropdown features adjusted tests for renamed aliases Add Lookup Support to Dropdown column aliases need to differ from real column names use display value as default renderer introduces getDisplayValue
show more ...
|
| #
23169abe |
| 23-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Validation should happen on raw value
This just renames the parameter to make this more clear
|
| #
5241ca30 |
| 15-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
introduces getDisplayValue
A way to represent a complex type as a single non-complex type. Usually this is the same as the rawValue.
|
| #
694968d6 |
| 09-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
when Page uses titles, sorting should use title #146
|
| #
94603e42 |
| 26-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
show full ID when usetitles is on #133
|
| #
fab65495 |
| 21-Jul-2016 |
Andreas Gohr <gohr@cosmocode.de> |
search in pageid as well as in title. fixes #130
|