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

2014-01-23 Thread Michael Mraka
Maximilian Meister 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 one is

[Spacewalk-devel] Action chaining - table names

2014-01-23 Thread Michael Mraka
Hi Silvio, I've come across commit 8844fcb10460d7d9838e89e376e09e7b1539b3fe which adds new tables for action chaining feature. I noticed all table/trigger/constraint names have 'suse' prefix. I guess I understand why you named it that way :). Anyway majority of tables have rhn prefix but it isn't

Re: [Spacewalk-devel] [PATCH]es ISE fix and UI unification, phase 1

2014-01-23 Thread Bo Maryniuk
On Wed, Jan 22, 2014 at 04:32:13PM +0100, Michael Mraka wrote: Hello Bo, I've commited cobbler issue fix. Thanks! As for UI unification I've already reviewed it and answered in the previous email. Thanks! I will take care of it ASAP. -- Bo Maryniuk SUSE LINUX Products GmbH, HRB 16746

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

2014-01-23 Thread Johannes Renner
On 01/21/2014 06:10 PM, Johannes Renner wrote: On 01/21/2014 03:38 PM, Jan Dobes wrote: Hello Johannes, I'm not sure how to reproduce this. I tried to create user, create custom key, assign value to system, delete user, changing values... Except some ISEs in WebUI, indexation works fine.

[Spacewalk-devel] Action chaining - new js files

2014-01-23 Thread Michael Mraka
Hello Silvio, I noticed there are new javascript files in master-action-chaining branch. Last week I've finaly cleaned up branding and web packages from third party stuff (bootstrap, font-awesome, roboto) and put it into separate packages. I'd like to ask you also put it into independent

Re: [Spacewalk-devel] Action chaining - table names

2014-01-23 Thread Michael Calmer
Hi, Am Donnerstag, 23. Januar 2014, 11:55:49 schrieb Michael Mraka: Hi Silvio, I've come across commit 8844fcb10460d7d9838e89e376e09e7b1539b3fe which adds new tables for action chaining feature. I noticed all table/trigger/constraint names have 'suse' prefix. I guess I understand why you

Re: [Spacewalk-devel] Action chaining - table names

2014-01-23 Thread Silvio Moioli
I've come across commit 8844fcb10460d7d9838e89e376e09e7b1539b3fe which adds new tables for action chaining feature. I noticed all table/trigger/constraint names have 'suse' prefix. I guess I understand why you named it that way :). Anyway majority of tables have rhn prefix but it isn't

Re: [Spacewalk-devel] Action chaining - new js files

2014-01-23 Thread Silvio Moioli
On 01/23/2014 01:56 PM, Michael Mraka wrote: Last week I've finaly cleaned up branding and web packages from third party stuff (bootstrap, font-awesome, roboto) and put it into separate packages. I'd like to ask you also put it into independent packages. It helps us to keep our code sparated

Re: [Spacewalk-devel] Action scheduling on ported pages

2014-01-23 Thread Bo Maryniuk
Hi, Michael. On Wed, Jan 22, 2014 at 04:01:23PM +0100, Michael Mraka wrote: - SSM/Configuration/Enable: The message 'You may schedule rhncfg* package...' should stay above the date picker as it was originally. Done. - The original text before the date picker ('You may schedule the package

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

2014-01-23 Thread Maximilian Meister
On 01/23/2014 11:04 AM, Michael Mraka wrote: Hi Maximilian, that sounds great. % Question is now do I need to package the second .js as well? Or can % i simply add it to the git tree % in web/html/javascript? If it's spacewalk specific (I think so) then just put it to web/html/javascript

[Spacewalk-devel] [PATCH] - #1057196 - Adding rhnRepoRegenQueue output on spacewalk-debug

2014-01-23 Thread Marcelo Moreira de Mello
Hello, spacewalk-debug is a very interesting tool to collect the logs from Spacewalk/Satellite for troubleshooting purposes. Will be very helpful to have the the count(*) output from rhnRepoRegenQueue db table. This patch adds this capability on spacewalk-debug tool. Thank you. mmello --

Re: [Spacewalk-devel] [PATCH] - #1057196 - Adding rhnRepoRegenQueue output on spacewalk-debug

2014-01-23 Thread Milan Zázrivec
On Thursday 23 January 2014 10:51:21 Marcelo Moreira de Mello wrote: Hello, spacewalk-debug is a very interesting tool to collect the logs from Spacewalk/Satellite for troubleshooting purposes. Will be very helpful to have the the count(*) output from rhnRepoRegenQueue db table. This