<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,7 +26,7 @@ module Ramaze
       # embedded into a page.
       def openid_login_form(caption=&quot;login&quot;)
         %{
-&lt;form method=&quot;GET&quot; action=&quot;#{Rs(:openid_begin)}&quot;&gt;
+&lt;form method=&quot;GET&quot; action=&quot;#{rs(:openid_begin)}&quot;&gt;
   Identity URL: &lt;input type=&quot;text&quot; name=&quot;url&quot; /&gt;
   &lt;input type=&quot;submit&quot; value=&quot;#{caption}&quot;/&gt;
 &lt;/form&gt;
@@ -62,7 +62,7 @@ module Ramaze
         openid_request.return_to_args['did_pape'] = 'y'
 
         root      = &quot;http://#{request.http_host}/&quot;
-        return_to = request.domain(Rs(:openid_complete)).to_s
+        return_to = request.domain(rs(:openid_complete)).to_s
         immediate = false
 
         if openid_request.send_redirect?(root, return_to, immediate)
@@ -75,7 +75,7 @@ module Ramaze
 
       rescue OpenID::OpenIDError =&gt; ex
         flash[:error] = &quot;Discovery failed for #{url}: #{ex}&quot;
-        raw_redirect Rs(:/)
+        raw_redirect rs(:/)
       end
 
       # After having authenticated at the OpenID server browsers are redirected</diff>
      <filename>lib/ramaze/helper/identity.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e2c94145b8e1e5d9ac5502b3e60e9633e5facb31</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Mueller</name>
    <login>aaronmueller</login>
    <email>mail@aaron-mueller.de</email>
  </author>
  <url>http://github.com/manveru/ramaze/commit/d933aa5f37455f6f84dc4cb60ee5fd87534a1fa9</url>
  <id>d933aa5f37455f6f84dc4cb60ee5fd87534a1fa9</id>
  <committed-date>2009-06-09T17:54:03-07:00</committed-date>
  <authored-date>2009-06-09T17:28:14-07:00</authored-date>
  <message>Update the identity helper with the new link helper.</message>
  <tree>64cbdfb14ce5f9b3b1bf8d3367596a95aaf5a046</tree>
  <committer>
    <name>Michael Fellinger</name>
    <login>manveru</login>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
