<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 11/10/2010 06:20 PM, Endi Sukma Dewata wrote:
<blockquote cite="mid:4CDB28A4.90206@redhat.com" type="cite">Hi,
  <br>
  <br>
Please review the attached patch. Thanks!
  <br>
  <br>
<a class="moz-txt-link-freetext" href="https://fedorahosted.org/reviewboard/r/104/">https://fedorahosted.org/reviewboard/r/104/</a>
  <br>
  <br>
The HBAC Service search and details pages have been added under the
HBAC tab. This requires some changes to the framework.
  <br>
  <br>
Currently the navigation framework doesn't support multiple entities
under one tab. As a temporary solution, an 'entity' URL parameter is
used to determine the entity to be displayed. This parameter is now
only used by HBAC tab, but its use might be expanded later. The
navigation framework needs be redesigned to provide more flexibility.
  <br>
  <br>
The search page in all entities except DNS records have been changed to
use the ipa_search_widget. The Select/Unselect All checbox and Delete
button now work correctly and consistently.
  <br>
  <br>
The Add dialog has been enhanced to render and work in a more
consistent way while still supporting custom widgets & layouts. For
the search page, the Add button will refresh the search results and
clear the fields in the dialog box.
  <br>
  <br>
The framework now provides some extension points which can be overriden
by the subclasses:
  <br>
 - init(): for initialization and configuration
  <br>
 - create(): for creating the layout dynamically or from template
  <br>
 - setup(): for setting the look and feel
  <br>
 - load(): for loading the data
  <br>
  <br>
Entity and facet initialization is now done after IPA.init(). This is
to ensure the metadata is loaded first so the entities and facets can
use localized messages/labels/titles.
  <br>
  <br>
The group entity has been partially converted to use the new framework.
  <br>
  <br>
The unit tests have been updated accordingly.
  <br>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Freeipa-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a></pre>
</blockquote>
ACK, Pushed to master<br>
</body>
</html>