]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace `master` with `v3-dev` after the branch switch. (#28287)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 15 Feb 2019 21:36:44 +0000 (23:36 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Feb 2019 21:36:44 +0000 (23:36 +0200)
38 files changed:
CONTRIBUTING.md
Gruntfile.js
ISSUE_TEMPLATE.md
README.md
docs/_includes/footer.html
docs/_includes/getting-started/browser-device-support.html
docs/_includes/getting-started/grunt.html
docs/_includes/getting-started/license.html
docs/_includes/getting-started/whats-included.html
docs/_includes/js/overview.html
docs/assets/css/docs.css
docs/assets/css/ie10-viewport-bug-workaround.css
docs/assets/js/ie10-viewport-bug-workaround.js
docs/assets/less/ie10-viewport-bug-workaround.less
grunt/bs-commonjs-generator.js
grunt/bs-glyphicons-data-generator.js
grunt/bs-lessdoc-parser.js
grunt/bs-raw-files-generator.js
grunt/change-version.js
grunt/generate-sri.js
js/affix.js
js/alert.js
js/button.js
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/popover.js
js/scrollspy.js
js/tab.js
js/tests/README.md
js/tests/index.html
js/tooltip.js
js/transition.js
less/bootstrap.less
less/theme.less
nuget/bootstrap.less.nuspec
nuget/bootstrap.nuspec

index 585787dabd0c55007dc7510527de8d801c337ad9..528ec3b65acde7adfdcf3dd2ea646baae11301bf 100644 (file)
@@ -70,7 +70,7 @@ Guidelines for bug reports:
    reported.
 
 2. **Check if the issue has been fixed** &mdash; try to reproduce it using the
-   latest `master` or development branch in the repository.
+   latest `v3-dev` or development branch in the repository.
 
 3. **Isolate the problem** &mdash; ideally create a [reduced test
    case](https://css-tricks.com/reduced-test-cases/) and a live example.
@@ -157,13 +157,13 @@ project (indentation, accurate comments, etc.) and any other requirements
 
 **Do not edit `bootstrap.css`, `bootstrap-theme.css`, or `bootstrap.js`
 directly!** Those files are automatically generated. You should edit the
-source files in [`/bootstrap/less/`](https://github.com/twbs/bootstrap/tree/master/less),
+source files in [`/bootstrap/less/`](https://github.com/twbs/bootstrap/tree/v3-dev/less),
 [`/bootstrap/scss/`](https://github.com/twbs/bootstrap/tree/v4-dev/scss) (for Bootstrap v4),
-and/or [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/master/js) instead.
+and/or [`/bootstrap/js/`](https://github.com/twbs/bootstrap/tree/v3-dev/js) instead.
 
 Similarly, when contributing to Bootstrap's documentation, you should edit the
 documentation source files in
-[the `/bootstrap/docs/` directory of the `master` branch](https://github.com/twbs/bootstrap/tree/master/docs).
+[the `/bootstrap/docs/` directory of the `v3-dev` branch](https://github.com/twbs/bootstrap/tree/v3-dev/docs).
 **Do not edit the `gh-pages` branch.** That branch is generated from the
 documentation source files and is managed separately by the Bootstrap Core Team.
 
@@ -185,8 +185,8 @@ included in the project:
 2. If you cloned a while ago, get the latest changes from upstream:
 
    ```bash
-   git checkout master
-   git pull upstream master
+   git checkout v3-dev
+   git pull upstream v3-dev
    ```
 
 3. Create a new topic branch (off the main project development branch) to
@@ -205,7 +205,7 @@ included in the project:
 5. Locally merge (or rebase) the upstream development branch into your topic branch:
 
    ```bash
-   git pull [--rebase] upstream master
+   git pull [--rebase] upstream v3-dev
    ```
 
 6. Push your topic branch up to your fork:
@@ -215,7 +215,7 @@ included in the project:
    ```
 
 7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
-    with a clear title and description against the `master` branch.
+    with a clear title and description against the `v3-dev` branch.
 
 **IMPORTANT**: By submitting a patch, you agree to allow the project owners to
 license your work under the terms of the [MIT License](LICENSE) (if it
index 05d88c28749a6a467f49b5bea6ae63fe272cb694..ccda9904e4e1bbaae9667c32d46fbc99d4ccc7fa 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap's Gruntfile
  * https://getbootstrap.com/
  * Copyright 2013-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 module.exports = function (grunt) {
index d7732a7927d4874278bf9b15452e45c2725ca955..05531a636b257ea74c44ddb11e4b4a949dc7202e 100644 (file)
@@ -3,12 +3,12 @@ Before opening an issue:
 - [Search for duplicate or closed issues](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue)
 - [Validate](https://validator.w3.org/nu/) and [lint](https://github.com/twbs/bootlint#in-the-browser) any HTML to avoid common problems
 - Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs
-- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md)
+- Read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/v3-dev/CONTRIBUTING.md)
 
 When asking general "how to" questions:
 
 - Please do not open an issue here
-- Instead, ask for help on [StackOverflow, IRC, or Slack](https://github.com/twbs/bootstrap/blob/master/README.md#community)
+- Instead, ask for help on [StackOverflow, IRC, or Slack](https://github.com/twbs/bootstrap/blob/v3-dev/README.md#community)
 
 When reporting a bug, include:
 
index f8b77ee8f45246151cacc8f65efe08af79bbb178..02a5f9d03c71f263413efa1ee9592acc1cf95b3f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 [![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com/)
 ![Bower version](https://img.shields.io/bower/v/bootstrap.svg)
 [![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap)
-[![Build Status](https://img.shields.io/travis/twbs/bootstrap/master.svg)](https://travis-ci.org/twbs/bootstrap)
+[![Build Status](https://img.shields.io/travis/twbs/bootstrap/v3-dev.svg)](https://travis-ci.org/twbs/bootstrap)
 [![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap#info=devDependencies)
 [![NuGet](https://img.shields.io/nuget/v/bootstrap.svg)](https://www.nuget.org/packages/Bootstrap)
 
@@ -69,7 +69,7 @@ We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified
 
 ## Bugs and feature requests
 
-Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
+Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/twbs/bootstrap/blob/v3-dev/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).
 
 Note that **feature requests must target [Bootstrap v4](https://github.com/twbs/bootstrap/tree/v4-dev),** because Bootstrap v3 is now in maintenance mode and is closed off to new features. This is so that we can focus our efforts on Bootstrap v4.
 
@@ -96,13 +96,13 @@ Documentation for v2.3.2 has been made available for the time being at <https://
 
 ## Contributing
 
-Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
+Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/v3-dev/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
 
-Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
+Moreover, if your pull request contains JavaScript patches or features, you must include [relevant unit tests](https://github.com/twbs/bootstrap/tree/v3-dev/js/tests). All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide), maintained by [Mark Otto](https://github.com/mdo).
 
 **Bootstrap v3 is now closed off to new features.** It has gone into maintenance mode so that we can focus our efforts on [Bootstrap v4](https://github.com/twbs/bootstrap/tree/v4-dev), the future of the framework. Pull requests which add new features (rather than fix bugs) should target [Bootstrap v4 (the `v4-dev` git branch)](https://github.com/twbs/bootstrap/tree/v4-dev) instead.
 
-Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
+Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/v3-dev/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
 
 
 ## Community
@@ -146,4 +146,4 @@ Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infras
 
 ## Copyright and license
 
-Code and documentation copyright 2011-2019 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
+Code and documentation copyright 2011-2019 Twitter, Inc. Code released under [the MIT license](https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE). Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/v3-dev/docs/LICENSE).
index de9af4fc657767dc2765506d86f5d3435f968cf9..f071685aa418cb3c58abe7cc192b335b1ff80dfb 100644 (file)
@@ -12,7 +12,7 @@
 
     <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" rel="noopener" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" rel="noopener" target="_blank">@fat</a>. Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
 
-    <p>Code licensed <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" rel="license noopener" target="_blank">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" rel="license noopener" target="_blank">CC BY 3.0</a>.</p>
+    <p>Code licensed <a href="https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE" rel="license noopener" target="_blank">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" rel="license noopener" target="_blank">CC BY 3.0</a>.</p>
 
   </div>
 </footer>
index bfcc00e2e9e4fd578b6fc0eb97793f9f065b5815..0fc0ee4d6cae4be99b8e4937836b5707f42d95ce 100644 (file)
   <h2 id="support-ie8-respondjs">Internet Explorer 8 and Respond.js</h2>
   <p>Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.</p>
   <h3 id="respond-js-x-domain">Respond.js and cross-domain CSS</h3>
-  <p>Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. <a href="https://github.com/scottjehl/Respond/blob/master/README.md#cdnx-domain-setup">See the Respond.js docs</a> for details.</p>
+  <p>Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. <a href="https://github.com/scottjehl/Respond/blob/v3-dev/README.md#cdnx-domain-setup">See the Respond.js docs</a> for details.</p>
   <h3 id="respond-file-proto">Respond.js and <code>file://</code></h3>
-  <p>Due to browser security rules, Respond.js doesn't work with pages viewed via the <code>file://</code> protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). <a href="https://github.com/scottjehl/Respond/blob/master/README.md#support--caveats">See the Respond.js docs</a> for details.</p>
+  <p>Due to browser security rules, Respond.js doesn't work with pages viewed via the <code>file://</code> protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). <a href="https://github.com/scottjehl/Respond/blob/v3-dev/README.md#support--caveats">See the Respond.js docs</a> for details.</p>
   <h3 id="respond-import">Respond.js and <code>@import</code></h3>
-  <p>Respond.js doesn't work with CSS that's referenced via <code>@import</code>. In particular, some Drupal configurations are known to use <code>@import</code>. <a href="https://github.com/scottjehl/Respond/blob/master/README.md#support--caveats">See the Respond.js docs</a> for details.</p>
+  <p>Respond.js doesn't work with CSS that's referenced via <code>@import</code>. In particular, some Drupal configurations are known to use <code>@import</code>. <a href="https://github.com/scottjehl/Respond/blob/v3-dev/README.md#support--caveats">See the Respond.js docs</a> for details.</p>
 
   <h2 id="support-ie8-box-sizing">Internet Explorer 8 and box-sizing</h2>
   <p>IE8 does not fully support <code>box-sizing: border-box;</code> when combined with <code>min-width</code>, <code>max-width</code>, <code>min-height</code>, or <code>max-height</code>. For that reason, as of v3.0.1, we no longer use <code>max-width</code> on <code>.container</code>s.</p>
 
 {% highlight js %}
 // Copyright 2014-2019 Twitter, Inc.
-// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+// Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
 if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
   var msViewportStyle = document.createElement('style')
   msViewportStyle.appendChild(
index 2484421896d8452f88766941de0ef3337ae1a4bc..f4e6d4ecb20646b102de47c93df0176f823ef9ec 100644 (file)
@@ -9,7 +9,7 @@
   Then, from the command line:
   <ol>
     <li>Install <code>grunt-cli</code> globally with <code>npm install -g grunt-cli</code>.</li>
-    <li>Navigate to the root <code>/bootstrap/</code> directory, then run <code>npm install</code>. npm will look at the <a href="https://github.com/twbs/bootstrap/blob/master/package.json"><code>package.json</code></a> file and automatically install the necessary local dependencies listed there.</li>
+    <li>Navigate to the root <code>/bootstrap/</code> directory, then run <code>npm install</code>. npm will look at the <a href="https://github.com/twbs/bootstrap/blob/v3-dev/package.json"><code>package.json</code></a> file and automatically install the necessary local dependencies listed there.</li>
   </ol>
 
   <p>When completed, you'll be able to run the various Grunt commands provided from the command line.</p>
index 06ece5c70a63d5ff56ee5bef486742dee7381d70..190c953a2e2b5c1bf53bec3d6b0e75bbadf4cd0a 100644 (file)
@@ -30,5 +30,5 @@
     <li>Submit changes that you make to Bootstrap back to the Bootstrap project (though such feedback is encouraged)</li>
   </ul>
 
-  <p>The full Bootstrap license is located <a href="{{ site.repo }}/blob/master/LICENSE">in the project repository</a> for more information.</p>
+  <p>The full Bootstrap license is located <a href="{{ site.repo }}/blob/v3-dev/LICENSE">in the project repository</a> for more information.</p>
 </div>
index a82c11889c64bb8951cdc33367a135272c646daa..eb9e648e2feaad54c447eeb924dd1e6c9d64dcbe 100644 (file)
@@ -5,7 +5,7 @@
 
   <div class="bs-callout bs-callout-warning" id="jquery-required">
     <h4>jQuery required</h4>
-    <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>. <a href="{{ site.repo }}/blob/master/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery are supported.</p>
+    <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>. <a href="{{ site.repo }}/blob/v3-dev/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery are supported.</p>
   </div>
 
   <h2 id="whats-included-precompiled">Precompiled Bootstrap</h2>
index 911b59098dfc0ec6c1911ebcf72df333833f68fa..ef7f68a8def24f08fecc06848e2d9968151faf05 100644 (file)
@@ -11,7 +11,7 @@
 
   <div class="bs-callout bs-callout-danger" id="callout-overview-dependencies">
     <h4>Plugin dependencies</h4>
-    <p>Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included <strong>before</strong> the plugin files). <a href="{{ site.repo }}/blob/master/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery are supported.</p>
+    <p>Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included <strong>before</strong> the plugin files). <a href="{{ site.repo }}/blob/v3-dev/bower.json">Consult our <code>bower.json</code></a> to see which versions of jQuery are supported.</p>
   </div>
 
   <h2 id="js-data-attrs">Data attributes</h2>
index b9c6e860f7085f27306c33e5a9a5b96a840a5022..0fd6e34e860c0060cdb24d5fb30d0f3ef9dec1b0 100644 (file)
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 @-ms-viewport {
   width: device-width;
index 666919755cd7af82684c3fe706dbf1058b434af2..8ace1131d918cf3d9da3812ebde235c34e095535 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 @-ms-viewport {
   width: device-width;
index 673a71ad0b9c248e93361675a5689670adf18e25..36b6002661fb938eb9770b33357065502305e9d3 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 // See the Getting Started docs for more information:
index 7e9dc5d1f58c3270189bfa6f08968eafb105dfc5..1827f4a25ce728be7c15118e1f75c96fec0c627e 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * IE10 viewport hack for Surface/desktop Windows 8 bug
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 // See the Getting Started docs for more information:
index 04e575a9abc0f9512fd6ea3147860fb51258ad87..b9d93ce57f913d2b6ffd0bdc02bfd446678afc99 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap Grunt task for the CommonJS module generation
  * https://getbootstrap.com/
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 'use strict';
index a970e338e1171c4825873462b88241db4b1c7e76..237a1c18d8bc758c5796930806a6cd7c30fe29c8 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap Grunt task for Glyphicons data generation
  * https://getbootstrap.com/
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 'use strict';
index 8fa4e763e193022315d27e6ceb14fd64c8e9057b..7fad82824a7cbb0ef990d6d6a07bc973a0bafc42 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap Grunt task for parsing Less docstrings
  * https://getbootstrap.com/
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 'use strict';
index 744f7d77dbe438d48d5b2e516bec92dce3933af1..4ae4eeb509516e381496bcc3862470474a0c3b47 100644 (file)
@@ -2,7 +2,7 @@
  * Bootstrap Grunt task for generating raw-files.min.js for the Customizer
  * https://getbootstrap.com/
  * Copyright 2014-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 'use strict';
index 6ae08c85420bb6cd77182586ecca4bed8b8db9a2..4b78049adb3906894b95b826455fb2dccdc51050 100755 (executable)
@@ -5,7 +5,7 @@
 /*!
  * Script to update version number references in the project.
  * Copyright 2015-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 var fs = require('fs');
 var path = require('path');
index 4bc7e87034520bbb5e326e3d714a15cccb8fd04f..3a41b9d0a98796b2a393754c5e869a5a6225de34 100644 (file)
@@ -9,7 +9,7 @@
  *
  * Copyright 2017-2019 The Bootstrap Authors
  * Copyright 2017-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 var crypto = require('crypto');
index ad629048d401ce71b81e82bd38d66b2951db8049..61ed3e8abe2483050ce2363568d767b6f99923f0 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#affix
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index 7f9606b742079598a055111fd0efa74caf6e3d5f..e0a7b0720e62e10c30f138e5af78f6d8f4684a4d 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#alerts
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index ff4af20e23b519ac9bb2f43033b4ccf72e942e7d..5f1dd3bbf0656c22f4221e5346ce713a70ec21b5 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#buttons
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index a5fcac317088dfb2ae1baae1d558e79e54b6d213..c47b2a566058c683bd73504f75ce4e4c354a26a1 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#carousel
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index 2cd5997fd552c5d772570588a5ea5777eb1935de..9dff15422382f45c400bb85a227d6b8b2f5fd796 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#collapse
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 /* jshint latedef: false */
index 4ded8501211831bc9f565c4a431312656f5b228d..a6b6b5f1b78b9950f8d1dc494c6a4960fd52f1b7 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#dropdowns
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index b9eca494fe7c594c2bb013515a9a053f5c9c4ca5..e55bc60d24b81ef1162585fe38cef551663bfbc0 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#modals
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index 66a301cb8c205012a0807a396e3374d82cd8caff..3b8c19b20a3ab1f4a001cd5bcbc236a968785565 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#popovers
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index a629ac6b1c20a33f41d1b8ffd3ea822a4b91331a..ee72695148e67f120b993700292c8ba0b145c5c3 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#scrollspy
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index 74495dffcb790a0e6039a5c0357a8b771c8f876d..588e409d55ed5f84e7bc3a99f7ffc499d917da79 100644 (file)
--- a/js/tab.js
+++ b/js/tab.js
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#tabs
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index 9e3d7cccd195c05f86dd408a2997621a48732f00..125937358cc25e135af06933eaf1a73a57ed3520 100644 (file)
@@ -25,7 +25,7 @@ open `index.html`.
 * Each test should have a unique name clearly stating what unit is being tested.
 * Each test should test only one unit per test, although one test can include several assertions. Create multiple tests for multiple units of functionality.
 * Each test should begin with [`assert.expect`](https://api.qunitjs.com/expect/) to ensure that the expected assertions are run.
-* Each test should follow the project's [JavaScript Code Guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#js)
+* Each test should follow the project's [JavaScript Code Guidelines](https://github.com/twbs/bootstrap/blob/v3-dev/CONTRIBUTING.md#js)
 
 ### Example tests
 
index bb86baa3601f087445ff43daad29ae1c42e7262c..4efbdd968bbdc5a039b7550ebce2fa4facc3ba1b 100644 (file)
@@ -45,7 +45,7 @@
         for (var i = 0, len = eventAliases.length; i < len; i++) {
           var eventAlias = eventAliases[i]
           $.fn[eventAlias] = function () {
-            throw new Error('Using the ".' + eventAlias + '()" method is not allowed, so that Bootstrap can be compatible with custom jQuery builds which exclude the "event aliases" module that defines said method. See https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#js')
+            throw new Error('Using the ".' + eventAlias + '()" method is not allowed, so that Bootstrap can be compatible with custom jQuery builds which exclude the "event aliases" module that defines said method. See https://github.com/twbs/bootstrap/blob/v3-dev/CONTRIBUTING.md#js')
           }
         }
       })()
index c8c1c8c2eeb9ce936bce26dadbcf429419023660..3b7b71b2b277b3454a9dba2927b9d5d02b4e1eb3 100644 (file)
@@ -4,7 +4,7 @@
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 +function ($) {
index 5a9a3e30f760e5265f2b7023c56e19a90fa0042a..81e7122c205305905f087aa87e165b712a0773f0 100644 (file)
@@ -3,7 +3,7 @@
  * https://getbootstrap.com/docs/3.4/javascript/#transitions
  * ========================================================================
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  * ======================================================================== */
 
 
index d6161eb2e5faab96f56c4d3b0f248324e1bd0cf5..569899fd58ee527263664d924fcfc145913ec3fc 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * Bootstrap v3.4.1 (https://getbootstrap.com/)
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 // Core variables and mixins
index 8c66f49dd94feb0876aef454f0175202b9675e0c..0d2db96dcbbd674e7b7d864711d7f0a67fc9ce7e 100644 (file)
@@ -3,7 +3,7 @@
 /*!
  * Bootstrap v3.4.1 (https://getbootstrap.com/)
  * Copyright 2011-2019 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE)
  */
 
 //
index 60292c3979d04ee6997d301c8592c279845bd68b..b7fdca2a268da876d379191d626432dfaf18f885 100644 (file)
@@ -12,7 +12,7 @@
     <language>en-us</language>
     <projectUrl>https://getbootstrap.com/</projectUrl>
     <iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
-    <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
+    <licenseUrl>https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE</licenseUrl>
     <copyright>Copyright 2019</copyright>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <dependencies>
index e2a487b769d9634cf9773b64310fd0c723f48811..d535e77656a7dbd677b1fc13aeb5e9e9e50719b4 100644 (file)
@@ -12,7 +12,7 @@
     <language>en-us</language>
     <projectUrl>https://getbootstrap.com/</projectUrl>
     <iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
-    <licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
+    <licenseUrl>https://github.com/twbs/bootstrap/blob/v3-dev/LICENSE</licenseUrl>
     <copyright>Copyright 2019</copyright>
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <dependencies>