Chris Barry
9aeec56745
Adding subresource hashes to CDN links.
...
In Firefox 43 and Chrome 45 there will be support for Subresource
Iintegrity (SRI). More information here:
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
Closes #17729 by merging a tweaked version of it.
2015-10-23 22:22:57 -07:00
Chris Rebert
18ad53fc56
Fix Hound's JS config
...
Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik !
Refs #17769
/fyi @croaky
[ci skip]
2015-10-20 15:57:11 -07:00
Chris Rebert
7552295617
Port #17955 to v3
...
Add #17913 to Wall of Browser Bugs
Refs https://code.google.com/p/chromium/issues/detail?id=544290
Refs https://bugs.webkit.org/show_bug.cgi?id=150271
Closes #17913
[ci skip]
2015-10-17 00:41:23 -07:00
Chris Rebert
1db87efc2a
Merge pull request #17944 from supergibbs/NuGet_badge
...
Update MyGet badge
2015-10-15 17:21:02 -07:00
Supergibbs
14c04c82d3
Changed MyGet badge to more useful and better looking NuGet one by
...
shields.io
2015-10-15 16:48:51 -07:00
jackzzjack
15eeb87286
Add Chinese (Traditional) language website.
2015-10-14 10:41:06 +08:00
Chris Rebert
5b46f3d9d9
Merge pull request #16710 from supergibbs/NuGet_16692
...
Added NuGet support
2015-10-13 15:11:19 -07:00
Philip Masek
03dbebb216
Clarify that .panel-heading overrides font-size of <hN> tags
...
Closes #17533
Closes #17735
2015-10-13 10:57:32 -07:00
Chris Rebert
a0b8cb74c5
Port #17906 to v3
...
Add Wall of Browser Bugs entry for #14975
See https://bugs.webkit.org/show_bug.cgi?id=150079
Closes #14975
[ci skip]
2015-10-12 19:12:54 -07:00
Chris Rebert
167c6fa93a
Port #17902 to v3
...
http://wkbug.com/138167 has been fixed!
See http://trac.webkit.org/changeset/190893
Refs #9774 , #14907
[ci skip]
2015-10-12 16:23:37 -07:00
Chris Rebert
bb5542651d
Merge pull request #17880 from bhamodi/newline-fixes
...
Added missing new lines at EOF.
2015-10-10 18:19:54 -07:00
Chris Rebert
d97bf25855
Add Wall of Browser Bugs entry for Safari related to #17438 / #14237
...
https://bugs.webkit.org/show_bug.cgi?id=149935
[skip sauce]
2015-10-10 17:03:36 -07:00
Baraa Hamodi
07c8e3862c
Added missing new lines at EOF.
2015-10-10 19:31:57 -04:00
Baraa Hamodi
388b3363d2
Update Example Footers.
2015-10-10 12:53:16 -04:00
Chris Rebert
799ccf38b9
Add missing space in .backface-visibility definition; fixes #17873
...
[ci skip]
2015-10-10 00:30:46 -07:00
Chris Rebert
c697e17370
Port #17820 to v3
...
Add Wall of Browser Bugs entry for #17438 / #14237
Refs https://code.google.com/p/chromium/issues/detail?id=534750
Closes #17438
Closes #14237
[skip sauce]
2015-10-08 13:50:45 -07:00
Chris Rebert
f5043002d8
Be pedantically correct; refs #17809
...
[skip sauce]
2015-10-07 21:32:57 -07:00
Chris Rebert
1d39f938bb
Tooltips on <table>s should use container: body ; fixes #17809
2015-10-07 21:24:20 -07:00
Dan Croak
d53525cc3e
Add JavaScript configuration for Hound
...
This change uses Bootstrap's existing `js/.jshintrc` file
to configure Hound's hosted JSHint instance.
It leaves existing JavaScript linting as-is
because Hound does not support ESLint or JSCS yet.
On each pull request to Bootstrap,
Hound will comment on any JavaScript style violations in-line,
like this:
![screenshot](https://images.thoughtbot.com/hound/javascript-example.png )
If you update the pull request to adopt a suggestion,
the comment will be hidden.
It leaves the existing linting done by Grunt + Travis.
Hound is free for open source projects
and is open source itself:
https://github.com/thoughtbot/hound
2015-10-03 22:45:37 -07:00
Chris Rebert
a482ddb858
Merge pull request #17753 from twbs/moz-1048279
...
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs
2015-10-01 10:40:16 -07:00
Chris Rebert
ac9fa84385
Remove http://bugzil.la/1048279 entry from Wall of Browser Bugs
...
https://bugzilla.mozilla.org/show_bug.cgi?id=1048279 has been closed as WONTFIX.
Refs #14124 .
[skip sauce]
2015-10-01 10:36:24 -07:00
Chris Rebert
8f627f6546
Merge pull request #17742 from twbs/ie10-viewport-bug-workaround-css
...
Add CSS portion of IE10 viewport bug workaround to docs & examples
2015-09-30 12:51:33 -07:00
Chris Rebert
700966253a
Add CSS portion of IE10 viewport bug workaround to examples
...
Fixes #17337
2015-09-30 12:41:27 -07:00
Chris Rebert
05b1c625be
Add CSS portion of IE10 viewport bug workaround to docs
...
Refs #17337
2015-09-30 12:41:18 -07:00
Chris Rebert
79cdd66bbb
Merge pull request #17726 from tomkel/docs-fade-fix
...
Docs - clarify purpose of CSS class .in to .fade
[skip sauce]
2015-09-28 14:36:44 -07:00
Tommy Kelly
e12547d1de
Docs - clarify purpose of CSS class .in to .fade
2015-09-28 16:23:54 -04:00
Baraa Hamodi
85bc0338d1
Documentation clean up and consistency; closes #17625
...
[skip sauce]
2015-09-28 12:37:35 -07:00
Chris Rebert
e38f066d8c
Merge pull request #17712 from twbs/chrome-meta
...
Mention Chrome meta-bug on Wall of Browser Bugs
2015-09-27 01:25:57 -07:00
Chris Rebert
a52c68092c
Mention Chrome meta-bug on Wall of Browser Bugs
...
https://code.google.com/p/chromium/issues/detail?id=536263
[skip sauce]
2015-09-27 01:18:51 -07:00
Chris Rebert
99d243a6b1
Merge pull request #17693 from rclai/patch-1
...
Update support for Meteor 1.2
2015-09-24 15:36:04 -07:00
Richard Lai
7f45ac255a
Update support for Meteor 1.2
2015-09-24 09:06:17 -04:00
Mark Otto
911312d61e
Merge pull request #17485 from psychobunny/patch-1
...
Separated link not actually separated
2015-09-05 21:33:21 -07:00
psychobunny
a035ae2882
Separated link not actually separated
2015-09-05 14:31:17 -04:00
Mark Otto
3293350780
Merge pull request #17332 from twbs/themes-contact
...
Mention themes contact info in CONTRIBUTING.md
2015-09-01 20:27:19 -07:00
Mark Otto
aba3e40132
Update CONTRIBUTING.md
2015-09-01 20:27:13 -07:00
Supergibbs
9d2bb0faa7
Updated NuGet jQuery dependency (>= 1.9.1 but < 3) to
...
match https://github.com/twbs/bootstrap/pull/16896
2015-09-01 17:08:25 -07:00
Chris Rebert
4753bfb9aa
Mention themes contact info in CONTRIBUTING.md
...
[skip sauce]
[skip validator]
2015-08-26 02:21:34 -07:00
Supergibbs
86997512ce
Changed to only include only *.less files (to match NPM/Bower)
2015-08-20 09:30:30 -07:00
Chris Rebert
108173369d
Merge pull request #17012 from kkirsche/patch-5
...
Have Travis CI use Ruby 2.0.0
2015-08-19 19:30:48 -07:00
Kevin Kirsche
697593b9d1
Have travis use Ruby 2.0.0
...
Fix #17011
Update .travis.yml
2015-08-18 14:51:00 -04:00
Chris Rebert
767cbef6d4
Merge pull request #16994 from twbs/ios-text-input-bug
...
Add Wall of Browser Bugs entry for #16988
2015-08-15 19:55:19 -07:00
Chris Rebert
2c4e2fdd6d
Add Wall of Browser Bugs entry for #16988
...
Refs http://wkbug.com/148061
Refs http://openradar.me/22299624
Closes #16988
[skip sauce]
2015-08-15 19:48:45 -07:00
Chris Rebert
c591227602
Travis: Update Savage webhook URL after server move
2015-08-12 20:09:41 -07:00
Kevin Kirsche
4f09bbc4ec
Use @carousel-control-font-size for in min-width sm
...
Fix #16973
As 30px was hard coded for the following attribute values: `width`, `height`, and `font-size`, I have used the same pixel formula for each of these three as the `@carousel-control-width` is a percent value not a pixel value in variables.less
2015-08-12 08:09:18 -04:00
Zac Echola
a1eafb1e46
Adds callout for .icon-next
, .icon-prev
2015-08-10 14:32:47 -05:00
Mark Otto
ab412b2404
grunt
2015-08-04 21:36:11 -07:00
Mark Otto
bc4157054f
Merge pull request #16785 from studyjan/debug_container
...
Round paddings of .container & .container-fluid to match .row's margins
2015-08-04 20:42:41 -07:00
Mark Otto
5758692535
fixes #16769 : use a clearfix on the .modal-header instead of a min-height to avoid collapsing when only a dismiss button is available and no .modal-title
2015-08-04 20:40:09 -07:00
Mark Otto
c266f9773e
Merge branch 'master' of https://github.com/twbs/bootstrap
2015-08-04 20:35:12 -07:00
Mark Otto
70ab634938
Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtons
...
Show active buttons when form disabled
2015-08-04 20:34:09 -07:00