]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
twbs ALL the links 8603/head
authorChris Rebert <code@rebertia.com>
Thu, 25 Jul 2013 19:24:13 +0000 (12:24 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 25 Jul 2013 19:24:13 +0000 (12:24 -0700)
25 files changed:
CONTRIBUTING.md
README.md
_includes/social-buttons.html
_layouts/default.html
composer.json
dist/js/bootstrap.js
getting-started.html
index.html
javascript.html
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/tooltip.js
js/transition.js
less/forms.less
less/mixins.less
less/type.less
package.json

index 712b023ce6c9d527a32ab5a06b5e7c9c3a7eab40..ba2bfc52d3bc0ab0a802621c07f77543a12edc83 100644 (file)
@@ -63,4 +63,4 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
 
 ## 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
index 34449c3f1ba0ac12fd0bfd97a95d3e1b4eff9a7e..2eb66151c21bc297de1e23162048a029ea7025e0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,8 +10,8 @@ To get started, check out [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`.
+* [Download the latest release](https://github.com/twbs/bootstrap/zipball/master).
+* Clone the repo: `git clone git://github.com/twbs/bootstrap.git`.
 * Install with [Bower](http://bower.io): `bower install bootstrap`.
 
 Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
@@ -20,7 +20,7 @@ Read the [Getting Started page](http://getbootstrap.com/getting-started/) for in
 
 ## Bugs and feature requests
 
-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/).
 
 
 
index 5cef71a19dadaffaea005b906340304b2923a385..3700ecd14a81d5c17be358532fb74b6a76e1826e 100644 (file)
@@ -1,16 +1,16 @@
 <div class="bs-social">
   <ul class="bs-social-buttons">
     <li>
-      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
+      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
     </li>
     <li>
-      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
+      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
     </li>
     <li class="follow-btn">
       <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @twbootstrap</a>
     </li>
     <li class="tweet-btn">
-      <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
+      <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twbs.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a>
     </li>
   </ul>
 </div>
index ede47203a187e573bf4d8a88a3abfd26eb191567..bf84836384dc7e6c3d340b1474b691e4efe5cfa6 100644 (file)
@@ -62,9 +62,9 @@
       <ul class="footer-links">
         <li><a href="http://blog.getbootstrap.com">Blog</a></li>
         <li class="muted">&middot;</li>
-        <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
+        <li><a href="https://github.com/twbs/bootstrap/issues?state=open">Issues</a></li>
         <li class="muted">&middot;</li>
-        <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
+        <li><a href="https://github.com/twbs/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
       </ul>
     </footer>
 
index aa96a05fd6a3daefeef8745c4877d1f1e559e2a8..46c45b880c33f51f0c2e8a0ccb1a9d5afdc64b1b 100644 (file)
@@ -14,7 +14,7 @@
       }
     ]
   , "support": {
-      "issues": "https://github.com/twitter/bootstrap/issues"
+      "issues": "https://github.com/twbs/bootstrap/issues"
     }
   , "license": "Apache-2.0"
 }
index 9e71b5b474a890076063369954bb5085012e5cb9..a36878834521980bb281a6ef78b03091965e34d9 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: transition.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#transitions
+ * http://twbs.github.com/bootstrap/javascript.html#transitions
  * ========================================================================
  * Copyright 2013 Twitter, Inc.
  *
@@ -55,7 +55,7 @@
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: alert.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#alerts
+ * http://twbs.github.com/bootstrap/javascript.html#alerts
  * ========================================================================
  * Copyright 2013 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: button.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#buttons
+ * http://twbs.github.com/bootstrap/javascript.html#buttons
  * ========================================================================
  * Copyright 2013 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: carousel.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#carousel
+ * http://twbs.github.com/bootstrap/javascript.html#carousel
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: collapse.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#collapse
+ * http://twbs.github.com/bootstrap/javascript.html#collapse
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: dropdown.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#dropdowns
+ * http://twbs.github.com/bootstrap/javascript.html#dropdowns
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: modal.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#modals
+ * http://twbs.github.com/bootstrap/javascript.html#modals
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: tooltip.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#affix
+ * http://twbs.github.com/bootstrap/javascript.html#affix
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: popover.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#popovers
+ * http://twbs.github.com/bootstrap/javascript.html#popovers
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: scrollspy.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#scrollspy
+ * http://twbs.github.com/bootstrap/javascript.html#scrollspy
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: tab.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#tabs
+ * http://twbs.github.com/bootstrap/javascript.html#tabs
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
 }(window.jQuery);
 /* ========================================================================
  * Bootstrap: affix.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#affix
+ * http://twbs.github.com/bootstrap/javascript.html#affix
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index 435865ebf520dccdbc60d6faa5af49cd86d60d99..506a472b489c938a8d741e0a5330da48829f3b50 100644 (file)
@@ -23,11 +23,11 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
     <h3 id="download-options">More download options</h3>
     <div class="bs-docs-dl-options">
       <h4>
-        <a href="https://github.com/twitter/bootstrap/zipball/master" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest source code</a>
+        <a href="https://github.com/twbs/bootstrap/zipball/master" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download latest source code</a>
       </h4>
       <p>Get the original files for all CSS and JavaScript by downloading the latest version directly from GitHub.</p>
       <h4>
-        <a href="https://github.com/twitter/bootstrap/" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
+        <a href="https://github.com/twbs/bootstrap/" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
       </h4>
       <p>Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.</p>
       <h4>
index b798f3013c9133173f4a7535892d2da5f2cde9c2..43a6db631e6ab348136f263207e5e0c22950beb3 100644 (file)
@@ -25,7 +25,7 @@ title: Bootstrap
 
     <ul class="bs-masthead-links">
       <li>
-        <a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
+        <a href="http://github.com/twbs/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
       </li>
       <li>
         <a href="http://examples.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
index 23fe67719147194d7bba14d8e5516b44de3c4fc6..5be5ac775f69de0ec7c58d330f3f47c83b6ea228 100644 (file)
@@ -985,7 +985,7 @@ $('#example').tooltip(options)
               <td>selector</td>
               <td>string</td>
               <td>false</td>
-              <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twitter/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td>
+              <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td>
             </tr>
             <tr>
               <td>trigger</td>
@@ -1262,7 +1262,7 @@ $('.nav-tabs').button()
 
             <div class="bs-callout bs-callout-danger">
               <h4>Cross-browser compatibility</h4>
-              <p><a href="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p>
+              <p><a href="https://github.com/twbs/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p>
             </div>
 
             <h4>$().button('reset')</h4>
index 2400ba217c0307d7fa3f587fe2ede76ce23ffcca..5cdaa326134767908aec65f923020c21ea03fb94 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: affix.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#affix
+ * http://twbs.github.com/bootstrap/javascript.html#affix
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index 6f3d072e99bc19b493333559198607f6955024de..663029ed8ec0a46c501b3ed68cf78ea44fad2e4f 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: alert.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#alerts
+ * http://twbs.github.com/bootstrap/javascript.html#alerts
  * ========================================================================
  * Copyright 2013 Twitter, Inc.
  *
index b4d66b68b570026ef5c202d9741e4390696e6632..539e9feadbf2b61887394190041ab1e076cd5c65 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: button.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#buttons
+ * http://twbs.github.com/bootstrap/javascript.html#buttons
  * ========================================================================
  * Copyright 2013 Twitter, Inc.
  *
index e5a83f09404352070053cb9f7d3bc6fce312c4df..d4bcb88b7e12b74c280669e8b0a52697204db835 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: carousel.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#carousel
+ * http://twbs.github.com/bootstrap/javascript.html#carousel
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index 7bc65b3e26eaf32e5248c875ff84300dbda36fff..b841e2b7d9a6e518c8a86fb59799d7529983eb9a 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: collapse.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#collapse
+ * http://twbs.github.com/bootstrap/javascript.html#collapse
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index 5bf051e86a38c1d95d4eaead169bc937b7dd0250..69bbd802ca7f568ac2c49b0f03b44f3d79624944 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: dropdown.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#dropdowns
+ * http://twbs.github.com/bootstrap/javascript.html#dropdowns
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index 4a89ba7eac67e06ab1f17779a7d3a680ac100f24..83095e8ff7bb84a1f5d177257de47f460ca87e6b 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: modal.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#modals
+ * http://twbs.github.com/bootstrap/javascript.html#modals
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index 482985b639dbf86b1f6d3f35123eb192b764de1f..130b3652d9d920086cf50ccc0bd062dc349c0c06 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: popover.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#popovers
+ * http://twbs.github.com/bootstrap/javascript.html#popovers
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index 8d1e72a874cdc90ddafa6b98f0373293049ad81c..af74da17d7b2b059206503bba3ac86c492f2af78 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: scrollspy.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#scrollspy
+ * http://twbs.github.com/bootstrap/javascript.html#scrollspy
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index cacda7d6686d93205f9e0c3d245125b6e68553b9..e1c155920f2e329edac04fa3587c013bff4ef67f 100644 (file)
--- a/js/tab.js
+++ b/js/tab.js
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: tab.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#tabs
+ * http://twbs.github.com/bootstrap/javascript.html#tabs
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
  *
index faa434030d46485e4c28333100fc13ab88094376..a954923beb1c6fd894b76001fd12cc21fa2a7219 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: tooltip.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#affix
+ * http://twbs.github.com/bootstrap/javascript.html#affix
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ========================================================================
  * Copyright 2012 Twitter, Inc.
index c38460c15ebc012ee04d9fff7b71f1413f38569e..8a484b5e938e0d34936813d932dbad29fe584113 100644 (file)
@@ -1,6 +1,6 @@
 /* ========================================================================
  * Bootstrap: transition.js v3.0.0
- * http://twitter.github.com/bootstrap/javascript.html#transitions
+ * http://twbs.github.com/bootstrap/javascript.html#transitions
  * ========================================================================
  * Copyright 2013 Twitter, Inc.
  *
index 5991df9db03b2a5f215ccdccc6b7a713772993c1..54b2a658aad5093ffb1fa72d8588c108b3f35c1f 100644 (file)
@@ -133,7 +133,7 @@ select[size] {
   height: auto;
 }
 
-// Fix optgroup Firefox bug per https://github.com/twitter/bootstrap/issues/7611
+// Fix optgroup Firefox bug per https://github.com/twbs/bootstrap/issues/7611
 select optgroup {
   font-size: inherit;
   font-style: inherit;
@@ -149,7 +149,7 @@ input[type="checkbox"]:focus {
 
 // Fix for Chrome number input
 // Setting certain font-sizes causes the `I` bar to appear on hover of the bottom increment button.
-// See https://github.com/twitter/bootstrap/issues/8350 for more.
+// See https://github.com/twbs/bootstrap/issues/8350 for more.
 input[type="number"] {
   &::-webkit-outer-spin-button,
   &::-webkit-inner-spin-button  {
index a280ca9fdc4403e557cf6323b884ea5013789e0d..260129a12d34cafa26bf66b33e24527cb6e684d7 100644 (file)
 }
 .skew(@x, @y) {
   -webkit-transform: skew(@x, @y);
-      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
+      -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885
           transform: skew(@x, @y);
 }
 .translate3d(@x, @y, @z) {
index 3d042bdb3343f797c07759ee5cbb08f4eaeb304d..653c78ef44ec5c83d93ceb35f5de3d12bc7285f7 100644 (file)
@@ -164,7 +164,7 @@ dd {
 
 // 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 @gray-light;
index 8d3f14160f8b9f1cd24734965593e2d821f27a5a..8115cdeb9ae18b2e6c1e6d1d999bde5c61bc9acc 100644 (file)
@@ -3,12 +3,12 @@
   , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
   , "version": "3.0.0"
   , "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": [
     {