<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install/ui/test, 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>Added facet container.</title>
<updated>2011-05-04T19:15:17+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-29T00:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=df09ba120405edfaebcf4cb96cee7a643ad9cb2f'/>
<id>df09ba120405edfaebcf4cb96cee7a643ad9cb2f</id>
<content type='text'>
Facet container has been created to hold facet header (i.e. title,
search fields, buttons, links) and facet content.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Facet container has been created to hold facet header (i.e. title,
search fields, buttons, links) and facet content.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved entity contents outside navigation.</title>
<updated>2011-05-04T18:51:22+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-29T00:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=79389bed772298ad092cbd3156b987a433dc7500'/>
<id>79389bed772298ad092cbd3156b987a433dc7500</id>
<content type='text'>
Previously the entities and navigation are entangled inside a common
DOM structure which restricts code reuse. Now they have been moved
into separate structures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the entities and navigation are entangled inside a common
DOM structure which restricts code reuse. Now they have been moved
into separate structures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use entity names for tab state.</title>
<updated>2011-05-04T18:47:39+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-28T22:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=a5a69fd56c0a42a0f9d715e6636171562a6d4729'/>
<id>a5a69fd56c0a42a0f9d715e6636171562a6d4729</id>
<content type='text'>
Previously the tab state is represented using numeric index such
as navigation=0&amp;identity=1 which is not very user friendly. Now the
code has been modified to use entity names such as
navigation=identity&amp;identity=group.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the tab state is represented using numeric index such
as navigation=0&amp;identity=1 which is not very user friendly. Now the
code has been modified to use entity names such as
navigation=identity&amp;identity=group.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored navigation.</title>
<updated>2011-05-04T18:46:50+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-21T00:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=2b97f55bb13fbf82b1343e2434f95c989204e680'/>
<id>2b97f55bb13fbf82b1343e2434f95c989204e680</id>
<content type='text'>
The singular object IPA.nav has been converted into an IPA.navigation
class. The admin and self-service navigation tabs have been converted
into subclasses of IPA.navigation and will be instantiated according
to user authorization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The singular object IPA.nav has been converted into an IPA.navigation
class. The admin and self-service navigation tabs have been converted
into subclasses of IPA.navigation and will be instantiated according
to user authorization.
</pre>
</div>
</content>
</entry>
<entry>
<title>action panel to top tabs</title>
<updated>2011-04-26T20:49:23+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-04-11T18:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=1b12a282782173ce55e6bd7e1773a3b28686d81a'/>
<id>1b12a282782173ce55e6bd7e1773a3b28686d81a</id>
<content type='text'>
replacing the action panel with the Design for 2.1
Significantly cleaned up implementation of intra-entity navigation
requires additional CSS work
still need to integrate the search controls onto each page
cleaning up interface between entity and facet
simplified nested tabs logic

Fixed role navigation
select default tab from the search widget
fixed unit tests and jsl
keep tabs area allocated

set default tab selected whenever the pkey changes.

Removing styling that is changing positions of buttons.  The logic for that was for action-panel, but does not translate to entity-header.

change from metadata name to label for I18N

set selected tab in entity_init.

Default title for entities without search and pkeys

associations in table now link.

remove colon from title when not showing pkey

added Managed by facet group.

Removed entities that are, for some reason, invalid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
replacing the action panel with the Design for 2.1
Significantly cleaned up implementation of intra-entity navigation
requires additional CSS work
still need to integrate the search controls onto each page
cleaning up interface between entity and facet
simplified nested tabs logic

Fixed role navigation
select default tab from the search widget
fixed unit tests and jsl
keep tabs area allocated

set default tab selected whenever the pkey changes.

Removing styling that is changing positions of buttons.  The logic for that was for action-panel, but does not translate to entity-header.

change from metadata name to label for I18N

set selected tab in entity_init.

Default title for entities without search and pkeys

associations in table now link.

remove colon from title when not showing pkey

added Managed by facet group.

Removed entities that are, for some reason, invalid.
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved adder dialog box into entity.</title>
<updated>2011-04-21T19:43:54+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-18T15:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=3528b4eca3cf2519a6af5a43f6b321cbd8eea138'/>
<id>3528b4eca3cf2519a6af5a43f6b321cbd8eea138</id>
<content type='text'>
The adder dialog box definition has been moved from search facet
into entity to make it accessible from other facets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The adder dialog box definition has been moved from search facet
into entity to make it accessible from other facets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Need force option in DNS zone adder dialog</title>
<updated>2011-04-21T19:03:38+00:00</updated>
<author>
<name>Martin Kosek</name>
<email>mkosek@redhat.com</email>
</author>
<published>2011-04-01T15:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=bc6f9accd9250114b4f0c457fa5badd7f794af8e'/>
<id>bc6f9accd9250114b4f0c457fa5badd7f794af8e</id>
<content type='text'>
When adding a new DNS zone in the WebUI, IPA server will verify
whether the nameserver is in DNS. Sometimes it is necessary to
skip the verification.

This patch adds a --force option already available in CLI which
can skip this the verification.

https://fedorahosted.org/freeipa/ticket/1105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When adding a new DNS zone in the WebUI, IPA server will verify
whether the nameserver is in DNS. Sometimes it is necessary to
skip the verification.

This patch adds a --force option already available in CLI which
can skip this the verification.

https://fedorahosted.org/freeipa/ticket/1105
</pre>
</div>
</content>
</entry>
<entry>
<title>Entitlement import.</title>
<updated>2011-04-18T15:11:57+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-12T01:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=8f9ddb058f922fbd33c4d15986eeb1f5be521cc5'/>
<id>8f9ddb058f922fbd33c4d15986eeb1f5be521cc5</id>
<content type='text'>
The entitlement facet will invoke entitle_status to check the entitlement
status and show the appropriate buttons. If it's unregistered it will show
Register and Import button. If it's registered it will show the Consume
button only. If it's imported it will show the Import button only. The
Import button will open a dialog box for importing entitlement certificate.

Ticket #277
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The entitlement facet will invoke entitle_status to check the entitlement
status and show the appropriate buttons. If it's unregistered it will show
Register and Import button. If it's registered it will show the Consume
button only. If it's imported it will show the Import button only. The
Import button will open a dialog box for importing entitlement certificate.

Ticket #277
</pre>
</div>
</content>
</entry>
<entry>
<title>Entitlement registration.</title>
<updated>2011-04-14T23:05:09+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-12T01:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=e3ec1fb7efb12c3669855b6c388f196c268680ee'/>
<id>e3ec1fb7efb12c3669855b6c388f196c268680ee</id>
<content type='text'>
The entitlement facet will show buttons according to the entitlement
status. If it's unregistered, the facet will show a Register button.
If it's registered, the facet will show a Consume button.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The entitlement facet will show buttons according to the entitlement
status. If it's unregistered, the facet will show a Register button.
If it's registered, the facet will show a Consume button.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged IPA.cmd() into IPA.command().</title>
<updated>2011-04-14T03:27:50+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-12T07:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=805b94f22d42eddee42ed8772aca89036edb8399'/>
<id>805b94f22d42eddee42ed8772aca89036edb8399</id>
<content type='text'>
The IPA.cmd() has been merged into IPA.command(). All invocations
and test cases have been converted.

Ticket #988
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The IPA.cmd() has been merged into IPA.command(). All invocations
and test cases have been converted.

Ticket #988
</pre>
</div>
</content>
</entry>
</feed>
