<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git/install/ui, 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>Moved back link next to facet tabs.</title>
<updated>2011-05-04T19:26:17+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-05-04T19:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=0eb96f87f6ab3018ac15580480ef50f53e525d28'/>
<id>0eb96f87f6ab3018ac15580480ef50f53e525d28</id>
<content type='text'>
The back link has been moved from the far right of the page, which
is not very intuitive, into a location next to the facet tabs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The back link has been moved from the far right of the page, which
is not very intuitive, into a location next to the facet tabs.
</pre>
</div>
</content>
</entry>
<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>Entitlement quantity validation.</title>
<updated>2011-04-27T15:45:07+00:00</updated>
<author>
<name>Endi S. Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2011-04-26T21:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=f256b8857faff7627ba8b6a6df03b3b5cd294f91'/>
<id>f256b8857faff7627ba8b6a6df03b3b5cd294f91</id>
<content type='text'>
The widget base class has been modified to validate integer value
if the type is specified in the metadata. This is used to validate
entitlement quantity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The widget base class has been modified to validate integer value
if the type is specified in the metadata. This is used to validate
entitlement quantity.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove jquery-cookie library https://fedorahosted.org/freeipa/ticket/989</title>
<updated>2011-04-27T14:59:30+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-04-27T00:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=660332a1627e158540c95b1a033374b5c048a03c'/>
<id>660332a1627e158540c95b1a033374b5c048a03c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Upgrade to jquery 1.5.2 https://fedorahosted.org/freeipa/ticket/768</title>
<updated>2011-04-23T03:25:45+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-04-23T00:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=e0f62248c7560a2edca3d4a5225a4ee40e6e84ff'/>
<id>e0f62248c7560a2edca3d4a5225a4ee40e6e84ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix JSL error</title>
<updated>2011-04-22T20:08:48+00:00</updated>
<author>
<name>Adam Young</name>
<email>ayoung@redhat.com</email>
</author>
<published>2011-04-22T20:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/freeipa.git/commit/?id=db07c374aa34ca91831af8a3d158330e8082b7bb'/>
<id>db07c374aa34ca91831af8a3d158330e8082b7bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
