]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Patrick H. Lauke [Thu, 24 Dec 2015 18:24:59 +0000 (18:24 +0000)]
Use more appropriate structure for site navigation
Use the structure as documented in
http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content
- wrapping both the toggle and the navigation in a `<nav>`, using a
`<ul>` for the navigation items
Patrick H. Lauke [Thu, 24 Dec 2015 18:10:37 +0000 (18:10 +0000)]
Move collapsing navbar after the toggle
It's unclear why the example currently has the content that's
shown/hidden BEFORE the toggle. Generally, this is not a recommended
content order, as after toggling, the newly shown content precedes the
toggle and requires keyboard users, and particularly assistive
technology users, to then navigate in reverse to reach it.
Patrick H. Lauke [Thu, 24 Dec 2015 16:55:41 +0000 (16:55 +0000)]
Add missing aria attributes to main site navigation menu toggle
Patrick H. Lauke [Thu, 24 Dec 2015 16:52:43 +0000 (16:52 +0000)]
Add missing aria attributes to navbar collapse examples
Chris Rebert [Thu, 24 Dec 2015 15:16:19 +0000 (08:16 -0700)]
Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksy
dropdown.js: Use more straightforward phrasing for index bound check
Chris Rebert [Thu, 24 Dec 2015 15:15:27 +0000 (08:15 -0700)]
Merge pull request #18638 from twbs/fix-18365
Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab
Patrick H. Lauke [Thu, 24 Dec 2015 13:38:46 +0000 (13:38 +0000)]
Merge pull request #18654 from patrickhlauke/docs-helptext1
Docs: reintroduce `aria-describedby` advice for help text
XhmikosR [Thu, 24 Dec 2015 10:50:15 +0000 (12:50 +0200)]
Run `grunt`.
[ci skip]
XhmikosR [Thu, 24 Dec 2015 10:49:50 +0000 (12:49 +0200)]
Update dependencies.
Patrick H. Lauke [Thu, 24 Dec 2015 10:11:33 +0000 (10:11 +0000)]
Add aria-describedby to main form controls example
Patrick H. Lauke [Wed, 23 Dec 2015 22:09:33 +0000 (22:09 +0000)]
Docs: reintroduce aria-describedby advice for help text
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to
make examples more "real life"
Chris Rebert [Thu, 24 Dec 2015 06:44:50 +0000 (23:44 -0700)]
Merge pull request #18464 from twbs/btn-block-spacing-y
Introduce $btn-block-spacing-y variable
Chris Rebert [Thu, 24 Dec 2015 06:36:45 +0000 (23:36 -0700)]
Merge pull request #18536 from twbs/moz-progress
Uncomment Firefox <progress> styles
/fyi @mdo
Chris Rebert [Thu, 24 Dec 2015 05:45:04 +0000 (22:45 -0700)]
Uncomment Firefox .progress styles; fixes #18536
[skip sauce]
[skip validator]
Chris Rebert [Thu, 24 Dec 2015 05:35:45 +0000 (22:35 -0700)]
Organize existing .progress styles
Chris Rebert [Thu, 24 Dec 2015 05:22:21 +0000 (22:22 -0700)]
Merge pull request #18474 from twbs/breadcrumbs-2.0
Refactor Breadcrumbs component
Chris Rebert [Tue, 8 Dec 2015 10:20:25 +0000 (02:20 -0800)]
Refactor Breadcrumbs component
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors,
so as to no longer require the usage of `<ol>`-based markup.
Rename variables to follow naming conventions:
* $breadcrumb-padding-vertical => $breadcrumb-padding-y
* $breadcrumb-padding-horizontal => $breadcrumb-padding-x
Introduce new variable: $breadcrumb-item-padding
[skip sauce]
Chris Rebert [Thu, 24 Dec 2015 04:33:33 +0000 (21:33 -0700)]
Merge pull request #18656 from twbs/fix-18145-v4
Update shrinkwrap
Chris Rebert [Thu, 24 Dec 2015 04:25:56 +0000 (21:25 -0700)]
Update shrinkwrap; fixes #18145
Chris Rebert [Thu, 24 Dec 2015 04:07:43 +0000 (21:07 -0700)]
Merge pull request #18537 from twbs/utils-dir
Reorganize utilities into more separate files under a `utilities` directory
Chris Rebert [Fri, 11 Dec 2015 03:43:28 +0000 (19:43 -0800)]
Reorganize utilities into more separate files under a `/scss/utilities/` directory
[skip sauce]
[skip validator]
Chris Rebert [Thu, 24 Dec 2015 03:33:37 +0000 (20:33 -0700)]
Merge pull request #18473 from twbs/fix-18036
Remove useless .col-*-offset-12 and .col-xs-offset-0 classes
Chris Rebert [Thu, 24 Dec 2015 00:32:51 +0000 (17:32 -0700)]
Merge pull request #18655 from twbs/fix-18583
Apply clearfix to .card-{header,footer,block}
/fyi @mdo
Chris Rebert [Thu, 24 Dec 2015 00:22:53 +0000 (17:22 -0700)]
Apply clearfix to .card-footer
[skip sauce]
[skip validator]
Chris Rebert [Thu, 24 Dec 2015 00:20:23 +0000 (17:20 -0700)]
Apply clearfix to .card-header; fixes #18633
Chris Rebert [Thu, 24 Dec 2015 00:18:19 +0000 (17:18 -0700)]
Apply clearfix to .card-block; fixes #18583
Chris Rebert [Wed, 23 Dec 2015 18:35:17 +0000 (11:35 -0700)]
Merge pull request #18648 from patrickhlauke/docs-utilities-tweak1
Docs: small tweaks to utilities
Patrick H. Lauke [Wed, 23 Dec 2015 14:29:12 +0000 (14:29 +0000)]
Clarify what text-capitalize actually does
as on first skimming over these, it may not be completely obvious
Patrick H. Lauke [Wed, 23 Dec 2015 14:26:29 +0000 (14:26 +0000)]
Change italicized to italic
...otherwise, by the same logic, it should be "Bolded text" above. just
looks clunky...
Chris Rebert [Wed, 23 Dec 2015 06:41:24 +0000 (23:41 -0700)]
Merge pull request #18637 from davidjb/v4-fix-utils-doc
Fix bulleted lists on Utilities doc
Chris Rebert [Wed, 23 Dec 2015 06:02:57 +0000 (23:02 -0700)]
Modal: Ignore spurious `focus` event that Firefox fires at `document` when switching back to its tab
Fixes #18365
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=
1228802
Chris Rebert [Wed, 23 Dec 2015 06:02:33 +0000 (23:02 -0700)]
Add visual test for #18365
See also https://bugzilla.mozilla.org/show_bug.cgi?id=
1228802
David\ Beitey [Wed, 23 Dec 2015 05:46:56 +0000 (15:46 +1000)]
Fix bulleted lists on Utilities doc
Chris Rebert [Wed, 23 Dec 2015 00:11:21 +0000 (17:11 -0700)]
js/tests/unit/modal.js: Fix typo
[ci skip]
Chris Rebert [Mon, 21 Dec 2015 19:03:30 +0000 (12:03 -0700)]
Merge pull request #18624 from twbs/fix-18619
Migration guide: .panel-title's closest replacement is .card-header
Chris Rebert [Mon, 21 Dec 2015 18:55:58 +0000 (11:55 -0700)]
Migration guide: .panel-title's closest replacement is .card-header; fixes #18619
[skip sauce]
Chris Rebert [Mon, 21 Dec 2015 18:12:59 +0000 (11:12 -0700)]
Merge pull request #18622 from twbs/fix-18535
Use variables for .progress base colors
/fyi @mdo
Chris Rebert [Mon, 21 Dec 2015 17:52:03 +0000 (10:52 -0700)]
Actually use $progress-bg instead of hardcoded color
Refs #18535
[skip sauce]
Chris Rebert [Mon, 21 Dec 2015 17:51:44 +0000 (10:51 -0700)]
Set $progress-bg to color we are actually using
Chris Rebert [Mon, 21 Dec 2015 17:46:33 +0000 (10:46 -0700)]
Actually use $progress-bar-color instead of hardcoded color
Refs #18535
Chris Rebert [Mon, 21 Dec 2015 17:45:55 +0000 (10:45 -0700)]
Set $progress-bar-color to color we are currently using
Chris Rebert [Mon, 21 Dec 2015 05:27:37 +0000 (22:27 -0700)]
Merge pull request #18616 from twbs/ie-10-docs
Address IE10 in browser compatibility docs
Chris Rebert [Mon, 21 Dec 2015 04:05:33 +0000 (21:05 -0700)]
Address IE10 in browser compatibility docs
[skip sauce]
Chris Rebert [Fri, 18 Dec 2015 18:13:44 +0000 (10:13 -0800)]
Merge pull request #18597 from twbs/finish-17291
Add RubyGems section to "Download" docs
Chris Rebert [Thu, 17 Dec 2015 21:29:58 +0000 (13:29 -0800)]
Add RubyGems section to "Download" docs
Closes #17291 by finishing the last remaining task.
Also reorders the sections in the "Download" docs.
[skip sauce]
Chris Rebert [Thu, 17 Dec 2015 06:17:09 +0000 (22:17 -0800)]
Merge pull request #18463 from twbs/nav-item-margin
Introduce $nav-item-margin variable
/fyi @mdo
Chris Rebert [Thu, 17 Dec 2015 06:16:36 +0000 (22:16 -0800)]
Merge pull request #18469 from twbs/card-deck-margin
Introduce $card-deck-margin variable
/fyi @mdo; happy to tweak the var names if desired
Chris Rebert [Thu, 17 Dec 2015 05:26:29 +0000 (21:26 -0800)]
grunt/change-version.js: Remove extra parens around function literals because Hound
[ci skip]
Chris Rebert [Thu, 17 Dec 2015 05:15:33 +0000 (21:15 -0800)]
grunt/change-version.js: Remove extraneous semicolon
[ci skip]
Chris Rebert [Thu, 17 Dec 2015 05:13:04 +0000 (21:13 -0800)]
grunt/change-version.js: Add missing semicolon
🏃🏃🏃I don't wanna get diabetes. 🏥
Obey The Mickens!: https://vimeo.com/
111122950 #t=14m9s
[ci skip]
Patrick H. Lauke [Wed, 16 Dec 2015 10:19:04 +0000 (10:19 +0000)]
Merge pull request #18541 from patrickhlauke/progress-patch1
remove generated content value for progress
Chris Rebert [Mon, 14 Dec 2015 09:28:22 +0000 (01:28 -0800)]
grunt/change-version.js:replaceRecursively(): Use accidentally-unused argument
How did the linters miss this?
[skip sauce]
[skip validator]
Chris Rebert [Sun, 13 Dec 2015 19:57:41 +0000 (11:57 -0800)]
Merge pull request #18567 from Quy/patch-2
Fix anchor link
Quy [Sun, 13 Dec 2015 19:04:15 +0000 (11:04 -0800)]
Fix anchor link
Chris Rebert [Sun, 13 Dec 2015 05:45:19 +0000 (21:45 -0800)]
Merge pull request #18563 from Quy/patch-1
Remove extraneous character
Quy [Sun, 13 Dec 2015 05:31:40 +0000 (21:31 -0800)]
Remove extraneous character
Chris Rebert [Sun, 13 Dec 2015 00:33:26 +0000 (16:33 -0800)]
Merge pull request #18561 from twbs/fix-18558
Docs: Replace `data-src` attribute with `src` in highlighted code
Chris Rebert [Sun, 13 Dec 2015 00:01:05 +0000 (16:01 -0800)]
Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558
[skip sauce]
Chris Rebert [Sat, 12 Dec 2015 23:55:10 +0000 (15:55 -0800)]
Merge pull request #18511 from bassjobsen/patch-15
Docs Responsive breakpoints from em to px
Chris Rebert [Sat, 12 Dec 2015 23:50:54 +0000 (15:50 -0800)]
Merge pull request #18560 from bassjobsen/patch-7
Using px rather than em values
Bass Jobsen [Sat, 12 Dec 2015 23:23:55 +0000 (00:23 +0100)]
Using px rather than em values
Should close https://github.com/twbs/bootstrap/issues/18556
Chris Rebert [Sat, 12 Dec 2015 08:32:28 +0000 (00:32 -0800)]
Merge pull request #18472 from twbs/x-y-vars
Rename 2 navbar variables to comply with updated naming convention
Chris Rebert [Sat, 12 Dec 2015 08:10:29 +0000 (00:10 -0800)]
Add <br>s to fix appearance of responsive float docs example
[skip sauce]
Patrick H. Lauke [Fri, 11 Dec 2015 10:57:45 +0000 (10:57 +0000)]
remove generated content value for progress
as it's currently not displayed, and (in my opinion) would look fugly if
it did appear...
Patrick H. Lauke [Fri, 11 Dec 2015 09:04:55 +0000 (09:04 +0000)]
Merge pull request #18531 from patrickhlauke/ie-edge-progressbar
progress bar for IE10+/Edge (border radius, use ::-ms-fill, variant mixins, striped)
Patrick H. Lauke [Thu, 10 Dec 2015 23:11:40 +0000 (23:11 +0000)]
update progress bar documentation
clarify lack of support for striped and animated striped bars in
IE10+/Edge
Patrick H. Lauke [Thu, 10 Dec 2015 22:29:54 +0000 (22:29 +0000)]
progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, striped support)
Chris Rebert [Fri, 11 Dec 2015 00:02:55 +0000 (16:02 -0800)]
Merge pull request #18533 from twbs/ie9-supported-docs
Remove fully supported features from IE9 limitations docs
Chris Rebert [Thu, 10 Dec 2015 23:39:46 +0000 (15:39 -0800)]
Remove fully supported features from IE9 limitations docs
If these are supported, why bother mentioning them in a section that's about communicating what's not supported?
These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ),
which doesn't support these features, but we no longer care about IE8 in v4.
[skip sauce]
Chris Rebert [Thu, 10 Dec 2015 23:06:22 +0000 (15:06 -0800)]
Port #18530 to v4
Docs: Include major version in `npm install bootstrap` commands
Future-proofing for when Bootstrap v5 eventually exists.
Refs #18520
[ci skip]
Chris Rebert [Thu, 10 Dec 2015 00:03:41 +0000 (16:03 -0800)]
Merge pull request #18514 from twbs/edge-bug-
2110930
Add Wall of Browser Bugs entry for #18504
Chris Rebert [Wed, 9 Dec 2015 23:49:31 +0000 (15:49 -0800)]
Add Wall of Browser Bugs entry for #18504
https://connect.microsoft.com/IE/feedback/details/
2110930 /edge-ie11-gradient-background-image-on-tr-is-only-applied-to-first-td
[skip sauce]
Chris Rebert [Wed, 9 Dec 2015 22:38:37 +0000 (14:38 -0800)]
Add Badges entry to v4 migration guide; fixes #18506
[ci skip]
Chris Rebert [Wed, 9 Dec 2015 22:38:05 +0000 (14:38 -0800)]
Migration docs: Make Buttons and Button Group sections adjacent
[ci skip]
Jonathan [Wed, 9 Dec 2015 15:56:53 +0000 (16:56 +0100)]
Added information about the help-block class
Fixes #18505
Closes #18509
Bass Jobsen [Wed, 9 Dec 2015 20:26:38 +0000 (21:26 +0100)]
Responsive breakpoints from em to px
Should close https://github.com/twbs/bootstrap/issues/18503
Chris Rebert [Wed, 9 Dec 2015 02:51:36 +0000 (18:51 -0800)]
Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-images
Remove unnecessary style attribyte on docs (aligning-images)
Chris Rebert [Wed, 9 Dec 2015 02:25:11 +0000 (18:25 -0800)]
v4's Gruntfile doesn't currently use htmlmin
[ci skip]
Chris Rebert [Wed, 9 Dec 2015 02:19:14 +0000 (18:19 -0800)]
Merge pull request #18483 from jdorfman/v4-dev-jd
Updated CDN URLs in v4-dev docs
Chris Rebert [Wed, 9 Dec 2015 02:04:59 +0000 (18:04 -0800)]
Update version numbers using npm script
Errata from:
*
8ce5da30260c1368ae97838fcf010375071a7243
*
5d3144e8fb5c7202991b7614d77dfc00903fcb2e
which missed a few numbers.
[skip sauce]
[skip validator]
Chris Rebert [Wed, 9 Dec 2015 00:07:12 +0000 (16:07 -0800)]
Merge pull request #18489 from vsn4ik/v4-remove-grid-scss-example-default-flag
Remove !default Scss flag in docs grid example
vsn4ik [Tue, 8 Dec 2015 21:20:37 +0000 (00:20 +0300)]
Remove !default Scss flag in docs grid example
vsn4ik [Tue, 8 Dec 2015 20:14:16 +0000 (23:14 +0300)]
Remove unnecessary style attribyte on docs (aligning-images)
Justin Dorfman [Tue, 8 Dec 2015 19:04:36 +0000 (11:04 -0800)]
Updated CDN URLs in v4-dev docs
Mark Otto [Tue, 8 Dec 2015 18:23:22 +0000 (10:23 -0800)]
derp, wrong highlight syntax
Mark Otto [Tue, 8 Dec 2015 18:18:01 +0000 (10:18 -0800)]
Merge pull request #18481 from lachlanjc/patch-1
Fix utility page code example Markdown
Lachlan Campbell [Tue, 8 Dec 2015 18:11:42 +0000 (13:11 -0500)]
add extra line before spacing utilities example
Mark Otto [Tue, 8 Dec 2015 17:51:50 +0000 (09:51 -0800)]
Merge pull request #18479 from twbs/v4a2
v4 alpha 2
Mark Otto [Tue, 8 Dec 2015 17:51:02 +0000 (09:51 -0800)]
Merge branch 'v4-dev' into v4a2
Mark Otto [Tue, 8 Dec 2015 17:50:43 +0000 (09:50 -0800)]
missed a grunt i think
Mark Otto [Tue, 8 Dec 2015 17:38:58 +0000 (09:38 -0800)]
bump more versions in config
Mark Otto [Tue, 8 Dec 2015 17:37:12 +0000 (09:37 -0800)]
grunt after version bump
Mark Otto [Tue, 8 Dec 2015 17:36:08 +0000 (09:36 -0800)]
manually bump versions because npm script wasn't working for me
Chris Rebert [Tue, 8 Dec 2015 12:13:15 +0000 (04:13 -0800)]
Update docs for spacing utilities themselves to account for #18185
/fyi @mdo There might be prettier/better ways of explaining these,
but for the sake of having accurate docs for tomorrow,
this should do in a pinch.
[skip sauce]
Chris Rebert [Tue, 8 Dec 2015 11:38:34 +0000 (03:38 -0800)]
Update examples to account for #18185
[skip sauce]
Chris Rebert [Tue, 8 Dec 2015 09:51:39 +0000 (01:51 -0800)]
Regenerate dist/css/bootstrap.css for diffing purposes
[skip sauce]
[skip validator]
Chris Rebert [Tue, 8 Dec 2015 09:50:42 +0000 (01:50 -0800)]
Remove useless .col-*-offset-12 and .col-xs-offset-0 classes
Fixes #18036
[skip sauce]
[skip validator]
Chris Rebert [Tue, 8 Dec 2015 09:33:03 +0000 (01:33 -0800)]
Merge pull request #18185 from twbs/fix-18129
Refactor _utilities-spacing.scss
Chris Rebert [Tue, 8 Dec 2015 09:30:23 +0000 (01:30 -0800)]
Rename 2 navbar variables to comply with updated naming convention
$navbar-padding-horizontal => $navbar-padding-x
$navbar-padding-vertical => $navbar-padding-y
[skip sauce]
[skip validator]
Chris Rebert [Tue, 8 Dec 2015 08:18:24 +0000 (00:18 -0800)]
Introduce $btn-block-spacing-y variable
[skip sauce]