| e53295c5 | 19-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
create new page revision for every csv data import |
| 9b4977e0 | 19-Sep-2017 |
Malte Lembeck <malte.lembeck@outlook.de> |
translation update |
| 1fc2361f | 19-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
implement CSV import for page schemas |
| 48801f6d | 18-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
display CSV import form for page schemas |
| 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 |
| 43d76406 | 18-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
properly encode comperor for cloud tag |
| 57775e30 | 15-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
chane comparator for cloud-tags |
| 42d864a2 | 12-Jul-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 935a9fa3 | 11-Jul-2017 |
Michael Große <grosse@cosmocode.de> |
Add API-method to get data of aggregation |
| 3cd05f06 | 16-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
More German translations |
| 79c83e06 | 16-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Add button to clear schema data |
| 411f7e0a | 15-Jun-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| a7c0f8a6 | 15-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Fix styles for bureaucracy forms
The restructuring of the entry label↔input html in #304 has caused the css for struct fields in bureaucracy forms to break. This commit should fix this and hence fix
Fix styles for bureaucracy forms
The restructuring of the entry label↔input html in #304 has caused the css for struct fields in bureaucracy forms to break. This commit should fix this and hence fix #307.
show more ...
|
| 79cb79f5 | 15-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Get colname from label again
This should fix the ajax bug for autocompletion and hence resolve #305 |
| 81fe2ff2 | 15-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Improve styling of the hint icon for single line labels
This should fix the style issue in #305 |
| b730c13e | 14-Jun-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3e7a5b3c | 13-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Refactor to use buildAttributes -> cleaner code |
| c255577a | 09-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Fix labels not hidden in closed struct entry
Since `div.field` are now the only elements inside the fieldsets (beside the legend), we can just hide them explicitly.
This bug occurred, because the s
Fix labels not hidden in closed struct entry
Since `div.field` are now the only elements inside the fieldsets (beside the legend), we can just hide them explicitly.
This bug occurred, because the star had a lower specifity than the more explicitly defined display-states for div.field and its descendants.
Quix-80
show more ...
|
| 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 |
| 433b7683 | 02-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Fix whitespace |
| ee983135 | 02-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Fix multiple inputs in one label: it's invalid
Multiple inputs within a single label in invalid HTML. This bug can not only occur in multi-fields but also in plugin-provided single fields which m
Fix multiple inputs in one label: it's invalid
Multiple inputs within a single label in invalid HTML. This bug can not only occur in multi-fields but also in plugin-provided single fields which may contain multiple input-fields which are then only combined by javascript.
Thus, we provide an id which every type can assign to the edit-field best suited. For multi-types this is usually the new-input-template.
Fixes #292
show more ...
|
| d804d5ef | 13-Jun-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1dcfa082 | 25-May-2017 |
ubibene <services.m@benard.info> |
translation update |
| 18902e76 | 01-Jun-2017 |
Michael Große <grosse@cosmocode.de> |
Correctly detect classes provided by plugins
The class provided by plugins like structstatus are not located in the struct directory and hence not found by the autoloader. They are added via event t
Correctly detect classes provided by plugins
The class provided by plugins like structstatus are not located in the struct directory and hence not found by the autoloader. They are added via event to Column::allTypes().
show more ...
|
| e7e215e9 | 25-Apr-2017 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |