Changeset 11009
- Timestamp:
- 08/10/2016 02:12:48 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
- 8 moved
-
.jshintignore (modified) (1 diff)
-
src/bp-core/bp-core-cssjs.php (modified) (2 diffs)
-
src/bp-core/js/vendor (added)
-
src/bp-core/js/vendor/jquery-cookie.js (moved) (moved from trunk/src/bp-core/js/jquery-cookie.js )
-
src/bp-core/js/vendor/jquery-scroll-to.js (moved) (moved from trunk/src/bp-core/js/jquery-scroll-to.js )
-
src/bp-core/js/vendor/jquery.atwho.js (moved) (moved from trunk/src/bp-core/js/jquery.atwho.js )
-
src/bp-core/js/vendor/jquery.atwho.txt (moved) (moved from trunk/src/bp-core/js/jquery.atwho.txt )
-
src/bp-core/js/vendor/jquery.caret.js (moved) (moved from trunk/src/bp-core/js/jquery.caret.js )
-
src/bp-core/js/vendor/jquery.caret.txt (moved) (moved from trunk/src/bp-core/js/jquery.caret.txt )
-
src/bp-core/js/vendor/livestamp.js (moved) (moved from trunk/src/bp-core/js/livestamp.js )
-
src/bp-core/js/vendor/moment.js (moved) (moved from trunk/src/bp-core/js/moment.js )
Legend:
- Unmodified
- Added
- Removed
-
trunk/.jshintignore
r10448 r11009 3 3 4 4 // 3rd party libraries 5 src/bp-core/js/jquery.atwho.js 6 src/bp-core/js/jquery.caret.js 7 src/bp-core/js/jquery-cookie.js 8 src/bp-core/js/jquery-scroll-to.js 5 src/bp-core/js/vendor/**/* 9 6 src/bp-messages/js/autocomplete/* -
trunk/src/bp-core/bp-core-cssjs.php
r11008 r11009 30 30 31 31 // Legacy. 32 'bp-confirm' => array( 'file' => "{$url}confirm{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),32 'bp-confirm' => array( 'file' => "{$url}confirm{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 33 33 'bp-widget-members' => array( 'file' => "{$url}widget-members{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 34 'bp-jquery-query' => array( 'file' => "{$url}jquery-query{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),35 'bp-jquery-cookie' => array( 'file' => "{$url} jquery-cookie{$min}.js",'dependencies' => array( 'jquery' ), 'footer' => false ),36 'bp-jquery-scroll-to' => array( 'file' => "{$url} jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ),34 'bp-jquery-query' => array( 'file' => "{$url}jquery-query{$min}.js", ' ' => array( 'jquery' ), 'footer' => false ), 35 'bp-jquery-cookie' => array( 'file' => "{$url}vendor/jquery-cookie{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 36 'bp-jquery-scroll-to' => array( 'file' => "{$url}vendor/jquery-scroll-to{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => false ), 37 37 38 38 // Version 2.1. 39 'jquery-caret' => array( 'file' => "{$url} jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => true ),40 'jquery-atwho' => array( 'file' => "{$url} jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => true ),39 'jquery-caret' => array( 'file' => "{$url}vendor/jquery.caret{$min}.js", 'dependencies' => array( 'jquery' ), 'footer' => true ), 40 'jquery-atwho' => array( 'file' => "{$url}vendor/jquery.atwho{$min}.js", 'dependencies' => array( 'jquery', 'jquery-caret' ), 'footer' => true ), 41 41 42 42 // Version 2.3. … … 49 49 50 50 // Version 2.7. 51 'bp-moment' => array( 'file' => "{$url} moment{$min}.js", 'dependencies' => array(), 'footer' => true ),52 'bp-livestamp' => array( 'file' => "{$url} livestamp{$min}.js", 'dependencies' => array( 'jquery', 'bp-moment' ), 'footer' => true ),51 'bp-moment' => array( 'file' => "{$url}vendor/moment{$min}.js", 'dependencies' => array(), 'footer' => true ), 52 'bp-livestamp' => array( 'file' => "{$url}vendor/livestamp{$min}.js", 'dependencies' => array( 'jquery', 'bp-moment' ), 'footer' => true ), 53 53 ) ); 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)