[Freeipa-devel] [PATCH] 404 ensure priority is unique

2010-03-12 Thread Rob Crittenden
Ensure that the group policy priority is unique. We use CoS to determine the order in which group policy is applied. The behavior in CoS is undefined for multiple entries with the same cospriority. This likely relies on some other outstanding pwpolicy patches. rob freeipa-404-pwpolicy.patch

Re: [Freeipa-devel] [PATCH 10/10] Add gettext translation test using test language.

2010-03-12 Thread John Dennis
On 03/12/2010 03:24 PM, Stephen Gallagher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/12/2010 01:09 PM, John Dennis wrote: Just a minor nitpick, but it's more traditional to use the notation $(MAKE) -C install/po test_lang rather than explicitly changing into that directory

Re: [Freeipa-devel] [PATCH 10/10] Add gettext translation test using test language.

2010-03-12 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/12/2010 01:09 PM, John Dennis wrote: > > > Just a minor nitpick, but it's more traditional to use the notation $(MAKE) -C install/po test_lang rather than explicitly changing into that directory first. If I remember correctly, make will log i

Re: [Freeipa-devel] [Freeipa-interest] Announcing FreeIPA v2 Server Alpha 2 Release

2010-03-12 Thread Christian Horn
On Thu, Feb 18, 2010 at 02:07:54PM -0500, Rob Crittenden wrote: > > Please take a moment to play with these pages. Please do not pay > attention to style, rather focus attention to the work flow, layout and > data being added, displayed or modified. We need to understand if the > direction th

[Freeipa-devel] [PATCH 10/10] Add gettext translation test using test language.

2010-03-12 Thread John Dennis
-- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ --- Makefile |1 + tests/test_ipalib/test_text.py | 88 2 files changed, 89 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index b8

Re: [Freeipa-devel] [Freeipa-users] [Freeipa-interest] Announcing FreeIPA v2 Server Alpha 2 Release

2010-03-12 Thread Dmitri Pal
Christian Horn wrote: > On Thu, Feb 18, 2010 at 02:07:54PM -0500, Rob Crittenden wrote: > >> Please take a moment to play with these pages. Please do not pay >> attention to style, rather focus attention to the work flow, layout and >> data being added, displayed or modified. We need to unde

Re: [Freeipa-devel] [PATCH] jderose 052 Finish deferred translation mechanism

2010-03-12 Thread John Dennis
On 03/08/2010 11:25 PM, Jason Gerard DeRose wrote: This patch finishes the the LazyText functionality in the ipalib.text module. This patch includes extensive docstrings in text.py that should hopefully explain everything pretty well. There's also now pretty darn complete test coverage. Still