]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
10 years agoFix asymmetry between dropup and dropdown carets. 16614/head
Simon Pai [Wed, 10 Jun 2015 07:52:01 +0000 (15:52 +0800)] 
Fix asymmetry between dropup and dropdown carets.

10 years agoMerge pull request #16591 from ZDroid/patch-1 16605/head
Mark Otto [Mon, 8 Jun 2015 22:31:28 +0000 (15:31 -0700)] 
Merge pull request #16591 from ZDroid/patch-1

Add Slack link to `CONTRIBUTING.md`

10 years agoUse new gradient syntax in justified nav example; fixes #16598
Kevin Kirsche [Mon, 8 Jun 2015 08:34:46 +0000 (01:34 -0700)] 
Use new gradient syntax in justified nav example; fixes #16598

Closes #16599 by merging a tweaked version of it.

10 years agoAdd Slack link to `CONTRIBUTING.md` 16591/head
Zlatan Vasović [Fri, 5 Jun 2015 09:35:13 +0000 (11:35 +0200)] 
Add Slack link to `CONTRIBUTING.md`

10 years agoMerge pull request #16579 from kkirsche/patch-8
Mark Otto [Wed, 3 Jun 2015 04:36:03 +0000 (21:36 -0700)] 
Merge pull request #16579 from kkirsche/patch-8

Include Slack in CONTRIBUTING.md's list of places to get help

10 years agoInclude Slack in list of places to get help 16579/head
Kevin Kirsche [Wed, 3 Jun 2015 01:51:45 +0000 (21:51 -0400)] 
Include Slack in list of places to get help

As Slack is a common replacement for IRC for projects (e.g. Wordpress), I propose that we encourage the use of Slack as you have members of the core team using it while IRC often does not have any of the core team available.

10 years agoMerge pull request #16571 from patrickhlauke/generalize-dropdowns
Patrick H. Lauke [Tue, 2 Jun 2015 10:21:26 +0000 (11:21 +0100)] 
Merge pull request #16571 from patrickhlauke/generalize-dropdowns

generalize dropdowns / drop role="menu"

10 years agogeneralize dropdowns / drop role="menu" 16571/head
Patrick H. Lauke [Tue, 2 Jun 2015 08:41:40 +0000 (09:41 +0100)] 
generalize dropdowns / drop role="menu"

as role="menu" is a very specific (and strict) ARIA pattern for
desktop-like application menus, and our dropdowns are often used
as pure navigation dropdowns, this change abandons ARIA menus for
a more open-ended and light-weight approach
(see http://heydonworks.com/practical_aria_examples/#submenus and
http://www.w3.org/WAI/tutorials/menus/flyout/#improve-screen-reader-support-using-wai-aria)
note that in dropdown.js, switched to now target ``.dropdown-menu``
instead of ``role["menu"]`` - this also prevents bootstrap scripts
from "bleeding" into non-bootstrap components on the same page.
also removed the ``role=["listbox"]`` part, which appears to be
vestigial/unused (only place in bootstrap that uses that
role are carousels, and their key handling is done separately)

10 years agoMerge pull request #16567 from justincron/master
Chris Rebert [Mon, 1 Jun 2015 23:55:00 +0000 (16:55 -0700)] 
Merge pull request #16567 from justincron/master

Fixed typo in hide-text.less
[skip sauce]
[skip validator]

10 years agoFixed typo 16567/head
Justin Cron [Mon, 1 Jun 2015 20:17:32 +0000 (13:17 -0700)] 
Fixed typo

10 years agoMerge pull request #16566 from ipdae/master
Mark Otto [Mon, 1 Jun 2015 18:50:00 +0000 (11:50 -0700)] 
Merge pull request #16566 from ipdae/master

change korean translation site url

10 years agochange korean translation site url 16566/head
yang [Mon, 1 Jun 2015 14:44:42 +0000 (23:44 +0900)] 
change korean translation site url

10 years agoRun `grunt`.
XhmikosR [Mon, 1 Jun 2015 06:55:02 +0000 (09:55 +0300)] 
Run `grunt`.

[ci skip]

10 years agoFix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.
XhmikosR [Mon, 1 Jun 2015 06:58:35 +0000 (09:58 +0300)] 
Fix license header after e93c6a2216c69daa574abc16e7c14767fce44ad6.

[ci skip]

10 years agodocs: update uglify-js to v2.4.23.
XhmikosR [Mon, 1 Jun 2015 06:46:22 +0000 (09:46 +0300)] 
docs: update uglify-js to v2.4.23.

[ci skip]

10 years agoBump load-grunt-tasks.
XhmikosR [Mon, 1 Jun 2015 06:45:26 +0000 (09:45 +0300)] 
Bump load-grunt-tasks.

10 years agoMerge pull request #16484 from kkirsche/patch-13
Mark Otto [Sun, 31 May 2015 00:32:20 +0000 (17:32 -0700)] 
Merge pull request #16484 from kkirsche/patch-13

ScrollSpy requires non-body elements to have height and overflow…

10 years ago[Close #16441] ScrollSpy requires non-body elements to have height and padding 16484/head
Kevin Kirsche [Thu, 14 May 2015 23:06:00 +0000 (19:06 -0400)] 
[Close #16441] ScrollSpy requires non-body elements to have height and padding

[Close #16441] ScrollSpy requires non-body elements to have height and padding

10 years agoMerge pull request #16565 from TimothyGu/patch-1
Mark Otto [Sat, 30 May 2015 22:08:02 +0000 (15:08 -0700)] 
Merge pull request #16565 from TimothyGu/patch-1

Adjust Carbon Ads margin on -xs

10 years agoAdjust Carbon Ads margin on -xs 16565/head
Timothy Gu [Sat, 30 May 2015 21:57:41 +0000 (14:57 -0700)] 
Adjust Carbon Ads margin on -xs

The .container that immediately surrounds .carbonad has a padding of 15px, not 30px.

Fixes #16552.

10 years agoMerge pull request #16561 from patrickhlauke/docs-separators
Patrick H. Lauke [Fri, 29 May 2015 23:05:34 +0000 (00:05 +0100)] 
Merge pull request #16561 from patrickhlauke/docs-separators

ensure divider list items have `role="separator"`

10 years agoensure divider list items have role="separator" 16561/head
Patrick H. Lauke [Fri, 29 May 2015 22:48:35 +0000 (23:48 +0100)] 
ensure divider list items have role="separator"

http://www.w3.org/TR/wai-aria/roles#separator

10 years agoMerge pull request #16504 from kkirsche/patch-8
Chris Rebert [Tue, 26 May 2015 22:15:15 +0000 (15:15 -0700)] 
Merge pull request #16504 from kkirsche/patch-8

Clarify the bs-callout on multiple open modals

10 years agoMerge pull request #16533 from mortonfox/patch-1
Chris Rebert [Tue, 26 May 2015 17:32:13 +0000 (10:32 -0700)] 
Merge pull request #16533 from mortonfox/patch-1

Update source maps link

10 years agoUpdate source maps link 16533/head
Morton Fox [Mon, 25 May 2015 17:11:42 +0000 (13:11 -0400)] 
Update source maps link

10 years agoMerge pull request #16525 from twbs/jq-browser-bugs-xref
Chris Rebert [Sat, 23 May 2015 06:41:08 +0000 (23:41 -0700)] 
Merge pull request #16525 from twbs/jq-browser-bugs-xref

Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"

10 years agoWall of Browser Bugs: Add link to "jQuery's browser bug workarounds" 16525/head
Chris Rebert [Sat, 23 May 2015 06:30:05 +0000 (23:30 -0700)] 
Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"

[skip sauce]

10 years agoMerge pull request #16524 from miketaylr/remove-fx-warning
XhmikosR [Fri, 22 May 2015 17:39:07 +0000 (20:39 +0300)] 
Merge pull request #16524 from miketaylr/remove-fx-warning

Remove Firefox warning for customizer download.

10 years agoRemove Firefox warning for customizer download. 16524/head
Mike Taylor [Fri, 22 May 2015 17:25:08 +0000 (12:25 -0500)] 
Remove Firefox warning for customizer download.

Closes #15016.

10 years agopackage.json: Update format of `license` attribute
Peter deHaan [Thu, 21 May 2015 05:35:31 +0000 (22:35 -0700)] 
package.json: Update format of `license` attribute

Specifying both the type and URL is deprecated:
* https://docs.npmjs.com/files/package.json#license
* http://npm1k.org/

Closes #16517

10 years agoClarify the bs-callout on multiple open modals 16504/head
Kevin Kirsche [Mon, 18 May 2015 12:35:48 +0000 (08:35 -0400)] 
Clarify the bs-callout on multiple open modals

[Close #16502] Clarify the bs-callout on multiple open modals

Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear.

10 years agoAdd missing type="button" attrs to <button>s in list-group docs
Chris Rebert [Mon, 18 May 2015 06:20:00 +0000 (23:20 -0700)] 
Add missing type="button" attrs to <button>s in list-group docs

Fixes Bootlint warnings:
W007 Found one or more `<button>`s missing a `type` attribute.

[skip sauce]

10 years agoUse `https` when possible.
XhmikosR [Sun, 17 May 2015 09:43:04 +0000 (12:43 +0300)] 
Use `https` when possible.

10 years agoabout.html: Add the size of the gravatar image we currently use.
XhmikosR [Sat, 16 May 2015 11:08:04 +0000 (14:08 +0300)] 
about.html: Add the size of the gravatar image we currently use.

10 years agodocs: update uglify-js to v2.4.21.
XhmikosR [Sat, 16 May 2015 21:55:15 +0000 (00:55 +0300)] 
docs: update uglify-js to v2.4.21.

[ci skip]

10 years agoMerge pull request #16494 from twbs/license-header
XhmikosR [Sat, 16 May 2015 10:08:27 +0000 (13:08 +0300)] 
Merge pull request #16494 from twbs/license-header

License header

10 years agoRemove grunt-banner completely. 16494/head
XhmikosR [Sat, 16 May 2015 07:47:19 +0000 (10:47 +0300)] 
Remove grunt-banner completely.

Add a license header in theme instead.

10 years agoRun `grunt`.
XhmikosR [Sat, 16 May 2015 06:57:22 +0000 (09:57 +0300)] 
Run `grunt`.

10 years agoUpdate Anchor.js and port over the existing styles.
Bryan Braun [Fri, 15 May 2015 04:37:07 +0000 (00:37 -0400)] 
Update Anchor.js and port over the existing styles.

Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it
from the codebase and move any leftover styles over to docs.css.

Closes #16488 by merging it.

10 years agoRelicense ie10-viewport-bug-workaround.js under MIT License
Chris Rebert [Thu, 14 May 2015 22:50:07 +0000 (18:50 -0400)] 
Relicense ie10-viewport-bug-workaround.js under MIT License

Fixes #16470
Closes #16483

10 years agoMerge pull request #16485 from kkirsche/patch-15
Mark Otto [Fri, 15 May 2015 01:17:45 +0000 (18:17 -0700)] 
Merge pull request #16485 from kkirsche/patch-15

[Close #16482] Add border-radius to theme's navbar-inverse

10 years ago[Close #16482] Add border-radius to theme's navbar-inverse 16485/head
Kevin Kirsche [Thu, 14 May 2015 23:13:21 +0000 (19:13 -0400)] 
[Close #16482] Add border-radius to theme's navbar-inverse

[Close #16482] Add border-radius to theme's navbar-inverse

10 years agogrrrrrrrrrrrrrrrrrrrunt
Mark Otto [Thu, 14 May 2015 18:11:03 +0000 (11:11 -0700)] 
grrrrrrrrrrrrrrrrrrrunt

10 years agoMerge pull request #16437 from twbs/fix-16249
Mark Otto [Thu, 14 May 2015 18:07:05 +0000 (11:07 -0700)] 
Merge pull request #16437 from twbs/fix-16249

Document that nested tabs are not supported

10 years agoMerge pull request #16472 from twbs/fixes_16346
Mark Otto [Thu, 14 May 2015 17:43:50 +0000 (10:43 -0700)] 
Merge pull request #16472 from twbs/fixes_16346

Tweak temporal inputs

10 years agoMerge pull request #16477 from twbs/fix_16374
Mark Otto [Thu, 14 May 2015 17:31:16 +0000 (10:31 -0700)] 
Merge pull request #16477 from twbs/fix_16374

Redo jumbotron padding

10 years agoRedo jumbotron padding 16477/head
Mark Otto [Thu, 14 May 2015 17:09:42 +0000 (10:09 -0700)] 
Redo jumbotron padding

- In general, there are very few instances that would require a jumbotron without a parent or child container.
- Right now we account for that behavior though with some horizontal padding on the .jumbotron class.
- This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case.
- It also improves consistency across breakpoints, in that padding isn't being added and removed.
- In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).

10 years agoadd comment, remove week type 16472/head
Mark Otto [Thu, 14 May 2015 16:31:23 +0000 (09:31 -0700)] 
add comment, remove week type

10 years agoMerge pull request #16473 from twbs/safari-line-wrap-wtf
Chris Rebert [Thu, 14 May 2015 06:43:58 +0000 (23:43 -0700)] 
Merge pull request #16473 from twbs/safari-line-wrap-wtf

Add Wall of Browser Bugs entries for #15998

10 years agoAdd Wall of Browser Bugs entries for #15998 16473/head
Chris Rebert [Thu, 14 May 2015 06:38:07 +0000 (23:38 -0700)] 
Add Wall of Browser Bugs entries for #15998

Closes #15998
[skip sauce]

10 years agoAdd WebKit+Safari Wall of Browser
Chris Rebert [Thu, 14 May 2015 06:37:18 +0000 (23:37 -0700)] 
Add WebKit+Safari Wall of Browser

10 years agoGroup inverted navbar vars under a subheading
Chris Rebert [Thu, 14 May 2015 05:23:51 +0000 (22:23 -0700)] 
Group inverted navbar vars under a subheading

[skip sauce]
[skip validator]

10 years agoUse vanilla comment since this isn't a description of @btn-border-radius-base
Chris Rebert [Thu, 14 May 2015 05:19:56 +0000 (22:19 -0700)] 
Use vanilla comment since this isn't a description of @btn-border-radius-base

10 years agoscope temporal changes to .form-control class, add week input to boot
Mark Otto [Thu, 14 May 2015 05:16:51 +0000 (22:16 -0700)] 
scope temporal changes to .form-control class, add week input to boot

10 years agoMerge pull request #16471 from vsn4ik/remove_bages_style_param
XhmikosR [Thu, 14 May 2015 05:14:44 +0000 (08:14 +0300)] 
Merge pull request #16471 from vsn4ik/remove_bages_style_param

Remove unnecessary style=flat from badges

10 years agoMerge pull request #16215 from zacechola/list_group_buttons
Mark Otto [Thu, 14 May 2015 04:35:39 +0000 (21:35 -0700)] 
Merge pull request #16215 from zacechola/list_group_buttons

Adds button styles to `.list-group-item`

10 years agoMerge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean...
Mark Otto [Thu, 14 May 2015 04:20:02 +0000 (21:20 -0700)] 
Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders

10 years agoMerge pull request #16405 from rlindner81/Fix16371
Mark Otto [Thu, 14 May 2015 03:48:07 +0000 (20:48 -0700)] 
Merge pull request #16405 from rlindner81/Fix16371

Fixes Issue #16371 Carousel control is vertically off center

10 years agoMerge pull request #16462 from kkirsche/patch-12
Mark Otto [Thu, 14 May 2015 03:38:48 +0000 (20:38 -0700)] 
Merge pull request #16462 from kkirsche/patch-12

[Closes #16460] Fix .pagination-sm line height

10 years agoMerge pull request #16457 from kkirsche/patch-8
Mark Otto [Thu, 14 May 2015 03:37:38 +0000 (20:37 -0700)] 
Merge pull request #16457 from kkirsche/patch-8

[Closes #16447] Manually add license to bootstrap.less

10 years agoRemove unnecessary style=flat from bages 16471/head
vsn4ik [Wed, 13 May 2015 20:55:15 +0000 (23:55 +0300)] 
Remove unnecessary style=flat from bages

[skip validator]
[skip sauce]

10 years ago[Closes #16460] Fix .pagination-sm line height 16462/head
Kevin Kirsche [Tue, 12 May 2015 21:50:29 +0000 (17:50 -0400)] 
[Closes #16460] Fix .pagination-sm line height

[Closes #16460] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.

10 years ago[Closes #16447] Concat. license to bootstrap.less 16457/head
Kevin Kirsche [Tue, 12 May 2015 01:31:28 +0000 (21:31 -0400)] 
[Closes #16447] Concat. license to bootstrap.less

[Closes #16447] Concat. license to bootstrap.less

10 years agoUpdate dependencies.
XhmikosR [Sat, 9 May 2015 22:19:08 +0000 (01:19 +0300)] 
Update dependencies.

10 years agoUpdate jQuery to v1.11.3.
XhmikosR [Sat, 9 May 2015 22:04:14 +0000 (01:04 +0300)] 
Update jQuery to v1.11.3.

10 years agoMerge pull request #16445 from twbs/enter-email
Chris Rebert [Fri, 8 May 2015 07:58:40 +0000 (00:58 -0700)] 
Merge pull request #16445 from twbs/enter-email

docs examples: input[placeholder]: "Enter email" => "Email"

10 years agodocs examples: input[placeholder]: "Enter email" => "Email" 16445/head
Chris Rebert [Fri, 8 May 2015 07:20:21 +0000 (00:20 -0700)] 
docs examples: input[placeholder]: "Enter email" => "Email"

For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else.

[skip sauce]

10 years agoCloses #16249: Doc that nested tabs are not supported 16437/head
Julian Thilo [Wed, 6 May 2015 20:37:56 +0000 (22:37 +0200)] 
Closes #16249: Doc that nested tabs are not supported

10 years agoAdd Wall of Browser Bugs entries for #16372 (Safari/WebKit)
Chris Rebert [Wed, 6 May 2015 18:23:24 +0000 (11:23 -0700)] 
Add Wall of Browser Bugs entries for #16372 (Safari/WebKit)

10 years agoAdd Wall of Browser Bugs entry for #16372 (Chrome)
Chris Rebert [Wed, 6 May 2015 06:21:15 +0000 (23:21 -0700)] 
Add Wall of Browser Bugs entry for #16372 (Chrome)

Closes #16372

10 years agoMerge pull request #16430 from twbs/stateful-btn
Chris Rebert [Tue, 5 May 2015 22:38:45 +0000 (15:38 -0700)] 
Merge pull request #16430 from twbs/stateful-btn

Improvements to stateful button JS docs

10 years agoDocument that $(...).button('reset') is async. 16430/head
Chris Rebert [Tue, 5 May 2015 22:02:07 +0000 (15:02 -0700)] 
Document that $(...).button('reset') is async.

Closes #16362.
[skip sauce]

10 years agoMark stateful button feature as deprecated
Chris Rebert [Tue, 5 May 2015 21:59:32 +0000 (14:59 -0700)] 
Mark stateful button feature as deprecated

Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469
[skip sauce]

10 years agoRun `grunt`.
XhmikosR [Tue, 5 May 2015 08:57:42 +0000 (11:57 +0300)] 
Run `grunt`.

10 years agoUpdate grunt-banner.
XhmikosR [Tue, 5 May 2015 08:51:52 +0000 (11:51 +0300)] 
Update grunt-banner.

10 years agophantom.js: switch to unicode characters that work on Windows too.
XhmikosR [Thu, 30 Apr 2015 06:55:04 +0000 (09:55 +0300)] 
phantom.js: switch to unicode characters that work on Windows too.

10 years agoMerge pull request #16392 from twbs/jscs
XhmikosR [Tue, 5 May 2015 03:58:16 +0000 (06:58 +0300)] 
Merge pull request #16392 from twbs/jscs

Update JSCS rules

10 years agoRun `grunt`. 16392/head
XhmikosR [Wed, 29 Apr 2015 09:12:59 +0000 (12:12 +0300)] 
Run `grunt`.

10 years agoComply to the new JSCS rules.
XhmikosR [Wed, 29 Apr 2015 09:11:58 +0000 (12:11 +0300)] 
Comply to the new JSCS rules.

10 years agoUpdate JSCS rules.
XhmikosR [Wed, 29 Apr 2015 09:11:42 +0000 (12:11 +0300)] 
Update JSCS rules.

10 years agoUpdate dependencies.
XhmikosR [Wed, 29 Apr 2015 09:11:30 +0000 (12:11 +0300)] 
Update dependencies.

10 years agoMerge pull request #16014 from redbmk/issue-16008
Chris Rebert [Mon, 4 May 2015 22:07:17 +0000 (15:07 -0700)] 
Merge pull request #16014 from redbmk/issue-16008

Multiple tooltip triggers don't play well together

10 years agoMerge pull request #16409 from twbs/fix-16361
Chris Rebert [Mon, 4 May 2015 19:28:41 +0000 (12:28 -0700)] 
Merge pull request #16409 from twbs/fix-16361

Document Affix plugin's `checkPosition` method

10 years agoMerge pull request #16417 from tonybaroneee/master
Patrick H. Lauke [Mon, 4 May 2015 08:01:00 +0000 (09:01 +0100)] 
Merge pull request #16417 from tonybaroneee/master

Added #panels-footer to components nav in docs

10 years agoAdded #panels-footer to components nav in docs 16417/head
Anthony Barone [Mon, 4 May 2015 00:33:38 +0000 (20:33 -0400)] 
Added #panels-footer to components nav in docs

10 years agoMerge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fix
Patrick H. Lauke [Sun, 3 May 2015 16:05:12 +0000 (17:05 +0100)] 
Merge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fix

Fix radio and checkbox keyboard handling in .btn-group

10 years agoMerge pull request #16411 from twbs/doc-16122
Chris Rebert [Sun, 3 May 2015 02:06:59 +0000 (19:06 -0700)] 
Merge pull request #16411 from twbs/doc-16122

Doc that 'manual' is mutex of other tooltip/popover triggers

10 years agoDocument that 'manual' is mutually exclusive of other tooltip/popover triggers 16411/head
Chris Rebert [Sun, 3 May 2015 01:20:59 +0000 (18:20 -0700)] 
Document that 'manual' is mutually exclusive of other tooltip/popover triggers

Closes #16122
[skip sauce]

10 years agoFix issue where affixed element has incorrect positioning
Carlo Stearns [Thu, 29 Jan 2015 05:12:46 +0000 (21:12 -0800)] 
Fix issue where affixed element has incorrect positioning

when used with a sticky footer layout.
Adds visual test for affix with sticky footer.

Closes #15694.
Refs #15032.

10 years agoDocument Affix plugin's `checkPosition` method 16409/head
Chris Rebert [Sat, 2 May 2015 20:01:55 +0000 (13:01 -0700)] 
Document Affix plugin's `checkPosition` method

Fixes #16361
Refs #16356
[skip sauce]

10 years agoMerge pull request #16408 from twbs/fix-16400
Chris Rebert [Sat, 2 May 2015 18:02:21 +0000 (11:02 -0700)] 
Merge pull request #16408 from twbs/fix-16400

Include entire /grunt/ folder in npm package

10 years agoInclude entire /grunt/ folder in npm package; fixes #16400 16408/head
Chris Rebert [Sat, 2 May 2015 17:48:33 +0000 (10:48 -0700)] 
Include entire /grunt/ folder in npm package; fixes #16400

[ci skip]

10 years agoFixes Issue #16371 Carousel control is vertically off center for small screens 16405/head
Richard Lindner [Sat, 2 May 2015 08:49:44 +0000 (10:49 +0200)] 
Fixes Issue #16371 Carousel control is vertically off center for small screens

10 years agoRemove broken/vestigial unit test 16404/head
Patrick H. Lauke [Fri, 1 May 2015 11:55:58 +0000 (12:55 +0100)] 
Remove broken/vestigial unit test

Overall logic for this test appears broken, possibly relating to an
older version of Bootstrap that did not require explicit
`data-toggle="button"` on single toggle buttons?

10 years agoFix radio and checkbox keyboard handling
Patrick H. Lauke [Fri, 1 May 2015 11:19:19 +0000 (12:19 +0100)] 
Fix radio and checkbox keyboard handling

Fix for problem that emerged from #16226 (`.active` class not actually
being applied) and expansion of the script to also correctly handle
keyboard interaction with checkboxes in `data-toggle="button"` groups

10 years agoMerge pull request #16398 from patrickhlauke/docs-inappropriate-button-role
Patrick H. Lauke [Thu, 30 Apr 2015 10:11:19 +0000 (12:11 +0200)] 
Merge pull request #16398 from patrickhlauke/docs-inappropriate-button-role

Remove role="button"

10 years agoRemove inappropriate role="button" from download links 16398/head
Patrick H. Lauke [Thu, 30 Apr 2015 10:08:23 +0000 (11:08 +0100)] 
Remove inappropriate role="button" from download links

10 years agoMerge pull request #16386 from twbs/zeroclipboard
Chris Rebert [Wed, 29 Apr 2015 21:13:47 +0000 (14:13 -0700)] 
Merge pull request #16386 from twbs/zeroclipboard

Downgrade ZeroClipboard for IE8 support

10 years agoRedo changes needed to hide Copy button. 16386/head
XhmikosR [Tue, 28 Apr 2015 11:57:27 +0000 (14:57 +0300)] 
Redo changes needed to hide Copy button.

10 years agoRevert "Update ZeroClipboard and remove Copy buttons when Flash is unavailable"
XhmikosR [Tue, 28 Apr 2015 11:27:09 +0000 (14:27 +0300)] 
Revert "Update ZeroClipboard and remove Copy buttons when Flash is unavailable"

This reverts commit 229e88892913d5c8b712510c28b78bfa114596e5.

ZeroClipboard v2.x drops IE < 9 support.