From aea45c9a8452cf626f9e21a0087f1f1b2f53719a Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Jun 06 2016 09:14:44 +0000 Subject: [PATCH 1/2] Add Duplicate issue status --- diff --git a/pagure/lib/model.py b/pagure/lib/model.py index 7755423..bf4167f 100644 --- a/pagure/lib/model.py +++ b/pagure/lib/model.py @@ -96,7 +96,7 @@ def create_default_status(session, acls=None): """ Insert the defaults status in the status tables. """ - for status in ['Open', 'Invalid', 'Insufficient data', 'Fixed']: + for status in ['Open', 'Invalid', 'Insufficient data', 'Fixed', 'Duplicate']: ticket_stat = StatusIssue(status=status) session.add(ticket_stat) try: From 83d16150a1e911d440932d735de850db91232913 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Jun 06 2016 10:31:47 +0000 Subject: [PATCH 2/2] Add title attribute for replying to comment and editing the comment in issues and PRs. --- diff --git a/pagure/templates/_formhelper.html b/pagure/templates/_formhelper.html index 8c5a6e7..8afcac2 100644 --- a/pagure/templates/_formhelper.html +++ b/pagure/templates/_formhelper.html @@ -141,7 +141,7 @@ {% if id != 0 and g.fas_user and comment.parent.status in [True, 'Open'] %} - + {% endif %} {% if id != 0 and g.fas_user and repo_admin or ( @@ -150,7 +150,7 @@ - + {% endif %} {% if id != 0 and g.fas_user and repo_admin or (