Custom Query (2152 matches)
Results (619 - 621 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#156 | fixed | Whitelist for html in mark-down field | johnbywater | dread |
Description |
Not just links that need to be displayed. Other html should be displayed too, such as tables which can't be represented in markdown. Do a search of the existing fields to see what is needed. |
|||
#157 | fixed | Log message not persisted through preview | dread | rgrp |
Description |
Log message on package edit page is no longer persisted through a preview (no doubt due to recent form upgrades). Let's fix this. cost: 0.5h |
|||
#158 | fixed | Add 'extras' to REST API | dread | dread |
Description |
On Package get, ensure separation of extra attributes from other attributes. What is the meaning of posting an incomplete dictionary (updating a package)? Option 1 - if field not present, leave field alone
Option 2 - user must supply all fields
Prefer option 1. Document this. Follows on from ticket:152 |