Custom Query (2152 matches)
Results (1477 - 1479 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1471 | fixed | Be compatible with new ubuntu release in April | seanh | dread |
Description |
Nils flagged up that Ubuntu launches another LTS in April which we should probably move to. This ticket is to get the ball rolling with what we do. We can always include in our package the exact package versions of deps that we want, but it is good to be in line with the release if possible. Here's how to see the packages included with it: http://packages.ubuntu.com/search?keywords=python-pylons&searchon=names&suite=all§ion=all Pylons 0.9.7 -> 1.0-2 Requires a small amount of work SQLAlchemy 0.7.3-2 OK Babel 0.9.6-1 OK Genshi 0.6-2 Perfect Another alternative is to move to another web framework, especially minding that Pylons is not being further developed. |
|||
#1472 | fixed | Convert ckanclient to git and github from mercurial | rgrp | rgrp |
#1473 | fixed | max name length validators missing | dread | dread |
Description |
Max length of package name and version field is 100 characters, but the validators seem to enforce this, although in the web interface the javascript limits typing in these fields, so it just affects the API really. |