<!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" />
<title>[BuddyPress][8954] trunk: Grunt: overhaul tasks config.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { 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 #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#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>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/8954">8954</a></dd>
<dt>Author</dt> <dd>djpaul</dd>
<dt>Date</dt> <dd>2014-08-21 17:22:07 +0000 (Thu, 21 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Grunt: overhaul tasks config.

* Removes legacy watch grunt tasks. The watch configuration was previously removed in <a href="http://buddypress.trac.wordpress.org/changeset/8550">r8550</a>.
* Add `extDot: 'last'` option to Grunt tasks cssjanus, uglify, and cssmin. Fixes support with files with dot filenames.
* Consolidates the cssmin tasks into one.
* Task `build` now correctly verifies JS in the `src` folder. Previously, it was only validating files inside `build.`
* Fixes an issue where the RTL CSS of the file jquery.autocompletefb.css was created using the filename jquery-rtl.css.
* Don't parse bp-legacy's JS with jshint until improvements are made.

Includes files changed as a result of this Grunt change.

Fixes <a href="http://buddypress.trac.wordpress.org/ticket/5821">#5821</a>, props netweb.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkGruntfilejs">trunk/Gruntfile.js</a></li>
<li><a href="#trunksrcbpcoreimagesadminmenuarrowgif">trunk/src/bp-core/images/admin-menu-arrow.gif</a></li>
<li><a href="#trunksrcbptemplatesbplegacyjsbuddypressjs">trunk/src/bp-templates/bp-legacy/js/buddypress.js</a></li>
<li><a href="#trunksrcbptemplatesbplegacyjspasswordverifyjs">trunk/src/bp-templates/bp-legacy/js/password-verify.js</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunksrcbpcoredeprecatedcssautocompletejqueryautocompletefbrtlcss">trunk/src/bp-core/deprecated/css/autocomplete/jquery.autocompletefb-rtl.css</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunksrcbpcoredeprecatedcssautocompletejqueryrtlcss">trunk/src/bp-core/deprecated/css/autocomplete/jquery-rtl.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkGruntfilejs"></a>
<div class="modfile"><h4>Modified: trunk/Gruntfile.js (8953 => 8954)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Gruntfile.js       2014-08-21 17:22:00 UTC (rev 8953)
+++ trunk/Gruntfile.js  2014-08-21 17:22:07 UTC (rev 8954)
</span><span class="lines">@@ -1,35 +1,37 @@
</span><span class="cx"> /* jshint node:true */
</span><span class="cx"> /* global module */
</span><span class="cx"> module.exports = function( grunt ) {
</span><del>-       var path   = require( 'path' ),
-       SOURCE_DIR = 'src/',
-       BUILD_DIR  = 'build/',
</del><ins>+        var SOURCE_DIR = 'src/',
+               BUILD_DIR  = 'build/',
</ins><span class="cx"> 
</span><del>-       BP_CSS = [
-               '**/*.css',
-               '!**/*-rtl.css'  // Exclude RTL files
-       ],
</del><ins>+                // CSS
+               BP_CSS = [
+                       '**/*.css'
+               ],
</ins><span class="cx"> 
</span><del>-       BP_JS = [
-               '**/*.js',
</del><ins>+                // CSS exclusions, for excluding files from certain tasks, e.g. cssjanus
+               BP_EXCLUDED_CSS = [
+                       '!**/*-rtl.css'
+               ],
</ins><span class="cx"> 
</span><del>-               // Exclude third-party libraries.
-               '!bp-core/js/jquery.atwho.js',
-               '!bp-core/js/jquery.caret.js',
</del><ins>+                // JavaScript - Core
+               BP_JS = [
+                       '**/*.js'
+               ],
</ins><span class="cx"> 
</span><del>-               // Exclude legacy templates.
-               '!bp-templates/**/*.js',
</del><ins>+                // JavaScript exclusions, for excluding from certain tasks e.g jshint
+               BP_EXCLUDED_JS = [
+                       '!bp-core/deprecated/js/**/*.js', // Depracted
+                       '!bp-core/js/jquery.atwho.js',    // External 3rd party library
+                       '!bp-core/js/jquery.caret.js',    // External 3rd party library
+                       '!bp-core/js/jquery-cookie.js'    // External 3rd party library
+               ];
</ins><span class="cx"> 
</span><del>-               // Exclude anything in any deprecated folders.
-               '!**/deprecated/**/*.js'
-       ];
-
</del><span class="cx">   require( 'matchdep' ).filterDev( ['grunt-*', '!grunt-legacy-util'] ).forEach( grunt.loadNpmTasks );
</span><span class="cx">  grunt.util = require( 'grunt-legacy-util' );
</span><span class="cx"> 
</span><del>-
</del><span class="cx">   grunt.initConfig( {
</span><del>-               pkg: grunt.file.readJSON('package.json'),
</del><ins>+                pkg: grunt.file.readJSON( 'package.json' ),
</ins><span class="cx">           jshint: {
</span><span class="cx">                  options: grunt.file.readJSON( '.jshintrc' ),
</span><span class="cx">                  grunt: {
</span><span class="lines">@@ -38,12 +40,17 @@
</span><span class="cx">                  core: {
</span><span class="cx">                          expand: true,
</span><span class="cx">                          cwd: SOURCE_DIR,
</span><del>-                               src: BP_JS,
</del><ins>+                                src: BP_JS.concat( BP_EXCLUDED_JS ),
</ins><span class="cx"> 
</span><span class="cx">                          /**
</span><del>-                                * Limit JSHint's run to a single specified file: grunt jshint:core --file=filename.js
-                                * Optionally, include the file path: grunt jshint:core --file=path/to/filename.js
</del><ins>+                                 * Limit JSHint's run to a single specified file:
</ins><span class="cx">                            *
</span><ins>+                                * grunt jshint:core --file=filename.js
+                                *
+                                * Optionally, include the file path:
+                                *
+                                * grunt jshint:core --file=path/to/filename.js
+                                *
</ins><span class="cx">                            * @param {String} filepath
</span><span class="cx">                           * @returns {Bool}
</span><span class="cx">                           */
</span><span class="lines">@@ -73,20 +80,12 @@
</span><span class="cx">                          expand: true,
</span><span class="cx">                          cwd: SOURCE_DIR,
</span><span class="cx">                          dest: SOURCE_DIR,
</span><ins>+                               extDot: 'last',
</ins><span class="cx">                           ext: '-rtl.css',
</span><del>-                               src: BP_CSS,
</del><ins>+                                src: BP_CSS.concat( BP_EXCLUDED_CSS ),
</ins><span class="cx">                           options: { generateExactDuplicates: true }
</span><del>-                       },
-                       dynamic: {
-                               expand: true,
-                               cwd: SOURCE_DIR,
-                               dest: SOURCE_DIR,
-                               ext: '-rtl.css',
-                               src: [],
-                               options: { generateExactDuplicates: true }
</del><span class="cx">                   }
</span><span class="cx">          },
</span><del>-
</del><span class="cx">           checktextdomain: {
</span><span class="cx">                  options: {
</span><span class="cx">                          correct_domain: false,
</span><span class="lines">@@ -138,15 +137,8 @@
</span><span class="cx">                          dest: SOURCE_DIR
</span><span class="cx">                  }
</span><span class="cx">          },
</span><del>-
</del><span class="cx">           clean: {
</span><del>-                       all: [ BUILD_DIR ],
-                       dynamic: {
-                               cwd: BUILD_DIR,
-                               dot: true,
-                               expand: true,
-                               src: []
-                       }
</del><ins>+                        all: [ BUILD_DIR ]
</ins><span class="cx">           },
</span><span class="cx">          copy: {
</span><span class="cx">                  files: {
</span><span class="lines">@@ -159,19 +151,13 @@
</span><span class="cx">                                          src: ['**', '!**/.{svn,git}/**']
</span><span class="cx">                                  }
</span><span class="cx">                          ]
</span><del>-                       },
-                       dynamic: {
-                               cwd: SOURCE_DIR,
-                               dest: BUILD_DIR,
-                               dot: true,
-                               expand: true,
-                               src: []
</del><span class="cx">                   }
</span><span class="cx">          },
</span><span class="cx">          uglify: {
</span><span class="cx">                  core: {
</span><span class="cx">                          cwd: BUILD_DIR,
</span><span class="cx">                          dest: BUILD_DIR,
</span><ins>+                               extDot: 'last',
</ins><span class="cx">                           expand: true,
</span><span class="cx">                          ext: '.min.js',
</span><span class="cx">                          src: BP_JS
</span><span class="lines">@@ -183,9 +169,10 @@
</span><span class="cx">                  }
</span><span class="cx">          },
</span><span class="cx">          cssmin: {
</span><del>-                       ltr: {
</del><ins>+                        minify: {
</ins><span class="cx">                           cwd: BUILD_DIR,
</span><span class="cx">                          dest: BUILD_DIR,
</span><ins>+                               extDot: 'last',
</ins><span class="cx">                           expand: true,
</span><span class="cx">                          ext: '.min.css',
</span><span class="cx">                          src: BP_CSS,
</span><span class="lines">@@ -194,23 +181,8 @@
</span><span class="cx">                                  '<%= grunt.template.today("UTC:yyyy-mm-dd h:MM:ss TT Z") %> - ' +
</span><span class="cx">                                  'https://wordpress.org/plugins/buddypress/ */'
</span><span class="cx">                          }
</span><del>-                       },
-                       rtl: {
-                               cwd: BUILD_DIR,
-                               dest: BUILD_DIR,
-                               expand: true,
-                               ext: '.min.css',
-                               src: BP_CSS.map( function( filename ) {
-                                       return filename.replace( '.css', '-rtl.css' );
-                               }),
-                               options: {
-                                       banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - ' +
-                                       '<%= grunt.template.today("UTC:yyyy-mm-dd h:MM:ss TT Z") %> - ' +
-                                       'https://wordpress.org/plugins/buddypress/ */'
-                               }
</del><span class="cx">                   }
</span><span class="cx">          },
</span><del>-
</del><span class="cx">           phpunit: {
</span><span class="cx">                  'default': {
</span><span class="cx">                          cmd: 'phpunit',
</span><span class="lines">@@ -233,7 +205,6 @@
</span><span class="cx">                          stdout: false
</span><span class="cx">                  }
</span><span class="cx">          },
</span><del>-
</del><span class="cx">           jsvalidate:{
</span><span class="cx">                  options:{
</span><span class="cx">                          globals: {},
</span><span class="lines">@@ -242,11 +213,15 @@
</span><span class="cx">                  },
</span><span class="cx">                  build: {
</span><span class="cx">                          files: {
</span><del>-                                       src: [BUILD_DIR + '/**/*.{min.js,js}' ]
</del><ins>+                                        src: [BUILD_DIR + '/**/*.js' ]
</ins><span class="cx">                           }
</span><ins>+                       },
+                       src: {
+                               files: {
+                                       src: [SOURCE_DIR + '/**/*.js' ]
+                               }
</ins><span class="cx">                   }
</span><span class="cx">          },
</span><del>-
</del><span class="cx">           patch: {
</span><span class="cx">                  options: {
</span><span class="cx">                          tracUrl: 'buddypress.trac.wordpress.org'
</span><span class="lines">@@ -258,9 +233,9 @@
</span><span class="cx">  /**
</span><span class="cx">   * Register tasks.
</span><span class="cx">   */
</span><del>-       grunt.registerTask( 'build',         ['jsvalidate:build', 'jshint', 'cssjanus:core'] );
</del><ins>+        grunt.registerTask( 'build',         ['jsvalidate:src', 'jshint', 'cssjanus'] );
</ins><span class="cx">   grunt.registerTask( 'build-commit',  ['build', 'checktextdomain', 'imagemin'] );
</span><del>-       grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify:core', 'cssmin:ltr', 'cssmin:rtl', 'makepot', 'exec:bbpress', 'exec:bpdefault', 'test'] );
</del><ins>+        grunt.registerTask( 'build-release', ['build-commit', 'clean:all', 'copy:files', 'uglify', 'jsvalidate:build', 'cssmin', 'makepot', 'exec:bbpress', 'exec:bpdefault', 'test'] );
</ins><span class="cx"> 
</span><span class="cx">  // Testing tasks.
</span><span class="cx">  grunt.registerMultiTask( 'phpunit', 'Runs PHPUnit tests, including the ajax and multisite tests.', function() {
</span><span class="lines">@@ -273,7 +248,7 @@
</span><span class="cx"> 
</span><span class="cx">  grunt.registerTask( 'test', 'Run all unit test tasks.', ['phpunit'] );
</span><span class="cx"> 
</span><del>-       grunt.registerTask( 'jstest', 'Runs all javascript tasks.', [ 'jsvalidate', 'jshint' ] );
</del><ins>+        grunt.registerTask( 'jstest', 'Runs all javascript tasks.', [ 'jsvalidate:src', 'jshint' ] );
</ins><span class="cx"> 
</span><span class="cx">  // Travis CI Task
</span><span class="cx">  grunt.registerTask( 'travis', ['jshint', 'test'] );
</span><span class="lines">@@ -283,24 +258,4 @@
</span><span class="cx"> 
</span><span class="cx">  // Default task.
</span><span class="cx">  grunt.registerTask( 'default', ['build'] );
</span><del>-
-       /**
-        * Add a listener to the watch task.
-        *
-        * On `watch:all`, automatically updates the `copy:dynamic` and `clean:dynamic` configurations so that only the changed files are updated.
-        * On `watch:rtl`, automatically updates the `cssjanus:dynamic` configuration.
-        */
-       grunt.event.on( 'watch', function( action, filepath, target ) {
-               if ( target !== 'all' && target !== 'rtl' ) {
-                       return;
-               }
-
-               var relativePath = path.relative( SOURCE_DIR, filepath ),
-               cleanSrc = ( action === 'deleted' ) ? [ relativePath ] : [],
-               copySrc  = ( action === 'deleted' ) ? [] : [ relativePath ];
-
-               grunt.config( ['clean', 'dynamic', 'src'], cleanSrc );
-               grunt.config( ['copy', 'dynamic', 'src'], copySrc );
-               grunt.config( ['cssjanus', 'dynamic', 'src'], copySrc );
-       });
-};
</del><span class="cx">\ No newline at end of file
</span><ins>+};
</ins></span></pre></div>
<a id="trunksrcbpcoredeprecatedcssautocompletejqueryrtlcss"></a>
<div class="delfile"><h4>Deleted: trunk/src/bp-core/deprecated/css/autocomplete/jquery-rtl.css (8953 => 8954)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/bp-core/deprecated/css/autocomplete/jquery-rtl.css     2014-08-21 17:22:00 UTC (rev 8953)
+++ trunk/src/bp-core/deprecated/css/autocomplete/jquery-rtl.css        2014-08-21 17:22:07 UTC (rev 8954)
</span><span class="lines">@@ -1,81 +0,0 @@
</span><del>-.ac_results {
-       padding: 0px;
-       overflow: hidden;
-       z-index: 99999;
-       background: #fff;
-       border: 1px solid #ccc;
-       -moz-border-radius-bottomleft: 3px;
-       -khtml-border-bottom-right-radius: 3px;
-       -webkit-border-bottom-right-radius: 3px;
-       border-bottom-right-radius: 3px;
-       -moz-border-radius-bottomright: 3px;
-       -khtml-border-bottom-left-radius: 3px;
-       -webkit-border-bottom-left-radius: 3px;
-       border-bottom-left-radius: 3px;
-}
-       .ac_results ul {
-               width: 100%;
-               list-style-position: outside;
-               list-style: none;
-               padding: 0;
-               margin: 0;
-       }
-
-       .ac_results li {
-               margin: 0px;
-               padding: 5px 10px;
-               cursor: pointer;
-               display: block;
-               font-size: 1em;
-               line-height: 16px;
-               overflow: hidden;
-       }
-               .ac_results li img {
-                       margin-left: 5px;
-               }
-
-.ac_odd {
-       background-color: #f0f0f0;
-}
-
-.ac_over {
-       background-color: #888;
-       color: #fff;
-}
-
-ul.acfb-holder {
-       margin  : 0;
-       height  : auto !important;
-       height  : 1%;
-       overflow: hidden;
-       padding: 0;
-       list-style: none;
-}
-       ul.acfb-holder li {
-               float   : right;
-               margin  : 0 0 4px 5px;
-               list-style-type: none;
-       }
-
-       ul.acfb-holder li.friend-tab {
-               border-radius         : 3px;
-               -moz-border-radius    : 3px;
-               -webkit-border-radius : 3px;
-               border     : 1px solid #ffe7c7;
-               padding    : 2px 7px 2px;
-               background : #FFF9DF;
-               font-size: 1em;
-       }
-               li.friend-tab img.avatar {
-                       border-width: 2px !important;
-                       vertical-align: middle;
-               }
-
-               li.friend-tab span.p {
-                       padding-right: 5px;
-                       font-size: 0.8em;
-                       cursor: pointer;
-               }
-
-input#send-to-input { width: 275px; }
-
</del></span></pre></div>
<a id="trunksrcbpcoredeprecatedcssautocompletejqueryautocompletefbrtlcssfromrev8953trunksrcbpcoredeprecatedcssautocompletejqueryrtlcss"></a>
<div class="copfile"><h4>Copied: trunk/src/bp-core/deprecated/css/autocomplete/jquery.autocompletefb-rtl.css (from rev 8953, trunk/src/bp-core/deprecated/css/autocomplete/jquery-rtl.css) (0 => 8954)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/bp-core/deprecated/css/autocomplete/jquery.autocompletefb-rtl.css                              (rev 0)
+++ trunk/src/bp-core/deprecated/css/autocomplete/jquery.autocompletefb-rtl.css 2014-08-21 17:22:07 UTC (rev 8954)
</span><span class="lines">@@ -0,0 +1,80 @@
</span><ins>+.ac_results {
+       padding: 0px;
+       overflow: hidden;
+       z-index: 99999;
+       background: #fff;
+       border: 1px solid #ccc;
+       -moz-border-radius-bottomleft: 3px;
+       -khtml-border-bottom-right-radius: 3px;
+       -webkit-border-bottom-right-radius: 3px;
+       border-bottom-right-radius: 3px;
+       -moz-border-radius-bottomright: 3px;
+       -khtml-border-bottom-left-radius: 3px;
+       -webkit-border-bottom-left-radius: 3px;
+       border-bottom-left-radius: 3px;
+}
+       .ac_results ul {
+               width: 100%;
+               list-style-position: outside;
+               list-style: none;
+               padding: 0;
+               margin: 0;
+       }
+
+       .ac_results li {
+               margin: 0px;
+               padding: 5px 10px;
+               cursor: pointer;
+               display: block;
+               font-size: 1em;
+               line-height: 16px;
+               overflow: hidden;
+       }
+               .ac_results li img {
+                       margin-left: 5px;
+               }
+
+.ac_odd {
+       background-color: #f0f0f0;
+}
+
+.ac_over {
+       background-color: #888;
+       color: #fff;
+}
+
+ul.acfb-holder {
+       margin  : 0;
+       height  : auto !important;
+       height  : 1%;
+       overflow: hidden;
+       padding: 0;
+       list-style: none;
+}
+       ul.acfb-holder li {
+               float   : right;
+               margin  : 0 0 4px 5px;
+               list-style-type: none;
+       }
+
+       ul.acfb-holder li.friend-tab {
+               border-radius         : 3px;
+               -moz-border-radius    : 3px;
+               -webkit-border-radius : 3px;
+               border     : 1px solid #ffe7c7;
+               padding    : 2px 7px 2px;
+               background : #FFF9DF;
+               font-size: 1em;
+       }
+               li.friend-tab img.avatar {
+                       border-width: 2px !important;
+                       vertical-align: middle;
+               }
+
+               li.friend-tab span.p {
+                       padding-right: 5px;
+                       font-size: 0.8em;
+                       cursor: pointer;
+               }
+
+input#send-to-input { width: 275px; }
</ins></span></pre></div>
<a id="trunksrcbpcoreimagesadminmenuarrowgif"></a>
<div class="binary"><h4>Modified: trunk/src/bp-core/images/admin-menu-arrow.gif</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunksrcbptemplatesbplegacyjsbuddypressjs"></a>
<div class="modfile"><h4>Modified: trunk/src/bp-templates/bp-legacy/js/buddypress.js (8953 => 8954)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/bp-templates/bp-legacy/js/buddypress.js        2014-08-21 17:22:00 UTC (rev 8953)
+++ trunk/src/bp-templates/bp-legacy/js/buddypress.js   2014-08-21 17:22:07 UTC (rev 8954)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+/* jshint undef: false, unused:false */
</ins><span class="cx"> // AJAX Functions
</span><span class="cx"> var jq = jQuery;
</span><span class="cx"> 
</span><span class="lines">@@ -421,7 +422,7 @@
</span><span class="cx">                          'cookie': bp_get_cookies(),
</span><span class="cx">                          'page': oldest_page,
</span><span class="cx">                          'exclude_just_posted': just_posted.join(',')
</span><del>-                       }
</del><ins>+                        };
</ins><span class="cx"> 
</span><span class="cx">                  load_more_search = bp_get_querystring('s');
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunksrcbptemplatesbplegacyjspasswordverifyjs"></a>
<div class="modfile"><h4>Modified: trunk/src/bp-templates/bp-legacy/js/password-verify.js (8953 => 8954)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/bp-templates/bp-legacy/js/password-verify.js   2014-08-21 17:22:00 UTC (rev 8953)
+++ trunk/src/bp-templates/bp-legacy/js/password-verify.js      2014-08-21 17:22:07 UTC (rev 8954)
</span><span class="lines">@@ -1,3 +1,4 @@
</span><ins>+/* jshint undef: false */
</ins><span class="cx"> /* Password Verify */
</span><span class="cx"> ( function( $ ){
</span><span class="cx">  function check_pass_strength() {
</span></span></pre>
</div>
</div>

</body>
</html>