Custom Query (2152 matches)
Results (55 - 57 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#76 | fixed | Convert to use formalchemy for all forms | dread | rgrp |
Description |
Current form stuff is not very good (uses formencode). Switch to formalchemy would improve this, especially on validation. As an extra we could utilize the formalchemy pylons admin interface (pretty much for free). Cost: 12h Details
|
|||
#77 | fixed | Rate packages | dread | rgrp |
Description |
As a User or VisitorI wish to rate a package in some way. On the package view, below Openness, there is a 'Rating' heading with the star rating which is selectable. Rating out of 5. One user or IP, one vote. package_rating table: package | user | rating annakarenina | joe.bloggs.openid.com | 4 annakarenina | 154.2.5.47 | 1 |
|||
#78 | fixed | Extend login cookie lifetime | rgrp | rgrp |
Description |
When you login you get given a cookie but it is very short (life of your browser session I think). Work out how to extend to something reasonable (30 days or perhaps forever with logout unsetting cookie).
Cost: ? |