[Pki-devel] [PATCH] 693 Replaced confirmation dialog with HTML dialog.

2016-02-26 Thread Endi Sukma Dewata
The TPS UI has been modified such that it will use an HTML-based dialog instead of the browser's built-in dialog such that the option to "prevent this page from creating additional dialogs" will no longer appear. https://fedorahosted.org/pki/ticket/1685 -- Endi S. Dewata >From

Re: [Pki-devel] [PATCH] 0048-0050 Fedora 24 fixes

2016-02-26 Thread Christian Heimes
On 2016-02-26 17:18, Matthew Harmsen wrote: > On 02/26/2016 08:35 AM, Christian Heimes wrote: >> Hi, >> >> here are the patches for Fedora 24. They address G++, javac and pylint >> issues caused by new versions of GCC, Tomcat and pylint. >> >> https://fedorahosted.org/pki/attachment/ticket/2221 >>

Re: [Pki-devel] [PATCH] 277 - add precheck option to pkispawn

2016-02-26 Thread Ade Lee
acked by Endi. Pushed to master. On Tue, 2016-02-23 at 14:43 -0500, Ade Lee wrote: > Add precheck option to pkispawn. This runs various tests > without actually doing any installation to ensure that the > pkipawn parameters are sane. > > https://fedorahosted.org/pki/ticket/2042 > > Please