<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,4 @@
 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
-load 'config/deploy'
\ No newline at end of file
+Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
+
+load 'config/deploy' # remove this line to skip loading any of the default tasks
\ No newline at end of file</diff>
      <filename>Capfile</filename>
    </modified>
    <modified>
      <diff>@@ -19,7 +19,7 @@ class ImportsController &lt; ApplicationController
         if @unsuccessful &gt; 0
           flash[:warning] = &quot;Failed to import #{@unsuccessful} #{@unsuccessful &gt; 1 ? 'people' : 'person'}&quot;
         end
-        format.html { redirect_to(directory_people_path) }
+        format.html { redirect_to(directory_people_path(:format =&gt; :html)) }
         format.xml  { render :xml =&gt; @import, :status =&gt; :created, :location =&gt; @import  }
       else
         flash[:warning] = 'Import failed. Check to make sure you header column names match the names on the right exactly.'</diff>
      <filename>app/controllers/imports_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -494,10 +494,10 @@ class PeopleController &lt; ApplicationController
     @ministry = nil; get_ministry # reset the active ministry
     
     respond_to do |wants|
-      wants.html { redirect_to(directory_people_path(:campus =&gt; params[:campus])) }
+      wants.html { redirect_to(directory_people_path(:campus =&gt; params[:campus], :format =&gt; :html)) }
       wants.js do
         render :update do |page|
-          page.redirect_to(directory_people_path(:campus =&gt; params[:campus]))
+          page.redirect_to(directory_people_path(:campus =&gt; params[:campus], :format =&gt; :html))
         end
       end
     end
@@ -510,10 +510,10 @@ class PeopleController &lt; ApplicationController
     # Clear session[:order] since this view might not have the same columns
     session[:order_column_id] = nil
     respond_to do |wants|
-      wants.html { redirect_to(directory_people_path) }
+      wants.html { redirect_to(directory_people_path(:format =&gt; :html)) }
       wants.js do
         render :update do |page|
-          page.redirect_to(directory_people_path)
+          page.redirect_to(directory_people_path(:format =&gt; :html))
         end
       end
     end</diff>
      <filename>app/controllers/people_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -93,7 +93,7 @@ this system, along with any other information we think would be helpful to you.&lt;
       &lt;div class=&quot;modulecontent&quot;&gt;
       
         &lt;div class=&quot;modulesearchbox&quot;&gt;
-        &lt;% form_tag(directory_people_path) do %&gt;
+        &lt;% form_tag(directory_people_path(:format =&gt; :html)) do %&gt;
         &lt;input type=&quot;text&quot; class=&quot;searchdash&quot; name=&quot;search&quot; /&gt;
         &lt;input type=&quot;submit&quot; class=&quot;searchdashsubmit&quot; value=&quot;Search&quot;/&gt;&lt;br /&gt;
         &lt;%- end -%&gt;
@@ -106,7 +106,7 @@ this system, along with any other information we think would be helpful to you.&lt;
         &lt;div class=&quot;lightgray&quot;&gt;
           &lt;ul class=&quot;searchicon&quot;&gt;
             &lt;% @my.searches.each do |search| %&gt;
-              &lt;li&gt;&lt;%= link_to(search.description, directory_people_path(:search_id =&gt; search.id)) %&gt;&lt;/li&gt;
+              &lt;li&gt;&lt;%= link_to(search.description, directory_people_path(:search_id =&gt; search.id, :format =&gt; :html)) %&gt;&lt;/li&gt;
             &lt;% end %&gt;
           &lt;/ul&gt;
         &lt;/div&gt;
@@ -150,7 +150,7 @@ this system, along with any other information we think would be helpful to you.&lt;
             &lt;li&gt;&lt;%= link_to('Create a ministry', '/manage') %&gt;&lt;/li&gt;
           &lt;%- end -%&gt;
           &lt;%- if authorized?(:directory, :people) -%&gt;
-            &lt;li&gt;&lt;%= link_to('Go to the directory', directory_people_path) %&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;%= link_to('Go to the directory', directory_people_path(:format =&gt; :html)) %&gt;&lt;/li&gt;
           &lt;%- end -%&gt;
         &lt;/ul&gt;
       &lt;/div&gt;</diff>
      <filename>app/views/dashboard/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -77,8 +77,8 @@
 		&lt;table width=&quot;100%&quot;&gt;
 			&lt;tr&gt;
 				&lt;td width=&quot;18%&quot;&gt;
-					&lt;%= image_tag(&quot;logo.png&quot;) %&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;&quot;&gt; &lt;!-- &lt;a href=&quot;&quot;&gt;Help&lt;/a&gt; &amp;nbsp;&amp;nbsp &lt;br&gt;  --&gt;
-					Student Network is part of the &lt;a href=&quot;http://www.ministryhacks.com/&quot;&gt;MinistryHacks Toolbox&lt;/a&gt;
+          &lt;!-- &lt;%= image_tag(&quot;logo.png&quot;) %&gt;&lt;/td&gt;&lt;td style=&quot;font-size:11px;&quot;&gt; 
+          Student Network is part of the &lt;a href=&quot;http://www.ministryhacks.com/&quot;&gt;MinistryHacks Toolbox&lt;/a&gt; --&gt;
 				&lt;/td&gt;
 				&lt;td align=&quot;right&quot;&gt;
 					&lt;a href=&quot;http://www.ministryhacks.com/&quot; target=&quot;_new&quot;&gt;&lt;%= image_tag(&quot;mh_logo.png&quot;) %&gt;&lt;/a&gt;</diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@
     						:confirm =&gt; &quot;Are you sure you want to delete this campus?\nOnce you do, it'll be gone, along with all the people on it.\n YOU'VE BEEN WARNED!&quot; %&gt;
     &lt;%- end -%&gt;
     &lt;%- if @ministry == ministry_campus.ministry -%&gt;
-      &lt;%= link_to(h(campus.name), directory_people_path(:current_ministry =&gt; ministry_campus.ministry_id, :campus =&gt; campus.id), :method =&gt; :get) %&gt; 
+      &lt;%= link_to(h(campus.name), directory_people_path(:current_ministry =&gt; ministry_campus.ministry_id, :campus =&gt; campus.id, :format =&gt; :html), :method =&gt; :get) %&gt; 
     &lt;%- elsif @my.ministries.include?(ministry_campus.ministry) -%&gt;
       &lt;%= link_to(h(campus.name), change_ministry_and_goto_directory_people_path(:current_ministry =&gt; ministry_campus.ministry_id, :campus =&gt; campus.id), :method =&gt; :get) %&gt; 
     &lt;%- else -%&gt;</diff>
      <filename>app/views/ministry_campuses/_ministry_campus.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@
                                                     :confirm =&gt; &quot;Are you sure you want to remove #{@person.first_name} from #{ci.campus.name}?&quot;, 
                                                     :method =&gt; :delete,
                                                     :before =&gt; &quot;$('#spinner').show()&quot;)  if is_ministry_leader || @person == @me %&gt;
-    	  &lt;%= link_to(ci.campus.short_name, directory_people_url(:campus =&gt; ci.campus.id)) %&gt;
+    	  &lt;%= link_to(ci.campus.short_name, directory_people_url(:campus =&gt; ci.campus.id, :format =&gt; :html)) %&gt;
     	&lt;/li&gt;
   	&lt;%- end
   	  end-%&gt;</diff>
      <filename>app/views/people/_campuses.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -73,10 +73,10 @@
     &lt;!-- | --&gt;
   	&lt;%- ('A'..'Z').each do |l| -%&gt;
       &lt;!-- &lt;%#= link_to l+'-'+l+'m', directory_people_url(:start =&gt; l, :finish =&gt; l+'n', :search_id =&gt; @search.id) %&gt; | --&gt;
-  		&lt;% options &lt;&lt; [l+'-'+l+'m', directory_people_url(:start =&gt; l, :finish =&gt; l+'n', :search_id =&gt; @search.id)] %&gt;
+  		&lt;% options &lt;&lt; [l+'-'+l+'m', directory_people_url(:start =&gt; l, :finish =&gt; l+'n', :search_id =&gt; @search.id, :format =&gt; :html)] %&gt;
   		&lt;%- finish = (l == 'Z') ? '' : l.next -%&gt;
       &lt;!-- &lt;%#= link_to l+'n-'+l+'z', directory_people_url(:start =&gt; l+'n', :finish =&gt; finish, :search_id =&gt; @search.id) %&gt; |  --&gt;
-  		&lt;% options &lt;&lt; [l+'n-'+l+'z', directory_people_url(:start =&gt; l+'n', :finish =&gt; finish, :search_id =&gt; @search.id)] %&gt;
+  		&lt;% options &lt;&lt; [l+'n-'+l+'z', directory_people_url(:start =&gt; l+'n', :finish =&gt; finish, :search_id =&gt; @search.id, :format =&gt; :html)] %&gt;
   	&lt;%- end -%&gt;
   &lt;%- elsif @count &gt; 500 
   	# set the default start value to A
@@ -85,7 +85,7 @@
   	&lt;%- ('A'..'Z').each do |l| 
   		finish = (l == 'Z') ? '' : l.next -%&gt;
       &lt;!-- &lt;%#= link_to l, directory_people_url(:start =&gt; l, :finish =&gt; finish, :search_id =&gt; @search.id) %&gt; | --&gt;
-  		&lt;% options &lt;&lt; [l+'-'+finish, directory_people_url(:start =&gt; l, :finish =&gt; finish, :search_id =&gt; @search.id)] %&gt;
+  		&lt;% options &lt;&lt; [l+'-'+finish, directory_people_url(:start =&gt; l, :finish =&gt; finish, :search_id =&gt; @search.id, :format =&gt; :html)] %&gt;
   	&lt;%- end -%&gt;
   &lt;%- end -%&gt;
   &lt;% if @count &gt; 500 %&gt;</diff>
      <filename>app/views/people/directory.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ class ImportsControllerTest &lt; ActionController::TestCase
     assert assigns(:import)
     assert_equal(1, assigns(:successful))
     assert_response :redirect
-    assert_redirected_to '/people/directory'
+    assert_redirected_to '/people/directory.html'
   end
   
   test &quot;create from xls file&quot; do
@@ -27,7 +27,7 @@ class ImportsControllerTest &lt; ActionController::TestCase
     assert assigns(:import)
     assert_equal(1, assigns(:successful))
     assert_response :redirect
-    assert_redirected_to '/people/directory'
+    assert_redirected_to '/people/directory.html'
   end
     
    test &quot;create with no good rows&quot; do
@@ -46,6 +46,6 @@ class ImportsControllerTest &lt; ActionController::TestCase
      assert_equal(1, assigns(:successful))
      assert_equal(1, assigns(:unsuccessful))
      assert_response :redirect
-     assert_redirected_to '/people/directory'
+     assert_redirected_to '/people/directory.html'
    end
 end</diff>
      <filename>test/functional/imports_controller_test.rb</filename>
    </modified>
    <modified>
      <diff>@@ -88,13 +88,13 @@ class PeopleControllerTest &lt; ActionController::TestCase
   
   test &quot;should change view&quot; do
     post :change_view, :view =&gt; '1'
-    assert_redirected_to directory_people_path
+    assert_redirected_to directory_people_path(:format =&gt; :html)
   end
   
   test &quot;should clear session order when changing view&quot; do
     get :directory, :order =&gt; Person._(:first_name)
     post :change_view, :view =&gt; '1'
-    assert_redirected_to directory_people_path
+    assert_redirected_to directory_people_path(:format =&gt; :html)
     assert_nil session[:order]
   end
   </diff>
      <filename>test/functional/people_controller_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0901f1877d6dbeb4a338b6f08990e3fe169dadfe</id>
    </parent>
  </parents>
  <author>
    <name>Josh Starcher</name>
    <email>josh@josh-starchers-mac-pro.local</email>
  </author>
  <url>http://github.com/twinge/ministry-tracker/commit/8d14df083844b14bfa168a32b20315c9726c2180</url>
  <id>8d14df083844b14bfa168a32b20315c9726c2180</id>
  <committed-date>2009-09-16T13:44:00-07:00</committed-date>
  <authored-date>2009-09-16T13:44:00-07:00</authored-date>
  <message>IE needs .html on directory</message>
  <tree>b591f3d65bd6f66de3f02d061795d7663561b423</tree>
  <committer>
    <name>Josh Starcher</name>
    <email>josh@josh-starchers-mac-pro.local</email>
  </committer>
</commit>
