| /plugin/struct/meta/ |
| H A D | QueryBuilderWhere.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | QueryBuilder.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | Search.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| /plugin/struct/types/ |
| H A D | User.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | Decimal.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | Text.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | Lookup.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | Tag.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | DateTime.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | Page.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|
| H A D | AbstractBaseType.php | af993d55de4e0a953dd341ba1012e1447afbac9b Tue Jan 03 14:30:46 UTC 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 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.
|