Re: [Freeipa-devel] gettext proof of concept : My hovercraft is full of eels

2010-09-07 Thread David O'Brien
Adam Young wrote: On 09/03/2010 09:55 PM, Adam Young wrote: These translations were done by Google translate, and have not been reviewed by people who speak the languages. Only the user search page has been translated http://admiyo.fedorapeople.org/ipa/static/index.xhtml http://admiyo.fedora

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0019-associations.patch

2010-09-07 Thread Pavel Zuna
On 09/04/2010 04:29 AM, Adam Young wrote: You are right. the 'this' pointer always gets overridden, so it has to be assigtned to a nother variable name in order to get used in a closure. Here's an updated patch On 09/03/2010 05:20 PM, Endi Sukma Dewata wrote: Hi Adam, Thanks for the update

Re: [Freeipa-devel] [PATCH] 514 make ldap2 class work with clients

2010-09-07 Thread Pavel Zuna
On 08/19/2010 01:08 AM, Rob Crittenden wrote: Make ldap2 class work as a client library as well. Move the user-private group caching code out of the global config and determine the value the first time it is needed. Renamed global_init() back to get_schema() and make it take an optional connect

Re: [Freeipa-devel] webUI code restructuring [wall of text, diagrams, ... you've been warned!]

2010-09-07 Thread Adam Young
On 09/07/2010 08:45 AM, Pavel Zuna wrote: Last week I started working on integrating the jQuery UI and jQuery BBQ libraries into the project. I played around with them a little bit and it turned out, that they are really great and bring a lot of value. jQuery UI is a library of widgets like ta

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0019-associations.patch

2010-09-07 Thread Adam Young
On 09/07/2010 08:59 AM, Pavel Zuna wrote: On 09/04/2010 04:29 AM, Adam Young wrote: You are right. the 'this' pointer always gets overridden, so it has to be assigtned to a nother variable name in order to get used in a closure. Here's an updated patch On 09/03/2010 05:20 PM, Endi Sukma D

[Freeipa-devel] [PATCH] admiyo-freeipa-0021-local-param-for-this-in-closure

2010-09-07 Thread Adam Young
This addresses Endi's comment regarding the 'this' pointer from path admiyo-0019. This patch is required to get the associations working. >From 221351809b94f71572219177b36443a60c157cf7 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 7 Sep 2010 13:13:59 -0400 Subject: [PATCH] local param for

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0021-local-param-for-this-in-closure

2010-09-07 Thread Endi Sukma Dewata
- "Adam Young" wrote: > This addresses Endi's comment regarding the 'this' pointer from path > admiyo-0019. This patch is required to get the associations working. ACK. Thanks! -- Endi S. Dewata ___ Freeipa-devel mailing list Freeipa-devel@redh

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0021-local-param-for-this-in-closure

2010-09-07 Thread Adam Young
On 09/07/2010 01:53 PM, Endi Sukma Dewata wrote: - "Adam Young" wrote: This addresses Endi's comment regarding the 'this' pointer from path admiyo-0019. This patch is required to get the associations working. ACK. Thanks! -- Endi S. Dewata Pushed to master __

Re: [Freeipa-devel] [PATCH] 514 make ldap2 class work with clients

2010-09-07 Thread Rob Crittenden
Pavel Zuna wrote: On 08/19/2010 01:08 AM, Rob Crittenden wrote: Make ldap2 class work as a client library as well. Move the user-private group caching code out of the global config and determine the value the first time it is needed. Renamed global_init() back to get_schema() and make it take

Re: [Freeipa-devel] [PATCH] 519 make ipactl smarter

2010-09-07 Thread Rob Crittenden
Adam Young wrote: On 08/31/2010 05:32 PM, Rob Crittenden wrote: ipactl was a quickie thing I threw together at the end of v1 and it wasn't all too bright. This tries to fix things up and work around some init script issues. The init scripts returns a 1 both if the service isn't running and if i

Re: [Freeipa-devel] [PATCH] 518 handle errors in uninstall better

2010-09-07 Thread Rob Crittenden
Dmitri Pal wrote: Adam Young wrote: On 08/31/2010 05:27 PM, Rob Crittenden wrote: # Always start certmonger. We can't untrack something if it isn't Is this really necessary? This is the only thing that jumped out at me in the patch. Assuming it really is: Ack I have not looked at the patch

Re: [Freeipa-devel] webUI code restructuring [wall of text, diagrams, ... you've been warned!]

2010-09-07 Thread Dmitri Pal
Pavel Zuna wrote: > Last week I started working on integrating the jQuery UI and jQuery > BBQ libraries into the project. I played around with them a little bit > and it turned out, that they are really great and bring a lot of value. > > jQuery UI is a library of widgets like tabs, dialogs, tree v

[Freeipa-devel] [PATCH] 0001-Added-Services-tab.patch

2010-09-07 Thread Endi Sukma Dewata
Hi, This patch adds the Service tab using Adam's association classes. It also contains the sample data for some service operations. Thanks! -- Endi S. Dewata >From 3258e05bd5777e6ca31369491a964d8335452b55 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 2 Sep 2010 04:14:57 -0400 Subj

Re: [Freeipa-devel] [PATCH] 0001-Added-Services-tab.patch

2010-09-07 Thread Adam Young
On 09/07/2010 05:54 PM, Endi Sukma Dewata wrote: Hi, This patch adds the Service tab using Adam's association classes. It also contains the sample data for some service operations. Thanks! -- Endi S. Dewata ___ Freeipa-devel mailing list Freei