Custom Query (2152 matches)
Results (1501 - 1503 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#356 | fixed | Search box in at top of page (UI) | rgrp | |
Description |
A small but useful ui improvement would be to have a search box at top right on every page. As an example see the one here on trac or on github.com or bitbucket.org.
|
|||
#359 | fixed | Create Storage with pluggable extensions | pudo | rgrp |
Description |
Storage represents something you can upload to (download is done in ticket:406).
At end of this we can deprecate Repository. Having Repository encapsulate Index and Storage (without Storage being explicit) is not helpful and leads to duplication. |
|||
#360 | fixed | New sqlite-based DB index | rgrp | rgrp |
Description |
In 0.5 and 0.6 have been more oriented to getting file indexes working to support the convenience of using packages on disk directly. However we now need to go back to having a better central/default index and the best model for this is a simple db index using sqlite (which is now supported in the standard library). NB: this is a retrospective ticket (been working on this for a couple of months) |