<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install/ui/test, branch platform</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:51+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=844ff2075f8c1ce3131a161db9d3fb498b4940e0'/>
<id>844ff2075f8c1ce3131a161db9d3fb498b4940e0</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:23:46+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=2adb863cf3437d59c8794021d96f2ee7f250f982'/>
<id>2adb863cf3437d59c8794021d96f2ee7f250f982</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:21:06+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2011-09-05T14:32:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=236dcfa236a703592e6a17b9fac5b9d9e15d242b'/>
<id>236dcfa236a703592e6a17b9fac5b9d9e15d242b</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:57+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=e68fc9069d6053825e1510a938cf2ff57fdca257'/>
<id>e68fc9069d6053825e1510a938cf2ff57fdca257</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:30:19+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=99a7e90c0a8315da0bfcb3df28c198ea403e4e7a'/>
<id>99a7e90c0a8315da0bfcb3df28c198ea403e4e7a</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:09:11+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=776af82572b56d9c66a2eadabdb5bced9316648a'/>
<id>776af82572b56d9c66a2eadabdb5bced9316648a</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:47+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=fc898bc607b065c38d177cfb5db771b7549a7f3f'/>
<id>fc898bc607b065c38d177cfb5db771b7549a7f3f</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:43+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=5c84e8f5facc7cc2126fa56cdc5a6be5c2a77c2c'/>
<id>5c84e8f5facc7cc2126fa56cdc5a6be5c2a77c2c</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>Modify serial associator to use batch</title>
<updated>2011-08-25T15:57:51+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=ddb31f54431213266b7cdde53ad3616b1cfd0bad'/>
<id>ddb31f54431213266b7cdde53ad3616b1cfd0bad</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>
<entry>
<title>Validation of details facet before update https://fedorahosted.org/freeipa/ticket/1676 The ticket is a duplicate of server error, but it revealed few UI errors.</title>
<updated>2011-08-25T00:51:28+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2011-08-24T13:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/freeipa.git/commit/?id=a6cf44bd6538788a20fd6021b802443d4b0c63d9'/>
<id>a6cf44bd6538788a20fd6021b802443d4b0c63d9</id>
<content type='text'>
Newly performs validation of details facet before update. If validation fails, notification dialog is shown and command isn't executed.
Fixed integer minimum and maximum value checking.
Read-only and non-writable fields are no longer considered required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Newly performs validation of details facet before update. If validation fails, notification dialog is shown and command isn't executed.
Fixed integer minimum and maximum value checking.
Read-only and non-writable fields are no longer considered required.
</pre>
</div>
</content>
</entry>
</feed>
