]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Patrick H. Lauke [Fri, 19 Feb 2016 15:35:00 +0000 (15:35 +0000)]
Add form-control-legend
XhmikosR [Fri, 19 Feb 2016 11:10:46 +0000 (13:10 +0200)]
Run grunt.
[ci skip]
XhmikosR [Fri, 19 Feb 2016 11:09:42 +0000 (13:09 +0200)]
Update devDependencies.
XhmikosR [Fri, 19 Feb 2016 10:55:14 +0000 (12:55 +0200)]
Bump scss_lint to v0.45.0.
[skip sauce]
XhmikosR [Fri, 19 Feb 2016 10:07:14 +0000 (12:07 +0200)]
Merge pull request #19029 from twbs/v4-dev-xmr-grunt-html
Update grunt-html
XhmikosR [Fri, 19 Feb 2016 09:27:33 +0000 (11:27 +0200)]
Travis CI: switch to the Trusty image.
XhmikosR [Tue, 26 Jan 2016 12:58:19 +0000 (14:58 +0200)]
Fix validation errors.
[skip sauce]
XhmikosR [Tue, 26 Jan 2016 12:55:26 +0000 (14:55 +0200)]
Update grunt-html to v6.0.0.
Also remove the workaround for the old validator version.
[skip sauce]
Jeremy Kratz [Mon, 11 Jan 2016 00:02:33 +0000 (18:02 -0600)]
Docs: Add example of .dropdown-menu-right
Fixes #18493
Closes #18836
[skip sauce]
Chris Rebert [Fri, 19 Feb 2016 02:36:14 +0000 (18:36 -0800)]
Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix
Add prefix to footer.html search.json
[skip sauce]
Russell Beye [Fri, 8 Jan 2016 04:34:13 +0000 (22:34 -0600)]
Document .pos-f-t utility class; fixes #18494
Add documentation to components/utilities to publicly expose the
.pos-f-t utility class to users.
Closes #18799
[skip sauce]
Tobias [Sun, 27 Dec 2015 18:20:39 +0000 (19:20 +0100)]
Document the possibility of extending the $spacers map
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map.
Example:
```
$spacers: (
0: (
x: 0,
y: 0
),
1: (
x: $spacer-x,
y: $spacer-y
),
2: (
x: ($spacer-x * 1.5),
y: ($spacer-y * 1.5)
),
3: (
x: ($spacer-x * 3),
y: ($spacer-y * 3)
),
4: (
x: ($spacer-x * 5),
y: ($spacer-y * 5)
)
);
```
Closes #18706
[skip sauce]
Chris Rebert [Fri, 19 Feb 2016 02:08:43 +0000 (18:08 -0800)]
Docs: Remove <meta name="keywords"> from <head>
Ports #18872 to v4
[skip sauce]
James Mosier [Tue, 15 Sep 2015 16:36:36 +0000 (12:36 -0400)]
Modal docs: Added JS event handler for relatedTarget demo
Fixes #17584
Closes #17607 by merging it
Chris Rebert [Thu, 18 Feb 2016 05:13:17 +0000 (21:13 -0800)]
Merge pull request #19241 from twbs/carousel-indicators-width
Extract $carousel-indicators-width variable
Chris Rebert [Wed, 17 Feb 2016 05:28:20 +0000 (21:28 -0800)]
Extract $carousel-indicators-width variable
[skip sauce]
[skip validator]
Chris Rebert [Thu, 18 Feb 2016 05:08:19 +0000 (21:08 -0800)]
Merge pull request #19238 from twbs/dropdown-padding-y
Extract $dropdown-padding-y variable
Chris Rebert [Wed, 17 Feb 2016 05:07:24 +0000 (21:07 -0800)]
Extract $dropdown-padding-y variable
[skip sauce]
[skip validator]
Chris Rebert [Thu, 18 Feb 2016 05:04:35 +0000 (21:04 -0800)]
Merge pull request #19243 from twbs/list-group-item-heading-margin-bottom
Extract $list-group-item-heading-margin-bottom variable
Chris Rebert [Wed, 17 Feb 2016 06:27:29 +0000 (22:27 -0800)]
Extract $list-group-item-heading-margin-bottom variable
[skip sauce]
[skip validator]
Mark Otto [Wed, 17 Feb 2016 16:55:16 +0000 (08:55 -0800)]
Merge pull request #19242 from twbs/carousel-caption-width
Extract $carousel-caption-width variable
Mark Otto [Wed, 17 Feb 2016 16:54:47 +0000 (08:54 -0800)]
Merge pull request #19239 from twbs/dropdown-margin-top
Extract $dropdown-margin-top variable
Mark Otto [Wed, 17 Feb 2016 16:54:25 +0000 (08:54 -0800)]
Merge pull request #19237 from twbs/carousel-indicator-size
Extract $carousel-indicator{-active}-size variables
Patrick H. Lauke [Wed, 17 Feb 2016 16:48:51 +0000 (16:48 +0000)]
Merge pull request #19255 from patrickhlauke/color-accessibility-callout-include
Docs: add/unify advice on contextual colors and accessibility
Patrick H. Lauke [Wed, 17 Feb 2016 15:34:52 +0000 (15:34 +0000)]
Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1
Replace jQuery with vanilla JS
Patrick H. Lauke [Wed, 17 Feb 2016 15:21:02 +0000 (15:21 +0000)]
Replace jQuery with vanilla JS
Chris Rebert [Wed, 17 Feb 2016 11:25:04 +0000 (03:25 -0800)]
Merge pull request #19257 from twbs/fix-19147
Add $gutter parameter to make-col mixin
Chris Rebert [Wed, 17 Feb 2016 11:19:07 +0000 (03:19 -0800)]
Add $gutter parameter to make-col mixin; fixes #19147
[skip sauce]
[skip validator]
Patrick H. Lauke [Wed, 17 Feb 2016 11:08:43 +0000 (11:08 +0000)]
Merge pull request #19256 from patrickhlauke/label-tag-nav-fixup1
Replace "label" with "tag" in navigation
Patrick H. Lauke [Wed, 17 Feb 2016 11:06:32 +0000 (11:06 +0000)]
Replace "label" with "tag" in navigation
Patrick H. Lauke [Wed, 17 Feb 2016 10:22:48 +0000 (10:22 +0000)]
- Conveying color meaning to AT as markdown include
- Add/replace callout for color and AT with include
Chris Rebert [Wed, 17 Feb 2016 07:15:34 +0000 (23:15 -0800)]
Merge pull request #19251 from twbs/navbar-brand-padding-y
Extract $navbar-brand-padding-y variable
Chris Rebert [Wed, 17 Feb 2016 07:11:25 +0000 (23:11 -0800)]
Extract $navbar-brand-padding-y variable
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 07:08:41 +0000 (23:08 -0800)]
Merge pull request #19250 from twbs/list-group-item-padding
Add $list-group-item-padding-{x,y} variables
Chris Rebert [Wed, 17 Feb 2016 07:08:24 +0000 (23:08 -0800)]
Merge pull request #19249 from twbs/card-columns-sm-up-column-gap
Add $card-columns-sm-up-column-gap variable
Chris Rebert [Wed, 17 Feb 2016 07:00:58 +0000 (23:00 -0800)]
Add $card-columns-sm-up-column-gap variable
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 06:57:10 +0000 (22:57 -0800)]
Add $list-group-item-padding-{x,y} variables
[skip sauce]
[skip validator]
Ameya Pandilwar [Wed, 17 Feb 2016 06:32:32 +0000 (01:32 -0500)]
_tags.scss: Updated comments to reflect name change
Erratum from #19157
Closes #19245
Chris Rebert [Wed, 17 Feb 2016 06:49:16 +0000 (22:49 -0800)]
Merge pull request #19247 from twbs/code-padding-vars
Extract $code-padding-{x,y} variables
Chris Rebert [Wed, 17 Feb 2016 06:45:26 +0000 (22:45 -0800)]
Extract $code-padding-{x,y} variables
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 06:41:55 +0000 (22:41 -0800)]
Merge pull request #19246 from twbs/code-font-size
Extract $code-font-size variable
Chris Rebert [Wed, 17 Feb 2016 06:37:38 +0000 (22:37 -0800)]
Merge pull request #19244 from twbs/figure-caption-font-size
Add $figure-caption-font-size variable
Chris Rebert [Wed, 17 Feb 2016 06:37:00 +0000 (22:37 -0800)]
Extract $code-font-size variable
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 06:31:40 +0000 (22:31 -0800)]
Add $figure-caption-font-size variable
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 05:32:39 +0000 (21:32 -0800)]
Extract $carousel-caption{-sm-up}-width variables
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 05:21:58 +0000 (21:21 -0800)]
Merge pull request #19240 from twbs/dropdown-item-padding-x
Extract $dropdown-item-padding-x variable
Chris Rebert [Wed, 17 Feb 2016 05:16:55 +0000 (21:16 -0800)]
Extract $dropdown-item-padding-x variable
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 05:13:15 +0000 (21:13 -0800)]
Extract $dropdown-margin-top variable
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 05:00:10 +0000 (21:00 -0800)]
Extract $carousel-indicator{-active}-size variables
[skip sauce]
[skip validator]
Chris Rebert [Wed, 17 Feb 2016 04:53:53 +0000 (20:53 -0800)]
Merge pull request #19235 from twbs/carousel-control-sm-up-width
Extract $carousel-control-sm-up-width variable
Chris Rebert [Wed, 17 Feb 2016 04:40:54 +0000 (20:40 -0800)]
Extract $carousel-control-sm-up-size variable
[skip sauce]
[skip validator]
Mark Otto [Wed, 17 Feb 2016 04:34:35 +0000 (20:34 -0800)]
grunt
Mark Otto [Wed, 17 Feb 2016 04:34:31 +0000 (20:34 -0800)]
Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom radio/checkbox components
Mark Otto [Wed, 17 Feb 2016 04:30:20 +0000 (20:30 -0800)]
update migration docs
Mark Otto [Wed, 17 Feb 2016 04:28:56 +0000 (20:28 -0800)]
grunt
Mark Otto [Wed, 17 Feb 2016 04:28:51 +0000 (20:28 -0800)]
Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootstrap into ameya-pandilwar-fix-19094
Mark Otto [Wed, 17 Feb 2016 04:26:41 +0000 (20:26 -0800)]
Merge pull request #19116 from twbs/docs-17264
Docs: Add captions above progress bars
Mark Otto [Wed, 17 Feb 2016 04:25:40 +0000 (20:25 -0800)]
Merge branch 'v4-dev' into mark-padding
Mark Otto [Wed, 17 Feb 2016 04:24:39 +0000 (20:24 -0800)]
grunt
Mark Otto [Wed, 17 Feb 2016 04:23:54 +0000 (20:23 -0800)]
Merge pull request #19210 from twbs/small-font-size
Add $small-font-size variable
Mark Otto [Wed, 17 Feb 2016 04:23:41 +0000 (20:23 -0800)]
Merge pull request #19211 from twbs/mark-bg-var
Add $mark-bg so <mark>'s background-color can be customized independently of $state-warning-bg
Mark Otto [Wed, 17 Feb 2016 04:23:22 +0000 (20:23 -0800)]
Merge pull request #19214 from twbs/label-font-size
Add $label-font-size variable in the name of not hardcoding values
Mark Otto [Wed, 17 Feb 2016 04:23:03 +0000 (20:23 -0800)]
Merge pull request #19215 from twbs/label-pill-border-radius
Add $label-pill-border-radius variable
Mark Otto [Wed, 17 Feb 2016 04:22:43 +0000 (20:22 -0800)]
Merge pull request #19218 from twbs/breakpoint-vars-are-minimums
Clarify that $grid-breakpoints are minimum widths for each breakpoint
Mark Otto [Wed, 17 Feb 2016 04:11:11 +0000 (20:11 -0800)]
fixes #19148 as follow up to #19099: ensure local mixin variable is used for in make-grid-columns mixin
Mark Otto [Wed, 17 Feb 2016 04:09:57 +0000 (20:09 -0800)]
grunt
Patrick H. Lauke [Tue, 16 Feb 2016 22:16:16 +0000 (22:16 +0000)]
Merge pull request #19232 from patrickhlauke/tests-visual-buttons-patch1
Visual/manual test for checkbox/radio button kbd behavior
Chris Rebert [Tue, 16 Feb 2016 21:49:46 +0000 (13:49 -0800)]
Merge pull request #19224 from kandros/v4-dev
Fix typos in documentation - in plural tag names in reboot.md
[skip sauce]
Patrick H. Lauke [Tue, 16 Feb 2016 21:24:29 +0000 (21:24 +0000)]
Visual/manual test for checkbox/radio button kbd behavior
Jaga Santagostino [Tue, 16 Feb 2016 19:29:59 +0000 (20:29 +0100)]
Fix typos in plural tag names
Patrick H. Lauke [Tue, 16 Feb 2016 16:41:51 +0000 (16:41 +0000)]
Merge pull request #19222 from patrickhlauke/kbd-navigation-fix-checkbox-radio-toggle-port1
Focus (visually hidden) input radio/checkbox
Patrick H. Lauke [Tue, 16 Feb 2016 14:16:27 +0000 (14:16 +0000)]
Focus (visually hidden) input radio/checkbox
This allows for keyboard navigation (e.g. arrow keys left/right to
trigger different radio buttons) following an initial mouse click
interaction
Chris Rebert [Tue, 16 Feb 2016 12:13:00 +0000 (04:13 -0800)]
Merge pull request #19220 from twbs/jq-event-alias-throw-err
js/tests/index.html: Replace jQuery event alias methods with functions that throw errors
Chris Rebert [Tue, 16 Feb 2016 12:05:41 +0000 (04:05 -0800)]
js/tests/index.html: Replace jQuery event alias methods with functions that throw explanatory errors, instead of with undefined
Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-
184653699
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 12:02:00 +0000 (04:02 -0800)]
Merge pull request #19219 from twbs/contrib-jq-event-aliases
CONTRIBUTING: Document restriction regarding jQuery event alias methods
Chris Rebert [Tue, 16 Feb 2016 11:52:30 +0000 (03:52 -0800)]
CONTRIBUTING: Document restriction regarding jQuery event alias methods
Refs #19192
[ci skip]
Chris Rebert [Tue, 16 Feb 2016 09:24:34 +0000 (01:24 -0800)]
Change comment to clarify that $grid-breakpoints are minimum widths for each breakpoint
(as opposed to maximums)
[ci skip]
Chris Rebert [Tue, 16 Feb 2016 08:47:29 +0000 (00:47 -0800)]
Merge pull request #19216 from twbs/dropdown-min-width
Extract $dropdown-min-width variable
Chris Rebert [Tue, 16 Feb 2016 08:04:30 +0000 (00:04 -0800)]
Introduce $mark-bg variable so that <mark>'s background-color can be customized independently of $state-warning-bg
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 08:42:10 +0000 (00:42 -0800)]
Extract $dropdown-min-width variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 08:30:40 +0000 (00:30 -0800)]
Add $label-pill-border-radius variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 08:31:14 +0000 (00:31 -0800)]
Merge pull request #19213 from twbs/label-pill-padding-x
Extract $label-pill-padding-x variable
Chris Rebert [Tue, 16 Feb 2016 08:27:53 +0000 (00:27 -0800)]
Add $label-font-size variable in the name of not hardcoding values
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 08:23:53 +0000 (00:23 -0800)]
Extract $label-pill-padding-x variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 08:24:26 +0000 (00:24 -0800)]
Merge pull request #19212 from twbs/label-padding-x-y
Extract $label-padding-{x,y} variables
Chris Rebert [Tue, 16 Feb 2016 08:18:30 +0000 (00:18 -0800)]
Extract $label-padding-{x,y} variables
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 07:59:53 +0000 (23:59 -0800)]
Add $small-font-size variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 07:55:19 +0000 (23:55 -0800)]
Add $mark-padding variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 07:51:02 +0000 (23:51 -0800)]
Merge pull request #19208 from twbs/modal-content-border-width
Extract $modal-content-border-width variable
Chris Rebert [Tue, 16 Feb 2016 07:45:28 +0000 (23:45 -0800)]
Extract $modal-content-border-width variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 07:44:06 +0000 (23:44 -0800)]
Merge pull request #19207 from twbs/modal-header-footer-width-vars
Extract $modal-{header,footer}-border-width variables
Chris Rebert [Tue, 16 Feb 2016 07:35:57 +0000 (23:35 -0800)]
Extract $modal-{header,footer}-border-width variables
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 07:35:05 +0000 (23:35 -0800)]
Merge pull request #19206 from twbs/modal-dialog-sm-up-margin-y
Extract $modal-dialog-sm-up-margin-y variable
Chris Rebert [Tue, 16 Feb 2016 07:24:41 +0000 (23:24 -0800)]
Extract $modal-dialog-sm-up-margin-y variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 07:16:13 +0000 (23:16 -0800)]
Merge pull request #19205 from twbs/modal-dialog-margin
Extract new $modal-dialog-margin variable
Chris Rebert [Tue, 16 Feb 2016 07:10:38 +0000 (23:10 -0800)]
Extract new $modal-dialog-margin variable
[skip sauce]
[skip validator]
Chris Rebert [Tue, 16 Feb 2016 07:07:15 +0000 (23:07 -0800)]
Merge pull request #19204 from TiGR/patch-1
Fix docs for new naming of .btn-outline
[skip sauce]
Igor Tarasov [Tue, 16 Feb 2016 05:20:44 +0000 (08:20 +0300)]
Fix docs for new naming of .btn-outline
This one was overlooked at edit
See #17719 and #19199
Mark Otto [Tue, 16 Feb 2016 03:11:35 +0000 (19:11 -0800)]
grunt
Patrick H. Lauke [Mon, 15 Feb 2016 13:17:46 +0000 (13:17 +0000)]
Merge pull request #19201 from patrickhlauke/btn-outline-active-focus-fix
Add extra styles for focused/hovered active outline buttons