<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,56 +61,18 @@ Rails::Initializer.run do |config|
   config.gem 'calendar_date_select'
   config.gem 'bluecloth', :version =&gt; '~&gt; 2.0.0'
 
-  # Declare needed (github) gems
-  # This is for legacy documentation, these gems are vendored for release.
-  # config.gem 'datanoise-actionwebservice', :version =&gt; '2.2.2', :lib =&gt; 'actionwebservice', :source =&gt; 'http://gems.github.com'
-  # config.gem 'mislav-will_paginate', :version =&gt; '2.3.7', :lib =&gt; 'will_paginate', :source =&gt; 'http://gems.github.com'
-  # Rails 2.2.2 bug : decommenting this line forces the use of the test database regardless of the RAILS_ENV
-  # config.gem 'rspec-rails', :lib =&gt; 'spec/rails', :version =&gt; '~&gt; 1.1.11'
-
-  # Force all environments to use the same logger level
-  # (by default production uses :info, the others :debug)
-  # config.log_level = :debug
-
   # Use the database for sessions instead of the file system
   # (create the session table with 'rake create_sessions_table')
   config.action_controller.session_store = :active_record_store
 
-  # Enable page/fragment caching by setting a file-based store
-  # (remember to create the caching directory and make it readable to the application)
-  config.action_controller.cache_store = :file_store, &quot;#{RAILS_ROOT}/tmp/cache&quot;
-
   # Activate observers that should always be running
   # config.active_record.observers = :cacher, :garbage_collector
   config.active_record.observers = :email_notifier, :web_notifier
-
-  # Make Active Record use UTC-base instead of local time
-  # config.active_record.default_timezone = :utc
-
-  # Use Active Record's schema dumper instead of SQL when creating the test database
-  # (enables use of different database adapters for development and test environments)
-  # config.active_record.schema_format = :ruby
-
-  # See Rails::Configuration for more options
 end
 
-# Add new inflection rules using the following format
-# (all these examples are active by default):
-# Inflector.inflections do |inflect|
-#   inflect.plural /^(ox)$/i, '\1en'
-#   inflect.singular /^(ox)en/i, '\1'
-#   inflect.irregular 'person', 'people'
-#   inflect.uncountable %w( fish sheep )
-# end
-
-
-# Include your application configuration below
-
 # Load included libraries.
-require 'redcloth'
-require 'bluecloth'
 require 'rubypants'
-require 'flickr'
+#require 'flickr'
 require 'uuidtools'
 
 require 'migrator'
@@ -119,39 +81,7 @@ require 'login_system'
 require 'typo_version'
 $KCODE = 'u'
 require 'jcode'
-require 'xmlrpc_fix'
 require 'transforms'
-require 'builder'
-
-
-#MemoryProfiler.start(:delay =&gt; 10, :string_debug =&gt; false)
-
-unless Builder::XmlMarkup.methods.include? '_attr_value'
-  # Builder 2.0 has many important fixes, but for now we will only backport
-  # this one...
-  class Builder::XmlMarkup
-    # Insert the attributes (given in the hash).
-    def _insert_attributes(attrs, order=[])
-      return if attrs.nil?
-      order.each do |k|
-        v = attrs[k]
-        @target &lt;&lt; %{ #{k}=&quot;#{_attr_value(v)}&quot;} if v # &quot; WART
-      end
-      attrs.each do |k, v|
-        @target &lt;&lt; %{ #{k}=&quot;#{_attr_value(v)}&quot;} unless order.member?(k) # &quot; WART
-      end
-    end
-
-   def _attr_value(value)
-      case value
-      when Symbol
-        value.to_s
-      else
-        _escape(value.to_s).gsub(%r{&quot;}, '&amp;quot;')  # &quot; WART
-      end
-    end
-  end
-end
 
 ActiveSupport::CoreExtensions::Time::Conversions::DATE_FORMATS.merge!(
   :long_weekday =&gt; '%a %B %e, %Y %H:%M'</diff>
      <filename>config/environment.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/memory_profiler.rb</filename>
    </removed>
    <removed>
      <filename>lib/xmlrpc_fix.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>15d83f216f65331e51667e6e5a1023c5e4368d70</id>
    </parent>
  </parents>
  <author>
    <name>Fr&#233;d&#233;ric de Villamil</name>
    <email>frederic@de-villamil.com</email>
  </author>
  <url>http://github.com/fdv/typo/commit/890c377a7da0cf89f458314a085db8129ef5e831</url>
  <id>890c377a7da0cf89f458314a085db8129ef5e831</id>
  <committed-date>2009-06-04T12:15:26-07:00</committed-date>
  <authored-date>2009-06-04T12:15:26-07:00</authored-date>
  <message>A bit more cleaning</message>
  <tree>3449dcef05301c5d80b4a658e141e399e8b3daac</tree>
  <committer>
    <name>Fr&#233;d&#233;ric de Villamil</name>
    <email>frederic@de-villamil.com</email>
  </committer>
</commit>
