5f625fc8 | 07-Jun-2019 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix: tests adjustments for AutoSummary type |
f0ee60b9 | 16-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 ...
|
00043bff | 25-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. |
efff5841 | 21-Sep-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
name changed, tests provided |
e983bcda | 21-Sep-2018 |
Szymon Olewniczak <solewniczak@rid.pl> |
method splitted, test provided |
b6dc4fd9 | 31-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
Generators on PHP 5.6 cannot use "return" |
17dbef8a | 31-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 |
4a42f07c | 01-May-2018 |
Michael Große <mic.grosse@googlemail.com> |
✅ test for struct bureaucracy multi field |
4315d1e7 | 06-Aug-2018 |
Michael Große <grosse@cosmocode.de> |
✅ Fix tests for #390 |
f0e425ef | 06-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 ...
|
6822dd25 | 22-May-2018 |
Michael Große <grosse@cosmocode.de> |
fix: Export wiki field data in aggregation table CSV exports
Fixes #341 |
88b58a21 | 30-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. |
733a4e9b | 26-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. |
9503405b | 26-Dec-2017 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
added LongText type based on #349 |
4d799913 | 25-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 ...
|
3215aebf | 18-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 |
0c17c53a | 02-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 |
6e54daaf | 13-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 ...
|
01e45d16 | 01-Mar-2017 |
Michael Große <grosse@cosmocode.de> |
tests: schema-name should match schema2.struct.json |
127d6bac | 28-Feb-2017 |
Michael Große <grosse@cosmocode.de> |
feat: Show translatable schema names on pages
SPR-841 #45 |
4874b698 | 24-Feb-2017 |
Michael Große <grosse@cosmocode.de> |
tests: add explanation to failing asserts |
7135ad57 | 24-Feb-2017 |
Michael Große <grosse@cosmocode.de> |
tests: add tests output instructions
SPR-634 |
ee7c189a | 24-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed tests for recent change to Text type |
dc7d8d08 | 24-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 ...
|
874a34e3 | 24-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fixed min/max validation on Decimal. fixes #265 |