<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [3336] trunk: Fix members widget &quot;newest&quot; filter.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>3336</dd>
<dt>Author</dt> <dd>djpaul</dd>
<dt>Date</dt> <dd>2010-11-01 23:04:53 +0000 (Mon, 01 Nov 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix members widget &quot;newest&quot; filter. Also moves the position of the CSS spinner to the right of the text to match the rest of BP-Default. 
Remove unused v1.1-era CSS file.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpcorebpcorewidgetsphp">trunk/bp-core/bp-core-widgets.php</a></li>
<li><a href="#trunkbpgroupsbpgroupswidgetsphp">trunk/bp-groups/bp-groups-widgets.php</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkbpcorecsswidgetmemberscss">trunk/bp-core/css/widget-members.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpcorebpcorewidgetsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/bp-core-widgets.php (3335 => 3336)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-widgets.php        2010-11-01 22:27:54 UTC (rev 3335)
+++ trunk/bp-core/bp-core-widgets.php        2010-11-01 23:04:53 UTC (rev 3336)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( bp_has_members( 'user_id=0&amp;type=' . $instance['member_default'] . '&amp;max=' . $instance['max_members'] . '&amp;populate_extras=0' ) ) : ?&gt;
</span><span class="cx">                         &lt;div class=&quot;item-options&quot; id=&quot;members-list-options&quot;&gt;
</span><del>-                                &lt;span class=&quot;ajax-loader&quot; id=&quot;ajax-loader-members&quot;&gt;&lt;/span&gt;
</del><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . $bp-&gt;members-&gt;slug ?&gt;&quot; id=&quot;newest-members&quot; &lt;?php if ( $instance['member_default'] == 'newest' ) : ?&gt;class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;?php _e( 'Newest', 'buddypress' ) ?&gt;&lt;/a&gt;
</span><span class="cx">                                 |  &lt;a href=&quot;&lt;?php echo site_url() . '/' . $bp-&gt;members-&gt;slug ?&gt;&quot; id=&quot;recently-active-members&quot; &lt;?php if ( $instance['member_default'] == 'active' ) : ?&gt;class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;?php _e( 'Active', 'buddypress' ) ?&gt;&lt;/a&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -43,6 +42,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><ins>+                                &lt;span class=&quot;ajax-loader&quot; id=&quot;ajax-loader-members&quot;&gt;&lt;/span&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;ul id=&quot;members-list&quot; class=&quot;item-list&quot;&gt;
</span><span class="lines">@@ -260,8 +260,10 @@
</span><span class="cx"> 
</span><span class="cx">                                         &lt;div class=&quot;item&quot;&gt;
</span><span class="cx">                                                 &lt;div class=&quot;item-title fn&quot;&gt;&lt;a href=&quot;&lt;?php bp_member_permalink() ?&gt;&quot; title=&quot;&lt;?php bp_member_name() ?&gt;&quot;&gt;&lt;?php bp_member_name() ?&gt;&lt;/a&gt;&lt;/div&gt;
</span><del>-                                                &lt;?php if ( 'active' == $type || 'newest' == $type ) : ?&gt;
</del><ins>+                                                &lt;?php if ( 'active' == $type ) : ?&gt;
</ins><span class="cx">                                                         &lt;div class=&quot;item-meta&quot;&gt;&lt;span class=&quot;activity&quot;&gt;&lt;?php bp_member_last_active() ?&gt;&lt;/span&gt;&lt;/div&gt;
</span><ins>+                                                &lt;?php elseif ( 'newest' == $type ) : ?&gt;
+                                                        &lt;div class=&quot;item-meta&quot;&gt;&lt;span class=&quot;activity&quot;&gt;&lt;?php bp_member_registered() ?&gt;&lt;/span&gt;&lt;/div&gt; 
</ins><span class="cx">                                                 &lt;?php elseif ( bp_is_active( 'friends' ) ) : ?&gt;
</span><span class="cx">                                                         &lt;div class=&quot;item-meta&quot;&gt;&lt;span class=&quot;activity&quot;&gt;&lt;?php bp_member_total_friend_count() ?&gt;&lt;/span&gt;&lt;/div&gt;
</span><span class="cx">                                                 &lt;?php endif; ?&gt;
</span></span></pre></div>
<a id="trunkbpcorecsswidgetmemberscss"></a>
<div class="delfile"><h4>Deleted: trunk/bp-core/css/widget-members.css (3335 => 3336)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/css/widget-members.css        2010-11-01 22:27:54 UTC (rev 3335)
+++ trunk/bp-core/css/widget-members.css        2010-11-01 23:04:53 UTC (rev 3336)
</span><span class="lines">@@ -1,22 +0,0 @@
</span><del>-.widget_bp_core_members_widget ul#members-list {
-        margin: 15px 0 0 0;
-        padding: 0;
-        list-style: none;
-}
-        
-        .widget_bp_core_members_widget ul#members-list li {
-                min-height: 60px;
-        }
-        
-        .widget_bp_core_members_widget ul#members-list li img.avatar {
-                float: left;
-                margin: 0 10px 0 0;
-        }
-        
-        .widget_bp_core_members_widget ul#members-list li span.activity {
-                font-size: 11px;
-        }
-        
-.widget_bp_core_members_widget img#ajax-loader-members {
-        float: right;
-}
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkbpgroupsbpgroupswidgetsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-groups/bp-groups-widgets.php (3335 => 3336)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-groups/bp-groups-widgets.php        2010-11-01 22:27:54 UTC (rev 3335)
+++ trunk/bp-groups/bp-groups-widgets.php        2010-11-01 23:04:53 UTC (rev 3336)
</span><span class="lines">@@ -31,10 +31,10 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( bp_has_groups( 'type=' . $instance['group_default'] . '&amp;max=' . $instance['max_groups'] ) ) : ?&gt;
</span><span class="cx">                         &lt;div class=&quot;item-options&quot; id=&quot;groups-list-options&quot;&gt;
</span><del>-                                &lt;span class=&quot;ajax-loader&quot; id=&quot;ajax-loader-groups&quot;&gt;&lt;/span&gt;
</del><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . $bp-&gt;groups-&gt;slug ?&gt;&quot; id=&quot;newest-groups&quot;&lt;?php if ( $instance['group_default'] == 'newest' ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;?php _e(&quot;Newest&quot;, 'buddypress') ?&gt;&lt;/a&gt; |
</span><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . $bp-&gt;groups-&gt;slug ?&gt;&quot; id=&quot;recently-active-groups&quot;&lt;?php if ( $instance['group_default'] == 'active' ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;?php _e(&quot;Active&quot;, 'buddypress') ?&gt;&lt;/a&gt; |
</span><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . $bp-&gt;groups-&gt;slug ?&gt;&quot; id=&quot;popular-groups&quot; &lt;?php if ( $instance['group_default'] == 'popular' ) : ?&gt; class=&quot;selected&quot;&lt;?php endif; ?&gt;&gt;&lt;?php _e(&quot;Popular&quot;, 'buddypress') ?&gt;&lt;/a&gt;
</span><ins>+                                &lt;span class=&quot;ajax-loader&quot; id=&quot;ajax-loader-groups&quot;&gt;&lt;/span&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;ul id=&quot;groups-list&quot; class=&quot;item-list&quot;&gt;
</span></span></pre>
</div>
</div>

</body>
</html>