Skip to content

Commit

Permalink
Version 7.7.9
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Jun 11, 2016
1 parent 2e9e904 commit 742b835
Show file tree
Hide file tree
Showing 67 changed files with 241 additions and 8,880 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
New in master
New in v7.7.9
=============

(1000+ stars on GitHub — thanks!)

Features
--------

Expand Down
10 changes: 5 additions & 5 deletions bower_components/jquery-colorbox/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"example4/index.html",
"example5/index.html"
],
"version": "1.6.3",
"_release": "1.6.3",
"version": "1.6.4",
"_release": "1.6.4",
"_resolution": {
"type": "version",
"tag": "1.6.3",
"commit": "f08f0ac16996b14e4ce681e0a08befc129b93924"
"tag": "1.6.4",
"commit": "54c8a883aa3fe2cb39ebda4c401bd92783fc9d7a"
},
"_source": "git://github.com/jackmoore/colorbox.git",
"_source": "https://github.com/jackmoore/colorbox.git",
"_target": "~1.6.0",
"_originalSource": "jquery-colorbox"
}
21 changes: 21 additions & 0 deletions bower_components/jquery-colorbox/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2016 Jack Moore

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
4 changes: 4 additions & 0 deletions bower_components/jquery-colorbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ A customizable lightbox plugin for jQuery. See the [project page](http://jacklm

## Changelog:

##### Version 1.6.4 - 2016/05/10

* Fixed bug where using the inline property would duplicate target elements, if the selector matched multiple elements.

##### Version 1.6.3 - 2015/07/27

* Fixed regression that caused error in IE8 when the calculated initial size was negative. Fixes #741
Expand Down
2 changes: 1 addition & 1 deletion bower_components/jquery-colorbox/example1/colorbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
Expand Down
2 changes: 1 addition & 1 deletion bower_components/jquery-colorbox/example2/colorbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
Expand Down
2 changes: 1 addition & 1 deletion bower_components/jquery-colorbox/example3/colorbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
Expand Down
2 changes: 1 addition & 1 deletion bower_components/jquery-colorbox/example4/colorbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
Expand Down
2 changes: 1 addition & 1 deletion bower_components/jquery-colorbox/example5/colorbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
Expand Down
4 changes: 2 additions & 2 deletions bower_components/jquery-colorbox/jquery.colorbox-min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bower_components/jquery-colorbox/jquery.colorbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Colorbox 1.6.3
Colorbox 1.6.4
license: MIT
http://www.jacklmoore.com/colorbox
*/
Expand Down Expand Up @@ -484,7 +484,7 @@
$current = $tag(div, "Current"),
$prev = $('<button type="button"/>').attr({id:prefix+'Previous'}),
$next = $('<button type="button"/>').attr({id:prefix+'Next'}),
$slideshow = $tag('button', "Slideshow"),
$slideshow = $('<button type="button"/>').attr({id:prefix+'Slideshow'}),
$loadingOverlay
);

Expand Down Expand Up @@ -950,7 +950,7 @@
}, 100);

if (settings.get('inline')) {
var $target = $(href);
var $target = $(href).eq(0);
// Inserts an empty placeholder where inline content is being pulled from.
// An event is bound to put inline content back when Colorbox closes or loads new content.
$inline = $('<div>').hide().insertBefore($target);
Expand Down
2 changes: 1 addition & 1 deletion bower_components/jquery-colorbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-colorbox",
"description": "jQuery lightbox and modal window plugin.",
"version": "1.6.3",
"version": "1.6.4",
"keywords": [
"modal",
"lightbox",
Expand Down
8 changes: 4 additions & 4 deletions bower_components/jquery/.bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
"version": "1.12.3",
"_release": "1.12.3",
"version": "1.12.4",
"_release": "1.12.4",
"_resolution": {
"type": "version",
"tag": "1.12.3",
"commit": "3a43d7e563314bf32970b773dd31ecf2b90813dd"
"tag": "1.12.4",
"commit": "5e89585e0121e72ff47de177c5ef604f3089a53d"
},
"_source": "https://github.com/jquery/jquery-dist.git",
"_target": "<2.0.0",
Expand Down
25 changes: 9 additions & 16 deletions bower_components/jquery/dist/jquery.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery JavaScript Library v1.12.3
* jQuery JavaScript Library v1.12.4
* http://jquery.com/
*
* Includes Sizzle.js
Expand All @@ -9,7 +9,7 @@
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2016-04-05T19:16Z
* Date: 2016-05-20T17:17Z
*/

(function( global, factory ) {
Expand Down Expand Up @@ -65,7 +65,7 @@ var support = {};


var
version = "1.12.3",
version = "1.12.4",

// Define a local copy of jQuery
jQuery = function( selector, context ) {
Expand Down Expand Up @@ -6672,6 +6672,7 @@ var documentElement = document.documentElement;
if ( reliableHiddenOffsetsVal ) {
div.style.display = "";
div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
div.childNodes[ 0 ].style.borderCollapse = "separate";
contents = div.getElementsByTagName( "td" );
contents[ 0 ].style.cssText = "margin:0;border:0;padding:0;display:none";
reliableHiddenOffsetsVal = contents[ 0 ].offsetHeight === 0;
Expand Down Expand Up @@ -6996,19 +6997,6 @@ function getWidthOrHeight( elem, name, extra ) {
isBorderBox = support.boxSizing &&
jQuery.css( elem, "boxSizing", false, styles ) === "border-box";

// Support: IE11 only
// In IE 11 fullscreen elements inside of an iframe have
// 100x too small dimensions (gh-1764).
if ( document.msFullscreenElement && window.top !== window ) {

// Support: IE11 only
// Running getBoundingClientRect on a disconnected node
// in IE throws an error.
if ( elem.getClientRects().length ) {
val = Math.round( elem.getBoundingClientRect()[ name ] * 100 );
}
}

// some non-html elements return undefined for offsetWidth, so check for null/undefined
// svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
// MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
Expand Down Expand Up @@ -9999,6 +9987,11 @@ function getDisplay( elem ) {
}

function filterHidden( elem ) {

// Disconnected elements are considered hidden
if ( !jQuery.contains( elem.ownerDocument || document, elem ) ) {
return true;
}
while ( elem && elem.nodeType === 1 ) {
if ( getDisplay( elem ) === "none" || elem.type === "hidden" ) {
return true;
Expand Down
10 changes: 5 additions & 5 deletions bower_components/jquery/dist/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower_components/jquery/dist/jquery.min.map

Large diffs are not rendered by default.

Loading

0 comments on commit 742b835

Please sign in to comment.