Custom Query (2152 matches)
Results (691 - 693 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. |
|||
#982 | fixed | Remove various pip-requirements versions | dread | rgrp |
Description |
We can just use the branch name to pull down specific versions of pip requirements so we don't need all the different versions in head. Remove them and update any client systems. Cost: 20m |
|||
#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 |