From 2ae429100e33f171f315639db1a060f37ea85850 Mon Sep 17 00:00:00 2001 From: Joseph Wayne Norton Date: Mon, 12 May 2014 01:54:37 +0900 Subject: [PATCH] UBF 2.2 web assets --- bootstrap/CHANGELOG.md | 38 +++++---- bootstrap/CONTRIBUTING.md | 4 +- bootstrap/Makefile | 4 +- bootstrap/README.md | 14 ++-- bootstrap/{component.json => bower.json} | 4 +- bootstrap/composer.json | 4 +- .../docs/assets/css/bootstrap-responsive.css | 2 +- bootstrap/docs/assets/css/bootstrap.css | 11 ++- bootstrap/docs/assets/js/bootstrap-affix.js | 6 +- bootstrap/docs/assets/js/bootstrap-alert.js | 6 +- bootstrap/docs/assets/js/bootstrap-button.js | 6 +- .../docs/assets/js/bootstrap-carousel.js | 6 +- .../docs/assets/js/bootstrap-collapse.js | 6 +- .../docs/assets/js/bootstrap-dropdown.js | 12 ++- bootstrap/docs/assets/js/bootstrap-modal.js | 6 +- bootstrap/docs/assets/js/bootstrap-popover.js | 6 +- .../docs/assets/js/bootstrap-scrollspy.js | 6 +- bootstrap/docs/assets/js/bootstrap-tab.js | 6 +- bootstrap/docs/assets/js/bootstrap-tooltip.js | 6 +- .../docs/assets/js/bootstrap-transition.js | 6 +- .../docs/assets/js/bootstrap-typeahead.js | 6 +- bootstrap/docs/assets/js/bootstrap.js | 84 ++++++++++--------- bootstrap/docs/assets/js/bootstrap.min.js | 6 +- bootstrap/docs/base-css.html | 29 ++++++- bootstrap/docs/components.html | 29 ++++++- bootstrap/docs/customize.html | 33 +++++++- bootstrap/docs/examples/carousel.html | 2 +- bootstrap/docs/extend.html | 31 ++++++- bootstrap/docs/getting-started.html | 45 +++++++--- bootstrap/docs/index.html | 45 +++++++--- bootstrap/docs/javascript.html | 35 ++++++-- bootstrap/docs/scaffolding.html | 29 ++++++- bootstrap/docs/templates/layout.mustache | 4 +- .../docs/templates/pages/customize.mustache | 2 +- .../docs/templates/pages/extend.mustache | 2 +- .../templates/pages/getting-started.mustache | 10 +-- bootstrap/docs/templates/pages/index.mustache | 12 +-- .../docs/templates/pages/javascript.mustache | 2 +- bootstrap/js/bootstrap-affix.js | 6 +- bootstrap/js/bootstrap-alert.js | 6 +- bootstrap/js/bootstrap-button.js | 6 +- bootstrap/js/bootstrap-carousel.js | 6 +- bootstrap/js/bootstrap-collapse.js | 6 +- bootstrap/js/bootstrap-dropdown.js | 12 ++- bootstrap/js/bootstrap-modal.js | 6 +- bootstrap/js/bootstrap-popover.js | 6 +- bootstrap/js/bootstrap-scrollspy.js | 6 +- bootstrap/js/bootstrap-tab.js | 6 +- bootstrap/js/bootstrap-tooltip.js | 6 +- bootstrap/js/bootstrap-transition.js | 6 +- bootstrap/js/bootstrap-typeahead.js | 6 +- bootstrap/less/bootstrap.less | 6 +- bootstrap/less/dropdowns.less | 11 +++ bootstrap/less/mixins.less | 4 +- bootstrap/less/responsive.less | 6 +- bootstrap/less/tests/css-tests.html | 4 +- bootstrap/less/type.less | 2 +- bootstrap/package.json | 8 +- 58 files changed, 463 insertions(+), 227 deletions(-) rename bootstrap/{component.json => bower.json} (71%) diff --git a/bootstrap/CHANGELOG.md b/bootstrap/CHANGELOG.md index 154fb2c..9af9561 100644 --- a/bootstrap/CHANGELOG.md +++ b/bootstrap/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.3.2 re-release (July 26, 2013) + +Patch to update jQuery in Bower and bump Recess to 1.1.9. + +## 2.3.2 (May 17, 2013) + +Fix dropdown for firefox (middleclick) and mobile. + ## 2.3.1 (February 28, 2013) Patch release for @fat's n00bery @@ -20,8 +28,8 @@ Minor release to add carousel indicators, improve tooltips, improve dev setup, a - **Added carousel indicators!** Add the HTML and it automagically works. - **Added `container` option to tooltips.** The default option is still `insertAfter`, but now you may specify where to insert tooltips (and by extension, popovers) with the optional container parameter. - Improved popovers now utilize `max-width` instead of `width`, have been widened from 240px to 280px, and will automatically hide the title if one has not been set via CSS `:empty` selector. - - Improved tooltip alignment on edges with [#6713](https://github.com/twitter/bootstrap/pull/6713). - - **Improved accessibility for links in all components.** After merging [#6441](https://github.com/twitter/bootstrap/pull/6441), link hover states now apply to the `:focus` state as well. This goes for basic `` tags, as well as buttons, navs, dropdowns, and more. + - Improved tooltip alignment on edges with [#6713](https://github.com/twbs/bootstrap/pull/6713). + - **Improved accessibility for links in all components.** After merging [#6441](https://github.com/twbs/bootstrap/pull/6441), link hover states now apply to the `:focus` state as well. This goes for basic `` tags, as well as buttons, navs, dropdowns, and more. - Added print utility classes to show and hide content between `screen` and `print` via CSS. - Updated input groups to make them behave more like default form controls. Added `display: inline-block;`, increased `margin-bottom`, and added `vertical-align: middle;` to match `` styles. - Added `.horizontal-three-colors()` gradient mixin (with example in the CSS tests file). @@ -31,7 +39,7 @@ Minor release to add carousel indicators, improve tooltips, improve dev setup, a - Added [new justified navigation example](https://f.cloud.github.com/assets/98681/25869/5e2f812c-4afa-11e2-9293-501cd689232d.png). - Added sticky footer with fixed navbar example. -See more on the [2.3.0 pull request](https://github.com/twitter/bootstrap/pull/6346). +See more on the [2.3.0 pull request](https://github.com/twbs/bootstrap/pull/6346). ## 2.2.2 (December 8, 2012) @@ -46,14 +54,14 @@ Bugfix release addressing docs, CSS, and some JavaScript issues. Key changes inc - No longer inherits `font-size: 0;` when placed in button groups. - Arrows refactored to work in IE8, and use less code. - Plugin no longer inserts popover content into a `

`, but rather directly into `.popover-content`. -- **Labels and badges:** Now [automatically collapse](https://github.com/twitter/bootstrap/commit/ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256) if they have no content. +- **Labels and badges:** Now [automatically collapse](https://github.com/twbs/bootstrap/commit/ead5dbeba5cd7acfa560bfb353f5e7c4f4a19256) if they have no content. - **Tables:** Nesting support with `.table-bordered` and `.table-striped` greatly improved. - **Typeahead:** - - Now [inserts dropdown menu after the input](https://github.com/twitter/bootstrap/commit/1747caf19d59cad7fdc90ae56a00e0e2849f95f4) instead of at the close of the document. + - Now [inserts dropdown menu after the input](https://github.com/twbs/bootstrap/commit/1747caf19d59cad7fdc90ae56a00e0e2849f95f4) instead of at the close of the document. - Hitting escape will place focus back on the ``. - Print styles, from HTML5 Boilerplate, have been added. -See more on the [2.2.2 milestone](https://github.com/twitter/bootstrap/issues?milestone=17&state=closed). +See more on the [2.2.2 milestone](https://github.com/twbs/bootstrap/issues?milestone=17&state=closed). ## 2.2.1 (October 30, 2012) @@ -65,7 +73,7 @@ Hotfix release to address the carousel bug reports. ### tl;dr -2.1.2 is now 2.2.0: four new example templates, added media component, new typographic scale, fixed that box-shadow mixin bug, fixed z-index issues, and [more](https://github.com/twitter/bootstrap/issues?milestone=15&page=1&state=closed). +2.1.2 is now 2.2.0: four new example templates, added media component, new typographic scale, fixed that box-shadow mixin bug, fixed z-index issues, and [more](https://github.com/twbs/bootstrap/issues?milestone=15&page=1&state=closed). ### Highlights @@ -83,13 +91,13 @@ Hotfix release to address the carousel bug reports. - Miscellaneous variable improvements across the board. - Miscellaneous documentation typos fixed. -For the full list of issues included in this release, visit the [2.2.0 milestone on GitHub](https://github.com/twitter/bootstrap/issues?milestone=15&page=1&state=closed) +For the full list of issues included in this release, visit the [2.2.0 milestone on GitHub](https://github.com/twbs/bootstrap/issues?milestone=15&page=1&state=closed) ## 2.1.1 (September 4, 2012) -* New feature: alert text. We documented these new classes, like `.text-success`, at the bottom of the [Typography section](http://twitter.github.com/bootstrap/base-css.html#typography) along with the long undocumented `.muted`. +* New feature: alert text. We documented these new classes, like `.text-success`, at the bottom of the [Typography section](http://twbs.github.com/bootstrap/base-css.html#typography) along with the long undocumented `.muted`. * Fixed a lot of typos in the docs. Spelling is hard. * Made the `.box-shadow()` mixin more durable. It no longer requires escaping for multiple shadows, meaning you can easily use variables and functions in them once again. * Widened `.dl-horizontal dt` and `.horizontal-form .control-group` to better handle the increased font-size. @@ -100,7 +108,7 @@ For the full list of issues included in this release, visit the [2.2.0 milestone * Fixed the vertical three color gradient in latest Firefox. * Reordered some variables that caused errors in certain Less compilers. -View all closed issues on the [2.1.1 milestone](https://github.com/twitter/bootstrap/issues?milestone=14&state=closed). +View all closed issues on the [2.1.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=14&state=closed). ## 2.1.0 (August 20, 2012) @@ -120,7 +128,7 @@ View all closed issues on the [2.1.1 milestone](https://github.com/twitter/boots * Fluid grid system variables are no longer fixed percentages * Removed LESS docs page -For full set of changes, see the completed milestone: https://github.com/twitter/bootstrap/issues?milestone=7&page=1&state=closed +For full set of changes, see the completed milestone: https://github.com/twbs/bootstrap/issues?milestone=7&page=1&state=closed ## 2.0.4 (June 1, 2012) @@ -277,7 +285,7 @@ Overview of docs changes, bugfixes, and new features. - Added `.disabled` class support to the pager component (also added a mention of this to the docs) - Added `.well-large` and `.well-small` classes for extending the well component -For a full issue-by-issue rundown of the release, check out the now closed [2.0.2 milestone on GitHub](https://github.com/twitter/bootstrap/issues?sort=created&direction=desc&state=closed&page=1&milestone=9) +For a full issue-by-issue rundown of the release, check out the now closed [2.0.2 milestone on GitHub](https://github.com/twbs/bootstrap/issues?sort=created&direction=desc&state=closed&page=1&milestone=9) ## v2.0.1 (February 17, 2012) @@ -293,10 +301,10 @@ Overview of changes: - Rearranged Scaffolding docs page to split fixed and fluid grid systems. - Tons of docs updates for typos and language changes. -For full list of changes, see the now closed [v2.0.1 milestone](https://github.com/twitter/bootstrap/issues?milestone=8&state=closed). +For full list of changes, see the now closed [v2.0.1 milestone](https://github.com/twbs/bootstrap/issues?milestone=8&state=closed). ## v2.0.0 (January 28, 2012) -Complete rewrite of the library. For full details, head to the upgrading doc at http://twitter.github.com/bootstrap/upgrading.html. +Complete rewrite of the library. For full details, head to the upgrading doc at http://twbs.github.com/bootstrap/upgrading.html. ## v1.4.0 ### Key bug fixes and changes @@ -305,7 +313,7 @@ Complete rewrite of the library. For full details, head to the upgrading doc at - New javascript plugin for button states - Switched to strict mode for Javascript plugins - Added more data attribute controls to our plugins -- Full list of 25+ issues fixed: https://github.com/twitter/bootstrap/issues?milestone=6&state=closed +- Full list of 25+ issues fixed: https://github.com/twbs/bootstrap/issues?milestone=6&state=closed ## v1.3.0 ### New features diff --git a/bootstrap/CONTRIBUTING.md b/bootstrap/CONTRIBUTING.md index c97e8b8..17386f9 100644 --- a/bootstrap/CONTRIBUTING.md +++ b/bootstrap/CONTRIBUTING.md @@ -9,7 +9,7 @@ Looking to contribute something to Bootstrap? **Here's how you can help.** We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Bootstrap core. Please read the following guidelines before opening any issue. 1. **Search for existing issues.** We get a lot of duplicate issues, and you'd help us out a lot by first checking if someone else has reported the same issue. Moreover, the issue may have already been resolved with a fix available. -2. **Create an isolated and reproducible test case.** Be sure the problem exists in Bootstrap's code with a [reduced test cases](http://css-tricks.com/reduced-test-cases/) that should be included in each bug report. +2. **Create an isolated and reproducible test case.** Be sure the problem exists in Bootstrap's code with a [reduced test case](http://css-tricks.com/reduced-test-cases/) that should be included in each bug report. 3. **Include a live example.** Make use of jsFiddle or jsBin to share your isolated test cases. 4. **Share as much information as possible.** Include operating system and version, browser and version, version of Bootstrap, customized or vanilla build, etc. where appropriate. Also include steps to reproduce the bug. @@ -72,4 +72,4 @@ As of v2.0.0, Bootstrap's documentation is powered by Mustache templates and bui ## License -By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twitter/bootstrap/blob/master/LICENSE +By contributing your code, you agree to license your contribution under the terms of the APLv2: https://github.com/twbs/bootstrap/blob/master/LICENSE diff --git a/bootstrap/Makefile b/bootstrap/Makefile index 3150ada..9f51166 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -28,7 +28,7 @@ build: @echo "Compiling documentation... ${CHECK} Done" @cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js > docs/assets/js/bootstrap.js @./node_modules/.bin/uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js - @echo "/**\n* Bootstrap.js v2.3.1 by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js + @echo "/**\n* Bootstrap.js v2.3.2 by @fat & @mdo\n* Copyright 2013 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js @cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js @rm docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js @echo "Compiling and minifying javascript... ${CHECK} Done" @@ -74,7 +74,7 @@ bootstrap/js/*.js: js/*.js mkdir -p bootstrap/js cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js > bootstrap/js/bootstrap.js ./node_modules/.bin/uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.tmp.js - echo "/*!\n* Bootstrap.js by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > bootstrap/js/copyright.js + echo "/*!\n* Bootstrap.js by @fat & @mdo\n* Copyright 2013 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > bootstrap/js/copyright.js cat bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js > bootstrap/js/bootstrap.min.js rm bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js diff --git a/bootstrap/README.md b/bootstrap/README.md index 45b151e..884432d 100644 --- a/bootstrap/README.md +++ b/bootstrap/README.md @@ -1,8 +1,4 @@ - - - - -# [Bootstrap v2.3.1](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) +# [Bootstrap v2.3.2](http://twbs.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twbs/bootstrap.png)](http://travis-ci.org/twbs/bootstrap) Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat). @@ -14,9 +10,9 @@ To get started, checkout [http://getbootstrap.com](http://getbootstrap.com)! Three quick start options are available: -* [Download the latest release](https://github.com/twitter/bootstrap/zipball/master). -* Clone the repo: `git clone git://github.com/twitter/bootstrap.git`. -* Install with Twitter's [Bower](http://twitter.github.com/bower): `bower install bootstrap`. +* [Download the latest release](https://github.com/twbs/bootstrap/zipball/master). +* Clone the repo: `git clone git://github.com/twbs/bootstrap.git`. +* Install with Twitter's [Bower](http://bower.io): `bower install bootstrap`. @@ -40,7 +36,7 @@ For more information on SemVer, please visit [http://semver.org/](http://semver. ## Bug tracker -Have a bug or a feature request? [Please open a new issue](https://github.com/twitter/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). +Have a bug or a feature request? [Please open a new issue](https://github.com/twbs/bootstrap/issues). Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). diff --git a/bootstrap/component.json b/bootstrap/bower.json similarity index 71% rename from bootstrap/component.json rename to bootstrap/bower.json index 51940e4..1fea879 100644 --- a/bootstrap/component.json +++ b/bootstrap/bower.json @@ -1,8 +1,8 @@ { "name": "bootstrap", - "version": "2.3.1", + "version": "2.3.2", "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"], "dependencies": { - "jquery": "~1.8.0" + "jquery": ">=1.8.0 <2.1.0" } } \ No newline at end of file diff --git a/bootstrap/composer.json b/bootstrap/composer.json index abde631..6840a4a 100644 --- a/bootstrap/composer.json +++ b/bootstrap/composer.json @@ -1,8 +1,8 @@ { - "name": "twitter/bootstrap" + "name": "twbs/bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "keywords": ["bootstrap", "css"] - , "homepage": "http://twitter.github.com/bootstrap/" + , "homepage": "http://twbs.github.com/bootstrap/" , "author": "Twitter Inc." , "license": "Apache-2.0" diff --git a/bootstrap/docs/assets/css/bootstrap-responsive.css b/bootstrap/docs/assets/css/bootstrap-responsive.css index fcd72f7..09e88ce 100644 --- a/bootstrap/docs/assets/css/bootstrap-responsive.css +++ b/bootstrap/docs/assets/css/bootstrap-responsive.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Responsive v2.3.1 + * Bootstrap Responsive v2.3.2 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 diff --git a/bootstrap/docs/assets/css/bootstrap.css b/bootstrap/docs/assets/css/bootstrap.css index 2f56af3..b725064 100644 --- a/bootstrap/docs/assets/css/bootstrap.css +++ b/bootstrap/docs/assets/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v2.3.1 + * Bootstrap v2.3.2 * * Copyright 2012 Twitter, Inc * Licensed under the Apache License v2.0 @@ -3009,6 +3009,15 @@ table th[class*="span"], display: block; } +.dropdown-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 990; +} + .pull-right > .dropdown-menu { right: 0; left: auto; diff --git a/bootstrap/docs/assets/js/bootstrap-affix.js b/bootstrap/docs/assets/js/bootstrap-affix.js index 827ff45..68ac9e5 100644 --- a/bootstrap/docs/assets/js/bootstrap-affix.js +++ b/bootstrap/docs/assets/js/bootstrap-affix.js @@ -1,8 +1,8 @@ /* ========================================================== - * bootstrap-affix.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#affix + * bootstrap-affix.js v2.3.2 + * http://twbs.github.com/bootstrap/javascript.html#affix * ========================================================== - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/docs/assets/js/bootstrap-alert.js b/bootstrap/docs/assets/js/bootstrap-alert.js index 8917f94..6711f56 100644 --- a/bootstrap/docs/assets/js/bootstrap-alert.js +++ b/bootstrap/docs/assets/js/bootstrap-alert.js @@ -1,8 +1,8 @@ /* ========================================================== - * bootstrap-alert.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#alerts + * bootstrap-alert.js v2.3.2 + * http://twbs.github.com/bootstrap/javascript.html#alerts * ========================================================== - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/docs/assets/js/bootstrap-button.js b/bootstrap/docs/assets/js/bootstrap-button.js index 66df0a2..6d7b53d 100644 --- a/bootstrap/docs/assets/js/bootstrap-button.js +++ b/bootstrap/docs/assets/js/bootstrap-button.js @@ -1,8 +1,8 @@ /* ============================================================ - * bootstrap-button.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#buttons + * bootstrap-button.js v2.3.2 + * http://twbs.github.com/bootstrap/javascript.html#buttons * ============================================================ - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/docs/assets/js/bootstrap-carousel.js b/bootstrap/docs/assets/js/bootstrap-carousel.js index b40edd7..851c020 100644 --- a/bootstrap/docs/assets/js/bootstrap-carousel.js +++ b/bootstrap/docs/assets/js/bootstrap-carousel.js @@ -1,8 +1,8 @@ /* ========================================================== - * bootstrap-carousel.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#carousel + * bootstrap-carousel.js v2.3.2 + * http://twbs.github.com/bootstrap/javascript.html#carousel * ========================================================== - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/docs/assets/js/bootstrap-collapse.js b/bootstrap/docs/assets/js/bootstrap-collapse.js index 2bede4a..b95ca57 100644 --- a/bootstrap/docs/assets/js/bootstrap-collapse.js +++ b/bootstrap/docs/assets/js/bootstrap-collapse.js @@ -1,8 +1,8 @@ /* ============================================================= - * bootstrap-collapse.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#collapse + * bootstrap-collapse.js v2.3.2 + * http://twbs.github.com/bootstrap/javascript.html#collapse * ============================================================= - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/docs/assets/js/bootstrap-dropdown.js b/bootstrap/docs/assets/js/bootstrap-dropdown.js index a1d5151..a9827dc 100644 --- a/bootstrap/docs/assets/js/bootstrap-dropdown.js +++ b/bootstrap/docs/assets/js/bootstrap-dropdown.js @@ -1,8 +1,8 @@ /* ============================================================ - * bootstrap-dropdown.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#dropdowns + * bootstrap-dropdown.js v2.3.2 + * http://twbs.github.com/bootstrap/javascript.html#dropdowns * ============================================================ - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,6 +52,10 @@ clearMenus() if (!isActive) { + if ('ontouchstart' in document.documentElement) { + // if mobile we we use a backdrop because click events don't delegate + $('

- Customize and Download + Customize and Download

What's included?

Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

@@ -475,9 +485,9 @@ @@ -509,6 +519,21 @@ + + diff --git a/bootstrap/docs/examples/carousel.html b/bootstrap/docs/examples/carousel.html index 81d1a28..3a7e005 100644 --- a/bootstrap/docs/examples/carousel.html +++ b/bootstrap/docs/examples/carousel.html @@ -291,7 +291,7 @@
  • Home
  • About
  • Contact
  • - + - +
    @@ -1228,7 +1238,7 @@ $('#my-alert').bind('closed', function () {
    <button type="button" class="btn" data-loading-text="loading stuff..." >...</button>
    Heads up! - Firefox persists the disabled state across page loads. A workaround for this is to use autocomplete="off". + Firefox persists the disabled state across page loads. A workaround for this is to use autocomplete="off".

    $().button('reset')

    Resets button state - swaps text to original text.

    @@ -1741,9 +1751,9 @@ $('.carousel').carousel({ @@ -1775,6 +1785,21 @@ $('.carousel').carousel({ + + diff --git a/bootstrap/docs/scaffolding.html b/bootstrap/docs/scaffolding.html index 87a9bb0..8db4fa5 100644 --- a/bootstrap/docs/scaffolding.html +++ b/bootstrap/docs/scaffolding.html @@ -25,6 +25,16 @@ + @@ -563,9 +573,9 @@ @@ -597,6 +607,21 @@ + + diff --git a/bootstrap/docs/templates/layout.mustache b/bootstrap/docs/templates/layout.mustache index 993b446..5254fc0 100644 --- a/bootstrap/docs/templates/layout.mustache +++ b/bootstrap/docs/templates/layout.mustache @@ -95,9 +95,9 @@ diff --git a/bootstrap/docs/templates/pages/customize.mustache b/bootstrap/docs/templates/pages/customize.mustache index 8d8a2f9..213b5db 100644 --- a/bootstrap/docs/templates/pages/customize.mustache +++ b/bootstrap/docs/templates/pages/customize.mustache @@ -3,7 +3,7 @@

    {{_i}}Customize and download{{/i}}

    -

    {{_i}}Download Bootstrap or customize variables, components, JavaScript plugins, and more.{{/i}}

    +

    {{_i}}Download Bootstrap or customize variables, components, JavaScript plugins, and more.{{/i}}

    diff --git a/bootstrap/docs/templates/pages/extend.mustache b/bootstrap/docs/templates/pages/extend.mustache index b5c8d57..5f7dc8c 100644 --- a/bootstrap/docs/templates/pages/extend.mustache +++ b/bootstrap/docs/templates/pages/extend.mustache @@ -66,7 +66,7 @@

    {{_i}}Tools for compiling{{/i}}

    {{_i}}Command line{{/i}}

    -

    {{_i}}Follow the instructions in the project readme on GitHub for compiling via command line.{{/i}}

    +

    {{_i}}Follow the instructions in the project readme on GitHub for compiling via command line.{{/i}}

    {{_i}}JavaScript{{/i}}

    {{_i}}Download the latest Less.js and include the path to it (and Bootstrap) in the <head>.{{/i}}

    diff --git a/bootstrap/docs/templates/pages/getting-started.mustache b/bootstrap/docs/templates/pages/getting-started.mustache index ae1534c..32d61f7 100644 --- a/bootstrap/docs/templates/pages/getting-started.mustache +++ b/bootstrap/docs/templates/pages/getting-started.mustache @@ -44,7 +44,7 @@

    Download source

    Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

    -

    {{_i}}Download Bootstrap source{{/i}}

    +

    {{_i}}Download Bootstrap source{{/i}}

    @@ -86,13 +86,13 @@

    {{_i}}Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the Bootstrap documentation.{{/i}}

    {{_i}}Docs sections{{/i}}

    -

    {{_i}}Scaffolding{{/i}}

    +

    {{_i}}Scaffolding{{/i}}

    {{_i}}Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.{{/i}}

    -

    {{_i}}Base CSS{{/i}}

    +

    {{_i}}Base CSS{{/i}}

    {{_i}}Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.{{/i}}

    -

    {{_i}}Components{{/i}}

    +

    {{_i}}Components{{/i}}

    {{_i}}Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.{{/i}}

    -

    {{_i}}JavaScript plugins{{/i}}

    +

    {{_i}}JavaScript plugins{{/i}}

    {{_i}}Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.{{/i}}

    {{_i}}List of components{{/i}}

    diff --git a/bootstrap/docs/templates/pages/index.mustache b/bootstrap/docs/templates/pages/index.mustache index 679236b..4fb7f1c 100644 --- a/bootstrap/docs/templates/pages/index.mustache +++ b/bootstrap/docs/templates/pages/index.mustache @@ -3,11 +3,11 @@

    {{_i}}Bootstrap{{/i}}

    {{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}

    - {{_i}}Download Bootstrap{{/i}} + {{_i}}Download Bootstrap{{/i}}

    @@ -26,16 +26,16 @@
    diff --git a/bootstrap/docs/templates/pages/javascript.mustache b/bootstrap/docs/templates/pages/javascript.mustache index 744988f..2b16c94 100644 --- a/bootstrap/docs/templates/pages/javascript.mustache +++ b/bootstrap/docs/templates/pages/javascript.mustache @@ -1158,7 +1158,7 @@ $('#my-alert').bind('closed', function () {
    <button type="button" class="btn" data-loading-text="loading stuff..." >...</button>
    {{_i}}Heads up!{{/i}} - {{_i}}Firefox persists the disabled state across page loads. A workaround for this is to use autocomplete="off".{{/i}} + {{_i}}Firefox persists the disabled state across page loads. A workaround for this is to use autocomplete="off".{{/i}}

    $().button('reset')

    {{_i}}Resets button state - swaps text to original text.{{/i}}

    diff --git a/bootstrap/js/bootstrap-affix.js b/bootstrap/js/bootstrap-affix.js index 827ff45..c1059a8 100644 --- a/bootstrap/js/bootstrap-affix.js +++ b/bootstrap/js/bootstrap-affix.js @@ -1,8 +1,8 @@ /* ========================================================== - * bootstrap-affix.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#affix + * bootstrap-affix.js v2.3.2 + * http://getbootstrap.com/2.3.2/javascript.html#affix * ========================================================== - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/js/bootstrap-alert.js b/bootstrap/js/bootstrap-alert.js index 8917f94..9577e62 100644 --- a/bootstrap/js/bootstrap-alert.js +++ b/bootstrap/js/bootstrap-alert.js @@ -1,8 +1,8 @@ /* ========================================================== - * bootstrap-alert.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#alerts + * bootstrap-alert.js v2.3.2 + * http://getbootstrap.com/2.3.2/javascript.html#alerts * ========================================================== - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/js/bootstrap-button.js b/bootstrap/js/bootstrap-button.js index 66df0a2..4b2a90a 100644 --- a/bootstrap/js/bootstrap-button.js +++ b/bootstrap/js/bootstrap-button.js @@ -1,8 +1,8 @@ /* ============================================================ - * bootstrap-button.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#buttons + * bootstrap-button.js v2.3.2 + * http://getbootstrap.com/2.3.2/javascript.html#buttons * ============================================================ - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/js/bootstrap-carousel.js b/bootstrap/js/bootstrap-carousel.js index b40edd7..c1e8ade 100644 --- a/bootstrap/js/bootstrap-carousel.js +++ b/bootstrap/js/bootstrap-carousel.js @@ -1,8 +1,8 @@ /* ========================================================== - * bootstrap-carousel.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#carousel + * bootstrap-carousel.js v2.3.2 + * http://getbootstrap.com/2.3.2/javascript.html#carousel * ========================================================== - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/js/bootstrap-collapse.js b/bootstrap/js/bootstrap-collapse.js index 2bede4a..ae3e4c6 100644 --- a/bootstrap/js/bootstrap-collapse.js +++ b/bootstrap/js/bootstrap-collapse.js @@ -1,8 +1,8 @@ /* ============================================================= - * bootstrap-collapse.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#collapse + * bootstrap-collapse.js v2.3.2 + * http://getbootstrap.com/2.3.2/javascript.html#collapse * ============================================================= - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/bootstrap/js/bootstrap-dropdown.js b/bootstrap/js/bootstrap-dropdown.js index a1d5151..d04da5d 100644 --- a/bootstrap/js/bootstrap-dropdown.js +++ b/bootstrap/js/bootstrap-dropdown.js @@ -1,8 +1,8 @@ /* ============================================================ - * bootstrap-dropdown.js v2.3.1 - * http://twitter.github.com/bootstrap/javascript.html#dropdowns + * bootstrap-dropdown.js v2.3.2 + * http://getbootstrap.com/2.3.2/javascript.html#dropdowns * ============================================================ - * Copyright 2012 Twitter, Inc. + * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,6 +52,10 @@ clearMenus() if (!isActive) { + if ('ontouchstart' in document.documentElement) { + // if mobile we we use a backdrop because click events don't delegate + $(' diff --git a/bootstrap/less/type.less b/bootstrap/less/type.less index 337138a..6a472db 100644 --- a/bootstrap/less/type.less +++ b/bootstrap/less/type.less @@ -178,7 +178,7 @@ hr { // Abbreviations and acronyms abbr[title], -// Added data-* attribute to help out our tooltip plugin, per https://github.com/twitter/bootstrap/issues/5257 +// Added data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257 abbr[data-original-title] { cursor: help; border-bottom: 1px dotted @grayLight; diff --git a/bootstrap/package.json b/bootstrap/package.json index e524836..ff560b1 100644 --- a/bootstrap/package.json +++ b/bootstrap/package.json @@ -1,14 +1,14 @@ { "name": "bootstrap" , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." - , "version": "2.3.1" + , "version": "2.3.2" , "keywords": ["bootstrap", "css"] - , "homepage": "http://twitter.github.com/bootstrap/" + , "homepage": "http://twbs.github.com/bootstrap/" , "author": "Twitter Inc." , "scripts": { "test": "make test" } , "repository": { "type": "git" - , "url": "https://github.com/twitter/bootstrap.git" + , "url": "https://github.com/twbs/bootstrap.git" } , "licenses": [ { @@ -19,7 +19,7 @@ , "devDependencies": { "uglify-js": "1.3.4" , "jshint": "0.9.1" - , "recess": "1.1.6" + , "recess": "1.1.9" , "connect": "2.1.3" , "hogan.js": "2.0.0" }