Re: [Spacewalk-devel] [PATCHES] More work on the python tests

2014-01-21 Thread Flavio Castelli
On 20/01/14 10:16, Michael Mraka wrote: Great job. Thank you for fixing the tests. I've reviewed and committed them to master. That's great news. Did you have a chance to look at the few tests which are still broken? As I said in my previous mail I'm running out of ideas... Cheers Flavio

[Spacewalk-devel] [PATCH] broken CVE URL in updateinfo.xml generated by spacewalk

2014-01-21 Thread Michael Calmer
Hi, just found a bug which cause CVE references in updateinfo.xml.gz files look like this: reference href=http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=com.redhat.rhn.domain.errata.Cve@3e28377d; id=CVE-1999- type=cve/ The attached patch should fix this. -- Regards Michael

Re: [Spacewalk-devel] [PATCH] broken CVE URL in updateinfo.xml generated by spacewalk

2014-01-21 Thread Milan Zázrivec
On Tuesday 21 January 2014 11:52:26 Michael Calmer wrote: Hi, just found a bug which cause CVE references in updateinfo.xml.gz files look like this: reference href=http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=com.redhat.rhn.domai n.errata.Cve@3e28377d id=CVE-1999- type=cve/

Re: [Spacewalk-devel] [PATCH] Single-system reboot page ported to Java

2014-01-21 Thread Matej Kollar
Dear Spacewalkers, Those two patches are from my colleague Michael Calmer and they contain ported Java code for the reboot page. Patch 0002 removes stale Perl code; HTML has been adapted for Bootstrap already. Bootstrap porting of the Date picker widget, as you know, is being tackled

Re: [Spacewalk-devel] [PATCH] Adding a password strength meter to spacewalk

2014-01-21 Thread Maximilian Meister
On 01/07/2014 12:04 PM, Michael Mraka wrote: Is it possible to keep original pwstrength-bootstrap*.js unmodified and put modification to the separate .js (call modified functions from the page and call original functions from them)? Hi Michael, I end up with 2 separate .js files now. First

Re: [Spacewalk-devel] [PATCH] Allow null as createdBy and lastModifiedBy for custom data values

2014-01-21 Thread Jan Dobes
- Original Message - From: Johannes Renner jren...@suse.de To: spacewalk-devel@redhat.com Sent: Friday, January 17, 2014 12:30:09 PM Subject: [Spacewalk-devel] [PATCH] Allow null as createdBy and lastModifiedBy for custom data values Hello, I found another issue with the custom

Re: [Spacewalk-devel] [PATCH] Single-system reboot page ported to Java

2014-01-21 Thread Silvio Moioli
On 01/21/2014 01:26 PM, Matej Kollar wrote: * $Rev$ is legacy of our old versioning system (cvs) and has no use now that we use git (and we would not like to see it in new code). Just to have everyone informed: I used those tags because they were required by checkstyle_eclipse.xml. Matej will