[aur-dev] [PATCH] Further optimize voters.php to only need the package name

Lukas Fleischer archlinux at cryptocrack.de
Wed Jan 22 12:32:49 EST 2014


On Tue, 21 Jan 2014 at 02:42:44, canyonknight wrote:
> * Extends changes in 81d4cc13dcae2f159ed937d4ce41e1df7d3c82b0
> * Modify getvotes() to use the package name rather than package ID
> * Rename getvotes() to votes_for_pkgname() for clarity with new changes
> * Modify routing framework and links to now use package names for voters.php
> 
> Signed-off-by: canyonknight <canyonknight at gmail.com>
> ---
>  web/html/index.php           |  2 +-
>  web/html/voters.php          |  4 ++--
>  web/lib/pkgfuncs.inc.php     | 11 ++++++-----
>  web/template/pkg_details.php |  2 +-
>  4 files changed, 10 insertions(+), 9 deletions(-)
> 

Nice! Merged into master, thanks!

> [...]


More information about the aur-dev mailing list