[aur-dev] [PATCH/RFC 0/3] Add comment edit functionality

Marcel Korpel marcel.korpel at gmail.com
Wed Jul 8 11:49:11 UTC 2015


Implements FS#34690.

Marcel Korpel (3):
  Add comment edit icon and form
  Edit a comment in the backend
  Show dateline when a comment is edited or deleted

 schema/aur-schema.sql             |   2 ++
 web/html/commentedit.php          |  21 +++++++++++++
 web/html/css/aurweb.css           |  10 ++++++
 web/html/images/pencil.png        | Bin 0 -> 429 bytes
 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     |  30 ++++++++++++++++--
 11 files changed, 180 insertions(+), 15 deletions(-)
 create mode 100644 web/html/commentedit.php
 create mode 100644 web/html/images/pencil.png

-- 
2.4.5


More information about the aur-dev mailing list