<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>app/views/moderator/posts/split.html.erb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ class UsersController &lt; ApplicationController
   end
   
   def update
-    if !params[:user][:password].nil? &amp;&amp;
+    if !params[:user][:password].blank? &amp;&amp;
        params[:user][:password] == params[:user][:password_confirmation]
       params[:user][:crypted_password] = current_user.encrypt(params[:user][:password])
       flash[:notice] = t(:password_has_been_changed)</diff>
      <filename>app/controllers/users_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1,11 @@
 module NamespacedHelper
   def selected(name)
-    if (params[:controller] == &quot;admin/index&quot; &amp;&amp; name == &quot;index&quot;) ||
-       (params[:controller] == &quot;admin/users&quot; &amp;&amp; name == &quot;users&quot; &amp;&amp; params[:action] != &quot;ban_ip&quot;) ||
-       (params[:controller] == &quot;admin/ranks&quot; &amp;&amp; name == &quot;ranks&quot;) ||
-       (params[:controller] == &quot;admin/themes&quot; &amp;&amp; name == &quot;themes&quot;) ||
-       (params[:controller] == &quot;admin/forums&quot; &amp;&amp; name == &quot;forums&quot;) ||
-       (params[:controller] == &quot;admin/users&quot; &amp;&amp; name == &quot;ip_banning&quot; &amp;&amp; params[:action] == &quot;ban_ip&quot;)
-       (params[:controller] == &quot;moderator/moderations&quot; &amp;&amp; name == &quot;moderations&quot;)
-      'selected'
-    end
+    'selected' if (current_page?(:controller =&gt; &quot;admin/index&quot;) &amp;&amp; name == &quot;index&quot;) ||
+                  (current_page?(:controller =&gt; &quot;admin/users&quot;) &amp;&amp; name == &quot;users&quot; &amp;&amp; params[:action] != &quot;ban_ip&quot;) ||
+                  (current_page?(:controller =&gt; &quot;admin/ranks&quot;) &amp;&amp; name == &quot;ranks&quot;) ||
+                  (current_page?(:controller =&gt; &quot;admin/themes&quot;) &amp;&amp; name == &quot;themes&quot;) ||
+                  (current_page?(:controller =&gt; &quot;admin/forums&quot;) &amp;&amp; name == &quot;forums&quot;) ||
+                  (current_page(:controller =&gt; &quot;admin/users&quot;) &amp;&amp; name == &quot;ip_banning&quot; &amp;&amp; params[:action] == &quot;ban_ip&quot;)
+                  (current_page(:controller =&gt; &quot;moderator/moderations&quot;) &amp;&amp; name == &quot;moderations&quot;)
   end
 end</diff>
      <filename>app/helpers/namespaced_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -257,7 +257,7 @@
    :Position =&gt; &quot;Position&quot;,
    :Post =&gt; &quot;Post&quot;,
    :post_created =&gt; &quot;Post has been created.&quot;,
-   :Post_excerpt =&gt; &quot;Post excerpt:&quot;,
+   :Post_excerpt =&gt; &quot;Post excerpt&quot;,
    :post_does_not_exist =&gt; &quot;The post you were looking for could not be found.&quot;,
    :post_or_edit_not_found =&gt; &quot;The post or edit you were looking for cannot be found.&quot;,
    :post_was_deleted =&gt; &quot;Post was deleted.&quot;,</diff>
      <filename>config/locales/en.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9b4d4d791f3c10ba8fbfdc31c9d159f240be677b</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Bigg</name>
    <email>radarlistener@gmail.com</email>
  </author>
  <url>http://github.com/radar/rboard/commit/31c7b12adb3f98cec2d4a801c8ac8d4f73e456ea</url>
  <id>31c7b12adb3f98cec2d4a801c8ac8d4f73e456ea</id>
  <committed-date>2008-12-02T19:39:53-08:00</committed-date>
  <authored-date>2008-12-02T19:39:53-08:00</authored-date>
  <message>Check if the password is blank, not if it's nil.

Use current_page? for tab helpers</message>
  <tree>2146dc07d48e491bb831b1d1bd49fca1a3f93083</tree>
  <committer>
    <name>Ryan Bigg</name>
    <email>radarlistener@gmail.com</email>
  </committer>
</commit>
