]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update URLs to account for v3 rc1 soft launch
authorMark Otto <otto@github.com>
Fri, 26 Jul 2013 05:53:57 +0000 (22:53 -0700)
committerMark Otto <otto@github.com>
Fri, 26 Jul 2013 05:53:57 +0000 (22:53 -0700)
15 files changed:
Makefile
js/bootstrap-affix.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-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tab.js
js/bootstrap-tooltip.js
js/bootstrap-transition.js
js/bootstrap-typeahead.js
less/bootstrap.less

index 1ad0ba567b6b286676a649f34e3ed135e8e00a40..9f511661764cf1da9a5549f4e62f528ebd81cf0b 100644 (file)
--- a/Makefile
+++ b/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.2 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
 
index 46cb2fcb88933b939389db3c64a56521ebe0eaa6..f305c2ec3d1aea4a90daab0718a50b257289a3fd 100644 (file)
@@ -1,8 +1,8 @@
 /* ==========================================================
  * bootstrap-affix.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#affix
+ * http://getbootstrap.com/2.3.3/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.
index 4f560def4d7cc0735722038567d348042ac411cd..020d2a79654467ae5cb1356323cc81a81020f415 100644 (file)
@@ -1,8 +1,8 @@
 /* ==========================================================
  * bootstrap-alert.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#alerts
+ * http://getbootstrap.com/2.3.3/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.
index f8b52eb419cf15c87742d38577686d043703c71c..668948d698dfef765b1369d3658a4cecdb4061d3 100644 (file)
@@ -1,8 +1,8 @@
 /* ============================================================
  * bootstrap-button.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#buttons
+ * http://getbootstrap.com/2.3.3/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.
index 300b86ed222b39f0c5c5bc7cfeab6b11e859b606..6882d6d426f7b7626ea5371e86174b4276572497 100644 (file)
@@ -1,8 +1,8 @@
 /* ==========================================================
  * bootstrap-carousel.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#carousel
+ * http://getbootstrap.com/2.3.3/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.
index 1b68044417e501848071ba26ec3fe785ac6c864f..0ee53053d755eb1f7430829e4690e3cf00956c27 100644 (file)
@@ -1,8 +1,8 @@
 /* =============================================================
  * bootstrap-collapse.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#collapse
+ * http://getbootstrap.com/2.3.3/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.
index f5e3e31f240d3168f79fa8b0a1d992d4907f4a45..a77698dc2f84e30742f717decdd196b4305108be 100644 (file)
@@ -1,8 +1,8 @@
 /* ============================================================
  * bootstrap-dropdown.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#dropdowns
+ * http://getbootstrap.com/2.3.3/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.
index 1ad9a1640eb9514c4e0622af33cc09863cd6a94e..db3f2785ac6600c3877d3c97c4b466a03d14f0c2 100644 (file)
@@ -1,8 +1,8 @@
 /* =========================================================
  * bootstrap-modal.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#modals
+ * http://getbootstrap.com/2.3.3/javascript.html#modals
  * =========================================================
- * 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.
index 7d0e277474b88b0f8ae89a5104cf1e2b4bb3f634..078cd8221feca3d85e2e491ac4053db7ac788db1 100644 (file)
@@ -1,8 +1,8 @@
 /* ===========================================================
  * bootstrap-popover.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#popovers
+ * http://getbootstrap.com/2.3.3/javascript.html#popovers
  * ===========================================================
- * 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.
index aae25aca940511a908b945186b0455e9c209e9db..de2bc8b374f4b87e04eae765a7e474c157de9db4 100644 (file)
@@ -1,8 +1,8 @@
 /* =============================================================
  * bootstrap-scrollspy.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#scrollspy
+ * http://getbootstrap.com/2.3.3/javascript.html#scrollspy
  * =============================================================
- * 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.
index bb3fc439ef0e8f5f616954ea57005f2e78db00ab..7dc43130a72fe161e2dcab4ec25e73e240b8a0ef 100644 (file)
@@ -1,8 +1,8 @@
 /* ========================================================
  * bootstrap-tab.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#tabs
+ * http://getbootstrap.com/2.3.3/javascript.html#tabs
  * ========================================================
- * 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.
index dbbf7d27f896c6ce906fa4d22657085cab72f207..f0af4d31454b4245541e6dcd451d0e94774c521e 100644 (file)
@@ -1,9 +1,9 @@
 /* ===========================================================
  * bootstrap-tooltip.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#tooltips
+ * http://getbootstrap.com/2.3.3/javascript.html#tooltips
  * Inspired by the original jQuery.tipsy by Jason Frame
  * ===========================================================
- * 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.
index bf89aac8c3618d34cd7cadb1063f26750c40a4fb..cb3c7f14632c62d4d7ab90f81cef105939193609 100644 (file)
@@ -1,8 +1,8 @@
 /* ===================================================
  * bootstrap-transition.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#transitions
+ * http://getbootstrap.com/2.3.3/javascript.html#transitions
  * ===================================================
- * 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.
index d45e6ed57e82739bfa02c32e81d32fa4d8279af2..3f1a20d9bcfd47b415f79e67d3e8a32accaeb515 100644 (file)
@@ -1,8 +1,8 @@
 /* =============================================================
  * bootstrap-typeahead.js v2.3.2
- * http://twbs.github.com/bootstrap/javascript.html#typeahead
+ * http://getbootstrap.com/2.3.3/javascript.html#typeahead
  * =============================================================
- * 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.
index d4ebf37acc9e5831dac149b093d68ece2c31a749..3eabae1440e0cc56b1783b91ca9f2d993b4cad5c 100644 (file)
@@ -1,11 +1,11 @@
 /*!
  * Bootstrap v2.3.2
  *
- * Copyright 2012 Twitter, Inc
+ * Copyright 2013 Twitter, Inc
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
- * Designed and built with all the love in the world @twitter by @mdo and @fat.
+ * Designed and built with all the love in the world by @mdo and @fat.
  */
 
 // Core variables and mixins