History log of /plugin/struct/_test/ (Results 101 – 125 of 315)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5f625fc807-Jun-2019 Szymon Olewniczak <solewniczak@rid.pl>

fix: tests adjustments for AutoSummary type

f0ee60b916-Mar-2019 Michael Große <mic.grosse@googlemail.com>

�� Fix saved lookup row not being displayed

This fixes a bug that was introduced in ff2afc7c7bdf9f04b6bc2917af42ff865757c54d

When saving the lookup we need the id of the row we just saved to create

�� Fix saved lookup row not being displayed

This fixes a bug that was introduced in ff2afc7c7bdf9f04b6bc2917af42ff865757c54d

When saving the lookup we need the id of the row we just saved to create
the response to the original ajax request.

Closes #398

show more ...

00043bff25-Sep-2018 Michael Große <grosse@cosmocode.de>

✨ (CSVImport) Add new conditional syntax for new pages

Add a new syntax to create a block only if we have data for that field for the given page. This is
inspired by existing Bureaucracy syntax.

efff584121-Sep-2018 Szymon Olewniczak <solewniczak@rid.pl>

name changed, tests provided

e983bcda21-Sep-2018 Szymon Olewniczak <solewniczak@rid.pl>

method splitted, test provided

b6dc4fd931-Aug-2018 Michael Große <grosse@cosmocode.de>

�� Generators on PHP 5.6 cannot use "return"

17dbef8a31-Aug-2018 Michael Große <grosse@cosmocode.de>

✨ (Import) Add option to create missing pages in csv page schema import

Styling of the checkbox is still a bit off.

WIKI-199

4a42f07c01-May-2018 Michael Große <mic.grosse@googlemail.com>

✅ test for struct bureaucracy multi field

4315d1e706-Aug-2018 Michael Große <grosse@cosmocode.de>

✅ Fix tests for #390

f0e425ef06-Aug-2018 Michael Große <grosse@cosmocode.de>

✅ Fix fragile test

This test was failing because of the change introduced in #407. That change modified the order of
arguments and thus produced a different hash. This test shouldn't fail because of

✅ Fix fragile test

This test was failing because of the change introduced in #407. That change modified the order of
arguments and thus produced a different hash. This test shouldn't fail because of such a change.

show more ...

6822dd2522-May-2018 Michael Große <grosse@cosmocode.de>

fix: Export wiki field data in aggregation table CSV exports

Fixes #341

88b58a2130-Mar-2018 Szymon Olewniczak <solewniczak@rid.pl>

This commit adds '%lastsummary%' special column for page schemas. The column contains the summary of last page revision.

733a4e9b26-Jan-2018 Michael Große <grosse@cosmocode.de>

tests: drop seconds from test for datetime type

input type datetime-local does not support seconds and therefore neither
does this type anymore.

9503405b26-Dec-2017 Randolf Rotta <rrotta@informatik.tu-cottbus.de>

added LongText type based on #349

4d79991325-Sep-2017 Szymon Olewniczak <solewniczak@rid.pl>

Create unit tests for testing lookup replacements

This commit provides the basis for further bureaucracy-struct integration testing. Currently we only check if lookup field replacements works correc

Create unit tests for testing lookup replacements

This commit provides the basis for further bureaucracy-struct integration testing. Currently we only check if lookup field replacements works correctly.

show more ...

3215aebf18-Sep-2017 Szymon Olewniczak <solewniczak@users.noreply.github.com>

fix row numbers resetting with pagination (#332)

* create unit test that fails

* implement the feature

fixes #331

0c17c53a02-Jun-2017 Michael Große <grosse@cosmocode.de>

Remove duplicate code ��

The functions \action_plugin_struct_entry::createForm and
\action_plugin_struct_entry::makeField are duplicated in
\action_plugin_struct_edit

6e54daaf13-Mar-2017 Michael Große <grosse@cosmocode.de>

Use labels as keys for getData array of Values

This makes accessing the value of a specific column easier, since
otherwise we would have to loop through the array and call getLabel for
every column.

Use labels as keys for getData array of Values

This makes accessing the value of a specific column easier, since
otherwise we would have to loop through the array and call getLabel for
every column.

Tests have been adjusted.

show more ...

01e45d1601-Mar-2017 Michael Große <grosse@cosmocode.de>

tests: schema-name should match schema2.struct.json

127d6bac28-Feb-2017 Michael Große <grosse@cosmocode.de>

feat: Show translatable schema names on pages

SPR-841 #45

4874b69824-Feb-2017 Michael Große <grosse@cosmocode.de>

tests: add explanation to failing asserts

7135ad5724-Feb-2017 Michael Große <grosse@cosmocode.de>

tests: add tests output instructions

SPR-634

ee7c189a24-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

fixed tests for recent change to Text type

dc7d8d0824-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

do not match in pre/postfix of empty fields

Empty fields where pre and postfixed just as any other field. When
searching for a string that matched a pre/postfix all empty fields where
returned becau

do not match in pre/postfix of empty fields

Empty fields where pre and postfixed just as any other field. When
searching for a string that matched a pre/postfix all empty fields where
returned because the pre/postfix matched.

show more ...

874a34e324-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

fixed min/max validation on Decimal. fixes #265

12345678910>>...13