Custom Query (2152 matches)
Results (991 - 993 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#975 | fixed | Placeholder attribute not displayed in some browsers leading to poor UX | rgrp | rgrp |
Description |
Currently placeholder text like 'Search ...' is not shown in some browsers (e.g. FF and IE). This leads to poor UX, for example in top bar search where it unclear whether that box is for login or search. We should fix this by finding a way to display placeholder attribute in all browsers. |
|||
#992 | fixed | Use X-forwarded-for whenever it is available to set remote IP address | rgrp | rgrp |
Description |
At the moment we only use X-forwarded to determine remote user address when remote-addr header is 127.0.0.1. However if a site is behind a cache remote_addr will always be the IP of the cache. We should fix this by using x-forwarded-for header whenever available and only use remote-addr when it is not available. Cost: 10m |
|||
#999 | fixed | Factor out ckan.net theme changes to a separate theme repo and apply | rgrp | dread |
Description |
Rather than polluting the ckan core code base on ckan.net install with ckan.net specific changes these adaptations should be moved out into a dedicated ckan.net theme. |