History log of /plugin/struct/_test/ (Results 126 – 150 of 315)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9cda580524-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

added alignment support for aggregation table. fixes #258

af993d5503-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 ...

54ced46b08-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.

57eed3ee07-Dec-2016 Michael Grosse <grosse@cosmocode.de>

test: Add test for pseudo-diff-syntax

faa6f42c07-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.

9f6c16ba05-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

use parent waitForTick if available

85edf4f225-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.

cf365c1f28-Nov-2016 Michael Grosse <grosse@cosmocode.de>

refactor: rename variable to better reflect scope

3aad961228-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 ...

5195b9fc22-Nov-2016 Michael Grosse <grosse@cosmocode.de>

test: Add test for new %lastupdate%

ea34d85222-Nov-2016 Michael Grosse <grosse@cosmocode.de>

test: Add tests to ensure leading whitespace

See #223

2daf69d921-Nov-2016 Michael Grosse <grosse@cosmocode.de>

test: Add test for %lasteditor%

0f17d1f421-Nov-2016 Michael Grosse <grosse@cosmocode.de>

test: fix tests for $ID->$INFO['id'] adjustment

Retrace the changes in 06fee43a4802b3338be3c05d8b6be3f01981337a
for the tests.

8d1ed4ce17-Nov-2016 Michael Grosse <grosse@cosmocode.de>

refactor: Save page data only once per page

109edca816-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 ...

cc17a98116-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

Added tests for Color

aa4884af15-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

move media references correctly

1e4c3bdf15-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

added tests for move operations

eb55dc1714-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

sort case insensitive. fixes #203

eeac4e7710-Nov-2016 Michael Grosse <grosse@cosmocode.de>

fix: keep page fragments

Fixes #196

636c8aba08-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

allow other plugins to define new types. implements #170

025cb9da02-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

made Assignments singleton. fixes #163

46d609e202-Nov-2016 Andreas Gohr <gohr@cosmocode.de>

adjusted test for new csv option

885bf69811-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

adjust tests

0e72ef5010-Oct-2016 Andreas Gohr <gohr@cosmocode.de>

renamed JSON to STRUCT_JSON. fixes #157

12345678910>>...13