Implements FS#34690. Marcel Korpel (6): Add comment edit icon and form Edit a comment in the backend Show dateline when a comment is edited or deleted Only autofocus search field on the package search page Add IDs to comments Jump to comment after editing schema/aur-schema.sql | 2 ++ web/html/commentedit.php | 21 +++++++++++++ web/html/css/aurweb.css | 19 ++++++++++-- web/html/images/pencil.min.svg | 3 ++ web/html/images/pencil.svg | 55 ++++++++++++++++++++++++++++++++++ web/html/index.php | 4 +++ web/html/pkgbase.php | 14 +++++---- web/lib/credentials.inc.php | 2 ++ web/lib/pkgbasefuncs.inc.php | 62 ++++++++++++++++++++++++++++++++++++--- web/lib/pkgfuncs.inc.php | 40 +++++++++++++++++++++++++ web/template/pkg_comment_form.php | 10 +++++-- web/template/pkg_comments.php | 32 +++++++++++++++++--- web/template/pkg_search_form.php | 2 +- 13 files changed, 246 insertions(+), 20 deletions(-) create mode 100644 web/html/commentedit.php create mode 100644 web/html/images/pencil.min.svg create mode 100644 web/html/images/pencil.svg -- 2.4.5