| dd6f0fd7 | 16-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
slight refactoring in Lookup
this makes it easier to reuse this type later on |
| 7f4c224a | 16-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correctly handle old values
We should never pass a non-color to an input[type=color] field. |
| cc17a981 | 16-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
Added tests for Color |
| 95659421 | 16-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
This adds a new type Color
This is not terribly useful on it's own, but will be used by other plugins defining their own types and making use of this.
The default color will never be saved.
This t
This adds a new type Color
This is not terribly useful on it's own, but will be used by other plugins defining their own types and making use of this.
The default color will never be saved.
This type makes use of <input type="color"> which is not supported in some older browsers (a simple text input will be displayed by those).
show more ...
|
| aa4884af | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
move media references correctly |
| 1e4c3bdf | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
added tests for move operations |
| 2cbf8951 | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
wrap move operations in a transaction |
| e6ae02ec | 15-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: do not render dyn filters on pdf export
Do not render the dynamic filters, because mpdf 6, which creates the pdf, is unable to parse `display: none` neither on the `tr` nor on the `th` or `td`
fix: do not render dyn filters on pdf export
Do not render the dynamic filters, because mpdf 6, which creates the pdf, is unable to parse `display: none` neither on the `tr` nor on the `th` or `td` tags and hence removing those filters with CSS doesn't work. This might improve with mpdf 7.
This fixes #169 and fixes SPR-689
show more ...
|
| 5a1a3bb1 | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
refactor type handling on moves. add Lookup type
still untested |
| 07e48105 | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
update page references on move operations. fixes #193
untested |
| 8f259467 | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
add a latest column to the multi_* tables
This makes it easier to access the most current data, similar to what we have in single tables already |
| a7cffaf2 | 15-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fix title storage
The action component used the wrong key to get the current page. It checked the info of the last revision which might not always be available. |
| eb55dc17 | 14-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
sort case insensitive. fixes #203 |
| 0e120bad | 14-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: trigger metadata rendering to set page title
This is related to SPR-695 |
| a0d3166b | 14-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
refactor: remove 2nd find and tertiary operator |
| 5c5d9fe5 | 14-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: Create assignment on bureaucracy page create
The code is copied from action/entry.php line 150ff
This fixes #202 and is related to SPR-695 |
| 854aaac5 | 14-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: ajax-append the 1st row to lookups as well
This fixes SPR-694 and it fixes #207 |
| 9c00b26c | 14-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
close result set |
| a3f28bd5 | 14-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
use correct value for multi lookups. fixes #208
The problem was in how values were saved, so you need to resave your data after this fix is applied. |
| eeac4e77 | 10-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: keep page fragments
Fixes #196 |
| 1707798d | 10-Nov-2016 |
Michael Grosse <grosse@cosmocode.de> |
fix: Set right class on datetime entry for widget
With this the correct class will be set in all the scenarios (page-edit, inline, lookup). Then changing the date via the datepicker will always gene
fix: Set right class on datetime entry for widget
With this the correct class will be set in all the scenarios (page-edit, inline, lookup). Then changing the date via the datepicker will always generate time-template as defined in script/EntryEditor.js
Fixes #204
show more ...
|
| 7bac7a11 | 08-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 636c8aba | 08-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow other plugins to define new types. implements #170 |
| 712c650d | 07-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
correctly use cleaned schema name in search. fixes #199 |
| 7cbcfbdb | 07-Nov-2016 |
Andreas Gohr <gohr@cosmocode.de> |
better handling of failing sqlite plugin init. fixes #200 |