FS#31847 - Display all packages you've voted for or subscribed to
Attached to Project:
AUR web interface
Opened by Jakob Gruber (schuay) - Monday, 08 October 2012, 21:46 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 03 November 2012, 21:43 GMT
Opened by Jakob Gruber (schuay) - Monday, 08 October 2012, 21:46 GMT
Last edited by Lukas Fleischer (lfleischer) - Saturday, 03 November 2012, 21:43 GMT
|
Details
For AUR 2.0, I'd love to see a way to display a list of all
packages that you've
1. voted for, and 2. subscribed to. |
This task depends upon
* voted: https://dev.aur.archlinux.org/packages/?SB=w&SO=d&O=0&PP=50
* notify: https://dev.aur.archlinux.org/packages/?SB=o&SO=d&O=0&PP=50
My guess is you're not logged in.
Implementation notes:
- pkgvotes_from_sid() is a good candidate for the vote side of things
- This requires having to modify the mess that is pkg_search_page()