<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,8 @@ class ApplicationController &lt; ActionController::Base
   include ExceptionNotifiable
   include AuthenticatedSystem
   include RoleRequirementSystem
+  
+  before_filter :blackbird_override
 
   helper :all # include all helpers, all the time
   protect_from_forgery :secret =&gt; 'b0a876313f3f9195e9bd01473bc5cd06'
@@ -15,5 +17,11 @@ class ApplicationController &lt; ActionController::Base
   def record_not_found
     render :file =&gt; File.join(RAILS_ROOT, 'public', '404.html'), :status =&gt; 404
   end
+  
+  def blackbird_override
+    if 'true' == params[:force_blackbird]
+      session[:blackbird] = true
+    end
+  end
 end
 </diff>
      <filename>app/controllers/application.rb</filename>
    </modified>
    <modified>
      <diff>@@ -26,15 +26,15 @@ module ApplicationHelper
   end
   
   def blackbird_tags
-    if SiteConfig.blackbird
+    if SiteConfig.blackbird || true == session[:blackbird]
       '&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot; src=&quot;/blackbird/blackbird.js&quot;&gt;&lt;/script&gt;
-&lt;link href=&quot;/stylesheets/blackbird/blackbird.css&quot; media=&quot;screen&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;'
+&lt;link href=&quot;/blackbird/blackbird.css&quot; media=&quot;screen&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;'
     else
       no_blackbird
     end rescue no_blackbird
   end
   
   def no_blackbird
-    &quot;&lt;script type=\&quot;text/javascript\&quot; charset=\&quot;utf-8\&quot;&gt;var log = {toggle: function() {}, move: function() {}, resize: function() {}, clear: function() {}, debug: function() {}, info: function() {}, warn: function() {}, error: function() {}, profile: function() {} };&lt;/script&gt;&quot;
+    '&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;var log = {toggle: function() {}, move: function() {}, resize: function() {}, clear: function() {}, debug: function() {}, info: function() {}, warn: function() {}, error: function() {}, profile: function() {} };&lt;/script&gt;'
   end
 end</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>12cf7608a3e77b775a7a9c76c2ef8abce9943b6f</id>
    </parent>
  </parents>
  <author>
    <name>Michael Moen</name>
    <email>michael@underpantsgnome.com</email>
  </author>
  <url>http://github.com/UnderpantsGnome/bort/commit/60a0d0cee93f9aa688db5d291345f0e243b6a8ca</url>
  <id>60a0d0cee93f9aa688db5d291345f0e243b6a8ca</id>
  <committed-date>2008-10-27T18:44:58-07:00</committed-date>
  <authored-date>2008-10-27T18:44:58-07:00</authored-date>
  <message>add in an override for blackbird</message>
  <tree>e5a3b5db77f6c62ff4e5bfc4ad9e4812b57eee27</tree>
  <committer>
    <name>Michael Moen</name>
    <email>michael@underpantsgnome.com</email>
  </committer>
</commit>
