Custom Query (2152 matches)
Results (2137 - 2139 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1586 | duplicate | 'Sort by' field for package search | toby | dread |
Description |
We default to sort packages search results by "search rank", but we can change it to be "name", "title", "metadata_modified" date, "metadata_created" date. It works in the API now, so let's have (say) a drop-down in the Web UI for this. Follows on from #191. |
|||
#542 | fixed | 'Show and Tell' page customization using cookie + js | wwaites | rgrp |
Description |
To allow for full page caching even on customized pages for logged in users we can use cookie+javascript techniques as described here: http://www.ibm.com/developerworks/web/library/wa-rails2/ In the first place we just need to apply this to:
|
|||
#1318 | fixed | 'Register user' doesn't log you in | dread | dread |
Description |
When you register a user, it doesn't seem to be logged in properly straight away. Top-right it invites you to "log in" and "register". Also the "create package" menu option doesn't appear. Going to /user/me sends you to login page. If you then login, then all these things are corrected. |