<!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] [1838] trunk: Missing ajax loader fixes</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>1838</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2009-09-09 23:57:11 +0000 (Wed, 09 Sep 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Missing ajax loader fixes</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpcorebpcorewidgetsphp">trunk/bp-core/bp-core-widgets.php</a></li>
<li><a href="#trunkbpcorejswidgetmembersjs">trunk/bp-core/js/widget-members.js</a></li>
<li><a href="#trunkbpgroupsbpgroupswidgetsphp">trunk/bp-groups/bp-groups-widgets.php</a></li>
<li><a href="#trunkbpgroupsjswidgetgroupsjs">trunk/bp-groups/js/widget-groups.js</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 (1837 => 1838)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-widgets.php        2009-09-09 23:55:56 UTC (rev 1837)
+++ trunk/bp-core/bp-core-widgets.php        2009-09-09 23:57:11 UTC (rev 1838)
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( bp_has_site_members( 'type=newest&amp;max=' . $instance['max_members'] ) ) : ?&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;&gt;&lt;/span&gt;
</del><ins>+                                &lt;span class=&quot;ajax-loader&quot; id=&quot;ajax-loader-members&quot;&gt;&lt;/span&gt;
</ins><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . BP_MEMBERS_SLUG ?&gt;&quot; id=&quot;newest-members&quot; class=&quot;selected&quot;&gt;&lt;?php _e( 'Newest', 'buddypress' ) ?&gt;&lt;/a&gt; | 
</span><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . BP_MEMBERS_SLUG ?&gt;&quot; id=&quot;recently-active-members&quot;&gt;&lt;?php _e( 'Active', 'buddypress' ) ?&gt;&lt;/a&gt; | 
</span><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . BP_MEMBERS_SLUG ?&gt;&quot; id=&quot;popular-members&quot;&gt;&lt;?php _e( 'Popular', 'buddypress' ) ?&gt;&lt;/a&gt;
</span></span></pre></div>
<a id="trunkbpcorejswidgetmembersjs"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/js/widget-members.js (1837 => 1838)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/js/widget-members.js        2009-09-09 23:55:56 UTC (rev 1837)
+++ trunk/bp-core/js/widget-members.js        2009-09-09 23:57:11 UTC (rev 1838)
</span><span class="lines">@@ -15,6 +15,7 @@
</span><span class="cx">                         },
</span><span class="cx">                         function(response)
</span><span class="cx">                         {        
</span><ins>+                                jQuery('#ajax-loader-members').toggle();
</ins><span class="cx">                                 member_wiget_response(response);
</span><span class="cx">                         });
</span><span class="cx">                 
</span><span class="lines">@@ -30,7 +31,6 @@
</span><span class="cx">         if ( response[0] != &quot;-1&quot; ) {
</span><span class="cx">                 jQuery(&quot;ul#members-list&quot;).fadeOut(200, 
</span><span class="cx">                         function() {
</span><del>-                                jQuery('#ajax-loader-members').toggle();
</del><span class="cx">                                 jQuery(&quot;ul#members-list&quot;).html(response[1]);
</span><span class="cx">                                 jQuery(&quot;ul#members-list&quot;).fadeIn(200);
</span><span class="cx">                         }
</span><span class="lines">@@ -39,7 +39,6 @@
</span><span class="cx">         } else {                                        
</span><span class="cx">                 jQuery(&quot;ul#members-list&quot;).fadeOut(200, 
</span><span class="cx">                         function() {
</span><del>-                                jQuery('#ajax-loader-members').toggle();
</del><span class="cx">                                 var message = '&lt;p&gt;' + response[1] + '&lt;/p&gt;';
</span><span class="cx">                                 jQuery(&quot;ul#members-list&quot;).html(message);
</span><span class="cx">                                 jQuery(&quot;ul#members-list&quot;).fadeIn(200);
</span></span></pre></div>
<a id="trunkbpgroupsbpgroupswidgetsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-groups/bp-groups-widgets.php (1837 => 1838)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-groups/bp-groups-widgets.php        2009-09-09 23:55:56 UTC (rev 1837)
+++ trunk/bp-groups/bp-groups-widgets.php        2009-09-09 23:57:11 UTC (rev 1838)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">                 
</span><span class="cx">                 &lt;?php if ( bp_has_site_groups( 'type=popular&amp;per_page=' . $instance['max_groups'] . '&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;&gt;&lt;/span&gt;
</del><ins>+                                &lt;span class=&quot;ajax-loader&quot; id=&quot;ajax-loader-groups&quot;&gt;&lt;/span&gt;
</ins><span class="cx">                                 &lt;a href=&quot;&lt;?php echo site_url() . '/' . $bp-&gt;groups-&gt;slug ?&gt;&quot; id=&quot;newest-groups&quot;&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;&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; class=&quot;selected&quot;&gt;&lt;?php _e(&quot;Popular&quot;, 'buddypress') ?&gt;&lt;/a&gt;
</span></span></pre></div>
<a id="trunkbpgroupsjswidgetgroupsjs"></a>
<div class="modfile"><h4>Modified: trunk/bp-groups/js/widget-groups.js (1837 => 1838)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-groups/js/widget-groups.js        2009-09-09 23:55:56 UTC (rev 1837)
+++ trunk/bp-groups/js/widget-groups.js        2009-09-09 23:57:11 UTC (rev 1838)
</span><span class="lines">@@ -15,6 +15,7 @@
</span><span class="cx">                         },
</span><span class="cx">                         function(response)
</span><span class="cx">                         {        
</span><ins>+                                jQuery('#ajax-loader-groups').toggle();
</ins><span class="cx">                                 groups_wiget_response(response);
</span><span class="cx">                         });
</span><span class="cx">                 
</span><span class="lines">@@ -30,7 +31,6 @@
</span><span class="cx">         if ( response[0] != &quot;-1&quot; ) {
</span><span class="cx">                 jQuery(&quot;ul#groups-list&quot;).fadeOut(200, 
</span><span class="cx">                         function() {
</span><del>-                                jQuery('#ajax-loader-groups').toggle();
</del><span class="cx">                                 jQuery(&quot;ul#groups-list&quot;).html(response[1]);
</span><span class="cx">                                 jQuery(&quot;ul#groups-list&quot;).fadeIn(200);
</span><span class="cx">                         }
</span><span class="lines">@@ -39,7 +39,6 @@
</span><span class="cx">         } else {                                        
</span><span class="cx">                 jQuery(&quot;ul#groups-list&quot;).fadeOut(200, 
</span><span class="cx">                         function() {
</span><del>-                                jQuery('#ajax-loader-groups').toggle();
</del><span class="cx">                                 var message = '&lt;p&gt;' + response[1] + '&lt;/p&gt;';
</span><span class="cx">                                 jQuery(&quot;ul#groups-list&quot;).html(message);
</span><span class="cx">                                 jQuery(&quot;ul#groups-list&quot;).fadeIn(200);
</span></span></pre>
</div>
</div>

</body>
</html>