<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,18 +9,11 @@ module ItemsHelper
   end
   
   def star_link(item)
-    starred = item.is_starred_by_user(current_user)
-    path    = starred ? item_remove_star_path(item) : item_add_star_path(item)
-    if starred
+    if item.is_starred_by_user(current_user)
       return &quot; &amp;ndash; &quot; + content_tag(:span, link_to(&quot;unstar this post&quot;, item_remove_star_path(item), :class =&gt; item.starred_class(current_user)), :class =&gt; &quot;star&quot;)
     end
   end
   
-  # Convert URLs in text automatically to links
-  def auto_link(text)
-    text.gsub(/ (http:\/\/[^ !,\?]+)/, ' &lt;a href=&quot;\1&quot;&gt;\1&lt;/a&gt;')
-  end
-  
   # Shows the time left to edit the current item, or nil if it's always allowed
   def edit_time_left(item)
     diff = Time.now - item.updated_at</diff>
      <filename>app/helpers/items_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>071f9d01146714943d3f64da488ced2ead56c154</id>
    </parent>
  </parents>
  <author>
    <name>Darcy Laycock</name>
    <email>sutto@sutto.net</email>
  </author>
  <url>http://github.com/Sutto/rubyflow/commit/3ab0fffacb0033426be2caabe5ff3b783364b3b0</url>
  <id>3ab0fffacb0033426be2caabe5ff3b783364b3b0</id>
  <committed-date>2008-08-08T01:16:36-07:00</committed-date>
  <authored-date>2008-08-08T01:16:36-07:00</authored-date>
  <message>Reverted to auto_link for the moment (built in), Will add rel=nofollow next</message>
  <tree>d691cb6fd77752e62a0d27d061f6add2791967f7</tree>
  <committer>
    <name>Darcy Laycock</name>
    <email>sutto@sutto.net</email>
  </committer>
</commit>
