Changes between Initial Version and Version 2 of Ticket #242
- Timestamp:
- 07/16/10 13:16:55 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #242
- Property Owner changed from rgrp to dread
- Property Priority changed from awaiting triage to critical
- Property Milestone changed from to v1.1
-
Ticket #242 – Description
initial v2 1 1 Dumping ground for various minor and miscellaneous items (mainly refactorings): 2 2 3 * controllers/tag.py: why does this not use lib/search.py (but controllers/packages.py search method does)? 4 5 done: 3 6 * lib/search.py: inheritance would be nicer than switching on entity in search (i.e. have SearchPackage, SearchTag etc) 4 * controllers/tag.py: why does this not use lib/search.py (but controllers/packages.py search method does)?