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@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!