Posted by marduk on Tuesday, October 04, 2005 20:29 UTC
Lots of changes to the P2 code, among them:
- Now parses email addresses from Changlog and creates a link to CIA. See screenshot.
- 2-column layout instead of 3 (removed column was superfluous).
- right-column menu to let you easily switch between options for a given platform
- Various CSS changes
- Code been added to a new branch in Gentoo's CVS
- 'DEPEND', 'RDEPEND', 'PDEPEND', and 'IUSE' variables are now saved in the database (thoug right now there's not code to display the data)
- code fixes, enhancements, speedups
In addition, I've got a "faint" idea in my head for how searches will work.It will basically be a "set" of my Platform classes, which are basicallylike pre-set searches. This will be cool when it works. For example, thepage /updates/amd64/stable gives you updates for amd64/stable and, say thepage /uses/unicode will give you the ebuilds that have the 'unicode' 'USE'flag. So you should be able to build a search that is the union of thosetwo searches to get a list of ebuilds that are marked stable on amd64 andhave the 'unicode' 'USE' flag. This can be extended to other things aswell...