<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/plugins/in_place_editing/README</filename>
    </added>
    <added>
      <filename>vendor/plugins/in_place_editing/Rakefile</filename>
    </added>
    <added>
      <filename>vendor/plugins/in_place_editing/init.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/in_place_editing/lib/in_place_editing.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/in_place_editing/lib/in_place_macros_helper.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/in_place_editing/test/in_place_editing_test.rb</filename>
    </added>
    <added>
      <filename>vendor/plugins/in_place_editing/test/test_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,10 @@ class Admin::UsersController &lt; ApplicationController
   require_role :admin
   layout 'admin'
   
+  %w(email login).each do |attr|
+    in_place_edit_for :user, attr.to_sym
+  end
+  
   def reset_password
     @user = User.find(params[:id])
     @user.reset_password!</diff>
      <filename>app/controllers/admin/users_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -32,12 +32,12 @@
 &lt;% end -%&gt;
 
 &lt;table class=&quot;overview&quot;&gt;
-	&lt;%= cell &quot;Login&quot;, h(@user.login) %&gt;
+	&lt;%= cell &quot;Login&quot;, &quot;#{in_place_editor_field :user, 'login'}&quot; %&gt;
 	&lt;%= cell &quot;User ID&quot;, h(@user.id) %&gt;
 
 	&lt;%= cell_separator %&gt;
 	
-	&lt;%= cell &quot;Email&quot;, h(@user.email) %&gt;
+	&lt;%= cell &quot;Email&quot;, &quot;#{in_place_editor_field :user, 'email'}&quot; %&gt;
 	&lt;%= cell &quot;Password&quot;, &quot;#{&quot;*&quot;*8} &lt;small&gt;#{link_to_if !@user.deleted?, &quot;send new password&quot;, reset_password_admin_user_url(@user), :method =&gt; :put}&lt;/small&gt;&quot; %&gt;
 	
 	&lt;%= cell_separator %&gt;</diff>
      <filename>app/views/admin/users/show.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a40b729fb1c43bf6e0e8385ad9325e10c44ff4c6</id>
    </parent>
  </parents>
  <author>
    <name>Ariejan de Vroom</name>
    <email>ariejan@ariejan.net</email>
  </author>
  <url>http://github.com/ariejan/baseapp/commit/57b28f21a487debfafba0d1af1567e66ea5fa4db</url>
  <id>57b28f21a487debfafba0d1af1567e66ea5fa4db</id>
  <committed-date>2008-12-22T05:12:00-08:00</committed-date>
  <authored-date>2008-12-22T05:12:00-08:00</authored-date>
  <message>Allow inline editing of user login and email by admin</message>
  <tree>0d5dd4aca9a36a2161e4dee5ccaf85cc265bd879</tree>
  <committer>
    <name>Ariejan de Vroom</name>
    <email>ariejan@ariejan.net</email>
  </committer>
</commit>
