<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install/ui/test, branch platform-master</title>
<subtitle>FreeIPA project</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/'/>
<entry>
<title>Fixed layout problem in permission adder dialog.</title>
<updated>2011-09-09T19:47:05+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-11T01:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=26ded75be94e60a34a19d06ce4a5fb3185875cd5'/>
<id>26ded75be94e60a34a19d06ce4a5fb3185875cd5</id>
<content type='text'>
In order to maintain consistent layout between details page and dialog
boxes the IPA.details_list_section has been replaced with
IPA.details_table_section which is based on table.

The IPA.target_section and other subclasses of IPA.details_list_section
have been converted to use IPA.details_table_section as well.

The unit tests have been updated accordingly.

Ticket #1648
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to maintain consistent layout between details page and dialog
boxes the IPA.details_list_section has been replaced with
IPA.details_table_section which is based on table.

The IPA.target_section and other subclasses of IPA.details_list_section
have been converted to use IPA.details_table_section as well.

The unit tests have been updated accordingly.

Ticket #1648
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed unit test for entity select widget.</title>
<updated>2011-09-07T19:21:23+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-09-07T18:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=05034f13e6397c28513edf806fe2163b0bf3f826'/>
<id>05034f13e6397c28513edf806fe2163b0bf3f826</id>
<content type='text'>
The unit test for IPA.entity_select_widget has been fixed to check
the options after loading the record.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The unit test for IPA.entity_select_widget has been fixed to check
the options after loading the record.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos</title>
<updated>2011-09-07T11:20:42+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2011-09-05T14:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=1785d0a7c1fb5d90945e187b2e94fddf95ead13a'/>
<id>1785d0a7c1fb5d90945e187b2e94fddf95ead13a</id>
<content type='text'>
Fix "The the" and "classses" in FreeIPA code and messages.

https://fedorahosted.org/freeipa/ticket/1480
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix "The the" and "classses" in FreeIPA code and messages.

https://fedorahosted.org/freeipa/ticket/1480
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed hard-coded UI message in entity.js.</title>
<updated>2011-09-01T14:12:15+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-31T19:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=6892d6e594ae5594261d2975bd745549e7684988'/>
<id>6892d6e594ae5594261d2975bd745549e7684988</id>
<content type='text'>
The hard-coded label in IPA.facet has been moved into internal.py to
allow translation.

Ticket #1701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The hard-coded label in IPA.facet has been moved into internal.py to
allow translation.

Ticket #1701
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed hard-coded UI messages.</title>
<updated>2011-08-31T16:29:45+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-29T22:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=6c6748748bca8dba6e8af55917e92839734bbc7b'/>
<id>6c6748748bca8dba6e8af55917e92839734bbc7b</id>
<content type='text'>
Some hard-coded messages in ipa.js have been moved into internal.py.
The messages in internal.py have been rearranged to match the output
(ipa_init.json).

A new method IPA.get_message() has been added to take a message ID and
return the translated message or a default message if not found.

Ticket #1701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some hard-coded messages in ipa.js have been moved into internal.py.
The messages in internal.py have been rearranged to match the output
(ipa_init.json).

A new method IPA.get_message() has been added to take a message ID and
return the translated message or a default message if not found.

Ticket #1701
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable update and reset button only if dirty</title>
<updated>2011-08-31T05:08:18+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2011-08-30T11:39:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=6b19b2dc895b862d00eaf1eb4f047282418f598c'/>
<id>6b19b2dc895b862d00eaf1eb4f047282418f598c</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1697

Original problem:
WEBUI: Update automount location refer to unknown command
Update name of the automount location (Policy -&gt; Automount -&gt;
custom_location -&gt; Settings -&gt; Update) in the WEBUI refer to an unknown command.

Solution:
Tracking dirty state in field -&gt; section -&gt; details facet.
'Reset' and 'Updates' in details facet are enabled only if facet is dirty.

Removes the problem above and 'no modification to be performed' annoyance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1697

Original problem:
WEBUI: Update automount location refer to unknown command
Update name of the automount location (Policy -&gt; Automount -&gt;
custom_location -&gt; Settings -&gt; Update) in the WEBUI refer to an unknown command.

Solution:
Tracking dirty state in field -&gt; section -&gt; details facet.
'Reset' and 'Updates' in details facet are enabled only if facet is dirty.

Removes the problem above and 'no modification to be performed' annoyance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed host keytab status after setting OTP.</title>
<updated>2011-08-26T15:19:22+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-25T19:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=9dd689ff9d4e167f00802b39bea390b763a5a7e9'/>
<id>9dd689ff9d4e167f00802b39bea390b763a5a7e9</id>
<content type='text'>
The host details page has been modified to update the keytab status
based on the data returned by the host-mod command for setting OTP.

Ticket #1710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The host details page has been modified to update the keytab status
based on the data returned by the host-mod command for setting OTP.

Ticket #1710
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed host OTP status.</title>
<updated>2011-08-26T15:19:12+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-08-24T02:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=79f5c5b2aefeb7f886a6e0f8a88d8fa8661188f7'/>
<id>79f5c5b2aefeb7f886a6e0f8a88d8fa8661188f7</id>
<content type='text'>
The host details page has been modified to show the status of the OTP.
Setting a new OTP is now done using a dialog box.

Ticket #1710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The host details page has been modified to show the status of the OTP.
Setting a new OTP is now done using a dialog box.

Ticket #1710
</pre>
</div>
</content>
</entry>
<entry>
<title>install: Remove uid=kdc user</title>
<updated>2011-08-26T12:24:50+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2011-07-20T00:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=8cb2aee626e7be3e9cde7195dabfebb3cc34cb6a'/>
<id>8cb2aee626e7be3e9cde7195dabfebb3cc34cb6a</id>
<content type='text'>
The ipadb DAL driver gets access to the ldap server as Directory Manager now so
this user is not needed anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ipadb DAL driver gets access to the ldap server as Directory Manager now so
this user is not needed anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modify serial associator to use batch</title>
<updated>2011-08-25T15:57:00+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2011-08-25T12:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=50a898855c044d88d069c69dfe5d2659e4eceed9'/>
<id>50a898855c044d88d069c69dfe5d2659e4eceed9</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/1688

The serial associator is used to execute a command multiple times with different parameters. This is used for adding/removing a user into/from multiple groups. It has some issues:

Each command is executed one-by-one, so it could be slow.
  * If there's a failure the rest of the commands will not be executed.
  * This can be fixed by putting the commands into a batch and execute them at once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/1688

The serial associator is used to execute a command multiple times with different parameters. This is used for adding/removing a user into/from multiple groups. It has some issues:

Each command is executed one-by-one, so it could be slow.
  * If there's a failure the rest of the commands will not be executed.
  * This can be fixed by putting the commands into a batch and execute them at once.
</pre>
</div>
</content>
</entry>
</feed>
