Issue 1549 - Add "updated_on" to Issues and make it queryable
Added updated_on to track the time/date of when the issue was last updated.
Updated the Issues/Issue html pages to utilize the new parameter.
Added a new search argument for issues called "since" that accepts either a timestamp or
a datetime string, and returns all the issues from that time and forward:
/api/0/MY_PROJECT/issues?since=1479261135
or
/api/0/MY_PROJECT/issues?since=2016-11-15
https://pagure.io/pagure/issue/1549