<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 = 0.1.1
 === 11th June, 2009
 * Added sluggable_finder gem for user permalinks
-* New alias routes for &quot;/members&quot; and &quot;/members/user-permalink&quot;
+* User routes names as &quot;members&quot;
 
 = 0.1.0
 === 7th June, 2009</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;p&gt;
-	&lt;strong&gt;&lt;%= link_to h(entry.title), entry.url %&gt;&lt;/strong&gt; published&lt;%= &quot; #{time_ago_in_words entry.published} ago&quot; if entry.published %&gt; by &lt;%= link_to h(entry.feed.user.name), member_path(entry.feed.user) %&gt;
-	&lt;%= link_to image_tag(url_for_gravatar(entry.feed.user.email), :alt =&gt; h(entry.feed.user.name), :title =&gt; h(entry.feed.user.name), :align =&gt; 'absmiddle', :hspace =&gt; 10), member_path(entry.feed.user) if PLANETOID_CONF[:layout][:entries][:show_avatar] %&gt;
+	&lt;strong&gt;&lt;%= link_to h(entry.title), entry.url %&gt;&lt;/strong&gt; published&lt;%= &quot; #{time_ago_in_words entry.published} ago&quot; if entry.published %&gt; by &lt;%= link_to h(entry.feed.user.name), entry.feed.user %&gt;
+	&lt;%= link_to image_tag(url_for_gravatar(entry.feed.user.email), :alt =&gt; h(entry.feed.user.name), :title =&gt; h(entry.feed.user.name), :align =&gt; 'absmiddle', :hspace =&gt; 10), entry.feed.user if PLANETOID_CONF[:layout][:entries][:show_avatar] %&gt;
 &lt;/p&gt;
 
 &lt;% if PLANETOID_CONF[:layout][:entries][:show_summary] &amp;&amp; entry.summary %&gt;</diff>
      <filename>app/views/entries/_entry.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@
 
 	&lt;% @feeds.each do |feed| %&gt;
 	  &lt;tr&gt;
-	    &lt;td&gt;&lt;%=link_to h(feed.user.name), member_path(feed.user) %&gt;&lt;/td&gt;
+	    &lt;td&gt;&lt;%=link_to h(feed.user.name), feed.user %&gt;&lt;/td&gt;
 	    &lt;td&gt;&lt;%= auto_link feed.feed_url %&gt;&lt;/td&gt;
 			&lt;% if admin? %&gt;
 	    &lt;td&gt;&lt;%= link_to 'Edit', edit_feed_path(feed) %&gt;&lt;/td&gt;</diff>
      <filename>app/views/feeds/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;div class=&quot;span-12 last&quot;&gt;
-	&lt;h3&gt;&lt;strong&gt;&lt;%= h project.name %&gt;&lt;/strong&gt; &lt;small&gt;by &lt;%= project.users.map {|u| &quot;#{link_to(h(u.name), member_path(u))}&quot;}.join(&quot;, &quot;) %&gt;&lt;/small&gt;&lt;/h3&gt;
+	&lt;h3&gt;&lt;strong&gt;&lt;%= h project.name %&gt;&lt;/strong&gt; &lt;small&gt;by &lt;%= project.users.map {|u| &quot;#{link_to(h(u.name), u)}&quot;}.join(&quot;, &quot;) %&gt;&lt;/small&gt;&lt;/h3&gt;
 	&lt;p&gt;&lt;%= link_to h(project.url.gsub(&quot;http://&quot;, &quot;&quot;)), h(project.url) %&gt;&lt;/p&gt;
 	&lt;blockquote&gt;&lt;%= simple_format(project.description) %&gt;&lt;/blockquote&gt;
 	</diff>
      <filename>app/views/projects/_project.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 &lt;% if session[:admin] %&gt;
 &lt;div style=&quot;float:right; border: 1px solid orange; padding: 5px;&quot;&gt;
-	&lt;strong&gt;admin&lt;/strong&gt;: &lt;%= link_to 'users', users_path %&gt; |
+	&lt;strong&gt;admin&lt;/strong&gt;: &lt;%= link_to 'members', users_path %&gt; |
 	 &lt;%= link_to 'feeds', feeds_path %&gt; | 
 	 &lt;%= link_to 'projects', projects_path %&gt; | 
 	 &lt;%= link_to 'log out', logout_path %&gt;</diff>
      <filename>app/views/shared/_admin_links.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;div class=&quot;span-3&quot;&gt;
-	&lt;%= link_to image_tag(url_for_gravatar(user.email), :alt =&gt; h(user.name), :title =&gt; h(user.name)), member_path(user) if PLANETOID_CONF[:layout][:users][:show_avatar] %&gt;
+	&lt;%= link_to image_tag(url_for_gravatar(user.email), :alt =&gt; h(user.name), :title =&gt; h(user.name)), user if PLANETOID_CONF[:layout][:users][:show_avatar] %&gt;
 &lt;/div&gt;
 &lt;div class=&quot;span-12 last&quot;&gt;
 	&lt;h3&gt;&lt;strong&gt;&lt;%= h user.name %&gt;&lt;/strong&gt;&lt;/h3&gt;</diff>
      <filename>app/views/users/_user.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
 &lt;div class=&quot;span-7&quot;&gt;
-  &lt;h2&gt;Users&lt;/h2&gt;
+  &lt;h2&gt;Member&lt;/h2&gt;
 &lt;/div&gt;
 
 &lt;div class=&quot;span-15 leftborder last&quot;&gt;
-	&lt;h3&gt;Edit user&lt;/h3&gt;
+	&lt;h3&gt;Edit member&lt;/h3&gt;
 	&lt;% form_for(@user) do |f| %&gt;
 	  &lt;%= f.error_messages %&gt;
 </diff>
      <filename>app/views/users/edit.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;div class=&quot;span-7&quot;&gt;
-  &lt;h2&gt;Users&lt;/h2&gt;
+  &lt;h2&gt;Members&lt;/h2&gt;
 &lt;/div&gt;
 
 &lt;div class=&quot;span-15 leftborder last&quot;&gt;
@@ -11,7 +11,7 @@
 	&lt;% if admin? %&gt;
 		&lt;br class=&quot;clear&quot; /&gt;
 		&lt;p&gt;
-			&lt;%= link_to 'New user', new_user_path %&gt;
+			&lt;%= link_to 'New member', new_user_path %&gt;
 		&lt;/p&gt;
 	&lt;% end %&gt;
 &lt;/div&gt;</diff>
      <filename>app/views/users/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,9 +1,9 @@
 &lt;div class=&quot;span-7&quot;&gt;
-  &lt;h2&gt;Users&lt;/h2&gt;
+  &lt;h2&gt;Members&lt;/h2&gt;
 &lt;/div&gt;
 
 &lt;div class=&quot;span-15 leftborder last&quot;&gt;
-	&lt;h3&gt;New user&lt;/h3&gt;
+	&lt;h3&gt;New member&lt;/h3&gt;
 	&lt;% form_for(@user) do |f| %&gt;
 	  &lt;%= f.error_messages %&gt;
 </diff>
      <filename>app/views/users/new.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -7,10 +7,7 @@ ActionController::Routing::Routes.draw do |map|
   
   map.resources :entries
   map.resources :feeds
-  map.resources :users
-  
-  map.members '/members', :controller =&gt; 'users', :action =&gt; 'index'
-  map.member '/members/:id', :controller =&gt; 'users', :action =&gt; 'show'
+  map.resources :users, :as =&gt; 'members'
 
   # The priority is based upon order of creation: first created -&gt; highest priority.
 </diff>
      <filename>config/routes.rb</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ class UsersControllerTest &lt; ActionController::TestCase
       assert_no_tag :a, :content =&gt; &quot;Destroy&quot;, :attributes =&gt; {:href =&gt; user_path(user)}
     end
     
-    assert_no_tag :a, :content =&gt; &quot;New user&quot;, :attributes =&gt; {:href =&gt; new_user_path}
+    assert_no_tag :a, :content =&gt; &quot;New member&quot;, :attributes =&gt; {:href =&gt; new_user_path}
   end
 
   def test_should_show_user
@@ -52,7 +52,7 @@ class UsersControllerTest &lt; ActionController::TestCase
       assert_tag :a, :content =&gt; &quot;Destroy&quot;, :attributes =&gt; {:href =&gt; user_path(user)}
     end
     
-    assert_tag :a, :content =&gt; &quot;New user&quot;, :attributes =&gt; {:href =&gt; new_user_path}
+    assert_tag :a, :content =&gt; &quot;New member&quot;, :attributes =&gt; {:href =&gt; new_user_path}
   end
 
   def test_should_show_user_as_admin</diff>
      <filename>test/functional/users_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f830d5ae360036f13329f0520df1220a9879878c</id>
    </parent>
  </parents>
  <author>
    <name>Jaime Iniesta</name>
    <email>jaimeiniesta@gmail.com</email>
  </author>
  <url>http://github.com/javier/planetoid/commit/09a28988854cbd80845a20af4909e4e54e2833a3</url>
  <id>09a28988854cbd80845a20af4909e4e54e2833a3</id>
  <committed-date>2009-06-11T03:28:13-07:00</committed-date>
  <authored-date>2009-06-11T03:28:13-07:00</authored-date>
  <message>Fixed routes for members</message>
  <tree>08f7fd7ce8b4b339d3e089ed56dd4ef9502dd758</tree>
  <committer>
    <name>Jaime Iniesta</name>
    <email>jaimeiniesta@gmail.com</email>
  </committer>
</commit>
