<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,6 +34,6 @@ Credits
 =======
 
 	Zach Inglis - www.zachinglis.com
-	Chris Roos - blog.seagul.co.uk
+	Chris Roos  - blog.seagul.co.uk
 
 Copyright (c) 2007 Zach Inglis [www.lt3media.com], released under the MIT license
\ No newline at end of file</diff>
      <filename>clickable_error_messages/README</filename>
    </modified>
    <modified>
      <diff>@@ -68,14 +68,16 @@ protected
   end
 
   def dashboard_link(permalink=nil)
-    protocol = request.ssl? ? &quot;https://&quot; : &quot;http://&quot;
     home_permalink = request.subdomains.empty? ? current_user.home.permalink : request.subdomains.first
     home_permalink = permalink unless permalink.nil? # overwrite fu
-    protocol + home_permalink + &quot;.&quot; + request.domain + request.port_string          
+    protocol + home_permalink + &quot;.&quot; + request.domain_with_port          
   end
 
   def clean_root_url
-    protocol = request.ssl? ? &quot;https://&quot; : &quot;http://&quot;
-    protocol + request.domain + request.port_string              
+    protocol + request.domain + request.domain_with_port   
+  end
+  
+  def protocol
+    request.ssl? ? &quot;https://&quot; : &quot;http://&quot;
   end
 end
\ No newline at end of file</diff>
      <filename>dashboard_location/lib/dashboard_location.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>948d416ef80db2caae21df387c036d416e628aee</id>
    </parent>
  </parents>
  <author>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </author>
  <url>http://github.com/zachinglis/rails-plugins/commit/44e5887a736ae0359950a71843d2a9dbc75d7136</url>
  <id>44e5887a736ae0359950a71843d2a9dbc75d7136</id>
  <committed-date>2008-02-23T04:02:42-08:00</committed-date>
  <authored-date>2008-02-23T04:02:42-08:00</authored-date>
  <message>Fixed a bug in clickable_error_messages. Thanks Court3nay.
DRYed up dashboard_location lib a bit.</message>
  <tree>cedce5b7dcaefa6643f7a88b1baeff3cd6f6c191</tree>
  <committer>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </committer>
</commit>
