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

2010-03-08 Thread Jason Gerard DeRose
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 to do: 1. Have Backend.session extract the locale

Re: [Freeipa-devel] [PATCH 5/5] localize doc strings

2010-03-08 Thread Jason Gerard DeRose
On Fri, 2010-03-05 at 16:21 -0500, John Dennis wrote: > A number of doc strings were not localized, wrap them in _(). > Some messages were not localized, wrap them in _() > > Fix a couple of failing tests: > The method name in RPC should not be unicode. > The doc attribute must use the .msg attrib

[Freeipa-devel] [Transifex] File submitted via email to FreeIPA | master

2010-03-08 Thread admin
Hello freeipa, this is Transifex at http://www.transifex.net. The following attached files were submitted to FreeIPA | master by gnozil Please, visit Transifex at http://www.transifex.net/projects/p/freeipa/c/master/ in order to see the component page. Thank you, Transifex # Copyright (C) Y

Re: [Freeipa-devel] [PATCH] 393 don't create ipa_error.log

2010-03-08 Thread Rob Crittenden
Martin Nagy wrote: On 03/04/2010 05:00 PM, Rob Crittenden wrote: The log file /var/log/ipa_error.log was used by TurboGears which we have log deprecated. Don't create this file in the rpm spec file. rob Ack. Martin Ok, I fixed a merge problem in the patch (had == in it) and pushed it t

[Freeipa-devel] [PATCH 6/6] update Polish translations

2010-03-08 Thread John Dennis
-- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ >From 5e4a2d8359ccefdc3de9dda278311bf43421080f Mon Sep 17 00:00:00 2001 From: John Dennis Date: Mon, 8 Mar 2010 14:08:04 -0500 Subject: [PATCH 6/6] update Polish translations Content-Type: text/plain; charset="utf-8" C

[Freeipa-devel] [Transifex] File submitted via email to FreeIPA | master

2010-03-08 Thread admin
Hello freeipa, this is Transifex at http://www.transifex.net. The following attached files were submitted to FreeIPA | master by raven Please, visit Transifex at http://www.transifex.net/projects/p/freeipa/c/master/ in order to see the component page. Thank you, Transifex # translation of p

[Freeipa-devel] [www.transifex.net] New Team Added: Chinese (China)

2010-03-08 Thread admin
Hello freeipa, this is Transifex at http://www.transifex.net. A new translation team called 'Chinese (China)' has been added to the 'FreeIPA' project. Please, visit Transifex at http://www.transifex.net/projects/p/freeipa/team/zh_CN/ in order to see this new team. For changing how you receive

Re: [Freeipa-devel] [PATCH] Provide more detailed NotFound error messages from baseldap.py classes.

2010-03-08 Thread Pavel Zuna
Rob Crittenden wrote: Pavel Zuna wrote: Pavel Zuna wrote: We talked about this on yesterdays quick server call. Here's what the messages look like: # ipa user-show idontexist ipa: ERROR: idontexist: user not found # ipa group-show idontexist ipa: ERROR: idontexist: group not found # ipa aut

Re: [Freeipa-devel] [PATCH] 397 raise exception on empty mod

2010-03-08 Thread Rob Crittenden
Martin Nagy wrote: On 03/05/2010 07:47 PM, Rob Crittenden wrote: Raise an error if no modifications were performed in an update. This will alert the user that nothing was done and is handy when used with --attr=''. This can be used to delete a non-required attribute but can be set to any valid

Re: [Freeipa-devel] [PATCH] 396 with verbose print XML-RPC output

2010-03-08 Thread Rob Crittenden
Martin Nagy wrote: On 03/05/2010 07:45 PM, Rob Crittenden wrote: Connect the -v flag in the ipa command to including the XML-RPC conversation in the output: % ipa -v user-show admin [snip] Rob, do you think we could use something like -vv for this? The XML-RPC conversation seems to be a litt

Re: [Freeipa-devel] [PATCH] 394 Catch empty updates

2010-03-08 Thread Rob Crittenden
Martin Nagy wrote: On 03/04/2010 10:25 PM, Rob Crittenden wrote: Currently if you pass in an empty update on the cli it won't throw an error and can be a bit confusing. rob I think the change in pwpolicy.py won't preserve the original behaviour: +if 'group' in options: +gr