[Spacewalk-devel] SSM: "Misc/Reboot" Perl page port to JSP patch

2013-08-20 Thread Bo Maryniuk
Hi! New "Perl to JSP" port: SSM/Misc/Reboot Highlights: 1. Optimized scheduling form: reduntant "Now" and "Now or change the date" removed. From now, date is set to "now". To schedule it later, simply change that. 2. Misc Index optimized: removed redundant links and moved to the submenu

Re: [Spacewalk-devel] Patch: improve MethodUtil determinism

2013-08-20 Thread Tomas Lestach
> Upon further investigation, I found out that: > > - invokeStaticMethod isn't actually used anywhere, except tests. It > can > removed, if there are no plans to use it (we haven't); > - callMethod is never called on classes that actually have more than > one qualifying (overloaded) method, exc

Re: [Spacewalk-devel] [PATCH] Make CSV Separator Character Configurable

2013-08-20 Thread Tomas Lestach
Hello Johannes, thank you for the patches! I committed them as: 4691d28da8edd4b2269f0c13551b28a1b4dd995c 07cf3de71a85b08894ae68ae6a40f11454cd3846 672bbc0756ccf588adbaf30e1102c289475dbe7f Possible future enhancement - we could extend the CSV tag with the separator option, so the user may choo

Re: [Spacewalk-devel] database scheme

2013-08-20 Thread Milan Zazrivec
> In which rpm package I can find it? spacewalk-schema -MZ > On Tue, Aug 20, 2013 at 3:29 PM, Michael Mraka wrote: > > Peter Penzov wrote: > > % Hi, > > %I wold like to see the script which is used to install the Oracle > > % Scheme. I'm a database developer and it will be very useful for m

Re: [Spacewalk-devel] database scheme

2013-08-20 Thread Peter Penzov
In which rpm package I can find it? On Tue, Aug 20, 2013 at 3:29 PM, Michael Mraka wrote: > Peter Penzov wrote: > % Hi, > %I wold like to see the script which is used to install the Oracle > % Scheme. I'm a database developer and it will be very useful for me to > learn > % something new. Ca

Re: [Spacewalk-devel] database scheme

2013-08-20 Thread Michael Mraka
Peter Penzov wrote: % Hi, %I wold like to see the script which is used to install the Oracle % Scheme. I'm a database developer and it will be very useful for me to learn % something new. Can you give me some information where exactly I can find it? Hi Peter, sql script for schema installatio

[Spacewalk-devel] database scheme

2013-08-20 Thread Peter Penzov
Hi, I wold like to see the script which is used to install the Oracle Scheme. I'm a database developer and it will be very useful for me to learn something new. Can you give me some information where exactly I can find it? Regards, Peter ___ Spacewalk

Re: [Spacewalk-devel] SSM: "Remote Command" Perl page port to JSP patch

2013-08-20 Thread Tomáš Kašpárek
Hello, you patch has been committed into spacewalk.git as b960c0a0acab95934608bc9c9e1a007bac14b8e9. Thanks for contribution! On 08/16/2013 05:21 PM, Bo Maryniuk wrote: On Fri, Aug 16, 2013 at 10:30:02AM +0200, Tomáš Kašpárek wrote: That "one more time confirmation" is used to display on whi

Re: [Spacewalk-devel] [PATCH] Make CSV Separator Character Configurable

2013-08-20 Thread Johannes Renner
On 08/19/2013 07:46 PM, Stephen Herr wrote: > Wikipedia tells me that I am wrong, and that people commonly use separators > other than commas in CSV > files. So never mind what I said. Yes, exactly. I read that up as well before I wrote the code. There simply is no standard for CSV files. If it