<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/ipalib/plugins, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/'/>
<entry>
<title>Prevent stacktrace when DNS AAAA record is added</title>
<updated>2011-03-22T17:37:23+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-03-22T10:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=0693b67f200c3b02480e1185383bfa8507fbeeb7'/>
<id>0693b67f200c3b02480e1185383bfa8507fbeeb7</id>
<content type='text'>
This patch fixes a stacktrace that is printed out when a IPv6
AAAA record with subnet prefix length (e.g. /64) is added.
The same error message as when IPv4 record with subnet prefix
length is used.

https://fedorahosted.org/freeipa/ticket/1115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch fixes a stacktrace that is printed out when a IPv6
AAAA record with subnet prefix length (e.g. /64) is added.
The same error message as when IPv4 record with subnet prefix
length is used.

https://fedorahosted.org/freeipa/ticket/1115
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed nested role from UI.</title>
<updated>2011-03-18T20:52:10+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-03-14T18:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=ba5e0c43070c1ec77e45a032cd3dabbe0f7a76fc'/>
<id>ba5e0c43070c1ec77e45a032cd3dabbe0f7a76fc</id>
<content type='text'>
Nested role is not supported in 2.0.x, so the association facet
for it should be removed from the UI. The attribute_members in
role.py needs to be fixed because it is used to generate the
association facet automatically.

Ticket 1092.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nested role is not supported in 2.0.x, so the association facet
for it should be removed from the UI. The attribute_members in
role.py needs to be fixed because it is used to generate the
association facet automatically.

Ticket 1092.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix style and grammatical issues in built-in command help.</title>
<updated>2011-03-04T16:09:43+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-03-04T16:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=4d0e739345fe3039db16e0ee613431e1aa92cf02'/>
<id>4d0e739345fe3039db16e0ee613431e1aa92cf02</id>
<content type='text'>
There is a rather large API.txt change but it is only due to changes
in the doc string in parameters.

ticket 729
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a rather large API.txt change but it is only due to changes
in the doc string in parameters.

ticket 729
</pre>
</div>
</content>
</entry>
<entry>
<title>Better truncated message</title>
<updated>2011-03-04T00:33:49+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-03-03T19:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=bd3e4990fe501970baef3d6ad8cec9214b9d18a2'/>
<id>bd3e4990fe501970baef3d6ad8cec9214b9d18a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error in user plugin email normalizer for empty --setattr=email=.</title>
<updated>2011-03-03T19:01:22+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2011-03-03T14:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=eb6b3c7afc4065f12960f09791f2a5b645abef8b'/>
<id>eb6b3c7afc4065f12960f09791f2a5b645abef8b</id>
<content type='text'>
ticket 1048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1048
</pre>
</div>
</content>
</entry>
<entry>
<title>typo in truncation message</title>
<updated>2011-03-03T22:12:40+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-03-03T16:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=07c896e20471bbc22d3387235660af2b01084bad'/>
<id>07c896e20471bbc22d3387235660af2b01084bad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Save changes before modifying association.</title>
<updated>2011-03-02T17:26:24+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-02-23T18:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=697af3e1f8b4102df2bde5c7d04f8e7d4dad4369'/>
<id>697af3e1f8b4102df2bde5c7d04f8e7d4dad4369</id>
<content type='text'>
In a details page, usually any changes done to the fields will not be
applied until the user clicks the Update button. However, if the page
contains an association table, any addition/deletion to the table will
be applied immediately.

To avoid any confusion, the user is now required to save or reset all
changes to the page before modifying the association. A dialog box will
appear if the page contains any unsaved changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a details page, usually any changes done to the fields will not be
applied until the user clicks the Update button. However, if the page
contains an association table, any addition/deletion to the table will
be applied immediately.

To avoid any confusion, the user is now required to save or reset all
changes to the page before modifying the association. A dialog box will
appear if the page contains any unsaved changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Set hard limit on number of commands in batch request to 256."</title>
<updated>2011-03-01T22:35:56+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-02-25T18:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=3f88bc1484bd6fe26fbe485d733caf77e6961fd5'/>
<id>3f88bc1484bd6fe26fbe485d733caf77e6961fd5</id>
<content type='text'>
This reverts commit 79d22f8341026450ba7ca564e24812c9351c7e70.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 79d22f8341026450ba7ca564e24812c9351c7e70.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Sudo rather than SUDO as a label.</title>
<updated>2011-03-01T21:48:35+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-28T16:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=07ba40f33ea4434f11bd3919ad591d3d6acccf6c'/>
<id>07ba40f33ea4434f11bd3919ad591d3d6acccf6c</id>
<content type='text'>
ticket 1005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1005
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pygettext to generate translatable strings from plugin files.</title>
<updated>2011-03-01T15:31:42+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2011-02-21T19:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=fc842e36504d39221fbfdafbaf8996b63e20de57'/>
<id>fc842e36504d39221fbfdafbaf8996b63e20de57</id>
<content type='text'>
This patch replaces xgettext with a custom pygettext to generate
translatable strings from plugin files in ipalib/plugins. pygettext
was modified to handle plural forms (credit goes to Jan Hendrik Goellner)
and had some bugs fixed by myself. We only use it for plugins, because
it's the only place where we need to extract docstrings for the built-in
help system.

I also had to make some changes to the way the built-in documentation
systems gets docstrings from modules for this to work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch replaces xgettext with a custom pygettext to generate
translatable strings from plugin files in ipalib/plugins. pygettext
was modified to handle plural forms (credit goes to Jan Hendrik Goellner)
and had some bugs fixed by myself. We only use it for plugins, because
it's the only place where we need to extract docstrings for the built-in
help system.

I also had to make some changes to the way the built-in documentation
systems gets docstrings from modules for this to work.
</pre>
</div>
</content>
</entry>
</feed>
