<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>public/images/profile/full/mitchellriley.png</filename>
    </added>
    <added>
      <filename>public/images/profile/mitchellriley.png</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module StatusesHelper
     def link_users(tweet)
-        html_escape(tweet).gsub(/@(\S+)/, '@&lt;a href=&quot;/\1&quot;/&gt;\1&lt;/a&gt;')    
+        html_escape(tweet).gsub(/@(\S+)/, '@&lt;a href=&quot;/\1&quot;&gt;\1&lt;/a&gt;')    
     end
 end</diff>
      <filename>app/helpers/statuses_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 &lt;li class=&quot;hentry direct_message u-&lt;%= h user.username %&gt;&quot; id=&quot;direct_message_&lt;%= h direct.id %&gt;&quot;&gt;
-    &lt;span class=&quot;thumb vcard author&quot;&gt;&lt;a href=&quot;/&lt;%= h user.username %&gt;&quot; class=&quot;url&quot;&gt;&lt;img alt=&quot;&lt;%= h user.name %&gt;&quot; class=&quot;photo fn&quot; height=&quot;48&quot; src=&quot;&lt;%= h user.web_profile_url %&gt;&quot; width=&quot;48&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;status-body&quot;&gt;&lt;strong&gt;&lt;a href=&quot;/&lt;%= h user.username %&gt;&quot; class=&quot;screen-name&quot; title=&quot;&lt;%= h user.name %&gt;&quot;&gt;&lt;%= h user.username %&gt;&lt;/a&gt;&lt;/strong&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;%= h direct.tweet %&gt;&lt;/span&gt;&lt;span class=&quot;meta entry-meta&quot;&gt;&lt;span class=&quot;published&quot;&gt;&lt;%= direct.created_at_formatted %&gt;&lt;/span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;actions&quot;&gt;&lt;div&gt;
+    &lt;span class=&quot;thumb vcard author&quot;&gt;&lt;a href=&quot;/&lt;%= h user.username %&gt;&quot; class=&quot;url&quot;&gt;&lt;img alt=&quot;&lt;%= h user.name %&gt;&quot; class=&quot;photo fn&quot; height=&quot;48&quot; src=&quot;&lt;%= h user.web_profile_url %&gt;&quot; width=&quot;48&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;status-body&quot;&gt;&lt;strong&gt;&lt;a href=&quot;/&lt;%= h user.username %&gt;&quot; class=&quot;screen-name&quot; title=&quot;&lt;%= h user.name %&gt;&quot;&gt;&lt;%= h user.username %&gt;&lt;/a&gt;&lt;/strong&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;%= link_users(direct.tweet) %&gt;&lt;/span&gt;&lt;span class=&quot;meta entry-meta&quot;&gt;&lt;span class=&quot;published&quot;&gt;&lt;%= direct.created_at_formatted %&gt;&lt;/span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;actions&quot;&gt;&lt;div&gt;
     &lt;a class=&quot;del&quot; title=&quot;delete this direct message&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/a&gt;&lt;a class=&quot;reply&quot; href=&quot;#&quot; title=&quot;reply to &lt;%= h user.name %&gt;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/a&gt;
 &lt;/div&gt;&lt;/span&gt;&lt;/li&gt;</diff>
      <filename>app/views/direct_messages/_direct.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 &lt;li class=&quot;hentry direct_message u-&lt;%= h direct_sent.recipient.username %&gt;&quot; id=&quot;direct_message_&lt;%= h direct.id %&gt;&quot;&gt;
-    &lt;span class=&quot;thumb vcard author&quot;&gt;&lt;a href=&quot;/&lt;%= h direct_sent.recipient.username %&gt;&quot; class=&quot;url&quot;&gt;&lt;img alt=&quot;&lt;%= h direct_sent.recipient.name %&gt;&quot; class=&quot;photo fn&quot; height=&quot;48&quot; src=&quot;&lt;%= h direct_sent.recipient.web_profile_url %&gt;&quot; width=&quot;48&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;status-body&quot;&gt;&lt;strong&gt;&lt;a href=&quot;/&lt;%= h direct_sent.recipient.username %&gt;&quot; class=&quot;screen-name&quot; title=&quot;&lt;%= h direct_sent.recipient.name %&gt;&quot;&gt;&lt;%= h direct.user.username %&gt;&lt;/a&gt;&lt;/strong&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;%= h direct.tweet %&gt;&lt;/span&gt;&lt;span class=&quot;meta entry-meta&quot;&gt;&lt;span class=&quot;published&quot;&gt;&lt;%= direct.created_at_formatted %&gt;&lt;/span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;actions&quot;&gt;&lt;div&gt;
+    &lt;span class=&quot;thumb vcard author&quot;&gt;&lt;a href=&quot;/&lt;%= h direct_sent.recipient.username %&gt;&quot; class=&quot;url&quot;&gt;&lt;img alt=&quot;&lt;%= h direct_sent.recipient.name %&gt;&quot; class=&quot;photo fn&quot; height=&quot;48&quot; src=&quot;&lt;%= h direct_sent.recipient.web_profile_url %&gt;&quot; width=&quot;48&quot;/&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class=&quot;status-body&quot;&gt;&lt;strong&gt;&lt;a href=&quot;/&lt;%= h direct_sent.recipient.username %&gt;&quot; class=&quot;screen-name&quot; title=&quot;&lt;%= h direct_sent.recipient.name %&gt;&quot;&gt;&lt;%= h direct.user.username %&gt;&lt;/a&gt;&lt;/strong&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;%= link_users(direct.tweet) %&gt;&lt;/span&gt;&lt;span class=&quot;meta entry-meta&quot;&gt;&lt;span class=&quot;published&quot;&gt;&lt;%= direct.created_at_formatted %&gt;&lt;/span&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;actions&quot;&gt;&lt;div&gt;
     &lt;a class=&quot;del&quot; title=&quot;delete this direct message&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/a&gt;&lt;a class=&quot;reply&quot; href=&quot;#&quot; title=&quot;reply to &lt;%= h direct.user.name %&gt;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/a&gt;
 &lt;/div&gt;&lt;/span&gt;&lt;/li&gt;
\ No newline at end of file</diff>
      <filename>app/views/direct_messages/_direct_sent.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 
 &lt;span id=&quot;latest_text_full&quot;&gt;
     &lt;span class=&quot;status-text&quot;&gt;
-      &lt;%= h latest.tweet %&gt;
+      &lt;%= link_users(latest.tweet) %&gt;
     &lt;/span&gt;
 
     &lt;span class=&quot;entry-meta&quot;&gt;&lt;a href=&quot;/&lt;%= h latest.user.username %&gt;/status/&lt;%= h latest.id %&gt;&quot; class=&quot;entry-date&quot; rel=&quot;bookmark&quot;&gt;&lt;span class=&quot;published&quot; title=&quot;&lt;%= latest.created_at_formatted %&gt;&quot;&gt;&lt;%= time_ago_in_words(latest.created_at) %&gt;</diff>
      <filename>app/views/statuses/_latest.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,6 @@
 &lt;% fav = !@user.favorite_tweets.find_by_id(tweet.id).nil? %&gt;
 
-&lt;li class=&quot;hentry status
-    &lt;% fav ? &quot;favorite&quot; : &quot;&quot; %&gt;u-&lt;%= h tweet.user.username %&gt;&lt;%= (tweet.user==@user) ? &quot; mine&quot; : &quot;&quot; %&gt;&lt;%= ((type=='mine' &amp;&amp; tweet_counter==0) || type=='friends_update') ? &quot; latest-status&quot;:&quot;&quot; %&gt;&quot; id=&quot;status_&lt;%= h tweet.id %&gt;&quot;&gt;
+&lt;li class=&quot;hentry status &lt;% fav ? &quot;favorite&quot; : &quot;&quot; -%&gt;u-&lt;%= h tweet.user.username -%&gt;&lt;%= (tweet.user==@user) ? &quot; mine&quot; : &quot;&quot; -%&gt;&lt;%= ((type=='mine' &amp;&amp; tweet_counter==0) || type=='friends_update') ? &quot; latest-status&quot;:&quot;&quot; %&gt;&quot; id=&quot;status_&lt;%= h tweet.id -%&gt;&quot;&gt;
     &lt;% if (type!='mine') %&gt;
     &lt;span class=&quot;thumb vcard author&quot;&gt;
         &lt;a href=&quot;/&lt;%= h tweet.user.username %&gt;&quot; class=&quot;url&quot;&gt;</diff>
      <filename>app/views/statuses/_tweet.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -8,6 +8,7 @@ namespace :utils do
               'nigel_rausch', 'chendo', 'toolmantim', 'ben_h', 'bjeanes', 'nkpart', 'gegster', 'aussiegeek', 'drnic',
               'paul_okeeffe','lachie','mattallen','benj72','lachlanhardy','keithpitty','robertpostill','lindsayevans',
               'dylanfm','philoye','yob_au','nullobject','gnoll110','snapperwolf','benschwarz','andrewjgrimm',
+              'mitchellriley',    
 
               # Barcamp GC
               'barcampgc', 'spidie', 'Pixieguts', 'gmccane', 'sdiddy', 'aussietechhead', 'bmn', 'mrees',</diff>
      <filename>lib/tasks/download_images.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1eb3214002b861a8c3408da5a21deebd281af2d8</id>
    </parent>
  </parents>
  <author>
    <name>Rob Nielsen</name>
    <email>rob@refactor.com.au</email>
  </author>
  <url>http://github.com/rnielsen/twetter/commit/590a3a297e1d79c195f6803f647fa791e6188f4b</url>
  <id>590a3a297e1d79c195f6803f647fa791e6188f4b</id>
  <committed-date>2009-03-16T05:00:20-07:00</committed-date>
  <authored-date>2009-03-16T05:00:20-07:00</authored-date>
  <message>Various bugfixes from brisbane.rb meet</message>
  <tree>d1fdb1765e305c6651f31b3b86af731e1385b267</tree>
  <committer>
    <name>Rob Nielsen</name>
    <email>rob@refactor.com.au</email>
  </committer>
</commit>
