<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ module MultiSite::PageControllerExtensions
       alias_method_chain :index, :root
       alias_method_chain :clear_model_cache, :site
       alias_method_chain :continue_url, :site
-      %w{remove clear_cache}.each do |m|
+      %w{remove}.each do |m|
         alias_method_chain m.to_sym, :back
       end
     }
@@ -41,16 +41,6 @@ module MultiSite::PageControllerExtensions
       session[:came_from] = request.env[&quot;HTTP_REFERER&quot;]
     end
   end
-
-  def clear_cache_with_back
-    if request.post?
-      @cache.clear
-      announce_cache_cleared
-      redirect_to :back
-    else
-      render :text =&gt; 'Do not access this URL directly.'
-    end
-  end
   
   def clear_model_cache_with_site
     Page.current_site ||= @site || @page.root.site</diff>
      <filename>lib/multi_site/page_controller_extensions.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>vendor/plugins/haml/MIT-LICENSE</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/README</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/Rakefile</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/TODO</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/VERSION</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/bin/css2sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/bin/haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/bin/html2haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/bin/sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/extra/haml-mode.el</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/extra/sass-mode.el</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/init.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/buffer.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/engine.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/error.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/exec.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/filters.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/helpers.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/helpers/action_view_extensions.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/helpers/action_view_mods.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/html.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/template.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/haml/util.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/constant.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/constant/color.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/constant/literal.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/constant/number.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/constant/operation.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/constant/string.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/css.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/engine.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/error.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/plugin.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/tree/attr_node.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/tree/comment_node.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/tree/directive_node.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/tree/node.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/tree/rule_node.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/lib/sass/tree/value_node.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/benchmark.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/engine_test.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/helper_test.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/html2haml_test.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/markaby/standard.mab</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/mocks/article.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/content_for_layout.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/eval_suppressed.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/filters.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/helpers.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/helpful.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/just_stuff.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/list.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/original_engine.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/partials.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/silent_script.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/standard.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/tag_parsing.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/very_basic.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/results/whitespace_handling.xhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/rhtml/standard.rhtml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/runner.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/template_test.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/_partial.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/_text_area.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/breakage.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/content_for_layout.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/eval_suppressed.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/filters.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/helpers.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/helpful.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/just_stuff.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/list.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/original_engine.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/partialize.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/partials.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/silent_script.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/standard.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/tag_parsing.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/very_basic.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/haml/templates/whitespace_handling.haml</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/profile.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/engine_test.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/plugin_test.rb</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/alt.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/basic.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/compact.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/complex.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/compressed.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/constants.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/expanded.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/import.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/nested.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/parent_ref.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/subdir/nested_subdir/nested_subdir.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/results/subdir/subdir.css</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/_partial.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/alt.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/basic.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/bork.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/bork2.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/compact.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/complex.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/compressed.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/constants.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/expanded.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/import.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/importee.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/nested.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/parent_ref.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/subdir/nested_subdir/nested_subdir.sass</filename>
    </removed>
    <removed>
      <filename>vendor/plugins/haml/test/sass/templates/subdir/subdir.sass</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>374285d51af7e465ea3f0728e76c32a5cb9557a8</id>
    </parent>
  </parents>
  <author>
    <name>Sean Cribbs</name>
    <email>seancribbs@gmail.com</email>
  </author>
  <url>http://github.com/zapnap/radiant-multi-site-extension/commit/b0563cf47525224bc1fb1e0a0a5dab8522d583bb</url>
  <id>b0563cf47525224bc1fb1e0a0a5dab8522d583bb</id>
  <committed-date>2008-06-20T12:04:42-07:00</committed-date>
  <authored-date>2008-06-20T12:04:42-07:00</authored-date>
  <message>Make compatible with 0.6.7.</message>
  <tree>058df5242a78679e649392d08904e786814624c4</tree>
  <committer>
    <name>Sean Cribbs</name>
    <email>seancribbs@gmail.com</email>
  </committer>
</commit>
