<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/tests, branch navigation</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>Modify the default attributes shown in user-find to match the UI design.</title>
<updated>2011-04-22T18:49:20+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-22T17:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=d3b0c64fcec9a97626dbaca238a0186f180fe2fd'/>
<id>d3b0c64fcec9a97626dbaca238a0186f180fe2fd</id>
<content type='text'>
This change means the UI can stop using the --all option and have to
retrieve significantly less information from the server. It also
speeds up user-find as it doesn't have to calculate membership.

This adds a new baseclass parameter, search_display_attributes, which
can provide a separate list from default_attributes just for find
commands.

The UI will need to be changed to switch from using cn to using
givenname and sn.

ticket 1136
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change means the UI can stop using the --all option and have to
retrieve significantly less information from the server. It also
speeds up user-find as it doesn't have to calculate membership.

This adds a new baseclass parameter, search_display_attributes, which
can provide a separate list from default_attributes just for find
commands.

The UI will need to be changed to switch from using cn to using
givenname and sn.

ticket 1136
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert manager from userid to dn for storage and back for displaying.</title>
<updated>2011-04-22T18:49:20+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-22T13:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=f746121824c58c1d21d94ae4f2afd8893be9e1dd'/>
<id>f746121824c58c1d21d94ae4f2afd8893be9e1dd</id>
<content type='text'>
ticket 1151
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1151
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort entries returned by *-find by the primary key (if any).</title>
<updated>2011-04-13T15:29:16+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-13T14:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=9cac1d88fcffcce65018869827eadcfc0ff157f1'/>
<id>9cac1d88fcffcce65018869827eadcfc0ff157f1</id>
<content type='text'>
Do a server-side sort if there is a primary key.

Fix a couple of tests that were failing due to the new sorting.

ticket 794
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do a server-side sort if there is a primary key.

Fix a couple of tests that were failing due to the new sorting.

ticket 794
</pre>
</div>
</content>
</entry>
<entry>
<title>postalCode should be a string not an integer.</title>
<updated>2011-04-06T01:51:34+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-05T21:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=316efbc32f7b586df36653aa894e686313a64764'/>
<id>316efbc32f7b586df36653aa894e686313a64764</id>
<content type='text'>
postalCode is defined as an Int. This means you can't define one that has
a leading zero nor can you have dashes, letters, etc.

This changes the data type on the server. It will still accept an int
value if provided and convert it into a string.

Bump the API version to 2.1.

ticket 1150
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
postalCode is defined as an Int. This means you can't define one that has
a leading zero nor can you have dashes, letters, etc.

This changes the data type on the server. It will still accept an int
value if provided and convert it into a string.

Bump the API version to 2.1.

ticket 1150
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default gecos from uid to first and last name.</title>
<updated>2011-04-05T18:18:55+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-04-01T19:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=deaf029023e4037ad53d17b9e48562845b3c1197'/>
<id>deaf029023e4037ad53d17b9e48562845b3c1197</id>
<content type='text'>
ticket 1146
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ticket 1146
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace only if old and new have nothing in common</title>
<updated>2011-03-03T16:02:02+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-23T15:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=f476c097d2ac5f0270ea3207955cd7184ffb9e1d'/>
<id>f476c097d2ac5f0270ea3207955cd7184ffb9e1d</id>
<content type='text'>
Jakub did the initial diagnosis of this, I added a fix for removing
the last entry when removing members and a test case.

ticket 1000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jakub did the initial diagnosis of this, I added a fix for removing
the last entry when removing members and a test case.

ticket 1000
</pre>
</div>
</content>
</entry>
<entry>
<title>Final i18n unit test fixes.</title>
<updated>2011-03-01T15:31:43+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2011-02-23T21:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=1eb3033311da1015ab841fa1e2615edb9eed5bdd'/>
<id>1eb3033311da1015ab841fa1e2615edb9eed5bdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix i18n related failures in unit tests.</title>
<updated>2011-03-01T15:31:41+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2011-02-15T20:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=18dda28c563770730837e2b771a0acdc2e849158'/>
<id>18dda28c563770730837e2b771a0acdc2e849158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated i18n code from ipalib/request and all references to it.</title>
<updated>2011-03-01T15:31:36+00:00</updated>
<author>
<name>Pavel Zuna</name>
<email>pzuna@redhat.com</email>
</author>
<published>2011-02-02T20:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=6eb70ea8e2e61d20b6832a85ff4928b216f6f78c'/>
<id>6eb70ea8e2e61d20b6832a85ff4928b216f6f78c</id>
<content type='text'>
Ticket #903
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ticket #903
</pre>
</div>
</content>
</entry>
<entry>
<title>Sudo command groups are not supposed to allow nesting.</title>
<updated>2011-02-23T23:44:28+00:00</updated>
<author>
<name>Rob Crittenden</name>
<email>rcritten@redhat.com</email>
</author>
<published>2011-02-23T22:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=d57dfc4e980ecb26cfdb608d90a5f95c26cc7fbb'/>
<id>d57dfc4e980ecb26cfdb608d90a5f95c26cc7fbb</id>
<content type='text'>
It was a design decision to not allow nesting sudo command groups,
remove it.

ticket 1004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was a design decision to not allow nesting sudo command groups,
remove it.

ticket 1004
</pre>
</div>
</content>
</entry>
</feed>
