<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -165,11 +165,10 @@ module ApplicationHelper
   end
   
   def textilize(text, lite=false, force_attrs=nil)
-      text = Page.AutoFormat(text) unless text == nil
      if text.blank?
          &quot;&quot;
      else
-         options = [ :hard_breaks, :filter_html ]
+         options = [ :filter_html ]
          options &lt;&lt; :lite_mode if lite
          textilized = RedCloth.new(text, options)
          textilized.hard_breaks = true if textilized.respond_to?(&quot;hard_breaks=&quot;)</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -50,13 +50,6 @@ class Page &lt; ActiveRecord::Base
   before_destroy :process_destroy
   after_destroy  :process_after_destroy
   
-    def self.AutoFormat(content)
-        formatted = content
-        formatted.gsub!(/\b([a-z]+:\/\/[^\b\s]*)\b/i, '%&quot;\1&quot;:\1%')
-        formatted.gsub!(/\b([A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4})\b/i, '%&quot;\1&quot;:mailto:\1%')
-        formatted
-    end
-  
   def update_tags
    return if @update_tags.nil?
    Tag.clear_by_object(self)</diff>
      <filename>app/models/page.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>144bbd07f68194dafd9d1d03bc2481ed7dc8cfc7</id>
    </parent>
  </parents>
  <author>
    <name>Qiushi (Billy) He</name>
    <email>qiushihe@me.com</email>
  </author>
  <url>http://github.com/jamesu/rucksack/commit/1feb294a48c47ba88337cf2f2c47839a13396ead</url>
  <id>1feb294a48c47ba88337cf2f2c47839a13396ead</id>
  <committed-date>2009-05-27T03:25:28-07:00</committed-date>
  <authored-date>2009-05-23T17:32:32-07:00</authored-date>
  <message>Removed URL auto linking

Signed-off-by: James Urquhart &lt;jamesu@gmail.com&gt;</message>
  <tree>49b2ca6d135d25990d27712abda1840ee3deaec3</tree>
  <committer>
    <name>James Urquhart</name>
    <email>jamesu@gmail.com</email>
  </committer>
</commit>
