<!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] [2514] trunk: Various tweaks and fixes.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2514</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2010-02-01 12:01:22 +0000 (Mon, 01 Feb 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Various tweaks and fixes.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpactivityphp">trunk/bp-activity.php</a></li>
<li><a href="#trunkbpthemesbpdefault_incajaxphp">trunk/bp-themes/bp-default/_inc/ajax.php</a></li>
<li><a href="#trunkbpthemesbpdefault_inccssadminbarcss">trunk/bp-themes/bp-default/_inc/css/adminbar.css</a></li>
<li><a href="#trunkbpthemesbpdefault_inccssdefaultcss">trunk/bp-themes/bp-default/_inc/css/default.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpactivityphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity.php (2513 => 2514)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity.php        2010-02-01 11:47:07 UTC (rev 2513)
+++ trunk/bp-activity.php        2010-02-01 12:01:22 UTC (rev 2514)
</span><span class="lines">@@ -265,7 +265,7 @@
</span><span class="cx">                 &lt;/tr&gt;
</span><span class="cx">                 &lt;tr&gt;
</span><span class="cx">                         &lt;td&gt;&lt;/td&gt;
</span><del>-                        &lt;td&gt;&lt;?php printf( __( &quot;A member replies to an update you've posted&quot;, 'buddypress' ), $current_user-&gt;user_login ) ?&gt;&lt;/td&gt;
</del><ins>+                        &lt;td&gt;&lt;?php printf( __( &quot;A member replies to an update or comment you've posted&quot;, 'buddypress' ), $current_user-&gt;user_login ) ?&gt;&lt;/td&gt;
</ins><span class="cx">                         &lt;td class=&quot;yes&quot;&gt;&lt;input type=&quot;radio&quot; name=&quot;notifications[notification_activity_new_reply]&quot; value=&quot;yes&quot; &lt;?php if ( !get_usermeta( $bp-&gt;loggedin_user-&gt;id, 'notification_activity_new_reply' ) || 'yes' == get_usermeta( $bp-&gt;loggedin_user-&gt;id, 'notification_activity_new_reply' ) ) { ?&gt;checked=&quot;checked&quot; &lt;?php } ?&gt;/&gt;&lt;/td&gt;
</span><span class="cx">                         &lt;td class=&quot;no&quot;&gt;&lt;input type=&quot;radio&quot; name=&quot;notifications[notification_activity_new_reply]&quot; value=&quot;no&quot; &lt;?php if ( 'no' == get_usermeta( $bp-&gt;loggedin_user-&gt;id, 'notification_activity_new_reply' ) ) { ?&gt;checked=&quot;checked&quot; &lt;?php } ?&gt;/&gt;&lt;/td&gt;
</span><span class="cx">                 &lt;/tr&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefault_incajaxphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/ajax.php (2513 => 2514)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/ajax.php        2010-02-01 11:47:07 UTC (rev 2513)
+++ trunk/bp-themes/bp-default/_inc/ajax.php        2010-02-01 12:01:22 UTC (rev 2514)
</span><span class="lines">@@ -453,7 +453,7 @@
</span><span class="cx">                                 &lt;?php do_action( 'bp_before_message_meta' ) ?&gt;
</span><span class="cx">                                 &lt;?php echo bp_loggedin_user_avatar( 'type=thumb&amp;width=30&amp;height=30' ); ?&gt;
</span><span class="cx"> 
</span><del>-                                &lt;h3&gt;&lt;a href=&quot;&lt;?php echo $bp-&gt;loggedin_user-&gt;domain ?&gt;&quot;&gt;&lt;?php echo $bp-&gt;loggedin_user-&gt;fullname ?&gt;&lt;/a&gt; &lt;span class=&quot;activity&quot;&gt;&lt;?php printf( __( 'Sent %s ago', 'buddypress' ), bp_core_time_since( time() ) ) ?&gt;&lt;/span&gt;&lt;/h3&gt;
</del><ins>+                                &lt;strong&gt;&lt;a href=&quot;&lt;?php echo $bp-&gt;loggedin_user-&gt;domain ?&gt;&quot;&gt;&lt;?php echo $bp-&gt;loggedin_user-&gt;fullname ?&gt;&lt;/a&gt; &lt;span class=&quot;activity&quot;&gt;&lt;?php printf( __( 'Sent %s ago', 'buddypress' ), bp_core_time_since( time() ) ) ?&gt;&lt;/span&gt;&lt;/strong&gt;
</ins><span class="cx"> 
</span><span class="cx">                                 &lt;?php do_action( 'bp_after_message_meta' ) ?&gt;
</span><span class="cx">                         &lt;/div&gt;
</span></span></pre></div>
<a id="trunkbpthemesbpdefault_inccssadminbarcss"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/css/adminbar.css (2513 => 2514)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/css/adminbar.css        2010-02-01 11:47:07 UTC (rev 2513)
+++ trunk/bp-themes/bp-default/_inc/css/adminbar.css        2010-02-01 12:01:22 UTC (rev 2514)
</span><span class="lines">@@ -22,8 +22,8 @@
</span><span class="cx">                 height: 25px;
</span><span class="cx">         }
</span><span class="cx">                 body.activity-permalink #wp-admin-bar .padder {
</span><del>-                        min-width: 600px;
-                        max-width: 760px;
</del><ins>+                        min-width: 960px;
+                        max-width: 960px;
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 body.wp-admin #wp-admin-bar .padder {
</span></span></pre></div>
<a id="trunkbpthemesbpdefault_inccssdefaultcss"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/_inc/css/default.css (2513 => 2514)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/_inc/css/default.css        2010-02-01 11:47:07 UTC (rev 2513)
+++ trunk/bp-themes/bp-default/_inc/css/default.css        2010-02-01 12:01:22 UTC (rev 2514)
</span><span class="lines">@@ -16,8 +16,8 @@
</span><span class="cx">         padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
</span><span class="cx"> }
</span><span class="cx">         body.activity-permalink {
</span><del>-                min-width: 600px;
-                max-width: 760px;
</del><ins>+                min-width: 960px;
+                max-width: 960px;
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx"> h1, h2, h3, h4, h5, h6 {
</span><span class="lines">@@ -83,7 +83,6 @@
</span><span class="cx">                 width: 100%;
</span><span class="cx">                 text-align: right;
</span><span class="cx">         }
</span><del>-                body.activity-permalink #header #search-bar { display: none; }
</del><span class="cx"> 
</span><span class="cx">                 #header h1 {
</span><span class="cx">                         line-height: 230%;
</span><span class="lines">@@ -1284,7 +1283,8 @@
</span><span class="cx">                 margin-left: 15px;
</span><span class="cx">         }
</span><span class="cx">                 body.activity-permalink div.activity-comments ul li {
</span><del>-                        padding: 15px 15px 15px 0;
</del><ins>+                        border-width: 1px;
+                        padding: 15px 0 15px 0;
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 div.activity-comments ul li p:last-child {
</span><span class="lines">@@ -1323,7 +1323,7 @@
</span><span class="cx">                 div.acomment-content .comment-header { display: none; }
</span><span class="cx"> 
</span><span class="cx">                 body.activity-permalink div.activity-comments div.acomment-content {
</span><del>-                        font-size: 12px;
</del><ins>+                        font-size: 14px;
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">         div.activity-comments div.acomment-meta {
</span></span></pre>
</div>
</div>

</body>
</html>