| 06861044 | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed collapsing schemas in entry editor |
| 488b43f1 | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
hide interactive elements in print. fixes #169 |
| 81946bcc | 01-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added some styles for bootstrap3 compatibility. fixes #192 |
| 426edefa | 01-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 885bf698 | 11-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjust tests |
| f256f53f | 11-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
don't use static but class member |
| 9b8dc0b2 | 11-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Lookup Dropdowns are now handled separately
Dropdowns are now back to being simple value pickers. To select data from a different Schema the Lookup type was introduced. This makes the code a bit sim
Lookup Dropdowns are now handled separately
Dropdowns are now back to being simple value pickers. To select data from a different Schema the Lookup type was introduced. This makes the code a bit simpler.
Users who used the Dropdown type to reference schemas will need to reconfigure their schema to make use of the Lookup type instead.
The Lookup type now handles self references (fixes #171) and references to page schemas correctly.
show more ...
|
| 0e72ef50 | 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
renamed JSON to STRUCT_JSON. fixes #157 |
| d3cedc08 | 10-Oct-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4a681ff9 | 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix problems when more than one .dokuwiki element exists
closes #182 |
| 8ba6a199 | 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added missing database file |
| 6ebbbb8e | 10-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
check permissions |
| e2c90eeb | 06-Oct-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added editors to schema. not checked anywhere, yet |
| 78029e36 | 02-Oct-2016 |
Laynee <seedfloyd@gmail.com> |
Urgent fix lang.php
The last commit rendered the whole DokuWiki admin panel unusable. |
| d2a8ce05 | 29-Sep-2016 |
Paweł Czochański <czochanski@gmail.com> |
Fixed SearchConfig offset not being set bug |
| f948eccf | 23-Sep-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix ignored page autocomplete postfix
Closes #180, Fixes SPR-633 |
| 806f472e | 23-Sep-2016 |
Michael Große <mic.grosse@posteo.de> |
Add GPLv2 License per Dokuwiki default |
| 97fa2e2d | 20-Sep-2016 |
Michael Große <mic.grosse@posteo.de> |
Version upped |
| 150271f9 | 20-Sep-2016 |
Michael Grosse <grosse@cosmocode.de> |
Make the page data display full width on mobile
Fixes #175 |
| 4bb1f072 | 20-Sep-2016 |
Michael Grosse <grosse@cosmocode.de> |
Correctly handle postdata as raw data, which it is
This should fix #140 and hence close SPR-609 |
| 7b5927ea | 20-Sep-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not apply rawValue to raw values
This should affect #140 and hence SPR-609 |
| 88ea753d | 25-Aug-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 09dd9c78 | 25-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
do not save empty lookup data |
| d4232f85 | 25-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
last modified dates should be displayed in local time |
| 76f0676d | 25-Aug-2016 |
Andreas Gohr <gohr@cosmocode.de> |
supress some inspections |