Custom Query (2152 matches)
Results (1534 - 1536 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3009 | fixed | On-site notification of new dashboard activity | seanh | seanh |
Description |
We want a "bubble" with a number in it to appear in the top-right of the site next to your user name when you're logged in, telling you how many new activity stream items you have in your dashboard activity stream. There's a github issue for this here: |
|||
#576 | fixed | CKAN Requires Old Version of SQLAlchemy | sebbacon | wwaites |
Description |
Requires 0.4. 0.5 is a maintenance branch, 0.6 is current. VDM appears to work correctly (all the tests pass) with 0.5. CKAN does not -- requires more investigation to determine exactly why. It would actually be nice to be able to run with 0.6 or 0.5, though 0.6 will require some changes to VDM as well |
|||
#662 | fixed | Can't put entity that is returned by posting to package register | sebbacon | johnbywater |
Description |
It's because Package carries several out-of-band values, which are snagged on the way back out. Entity get response also can't be posted. However, post response can be re-posted (because it isn't the same as the register-post/entity-get responses. An issue for CKAN too. Sub-ticket of #961 (form, validation, model sync meta-ticket) and depends on that work. |