]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
8 years agoFix missing closing tag 21774/head
Pierre-Denis Vanduynslager [Wed, 18 Jan 2017 20:01:06 +0000 (15:01 -0500)] 
Fix missing closing tag

8 years agoSpecify card component is necessary for accordion behavior (#21746)
Erin Brown [Mon, 16 Jan 2017 18:25:42 +0000 (13:25 -0500)] 
Specify card component is necessary for accordion behavior (#21746)

- It is unclear that the use of the card component is necessary
when extending the collapse behavior to behave like an accordion.

8 years agoFix horizontal scrollbar appearing in docs (#21747)
Geremia Taglialatela [Mon, 16 Jan 2017 18:24:59 +0000 (19:24 +0100)] 
Fix horizontal scrollbar appearing in docs (#21747)

On small screens (< 576px), all documentation pages containing
`.bd-example` styled tags, show the horizontal scrollbar because of a
wrong horizontal margin property.

This PR sets the horizontal margin on gutter width basis instead of rem.

8 years agoUpdate .tag to .badge in migration (#21565)
Quy [Mon, 16 Jan 2017 05:46:42 +0000 (21:46 -0800)] 
Update .tag to .badge in migration (#21565)

8 years agoRemove IE9 from SVG images callout (#21566)
Quy [Mon, 16 Jan 2017 05:46:16 +0000 (21:46 -0800)] 
Remove IE9 from SVG images callout (#21566)

8 years agoAdd doc example with badge links (#21674)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:45:04 +0000 (00:45 -0500)] 
Add doc example with badge links (#21674)

8 years agoUpdate Search input to type="search" (#21617)
Christian Oliff [Mon, 16 Jan 2017 05:44:27 +0000 (14:44 +0900)] 
Update Search input to type="search" (#21617)

This is semantically correct and works just as well.

8 years agoCorrect xs and sm breakpoint values in responsive utilities docs (#21664)
Amy Gori [Mon, 16 Jan 2017 05:37:06 +0000 (00:37 -0500)] 
Correct xs and sm breakpoint values in responsive utilities docs (#21664)

8 years agoRemove list-group-item-heading and list-group-item-text (#21653)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:36:15 +0000 (00:36 -0500)] 
Remove list-group-item-heading and list-group-item-text (#21653)

8 years agoRemove unused scss variables (#21579)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:35:18 +0000 (00:35 -0500)] 
Remove unused scss variables (#21579)

* Remove unused scss variables

* Remove unnecessary space

* Remove $zindex-navbar from docs

* Re-add $progress-box-shadow

8 years agoAdd alert divider (<hr>) example in docs (#21673)
Pierre-Denis Vanduynslager [Mon, 16 Jan 2017 05:33:32 +0000 (00:33 -0500)] 
Add alert divider (<hr>) example in docs (#21673)

* Add alert divider (<hr />)example in docs

* <hr/> => <hr> per @vsn4ik suggestion

8 years agoRemove filter: alpha(opacity = 0);
Christian Oliff [Tue, 10 Jan 2017 11:36:50 +0000 (20:36 +0900)] 
Remove   filter: alpha(opacity = 0);

Not needed (and all other old IE filter attributes have been removed from the CSS. This was the only one remaining

8 years agofixes #21625, closes #21539
Mark Otto [Tue, 10 Jan 2017 05:23:38 +0000 (21:23 -0800)] 
fixes #21625, closes #21539

don't set focus styles on the anchor, just set hover styles

8 years agoMerge pull request #21736 from marios-zindilis/v4-dev
Patrick H. Lauke [Sun, 15 Jan 2017 17:53:25 +0000 (17:53 +0000)] 
Merge pull request #21736 from marios-zindilis/v4-dev

Fixed minor typo

8 years agoFixed minor typo 21736/head
Marios Zindilis [Sun, 15 Jan 2017 17:14:25 +0000 (17:14 +0000)] 
Fixed minor typo

8 years agoCorrect reference to Direction.PREV constant. (#21709)
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 02:46:03 +0000 (21:46 -0500)] 
Correct reference to Direction.PREV constant. (#21709)

8 years agoUse existing keycode constants in dropdown. (#21697)
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 02:42:24 +0000 (21:42 -0500)] 
Use existing keycode constants in dropdown. (#21697)

8 years agoMerge pull request #21730 from patrickhlauke/v4-docs-focus-styles
Patrick H. Lauke [Sun, 15 Jan 2017 01:46:33 +0000 (01:46 +0000)] 
Merge pull request #21730 from patrickhlauke/v4-docs-focus-styles

[Docs] Add missing :focus styles

8 years agoUpdate broken links. (#21696)
Pierre-Denis Vanduynslager [Sun, 15 Jan 2017 01:11:57 +0000 (20:11 -0500)] 
Update broken links. (#21696)

8 years agoAdd missing :focus styles 21730/head
Patrick H. Lauke [Sat, 14 Jan 2017 22:54:55 +0000 (22:54 +0000)] 
Add missing :focus styles

Double up :hover styles to also apply on :focus (particularly the
masthead button needs this, as otherwise it gives no visible indication
of being focused)

8 years agoMerge pull request #21671 from vanduynslagerp/fix-21665
Patrick H. Lauke [Thu, 12 Jan 2017 13:34:40 +0000 (13:34 +0000)] 
Merge pull request #21671 from vanduynslagerp/fix-21665

Fix modal id in doc example (Fix #21665)

8 years agoMerge pull request #21672 from patrickhlauke/v4-remove-aria-multiselectable
Patrick H. Lauke [Wed, 11 Jan 2017 23:59:30 +0000 (23:59 +0000)] 
Merge pull request #21672 from patrickhlauke/v4-remove-aria-multiselectable

Remove incorrect aria-multiselectable

8 years agoRemove incorrect aria-multiselectable 21672/head
Patrick H. Lauke [Wed, 11 Jan 2017 23:57:59 +0000 (23:57 +0000)] 
Remove incorrect aria-multiselectable

Closes https://github.com/twbs/bootstrap/issues/21635

8 years agoFix modal id in doc 21671/head
Pierre-Denis Vanduynslager [Wed, 11 Jan 2017 23:30:48 +0000 (18:30 -0500)] 
Fix modal id in doc

8 years agoUpdate README.md
Mehdi HosseinZade [Fri, 6 Jan 2017 21:30:25 +0000 (01:00 +0330)] 
Update README.md

8 years agoUpdate breakpoints in breakpoints.scss comments
Rishabh Rajgarhia [Sat, 7 Jan 2017 15:26:21 +0000 (20:56 +0530)] 
Update breakpoints in breakpoints.scss comments

8 years ago_custom.scss should be the first include
Zulfiqar Ali [Sun, 8 Jan 2017 04:38:43 +0000 (23:38 -0500)] 
_custom.scss should be the first include

8 years agoFix incorrect docs.min.js bundle source.
Bardi Harborow [Sat, 7 Jan 2017 05:22:23 +0000 (16:22 +1100)] 
Fix incorrect docs.min.js bundle source.

8 years agohashes v4.0.0-alpha.6
Mark Otto [Fri, 6 Jan 2017 16:41:52 +0000 (08:41 -0800)] 
hashes

8 years agogrunt
Mark Otto [Fri, 6 Jan 2017 16:39:56 +0000 (08:39 -0800)] 
grunt

8 years agorubygems version bump
Mark Otto [Fri, 6 Jan 2017 16:39:00 +0000 (08:39 -0800)] 
rubygems version bump

8 years agoversion bump
Mark Otto [Fri, 6 Jan 2017 16:38:04 +0000 (08:38 -0800)] 
version bump

8 years agogrunt
Mark Otto [Fri, 6 Jan 2017 16:28:50 +0000 (08:28 -0800)] 
grunt

8 years agoFix media object alignment examples.
Bardi Harborow [Fri, 6 Jan 2017 05:35:52 +0000 (16:35 +1100)] 
Fix media object alignment examples.

8 years agogrunt
Mark Otto [Thu, 5 Jan 2017 22:51:14 +0000 (14:51 -0800)] 
grunt

8 years agoUpdate nuspec to support jquery v1.9.1 - v3.x
Supergibbs [Wed, 4 Jan 2017 21:20:10 +0000 (13:20 -0800)] 
Update nuspec to support jquery v1.9.1 - v3.x

8 years agoDoc updates (#21542)
Quy [Thu, 5 Jan 2017 22:24:40 +0000 (14:24 -0800)] 
Doc updates (#21542)

* Change it's to its.

* Fix links

* Fix typos

8 years agoMerge pull request #21093 from Johann-S/fixButtonGrpAria
Patrick H. Lauke [Thu, 5 Jan 2017 09:35:43 +0000 (09:35 +0000)] 
Merge pull request #21093 from Johann-S/fixButtonGrpAria

Close #21090 - Fix aria-pressed attribute for buttons in container with data-attribute="buttons"

8 years agoUpdate dependencies.
Bardi Harborow [Thu, 5 Jan 2017 03:19:27 +0000 (14:19 +1100)] 
Update dependencies.

8 years agoUpdate broken links.
Bardi Harborow [Thu, 5 Jan 2017 00:11:50 +0000 (11:11 +1100)] 
Update broken links.

8 years agogrunt
Mark Otto [Wed, 4 Jan 2017 19:59:07 +0000 (11:59 -0800)] 
grunt

8 years agoUse pageYOffset instead of scrollY
Pierre-Denis Vanduynslager [Wed, 4 Jan 2017 17:44:50 +0000 (12:44 -0500)] 
Use pageYOffset instead of scrollY

8 years agoUpdate custom content example for list group to use utils so the layout doesn't break
Mark Otto [Wed, 4 Jan 2017 04:08:10 +0000 (20:08 -0800)] 
Update custom content example for list group to use utils so the layout doesn't break

8 years agoFix progress doc markup
Pierre-Denis Vanduynslager [Wed, 4 Jan 2017 17:04:07 +0000 (12:04 -0500)] 
Fix progress doc markup

8 years agoFix typo on v4 Migration page
Sergio Pantoja [Wed, 4 Jan 2017 15:36:28 +0000 (10:36 -0500)] 
Fix typo on v4 Migration page

8 years agoClose #21090 - Fix aria-pressed attribute for buttons in container with data-toggle... 21093/head
Johann-S [Sun, 6 Nov 2016 13:48:55 +0000 (14:48 +0100)] 
Close #21090 - Fix aria-pressed attribute for buttons in container with data-toggle='buttons'

8 years agoCustom Forms: Allow Chrome/Firefox feature that lets the user drag and drop into...
Phillip Marshall [Wed, 4 Jan 2017 03:44:44 +0000 (19:44 -0800)] 
Custom Forms: Allow Chrome/Firefox feature that lets the user drag and drop into file inputs (#20033)

* Restored functionality of dragging files into .custom-file inputs.

* Replaced padding with height on .custom-file-input

8 years agoclarify usage of base font-size so we know what's up
Mark Otto [Tue, 3 Jan 2017 21:51:06 +0000 (13:51 -0800)] 
clarify usage of base font-size so we know what's up

8 years agoleave a note in the docs
Mark Otto [Tue, 3 Jan 2017 21:50:49 +0000 (13:50 -0800)] 
leave a note in the docs

8 years agoRemove -size-root so we can respect user prefs on browser default font-size
Mark Otto [Tue, 3 Jan 2017 21:50:25 +0000 (13:50 -0800)] 
Remove -size-root so we can respect user prefs on browser default font-size

8 years agoDrop .carete (#21525)
Quy [Wed, 4 Jan 2017 03:31:27 +0000 (19:31 -0800)] 
Drop .carete (#21525)

8 years agogrunt
Mark Otto [Wed, 4 Jan 2017 03:25:15 +0000 (19:25 -0800)] 
grunt

8 years agoMerge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Mark Otto [Wed, 4 Jan 2017 03:24:31 +0000 (19:24 -0800)] 
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev

8 years agofixes #21454 by revamping some docs styles for dropdowns
Mark Otto [Wed, 4 Jan 2017 03:24:24 +0000 (19:24 -0800)] 
fixes #21454 by revamping some docs styles for dropdowns

8 years agoremove some docs callouts
Mark Otto [Wed, 4 Jan 2017 03:23:30 +0000 (19:23 -0800)] 
remove some docs callouts

8 years agobutton groups should be inline-flex to match their button counter parts (inline-block...
Mark Otto [Wed, 4 Jan 2017 03:22:08 +0000 (19:22 -0800)] 
button groups should be inline-flex to match their button counter parts (inline-block currently)

8 years agoUpdate shrinkwrap.
Bardi Harborow [Tue, 3 Jan 2017 00:47:18 +0000 (11:47 +1100)] 
Update shrinkwrap.

8 years agoMove node-sass to npm script and drop Ruby Sass.
Bardi Harborow [Tue, 3 Jan 2017 00:46:57 +0000 (11:46 +1100)] 
Move node-sass to npm script and drop Ruby Sass.

8 years agogrunt
Mark Otto [Tue, 3 Jan 2017 21:16:18 +0000 (13:16 -0800)] 
grunt

8 years agoDrop .table-reflow
Mark Otto [Tue, 3 Jan 2017 21:11:25 +0000 (13:11 -0800)] 
Drop .table-reflow

Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright.

8 years agoautohide scrollbar for IE
Mark Otto [Tue, 3 Jan 2017 20:53:01 +0000 (12:53 -0800)] 
autohide scrollbar for IE

8 years agoupdate text
Mark Otto [Tue, 3 Jan 2017 20:26:32 +0000 (12:26 -0800)] 
update text

8 years agoUpdate sizing links
Quy [Tue, 3 Jan 2017 17:38:25 +0000 (09:38 -0800)] 
Update sizing links

8 years agoAdded information about list-group-flush
Jonathan [Tue, 3 Jan 2017 15:51:59 +0000 (16:51 +0100)] 
Added information about list-group-flush

8 years agoRemove .navbar-divider
Quy [Mon, 2 Jan 2017 23:29:07 +0000 (15:29 -0800)] 
Remove .navbar-divider

8 years agoDropdown: close menu when focusing outside element (#21375)
Pierre-Denis Vanduynslager [Mon, 2 Jan 2017 22:44:27 +0000 (17:44 -0500)] 
Dropdown: close menu when focusing outside element (#21375)

* Close dropdown menu when focusing an outside element
* Update unit test to new markup

8 years agogrunt
Mark Otto [Mon, 2 Jan 2017 19:54:28 +0000 (11:54 -0800)] 
grunt

8 years agoupdate seletors in js
Mark Otto [Mon, 2 Jan 2017 19:52:38 +0000 (11:52 -0800)] 
update seletors in js

8 years agoremove magic dropdown positioning for fixed bottom; folks should set this as needed...
Mark Otto [Mon, 2 Jan 2017 19:52:25 +0000 (11:52 -0800)] 
remove magic dropdown positioning for fixed bottom; folks should set this as needed with .dropup modifier

8 years agoupdate rest of docs, remove navbar specific modifiers, fix docs example css
Mark Otto [Mon, 2 Jan 2017 19:48:51 +0000 (11:48 -0800)] 
update rest of docs, remove navbar specific modifiers, fix docs example css

8 years agoupdate docs and examples to use new utils
Mark Otto [Mon, 2 Jan 2017 19:48:05 +0000 (11:48 -0800)] 
update docs and examples to use new utils

8 years agodocument new utils and change organization to match css
Mark Otto [Mon, 2 Jan 2017 19:46:06 +0000 (11:46 -0800)] 
document new utils and change organization to match css

8 years agoNew position utils, split docs
Mark Otto [Mon, 2 Jan 2017 19:45:30 +0000 (11:45 -0800)] 
New position utils, split docs

- Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top
- Updates utilities Sass to be split across more files (one for position, sizing, and spacing)

8 years agoremove line break
Mark Otto [Mon, 2 Jan 2017 19:12:41 +0000 (11:12 -0800)] 
remove line break

8 years agoRemove .navbar-divider; it's undocumented and wasn't updated with the flexbox navbar...
Mark Otto [Mon, 2 Jan 2017 19:12:24 +0000 (11:12 -0800)] 
Remove .navbar-divider; it's undocumented and wasn't updated with the flexbox navbar updates, so it's kinda bunk right now

8 years agofixes #21511: set line-height to 1.1 for display headings
Mark Otto [Mon, 2 Jan 2017 19:03:25 +0000 (11:03 -0800)] 
fixes #21511: set line-height to 1.1 for display headings

- had to rearrange vars to re-use heading line-height
- align values while we're at it

8 years agofixes #21509: remove reference to .card-deck-wrapper
Mark Otto [Mon, 2 Jan 2017 18:58:48 +0000 (10:58 -0800)] 
fixes #21509: remove reference to .card-deck-wrapper

8 years agogrunt
Mark Otto [Mon, 2 Jan 2017 18:57:56 +0000 (10:57 -0800)] 
grunt

8 years agoDrop jscs on hound config
vsn4ik [Sun, 1 Jan 2017 23:13:22 +0000 (02:13 +0300)] 
Drop jscs on hound config

8 years agoUpdate more copyright years to 2017 (#21491)
Quan You [Sun, 1 Jan 2017 20:02:41 +0000 (04:02 +0800)] 
Update more copyright years to 2017 (#21491)

* Update ie10-viewport-bug-workaround.js year

* Update narrow-jumbotron copyright year to 2017

* Update carousel/index.html copyright year to 2017

* Update browsers-devices.md copyright year to 2017

* Update change-version.js copyright year to 2017

8 years agoChange .in to .show (#21500)
Quy [Sun, 1 Jan 2017 20:00:55 +0000 (12:00 -0800)] 
Change .in to .show (#21500)

8 years agoUpdate carousel comments (#21501)
Quy [Sun, 1 Jan 2017 20:00:17 +0000 (12:00 -0800)] 
Update carousel comments (#21501)

8 years agoFix carousel markup
Quy [Sun, 1 Jan 2017 07:09:45 +0000 (23:09 -0800)] 
Fix carousel markup

8 years agogrunt
Heinrich Fenkart [Sun, 1 Jan 2017 02:21:02 +0000 (03:21 +0100)] 
grunt

8 years agoUpdate copyright years to 2017
Nuno Arruda [Sat, 31 Dec 2016 15:20:11 +0000 (14:20 -0100)] 
Update copyright years to 2017

8 years agoMove .table-responsive from wrapper to .table
Quy [Sun, 1 Jan 2017 00:12:28 +0000 (16:12 -0800)] 
Move .table-responsive from wrapper to .table

8 years agotweak a few more things
Mark Otto [Sat, 31 Dec 2016 19:48:55 +0000 (11:48 -0800)] 
tweak a few more things

- adjust some verbiage
- change the example to correct some labels and range names

8 years agominor rephrasing on layout/overview docs
Alice Young [Sat, 31 Dec 2016 12:25:52 +0000 (07:25 -0500)] 
minor rephrasing on layout/overview docs

8 years agoRip out the tab-focus mixin, remove application to anchors in reboot
Mark Otto [Sat, 31 Dec 2016 20:26:11 +0000 (12:26 -0800)] 
Rip out the tab-focus mixin, remove application to anchors in reboot

8 years agov4: Rip out IE compatibility mode meta tags (#21483)
Mark Otto [Sat, 31 Dec 2016 20:20:32 +0000 (12:20 -0800)] 
v4: Rip out IE compatibility mode meta tags (#21483)

* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8
* update and remove some IE bits from our supported browser page
* update introduction.md to match
* reword starter template intro

8 years agoFix responsive embed class in flex container
なつき [Fri, 15 Apr 2016 08:40:51 +0000 (01:40 -0700)] 
Fix responsive embed class in flex container

8 years agoAllow to use nav with tab JS
Johann-S [Wed, 28 Dec 2016 10:58:50 +0000 (11:58 +0100)] 
Allow to use nav with tab JS

8 years agoone more test file
Mark Otto [Sat, 31 Dec 2016 06:29:58 +0000 (22:29 -0800)] 
one more test file

8 years agonuke local test vendor jquery and tether, replace with docs assets
Mark Otto [Sat, 31 Dec 2016 05:54:13 +0000 (21:54 -0800)] 
nuke local test vendor jquery and tether, replace with docs assets

8 years agomove local docs jquery to slim
Mark Otto [Thu, 29 Dec 2016 21:33:49 +0000 (13:33 -0800)] 
move local docs jquery to slim

8 years agoupdate homepage to include depedencies, fixes #21250
Mark Otto [Thu, 29 Dec 2016 06:28:19 +0000 (22:28 -0800)] 
update homepage to include depedencies, fixes #21250

8 years agomake note of slim build
Mark Otto [Thu, 29 Dec 2016 06:27:50 +0000 (22:27 -0800)] 
make note of slim build

8 years agoswitch to jquery slim, update examples to use code.jquery.com cdn
Mark Otto [Thu, 29 Dec 2016 06:18:22 +0000 (22:18 -0800)] 
switch to jquery slim, update examples to use code.jquery.com cdn

8 years agoUpdate visual test carousel
Johann-S [Fri, 30 Dec 2016 10:29:47 +0000 (11:29 +0100)] 
Update visual test carousel

8 years agoadd example of width util
Mark Otto [Sat, 31 Dec 2016 05:43:16 +0000 (21:43 -0800)] 
add example of width util