[Tracker-discuss] [issue644] 'Random Issue' Button isn't working

2018-05-31 Thread Berker Peksag
Berker Peksag added the comment: Thank you for taking a look at this again, John. I will incorporate your suggestions and prepare a patch this weekend. ___ PSF Meta Tracker ___

[Tracker-discuss] [issue603] update the SSL certificate

2018-05-31 Thread John Rouillard
John Rouillard added the comment: r.david.murray said: > I don't understand the 'cert expires' part, it was renewed in September of > 2015. You probably know this now but the cert may use an md5 signature which is not recommended for longer lived certs (e.g. post 2015).Sha1 is the preferred

[Tracker-discuss] [issue644] 'Random Issue' Button isn't working

2018-05-31 Thread John Rouillard
John Rouillard added the comment: Hi all: I took another look at this. I suggest replacing the current class with: class RandomIssueAction2(Action): def handle(self): """Redirect to a random open issue.""" issue = self.context['context'] # use issue._klass to get a