Re: [Freeipa-devel] [PATCH] Make changes to details.js. See commit message.

2010-08-25 Thread Pavel Zůna
On 2010-08-25 13:54, Pavel Zůna wrote: First off: I know I promised this patch yesterday, but I just didn't make it - I felt asleep on the keyboard and there were still some things to fix. :) This patch has some of the most important things, that we discussed on Tuesday last week, namely: -

Re: [Freeipa-devel] [PATCH] Add 'hint' kwarg to Param. Used for context help in webUI.

2010-08-25 Thread Rob Crittenden
Pavel Zůna wrote: Used like this: Str('someparam', cli_name='sp', label='Some Param', hint='Use at own risk!', ), After the following patch (pzuna-freeipa-0021-details), it will show up in the webUI as (details page): Some Param: [ ] Hint: Use at own risk! How will hint vary from the doc

Re: [Freeipa-devel] [PATCH] Add 'hint' kwarg to Param. Used for context help in webUI.

2010-08-25 Thread Pavel Zůna
On 2010-08-25 15:52, Rob Crittenden wrote: Pavel Zůna wrote: Used like this: Str('someparam', cli_name='sp', label='Some Param', hint='Use at own risk!', ), After the following patch (pzuna-freeipa-0021-details), it will show up in the webUI as (details page): Some Param: [ ] Hint: Use at

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0015 hashchange

2010-08-25 Thread Adam Young
On 08/25/2010 07:39 AM, Pavel Zůna wrote: On 2010-08-24 23:57, Adam Young wrote: This is a fairly substantial patch that makes use of the hashchange event to drive the site. It affcets just about all places where click events are triggered. Just started reviewing the patch a few moments ago.

Re: [Freeipa-devel] [PATCH] Add 'hint' kwarg to Param. Used for context help in webUI.

2010-08-25 Thread Adam Young
On 08/25/2010 10:17 AM, Pavel Zůna wrote: On 2010-08-25 15:52, Rob Crittenden wrote: Pavel Zůna wrote: Used like this: Str('someparam', cli_name='sp', label='Some Param', hint='Use at own risk!', ), After the following patch (pzuna-freeipa-0021-details), it will show up in the webUI as

Re: [Freeipa-devel] [PATCH] Fix script tags in index.xhtml. End tag is required.

2010-08-25 Thread Adam Young
On 08/19/2010 08:51 PM, Adam Young wrote: On 08/19/2010 08:26 PM, Adam Young wrote: On 08/19/2010 06:51 PM, Pavel Zůna wrote: On 2010-08-20 00:48, Pavel Zůna wrote: The paste server had some issues with it and end tags are required by the standard anyway. Pavel I forgot to mention that

Re: [Freeipa-devel] kerberos password policy

2010-08-25 Thread Rob Crittenden
Simo Sorce wrote: On Tue, 24 Aug 2010 10:19:05 -0400 Rob Crittendenrcrit...@redhat.com wrote: I'm investigating the account lockout feature introduced in MIT krb5 1.8. I've done some initial testing in F-14 (the first version of Fedora it is available in). Initial results look ok but it is

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0015 hashchange

2010-08-25 Thread Rob Crittenden
Adam Young wrote: On 08/25/2010 10:41 AM, Adam Young wrote: On 08/25/2010 07:39 AM, Pavel Zůna wrote: On 2010-08-24 23:57, Adam Young wrote: This is a fairly substantial patch that makes use of the hashchange event to drive the site. It affcets just about all places where click events are

Re: [Freeipa-devel] [PATCH] admiyo-freeipa-0015 hashchange

2010-08-25 Thread Adam Young
On 08/25/2010 10:33 PM, Adam Young wrote: On 08/25/2010 05:52 PM, Rob Crittenden wrote: Adam Young wrote: On 08/25/2010 10:41 AM, Adam Young wrote: On 08/25/2010 07:39 AM, Pavel Zůna wrote: On 2010-08-24 23:57, Adam Young wrote: This is a fairly substantial patch that makes use of the