<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,4 +6,4 @@ Install with git
 
 git clone git://github.com/randomutterings/page_redirect.git vendor/extensions/page_redirect
 
-Create a page that you want to redirect and choose the redirect page type.  Put the url to redirect to in the body and add a page part called http_status and put the http status code you want to use, example &quot;301 Moved Permanently&quot; or &quot;302 Found&quot;.
\ No newline at end of file
+Create a page that you want to redirect and choose the redirect page type.  Put the url to redirect to in the body.  Currently it does 302 status codes.
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,8 @@
 class Redirect &lt; Page
+  
+  # TODO The http_status part is not working, it still sends the 302 header
   def process(request, response)
-    response.redirect(part(:body).content, :status =&gt; part(:http_status).content)
+    response.redirect(part(:body).content, part(:http_status).content)
   end
+  
 end</diff>
      <filename>app/models/redirect.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>88d191df7ef3ae1a1a4bbc4d35e570add08bf377</id>
    </parent>
  </parents>
  <author>
    <name>Chris</name>
    <email>chris@Chris-Macbook-Pro.local</email>
  </author>
  <url>http://github.com/randomutterings/page_redirect/commit/c2ca212df47273e73e5bd210ba1bc8abb7a0e161</url>
  <id>c2ca212df47273e73e5bd210ba1bc8abb7a0e161</id>
  <committed-date>2008-04-17T10:54:52-07:00</committed-date>
  <authored-date>2008-04-17T10:54:52-07:00</authored-date>
  <message>added todo: support multiple status codes</message>
  <tree>47c719a5ed38f84788cba5888e8904ec00127852</tree>
  <committer>
    <name>Chris</name>
    <email>chris@Chris-Macbook-Pro.local</email>
  </committer>
</commit>
