Custom Query (2152 matches)
Results (52 - 54 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2827 | fixed | View Item - RSS Feed Issues | danieljohnlewis | |
Description |
Problem: Server Error (HTTP Code 500) when trying to see information related to an RSS feed... example: http://s031.okserver.org:2375/en/dataset/testerisation/resource/974df29e-77bb-4b5e-982c-cb7a295c1923 Expected: A page that looks a bit more like this: http://s031.okserver.org:2375/dataset/epims-lod2/resource/97531bd8-e75c-4efa-bfa2-bb51d0ba90d0 |
|||
#2826 | fixed | Null group image | toby | danieljohnlewis |
Description |
Problem: Example group ( http://s031.okserver.org:2375/en/group/example-group ) has a broken image, image not found. Link either incorrect, or no image set, if no image set then shouldn't it show a default image? Expected: There should be an image. |
|||
#2825 | fixed | Loss of URL encoding on language change on apps page | danieljohnlewis | |
Description |
Problem: On /apps page if you start in one language, filter the data, and then change languages it loses the correct format for the HTTP Get Parameters (and therefore loses the filters). Example, start in English language, change filter settings to to Application and Newest, change language to German. Expected: Retain correct format for HTTP Get Parameters so that the filter settings are retained. Solution will involve not turning "=" into "%3D" in the URL, i.e. turn off URL encoding. |