[Freeipa-devel] [PATCH] 027 Support of user default email domain

2011-02-04 Thread Martin Kosek
This patch fixes the default domain functionality for user email(s). This setting may be configured via: ipa config-mod --emaildomain=example.com Then, when user is added/modified and --mail option is passed, the default domain is appended if the passed attribute does not contain another domain

Re: [Freeipa-devel] [PATCH] Remove deprecated i18n code from ipalib.request and all references to it.

2011-02-04 Thread Pavel Zuna
On 02/02/2011 09:36 PM, Rob Crittenden wrote: Pavel Zuna wrote: This ticket effectively fixes the translation of exception messages. Ticket #903 Pavel On hold for now, see also patch 'Translate exception messages on the client side.' rob This should get pushed for the translation in

[Freeipa-devel] [PATCH] Send Accept-Language header over XML-RPC and translate on server.

2011-02-04 Thread Pavel Zuna
This patch makes the ipa client send the Accept-Language header, so that the server can translate things like exceptions, that cannot be translated on the client. It also fixes the language recognition for the webUI. The values in Accept-Language header are a bit different than what is

Re: [Freeipa-devel] python i18n options

2011-02-04 Thread Pavel Zuna
On 02/03/2011 05:13 PM, John Dennis wrote: On 02/03/2011 09:34 AM, Pavel Zuna wrote: Python 2.6+ provides secure ways to encode and decode literal types to/from strings. I'm not sure what you mean by this, could you elaborate please? http://docs.python.org/library/ast.html#ast.literal_eval

Re: [Freeipa-devel] [PATCH] Send Accept-Language header over XML-RPC and translate on server.

2011-02-04 Thread Rob Crittenden
Pavel Zuna wrote: This patch makes the ipa client send the Accept-Language header, so that the server can translate things like exceptions, that cannot be translated on the client. It also fixes the language recognition for the webUI. The values in Accept-Language header are a bit different

Re: [Freeipa-devel] [PATCH] Remove deprecated i18n code from ipalib.request and all references to it.

2011-02-04 Thread Pavel Zůna
On 2011-02-04 16:24, Rob Crittenden wrote: Pavel Zuna wrote: On 02/04/2011 04:03 PM, Rob Crittenden wrote: Pavel Zuna wrote: On 02/02/2011 09:36 PM, Rob Crittenden wrote: Pavel Zuna wrote: This ticket effectively fixes the translation of exception messages. Ticket #903 Pavel On hold

[Freeipa-devel] [PATCH] Fixed command delegation-show

2011-02-04 Thread Jan Zeleny
Recent changes in permission prefixes influenced also delegations. The plugin has been updated accordingly, but this one line has been forgotten. Jan From e3bfaee5c71aa1e39ac23268e3029c283c60ce9e Mon Sep 17 00:00:00 2001 From: Jan Zeleny jzel...@redhat.com Date: Fri, 4 Feb 2011 12:37:28 -0500

[Freeipa-devel] [PATHC] admiyo-0190-target-section-undo

2011-02-04 Thread Adam Young
From 08fd4cd78783c170fd707f95340db1e5933c5013 Mon Sep 17 00:00:00 2001 From: Adam Young ayo...@redhat.com Date: Fri, 4 Feb 2011 13:49:56 -0500 Subject: [PATCH] target section undo adds an undo link for the whole target section, incase the user changes the target type --- install/ui/aci.js |

Re: [Freeipa-devel] [PATHC] admiyo-0190-target-section-undo

2011-02-04 Thread Adam Young
On 02/04/2011 01:50 PM, Adam Young wrote: ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel NACK. I don't like the way the whole page moves. I have a slighly better approach.

Re: [Freeipa-devel] [PATHC] admiyo-0190-target-section-undo

2011-02-04 Thread Adam Young
On 02/04/2011 02:02 PM, Adam Young wrote: On 02/04/2011 01:50 PM, Adam Young wrote: ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel NACK. I don't like the way the whole page moves. I

Re: [Freeipa-devel] Upgrade to beta 2 failed

2011-02-04 Thread Erinn Looney-Triggs
On 02/04/2011 12:12 PM, Rob Crittenden wrote: Erinn Looney-Triggs wrote: I tried to run the uninstall and a re-install however it is stating that it is already installed: [root@ipa ~]# ipa-server-install --uninstall This is a NON REVERSIBLE operation and will delete all data and

Re: [Freeipa-devel] [PATHC] admiyo-0190-target-section-undo

2011-02-04 Thread Endi Sukma Dewata
On 2/4/2011 1:30 PM, Adam Young wrote: NACK. I don't like the way the whole page moves. I have a slighly better approach. This uses visibility instead of display for the css, which keeps the page from expanding and contracting. The code is good and can be pushed after fixing some jslint

Re: [Freeipa-devel] [PATHC] admiyo-0190-target-section-undo

2011-02-04 Thread Adam Young
On 02/04/2011 09:11 PM, Endi Sukma Dewata wrote: On 2/4/2011 1:30 PM, Adam Young wrote: NACK. I don't like the way the whole page moves. I have a slighly better approach. This uses visibility instead of display for the css, which keeps the page from expanding and contracting. The code is