9cda5805 | 24-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
added alignment support for aggregation table. fixes #258 |
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 ...
|
54ced46b | 08-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Adjust test for fix in faa6f42c74c78a1384dced2b46950b2894cdb060
Display value of Pages is now no longer empty even when the title was missing. |
57eed3ee | 07-Dec-2016 |
Michael Grosse <grosse@cosmocode.de> |
test: Add test for pseudo-diff-syntax |
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. |
9f6c16ba | 05-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use parent waitForTick if available |
85edf4f2 | 25-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: enable target option for cloud
Enable the target option for cloud, so we can define another page where the aggregation to be filtered is located. |
cf365c1f | 28-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: rename variable to better reflect scope |
3aad9612 | 28-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: resolve conflict of type\Page and meta\Page
These two classes having the same name caused an error that on some pages, after saving the page, the page itself remained blank. The error-log conta
fix: resolve conflict of type\Page and meta\Page
These two classes having the same name caused an error that on some pages, after saving the page, the page itself remained blank. The error-log contained the following:
[Mon Nov 28 09:05:52 2016] [error] [client 91.65.183.141] PHP Fatal error: Cannot use dokuwiki\\plugin\\struct\\types\\Page as Page because the name is already in use in [...]/lib/plugins/struct/meta/Search.php on line 7, referer: [...]
show more ...
|
5195b9fc | 22-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
test: Add test for new %lastupdate% |
ea34d852 | 22-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
test: Add tests to ensure leading whitespace
See #223 |
2daf69d9 | 21-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
test: Add test for %lasteditor% |
0f17d1f4 | 21-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
test: fix tests for $ID->$INFO['id'] adjustment
Retrace the changes in 06fee43a4802b3338be3c05d8b6be3f01981337a for the tests. |
8d1ed4ce | 17-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: Save page data only once per page |
109edca8 | 16-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
feat: store user and rev of all pages
Rename `meta/Title.php` `meta/Page.php` since it now handles the user and timestamp for the last change as well.
This is done in preparation to adding a %laste
feat: store user and rev of all pages
Rename `meta/Title.php` `meta/Page.php` since it now handles the user and timestamp for the last change as well.
This is done in preparation to adding a %lasteditor% selector showing the last editor of a page and changing the %lastupdated% to show the time when the page was last changed instead of showing the time when the struct data of the page was last updated.
SPR-622
show more ...
|
cc17a981 | 16-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Added tests for Color |
aa4884af | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
move media references correctly |
1e4c3bdf | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added tests for move operations |
eb55dc17 | 14-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
sort case insensitive. fixes #203 |
eeac4e77 | 10-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: keep page fragments
Fixes #196 |
636c8aba | 08-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow other plugins to define new types. implements #170 |
025cb9da | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
made Assignments singleton. fixes #163 |
46d609e2 | 02-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted test for new csv option |
885bf698 | 11-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjust tests |
0e72ef50 | 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
renamed JSON to STRUCT_JSON. fixes #157 |