<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipa-server/ipa-gui, branch ipa-1-1</title>
<subtitle>FreeIPA patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/'/>
<entry>
<title>Ignore empty values when converting a multi-valued form field back to a list. This will prevent validation errors when validate.UniqueList() is executed.</title>
<updated>2008-06-10T02:15:22+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-06-03T18:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=ad3e4d4ed5cb8cf7da2915f29584cd511df3bb15'/>
<id>ad3e4d4ed5cb8cf7da2915f29584cd511df3bb15</id>
<content type='text'>
449785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
449785
</pre>
</div>
</content>
</entry>
<entry>
<title>Add our own SIGTERM handler so we can do clean shutdowns.</title>
<updated>2008-06-10T02:11:08+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-06-06T03:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=48f2e3c3dbf74afa1bbb2e0971dc9a7f444c1447'/>
<id>48f2e3c3dbf74afa1bbb2e0971dc9a7f444c1447</id>
<content type='text'>
Also fix foreground mode.

450211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix foreground mode.

450211
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue of double logging in ipa_error.log.</title>
<updated>2008-06-04T02:41:09+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-28T17:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=9bcd31efc5abcfb529b30c8e067cd421e87d7ed4'/>
<id>9bcd31efc5abcfb529b30c8e067cd421e87d7ed4</id>
<content type='text'>
We open the log in ipa_webgui and this was being inherited by TurboGears
which uses the same log so everything was getting logged twice. Shut down
the log in ipa_webgui at the last possible moment. This will not catch
configuration errors.

Add a Not Found template.

Only print a traceback on 500 errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We open the log in ipa_webgui and this was being inherited by TurboGears
which uses the same log so everything was getting logged twice. Shut down
the log in ipa_webgui at the last possible moment. This will not catch
configuration errors.

Add a Not Found template.

Only print a traceback on 500 errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move non-user-configurable configuration elements to TurboGears app.cfg file.</title>
<updated>2008-05-22T20:31:08+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-21T20:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=a087818197f38a604d2d473b27753e177b576ff2'/>
<id>a087818197f38a604d2d473b27753e177b576ff2</id>
<content type='text'>
432908
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
432908
</pre>
</div>
</content>
</entry>
<entry>
<title>Add validators.py to the list of files.</title>
<updated>2008-05-20T19:03:58+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-20T19:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d640eb17e594fdab1f027a03b8b9eda509d61075'/>
<id>d640eb17e594fdab1f027a03b8b9eda509d61075</id>
<content type='text'>
445286
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
445286
</pre>
</div>
</content>
</entry>
<entry>
<title>Do uniqueness check on phone numbers and cn entered via the UI.</title>
<updated>2008-05-20T15:38:35+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-20T15:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=d142b5376d9311ceb79706ca7cb2b665fcc244d3'/>
<id>d142b5376d9311ceb79706ca7cb2b665fcc244d3</id>
<content type='text'>
445286
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
445286
</pre>
</div>
</content>
</entry>
<entry>
<title>The admin user doesn't have the inetorgperson objectclass so don't have a givenname attribute. The UI is currently hardcoded to require "first name" which renders the admin user uneditable via the UI.</title>
<updated>2008-05-13T15:59:46+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-13T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=b1cc4199fa152957aaabed1b22e8b828d054d9c6'/>
<id>b1cc4199fa152957aaabed1b22e8b828d054d9c6</id>
<content type='text'>
This is a hack that will allow admin to be edited, assuming that one doesn't
try to add a firstname field.

440548
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a hack that will allow admin to be edited, assuming that one doesn't
try to add a firstname field.

440548
</pre>
</div>
</content>
</entry>
<entry>
<title>Refine our web space some more so that everything we reference is in /ipa</title>
<updated>2008-05-07T13:41:32+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-05-07T13:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=8e7561cff6df60e470f1a576f8dca3f025db0586'/>
<id>8e7561cff6df60e470f1a576f8dca3f025db0586</id>
<content type='text'>
UI: /ipa/ui
XML-RPC: /ipa/xml
errors: /ipa/errors
config: /ipa/config

I had to hardcode that URI into the CSS pages but TurboGears handles the
rest of the translations with tg.url().

Added a version to ipa.conf and ipa-rewrite.conf so we can update them
in the future if needed with ipa-upgradeconfig

440443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
UI: /ipa/ui
XML-RPC: /ipa/xml
errors: /ipa/errors
config: /ipa/config

I had to hardcode that URI into the CSS pages but TurboGears handles the
rest of the translations with tg.url().

Added a version to ipa.conf and ipa-rewrite.conf so we can update them
in the future if needed with ipa-upgradeconfig

440443
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the client-side search size limit.</title>
<updated>2008-04-25T20:46:13+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-25T17:33:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=306d8241b3c635fe9d0c9a92166066463dda1b8c'/>
<id>306d8241b3c635fe9d0c9a92166066463dda1b8c</id>
<content type='text'>
I've changed the variable name searchlimit to sizelimit to match the
name in python-ldap (and hopefully therefore be more readable).

The big change was changing the default value from 0 to -1. As 0 we were
never using the value from cn=ipaconfig

python-ldap expects this to be an int type

In the UI sizelimit was hardcoded at 0 for users

439880
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've changed the variable name searchlimit to sizelimit to match the
name in python-ldap (and hopefully therefore be more readable).

The big change was changing the default value from 0 to -1. As 0 we were
never using the value from cn=ipaconfig

python-ldap expects this to be an int type

In the UI sizelimit was hardcoded at 0 for users

439880
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nfs as a service principal type.</title>
<updated>2008-04-23T19:42:41+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2008-04-23T19:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/freeipa.git/commit/?id=47e6a75cffeeec9e4d0bb9bb73931dd5cdab1a9f'/>
<id>47e6a75cffeeec9e4d0bb9bb73931dd5cdab1a9f</id>
<content type='text'>
440242
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
440242
</pre>
</div>
</content>
</entry>
</feed>
