aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-07-02Removes unnecessary period at end of commentMelinda Sarnicki Bernardo1-1/+1
2015-07-01Updated devDependencies.Baraa Hamodi2-411/+455
Closes #16636 by merging a rebased+tweaked version of it. [skip sauce]
2015-07-01Merge pull request #16747 from twbs/doc-collapse-async-16746Chris Rebert2-4/+4
Document that Collapse & Tab methods are async
2015-07-01Document that Tab show method is asyncChris Rebert1-1/+1
[skip sauce]
2015-07-01Document that Collapse show,hide,toggle methods are async; fixes #16746Chris Rebert1-3/+3
[skip sauce]
2015-07-01Add changelog file that points to GitHub Releases & our blogChris Rebert1-0/+5
Refs #16739 [skip sauce] [skip validator]
2015-07-01README: Mention where to find changelogsChris Rebert1-0/+2
Refs #16739 [skip sauce]
2015-06-30Merge pull request #16733 from twbs/popover-methodsChris Rebert2-1/+2
Add Methods section to Popovers nav menu in docs
2015-06-30Add Methods section to Popovers nav menu in docsChris Rebert2-1/+2
[skip sauce]
2015-06-27Merge pull request #16718 from deniss-muhla/patch-1Patrick H. Lauke1-2/+2
Expand ISO in CSS codes for asterisk and plus
2015-06-27Fix show "2b" text instead of proper glyphicondeniss-muhla1-2/+2
I'm using babel and webpack with less-loader to bundle all resources maybe this will cause this issue.
2015-06-26Cleaner version parsingSupergibbs3-8/+7
Changed LESS to Less and author to Twitter, Inc.
2015-06-25NuGet Support - Added .nuspec files and MyGet.ps1 build script plusSupergibbs4-0/+66
status on README
2015-06-25Edge is also affected by #16671Chris Rebert1-1/+1
Per https://github.com/twbs/bootstrap/issues/16671#issuecomment-115161001 Refs #16689 [skip sauce]
2015-06-23Merge pull request #16691 from twbs/safari-tap-below-input-bugChris Rebert1-0/+10
Add Wall of Browser Bugs entry for #15968
2015-06-23Add Wall of Browser Bugs entry for #15968Chris Rebert1-0/+10
Closes #15968. [skip sauce]
2015-06-23Merge pull request #16689 from twbs/ie-border-radiusChris Rebert1-0/+10
Add Wall of Browser Bugs entry for #16671
2015-06-23Add Wall of Browser Bugs entry for #16671Chris Rebert1-0/+10
Closes #16671 [skip sauce]
2015-06-23add source maps for minified CSS; refs #16589Chris Rebert2-0/+2
2015-06-23grunt distChris Rebert4-5/+11
2015-06-22Fix border-radius not being set on left of vertical btn groupKevin Kirsche1-0/+2
While this is correct that it was not being set, I did not notice any visible difference in Chrome on OS X when it is not set. Fixes #16683
2015-06-21Merge pull request #16679 from vsn4ik/add_info_min_mapChris Rebert2-2/+6
Added *.min.map to "whats-included" sectons.
2015-06-19Added *.min.map to whats-included.vsn4ik2-2/+6
2015-06-18Merge pull request #16672 from kkirsche/patch-2Mark Otto1-4/+4
Re-order popover elements in docs
2015-06-18Re-order popover elements in docsKevin Kirsche1-4/+4
X-Ref #13969
2015-06-18Merge pull request #16589 from kkirsche/patch-18Mark Otto1-0/+1
Include CSS Source Map for bootstrap.min.css
2015-06-18Follow up to #16529 (remove select caret in IE10+)Mark Otto1-4/+2
- Update comment as recommended by @cvrebert - Use `transparent` for `background-color` so we don't need to override that value again in the disabled state. - Remove disabled changes. /cc @wonsong
2015-06-18Merge pull request #16529 from WonSong/masterMark Otto1-2/+10
Removes border around <select> caret in IE10+
2015-06-18Clarify what's being hovered /cc @kkirscheMark Otto1-1/+1
2015-06-18Merge pull request #16632 from kkirsche/patch-15Mark Otto1-1/+1
Clarify that <fieldset> only uses the disabled attribute
2015-06-18Merge pull request #16563 from dbkaplun/dl-horizontal-breakpointMark Otto3-1/+8
Adds @dl-horizontal-breakpoint
2015-06-18Merge pull request #16492 from supergibbs/input-group-addon-border-radiusMark Otto1-3/+3
Fixed .input-group-addon border-radius
2015-06-16Merge pull request #16651 from kkirsche/paginationBorderMark Otto1-2/+2
Fix hover border covering active in pagination
2015-06-16Fix hover border covering active in paginationKevin Kirsche1-2/+2
Fix #16646
2015-06-16Update customize.min.js with version bumpJulian Thilo1-6/+6
2015-06-16bump versionMark Otto1-1/+1
2015-06-16customizer and raw filesv3.3.5Mark Otto2-6/+6
2015-06-16bump versionMark Otto34-101/+101
2015-06-16gruntMark Otto13-14/+16
2015-06-15Clarify that <fieldset> only uses the disabled attributeKevin Kirsche1-1/+1
Fix #16632
2015-06-11Merge pull request #16623 from patrickhlauke/docs-modal-role-fixPatrick H. Lauke1-7/+7
Add role="document" to modal dialog content
2015-06-11Slightly expand accessible modals calloutPatrick H. Lauke1-1/+1
to include a note about `role="document"`
2015-06-11Add role="document" to modal itselfPatrick H. Lauke1-6/+6
Initial fix to generalise use of modals. Generally, true role="dialog" containers would require only forms/controls as content, with all other text correctly and explicitly associated via aria-labelledby/aria-describedby and similar...but as authors use modals also as generic overlays, this extra role is required to get AT (particularly NVDA) out of "forms" mode and reenable reading keys
2015-06-10Merge pull request #16614 from simonpai/simonpai-patch-1Chris Rebert1-1/+2
Fix asymmetry between dropup and dropdown carets.
2015-06-10Fix asymmetry between dropup and dropdown carets.Simon Pai1-1/+2
2015-06-08Merge pull request #16591 from ZDroid/patch-1Mark Otto1-1/+1
Add Slack link to `CONTRIBUTING.md`
2015-06-08Use new gradient syntax in justified nav example; fixes #16598Kevin Kirsche1-2/+1
Closes #16599 by merging a tweaked version of it.
2015-06-05Add Slack link to `CONTRIBUTING.md`Zlatan Vasović1-1/+1
2015-06-04Include CSS Map file for bootstrap.min.cssKevin Kirsche1-0/+1
X-Ref #16583
2015-06-02Merge pull request #16579 from kkirsche/patch-8Mark Otto1-1/+1
Include Slack in CONTRIBUTING.md's list of places to get help