Re: [Freeipa-devel] [PATCH] 558 webui: remove hover effect from disabled action button

2014-03-17 Thread Petr Viktorin
On 03/17/2014 05:13 PM, Petr Vobornik wrote: On 17.3.2014 15:16, Petr Vobornik wrote: https://fedorahosted.org/freeipa/ticket/4256 Petr3 found that the effect is still there when the button is focused. It's caused by another bug - https://fedorahosted.org/freeipa/ticket/4258 Disabled action

[Freeipa-devel] [PATCH] 0498 permission plugin: Do not add the ipapermissionv2 for output

2014-03-17 Thread Petr Viktorin
This fixes an extra objectclass being added to legacy permissions in permission-{show,find} output. For the other attributes, we want to show what would be there if the permission was upgraded, but for objectclass and flags we want to show exactly what is in LDAP. https://fedorahosted.org/free

Re: [Freeipa-devel] [PATCH] 558 webui: remove hover effect from disabled action button

2014-03-17 Thread Petr Vobornik
On 17.3.2014 15:16, Petr Vobornik wrote: https://fedorahosted.org/freeipa/ticket/4256 Petr3 found that the effect is still there when the button is focused. It's caused by another bug - https://fedorahosted.org/freeipa/ticket/4258 Disabled action buttons are focusable New revision of the

[Freeipa-devel] [PATCH 0158] Extend ipa-range-check DS plugin to handle range types

2014-03-17 Thread Tomas Babej
Hi, The ipa-range-check plugin used to determine the range type depending on the value of the attributes such as RID or secondary RID base. This approached caused variety of issues since the portfolio of ID range types expanded. The patch makes sure the following rules are implemented: * No I

Re: [Freeipa-devel] [PATCH] 552-557 Permissions v2 Web UI

2014-03-17 Thread Petr Viktorin
On 03/14/2014 06:47 PM, Petr Vobornik wrote: Main ACI UI changes are in patch #557. The rest are prerequisites. With this UI it is impossible to change from "Type-based" permissions to "General" ones. This seems to be remaining from the old model where permissions were type/filter/subtree/tar

[Freeipa-devel] [PATCH] 558 webui: remove hover effect from disabled action button

2014-03-17 Thread Petr Vobornik
https://fedorahosted.org/freeipa/ticket/4256 -- Petr Vobornik From 3378be53351fb3521cb4b73b8b76c02703583463 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 17 Mar 2014 15:14:44 +0100 Subject: [PATCH] webui: remove hover effect from disabled action button https://fedorahosted.org/freeipa/

Re: [Freeipa-devel] [PATCH] 1106 IPA REST smart proxy

2014-03-17 Thread Petr Viktorin
On 03/14/2014 07:58 PM, Rob Crittenden wrote: Petr Viktorin wrote: On 03/12/2014 07:48 PM, Rob Crittenden wrote: [...] Here are a couple more enhancements I'm considering, this seems simpler than inter-diff since it is so small. Not really. Having a patch file with a sequence+revision numbe

[Freeipa-devel] [PATCH] 0497 Add Nathaniel McCallum to .mailmap

2014-03-17 Thread Petr Viktorin
It turns out Nathaniel used a personal e-mail in one of the patches. Add it to the .mailmap. Pushed as one-liner to master: c4d00fdd15d043365e8473a1083723d574cb64b2 -- PetrĀ³ From 5b21e95a7bf715ade2b7f7f5509aec7beb6b1ccd Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 17 Mar 2014 12:18:

Re: [Freeipa-devel] [PATCH][RFC] 7 automember rebuild nowait feature added

2014-03-17 Thread Martin Kosek
On 03/14/2014 06:24 PM, Petr Viktorin wrote: > On 03/14/2014 05:31 PM, Misnyovszki Adam wrote: >> Hi, >> >> automember-rebuild uses asynchronous 389 task, and returned success >> even if the task didn't run. This patch fixes this issue adding a >> --nowait parameter to 'ipa automember-rebuild', def