[aur-dev] [PATCH v4 2/2] Implement capability to pin comments above others

Lukas Fleischer lfleischer at archlinux.org
Sat Dec 12 10:39:23 UTC 2015


On Sat, 12 Dec 2015 at 01:01:31, Mark Weiman wrote:
> Adds capability to pin comments before others.
> 
> Implements FS#10863
> 
> Signed-off-by: Mark Weiman <mark.weiman at markzz.com>
> ---
>  schema/aur-schema.sql         |  1 +
>  upgrading/4.2.0.txt           |  6 +++
>  web/html/css/aurweb.css       |  6 +--
>  web/html/images/pin.min.svg   |  1 +
>  web/html/images/pin.svg       |  3 ++
>  web/html/images/unpin.min.svg |  1 +
>  web/html/images/unpin.svg     |  4 ++
>  web/html/index.php            |  2 +
>  web/html/pkgbase.php          |  4 ++
>  web/lib/credentials.inc.php   |  2 +
>  web/lib/pkgbasefuncs.inc.php  | 85 ++++++++++++++++++++++++++++++++++++++++---
>  web/lib/pkgfuncs.inc.php      | 51 +++++++++++++++++++++++++-
>  web/template/pkg_comments.php | 40 +++++++++++++++++---
>  13 files changed, 191 insertions(+), 15 deletions(-)
>  create mode 100644 web/html/images/pin.min.svg
>  create mode 100644 web/html/images/pin.svg
>  create mode 100644 web/html/images/unpin.min.svg
>  create mode 100644 web/html/images/unpin.svg
> [...]

Applied this with some minor stylistic changes. Thanks again!


More information about the aur-dev mailing list