| b987ff3d | 04-Jan-2018 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
simplified HTML5 input type support check |
| 4844cefc | 04-Jan-2018 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
nicer code formatting |
| 095f02a2 | 04-Jan-2018 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
fix cleanText-reated issue form the failing unit test. the structdata can be an array instead of a string. |
| 34f483db | 04-Jan-2018 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
use HTML5 date and datetime-local inputs with jquery as fallback, make the year easier to edit |
| 7c4f397e | 03-Jan-2018 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
add div and span fields around inline form to help the javascript autocompletion to find its column information |
| 831195c4 | 02-Jan-2018 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
clean up post parameter values before use |
| b0002ceb | 02-Jan-2018 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
inherit Wiki type from LongText to reduce code duplication |
| ef7146c1 | 26-Dec-2017 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
made size of textarea configurable |
| 9503405b | 26-Dec-2017 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
added LongText type based on #349 |
| 39e88088 | 26-Dec-2017 |
Randolf Rotta <rrotta@informatik.tu-cottbus.de> |
fixes #351 based on zioth's suggestion |
| 0db0cd8a | 07-Dec-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
feature: hidden fields in bueraucracy form from struct fields
This commit adds extra syntax which allow us to add struct fields to bureaucracy forms as hidden fields:
struct_fieldhidden "products
feature: hidden fields in bueraucracy form from struct fields
This commit adds extra syntax which allow us to add struct fields to bureaucracy forms as hidden fields:
struct_fieldhidden "products.product" "=value"
This only make sense with #354
show more ...
|
| 89be912b | 07-Dec-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
fix: struct_field in bureaucracy form now supports a default value
Before that we cannot use bureaucracy default values for struct_field ("=default value" syntax). Now it's possible. |
| fd85dc6f | 30-Nov-2017 |
Michael Große <grosse@cosmocode.de> |
Version upped |
| 5b133c8d | 30-Nov-2017 |
Michael Große <grosse@cosmocode.de> |
fix: don't consider number of empty fields for cloud item size
fixes #312 |
| 4d06cb43 | 30-Nov-2017 |
Michael Große <grosse@cosmocode.de> |
fix: show a properly centered cloud of tags
The float left, irritatingly caused the items to pile up on the right side. This fixes this and produces a proper cloud.
This fixes #311 |
| ead86fac | 05-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
bureaucracy is needed for testing |
| bcd6c1e4 | 27-Oct-2017 |
Joerg <scooter22@gmx.de> |
translation update |
| b3e93166 | 17-Oct-2017 |
Andreas Ferber <aferber@marcant.net> |
Fix LookupEditor AJAX new entry rendering for bootstrap based templates |
| 67ddf0d0 | 11-Oct-2017 |
Andreas Gohr <gohr@cosmocode.de> |
do not use a non-guaranteed placeholder |
| 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 ...
|
| 345c3838 | 22-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
Replace lookup placeholders by value not by the row id
While creating a new page using bureaucracy template action together with struct provided data, we should replace the lookup-field's placeholde
Replace lookup placeholders by value not by the row id
While creating a new page using bureaucracy template action together with struct provided data, we should replace the lookup-field's placeholders by the value selected by the user. It's much more sensible.
Fixes #323
show more ...
|
| eaab469c | 22-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
fixes #337 |
| 0e489a46 | 19-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
make one SQL transaction per imported line to eliminate potential inconsistencies |
| 69c07c1b | 19-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
doc update |
| 424167cb | 19-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
remove pid schema assignment check |