<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 08/25/2010 10:33 PM, Adam Young wrote:
<blockquote cite="mid:4C75D279.6080908@redhat.com" type="cite">On
08/25/2010 05:52 PM, Rob Crittenden wrote:
  <br>
  <blockquote type="cite">Adam Young wrote:
    <br>
    <blockquote type="cite">On 08/25/2010 10:41 AM, Adam Young wrote:
      <br>
      <blockquote type="cite">On 08/25/2010 07:39 AM, Pavel Zůna wrote:
        <br>
        <blockquote type="cite">On 2010-08-24 23:57, Adam Young wrote:
          <br>
          <blockquote type="cite">This is a fairly substantial patch
that makes use of the hashchange
            <br>
event to drive the site. It affcets just about all places where click
            <br>
events are triggered.
            <br>
            <br>
          </blockquote>
          <br>
Just started reviewing the patch a few moments ago. Just 2 notes in
          <br>
advance:
          <br>
          <br>
1) It doesn't apply after the <script> eng tag patch, that was
ACKed,
          <br>
but not pushed yet.
          <br>
          <br>
2) I don't want to sound like a nitpicker, but you should do some
          <br>
tweaking to your text editor. It seems to leave trailing white spaces
          <br>
and more importantly, it converts 8 spaces to tabs!
          <br>
          <br>
The only edits in details.js are the tab conversions, so there should
          <br>
be no conflict with my details patch when you remove them.
          <br>
          <br>
Pavel
          <br>
        </blockquote>
        <br>
        <br>
OK. I think I can deal with both of those issues. I'll repost the
        <br>
patch after, to have the one for the record on the mailing list, but
        <br>
also so you can confrium it works with your changes.
        <br>
        <br>
_______________________________________________
        <br>
Freeipa-devel mailing list
        <br>
<a class="moz-txt-link-abbreviated" href="mailto:Freeipa-devel@redhat.com">Freeipa-devel@redhat.com</a>
        <br>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/freeipa-devel">https://www.redhat.com/mailman/listinfo/freeipa-devel</a>
        <br>
      </blockquote>
      <br>
removed whitespace
      <br>
updated the Makefile.am to include add.js
      <br>
applies on top of recent changes to other files in the directory.
      <br>
    </blockquote>
    <br>
This isn't working for me. I tried both with lite-server and a real
deployment and all I see are the header and the Edit: line (users,
groups, etc). Clicking on the different tabs doesn't seem to do
anything.
    <br>
    <br>
rob
    <br>
  </blockquote>
  <br>
That behavior seems to be what happens when the html errors out on
Javascript loads.
  <br>
The liter server can't hang /ipa/ui...it needs the final slash in the
url.  On my lite server it works with:
  <br>
  <br>
<a class="moz-txt-link-freetext" href="http://127.0.0.1:8888/ipa/ui/">http://127.0.0.1:8888/ipa/ui/</a>
  <br>
  <br>
Note that this gets the sample data, not the calls to the server.  We
have a workaround for that, that I will submit in a follow on patch.
  <br>
  <br>
I found quite a few bugs in the second version of this patch, which I
have fixed here.  I have tested this on both the lite and httpd servers
in my VM and it works.   I suspect I have fixed the error you were
seeing on the httpd server.  But, I will test it on a lab VM as well.
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <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>
And...this one has bugs too.<br>
What I found so far:<br>
<br>
Add User doesn't work. <br>
Host details goes to list page<br>
Netgroup and Hostgroup Add Another acts like Add and Edit, but with no
primary key.<br>
Group enroll seems to fail silently.<br>
<br>
<br>
Gonna pull this one until I work out this issues.  This is mostly based
on the routing from page to page, so it is not surprising that many of
the page transitions aren't set right.  Part of the refactoring I've
started is sdesigned to reduce the amount of cut and past code.<br>
<br>
<br>
</body>
</html>