]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
10 years agoRemove `.modal-open` class after backdrop is hidden 14570/head
Heinrich Fenkart [Mon, 8 Sep 2014 22:10:18 +0000 (00:10 +0200)] 
Remove `.modal-open` class after backdrop is hidden

Fixes #14274.
Fixes #14632.

10 years agoMerge pull request #14242 from hnrch02/remove-aria-describedby-later
Heinrich Fenkart [Mon, 8 Sep 2014 21:14:50 +0000 (23:14 +0200)] 
Merge pull request #14242 from hnrch02/remove-aria-describedby-later

Remove `aria-describedby` attribute later

10 years agoMerge pull request #13928 from SGinTech/sgit_collapseEventOrder
Heinrich Fenkart [Mon, 8 Sep 2014 21:12:27 +0000 (23:12 +0200)] 
Merge pull request #13928 from SGinTech/sgit_collapseEventOrder

Ensure that hidden event is sent when content is really hidden (collapsi...

10 years agogrunt
Heinrich Fenkart [Mon, 8 Sep 2014 20:41:45 +0000 (22:41 +0200)] 
grunt

10 years agoMerge branch 'collinanderson/whitespace'
Chris Rebert [Mon, 8 Sep 2014 20:36:11 +0000 (13:36 -0700)] 
Merge branch 'collinanderson/whitespace'

10 years agoclean whitespace
Chris Rebert [Mon, 8 Sep 2014 20:35:07 +0000 (13:35 -0700)] 
clean whitespace

Thanks to @collinanderson
Closes #14567

10 years agoMerge pull request #14287 from hnrch02/revert-13855-modal-mousedown
Heinrich Fenkart [Mon, 8 Sep 2014 20:23:43 +0000 (22:23 +0200)] 
Merge pull request #14287 from hnrch02/revert-13855-modal-mousedown

Revert #13855 due to #14263

10 years agogrunt
Mark Otto [Mon, 8 Sep 2014 18:40:23 +0000 (11:40 -0700)] 
grunt

10 years agoMerge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radio
Heinrich Fenkart [Mon, 8 Sep 2014 18:32:20 +0000 (20:32 +0200)] 
Merge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radio

Properly hide checkbox and radio inputs in button groups

10 years agoMerge pull request #14565 from twbs/hnrch02
Chris Rebert [Mon, 8 Sep 2014 18:09:15 +0000 (11:09 -0700)] 
Merge pull request #14565 from twbs/hnrch02

Add @hnrch02 to Core Team members list

10 years agoMerge pull request #14566 from twbs/fixes_14542
Mark Otto [Mon, 8 Sep 2014 18:08:35 +0000 (11:08 -0700)] 
Merge pull request #14566 from twbs/fixes_14542

Cleaned up fix for #14511 (input border-radii variables)

10 years agoAdd @hnrch02 to Core Team members list 14565/head
Chris Rebert [Mon, 8 Sep 2014 18:05:20 +0000 (11:05 -0700)] 
Add @hnrch02 to Core Team members list

10 years agogrunt 14566/head
Mark Otto [Mon, 8 Sep 2014 18:04:47 +0000 (11:04 -0700)] 
grunt

10 years agoVariables for large and small input border radiuses
Marat Abdullin [Fri, 5 Sep 2014 17:27:23 +0000 (21:27 +0400)] 
Variables for large and small input border radiuses

10 years agoMerge pull request #14564 from twbs/fixes_14557
Mark Otto [Mon, 8 Sep 2014 18:03:00 +0000 (11:03 -0700)] 
Merge pull request #14564 from twbs/fixes_14557

Fixes #14557: .form-group margin in .navbar-form

10 years agoFixes #14557: Reset the bottom margin on .form-group:last-child in .navbar-form to... 14564/head
Mark Otto [Mon, 8 Sep 2014 17:57:50 +0000 (10:57 -0700)] 
Fixes #14557: Reset the bottom margin on .form-group:last-child in .navbar-form to prevent extra spacing

10 years agoMerge pull request #14563 from twbs/fixes_14319
Mark Otto [Mon, 8 Sep 2014 17:45:18 +0000 (10:45 -0700)] 
Merge pull request #14563 from twbs/fixes_14319

Fixes #14319: Jumbotron reflow

10 years agocustomizer: minor cleanup of IE8 error messaging code
Chris Rebert [Mon, 8 Sep 2014 17:44:28 +0000 (10:44 -0700)] 
customizer: minor cleanup of IE8 error messaging code

[skip sauce]

10 years agoFixes #14319: Prevent jumbotron reflow by ensuring padding of .container isn't interf... 14563/head
Mark Otto [Mon, 8 Sep 2014 17:29:45 +0000 (10:29 -0700)] 
Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container isn't interferred with by .jumbotron side padding

10 years agogrunt
Mark Otto [Mon, 8 Sep 2014 17:23:25 +0000 (10:23 -0700)] 
grunt

10 years agoProperly hide checkbox and radio inputs in button groups 14559/head
Heinrich Fenkart [Sun, 7 Sep 2014 20:45:54 +0000 (22:45 +0200)] 
Properly hide checkbox and radio inputs in button groups

`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else.

Fixes #14137

10 years agoMerge branch 'stefansundin/master'
Chris Rebert [Mon, 8 Sep 2014 06:07:38 +0000 (23:07 -0700)] 
Merge branch 'stefansundin/master'

10 years agoFix bug not re-calculating scrollbar width when opening modal.
Stefan Sundin [Fri, 8 Aug 2014 17:11:10 +0000 (10:11 -0700)] 
Fix bug not re-calculating scrollbar width when opening modal.

If opening a modal when a scrollbar is present, closing it, then
resizing the window so the scrollbar disappears, then opening the
modal again, the content would shift. This fixes the problem by
always calculating the scrollbar width every time a modal is opened.

Closes #14357.

10 years agoRun `grunt`.
XhmikosR [Mon, 8 Sep 2014 06:04:10 +0000 (09:04 +0300)] 
Run `grunt`.

10 years agoUpdate dependencies.
XhmikosR [Mon, 8 Sep 2014 06:00:53 +0000 (09:00 +0300)] 
Update dependencies.

10 years agoMerge pull request #14273 from sgonyea/master
Jacob [Sun, 7 Sep 2014 17:36:45 +0000 (10:36 -0700)] 
Merge pull request #14273 from sgonyea/master

Fix hover-popover/tooltip flickering when mouse re-enters

10 years agoFixes #14545: Avoid strange formatting on vendor prefixing for placeholder
Mark Otto [Sun, 7 Sep 2014 04:25:33 +0000 (21:25 -0700)] 
Fixes #14545: Avoid strange formatting on vendor prefixing for placeholder

10 years agoMerge pull request #14546 from twbs/address-14541
Mark Otto [Sun, 7 Sep 2014 04:21:13 +0000 (21:21 -0700)] 
Merge pull request #14546 from twbs/address-14541

Address #14541 by tweaking badge docs

10 years agoMerge pull request #14543 from twbs/validation-docs
Mark Otto [Sat, 6 Sep 2014 19:24:45 +0000 (12:24 -0700)] 
Merge pull request #14543 from twbs/validation-docs

Add section to docs explaining our stance on validators

10 years agoAddress #14541 by tweaking badge docs 14546/head
Chris Rebert [Fri, 5 Sep 2014 23:04:56 +0000 (16:04 -0700)] 
Address #14541 by tweaking badge docs

* move unrelated .btn-primary example out of the pills subsection
* remove excessive .nav-stacked example

10 years agoAdd section to docs explaining our stance on validators 14543/head
Chris Rebert [Fri, 5 Sep 2014 18:59:04 +0000 (11:59 -0700)] 
Add section to docs explaining our stance on validators

10 years agoMerge pull request #14535 from gitname/patch-1
Mark Otto [Fri, 5 Sep 2014 05:40:37 +0000 (22:40 -0700)] 
Merge pull request #14535 from gitname/patch-1

Fixed typos involving apostrophes

10 years agoFixed typos involving apostrophes 14535/head
gitname [Fri, 5 Sep 2014 05:10:19 +0000 (22:10 -0700)] 
Fixed typos involving apostrophes

Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).

10 years agoFixes #14437: Round the corners of table rows in panels as well as the cells
Mark Otto [Fri, 5 Sep 2014 02:06:01 +0000 (19:06 -0700)] 
Fixes #14437: Round the corners of table rows in panels as well as the cells

10 years agoMerge branch 'thr3-arendt/patch-1'
Chris Rebert [Thu, 4 Sep 2014 23:59:02 +0000 (16:59 -0700)] 
Merge branch 'thr3-arendt/patch-1'

10 years agoReplace nonexistent .col-6 classes in offcanvas example with .col-xs-6
thr3-arendt [Mon, 1 Sep 2014 13:47:26 +0000 (15:47 +0200)] 
Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6

Fixes #14500

10 years agoMerge pull request #14531 from twbs/doc-14528
Mark Otto [Thu, 4 Sep 2014 23:48:27 +0000 (16:48 -0700)] 
Merge pull request #14531 from twbs/doc-14528

add entry for #14528 to Wall of Browser Bugs

10 years agoadd entry for #14528 to Wall of Browser Bugs 14531/head
Chris Rebert [Thu, 4 Sep 2014 19:30:38 +0000 (12:30 -0700)] 
add entry for #14528 to Wall of Browser Bugs

10 years agoMerge pull request #14527 from twbs/firefox-disabled-bug
Chris Rebert [Thu, 4 Sep 2014 02:00:29 +0000 (19:00 -0700)] 
Merge pull request #14527 from twbs/firefox-disabled-bug

Add Wall of Browser bugs entry for #793

10 years agoAdd Wall of Browser bugs entry for #793 14527/head
Chris Rebert [Wed, 3 Sep 2014 23:50:47 +0000 (16:50 -0700)] 
Add Wall of Browser bugs entry for #793

Also, link to the Mozilla bug in the relevant callout.

10 years agoMerge pull request #14497 from BBosman/clone-depth
Chris Rebert [Wed, 3 Sep 2014 05:39:52 +0000 (22:39 -0700)] 
Merge pull request #14497 from BBosman/clone-depth

Set git clone depth to 10 for Travis to make it faster

10 years agoMerge pull request #14516 from twbs/fix-14509
Chris Rebert [Wed, 3 Sep 2014 05:37:05 +0000 (22:37 -0700)] 
Merge pull request #14516 from twbs/fix-14509

Document that fieldset[disabled] is somewhat broken in IE11

10 years agodocument that fieldset[disabled] is somewhat broken in IE11; fixes #14509 14516/head
Chris Rebert [Tue, 2 Sep 2014 22:23:15 +0000 (15:23 -0700)] 
document that fieldset[disabled] is somewhat broken in IE11; fixes #14509

10 years agoFixes #14443: Only transition what needs transitioning for thumbnails to avoid Safari...
Mark Otto [Mon, 1 Sep 2014 19:48:19 +0000 (12:48 -0700)] 
Fixes #14443: Only transition what needs transitioning for thumbnails to avoid Safari/Chrome render bug

10 years agoSet git clone depth to 10 for Travis to make it faster 14497/head
Bas Bosman [Mon, 1 Sep 2014 08:18:49 +0000 (10:18 +0200)] 
Set git clone depth to 10 for Travis to make it faster

10 years agoUpdate grunt-jscs.
XhmikosR [Sat, 30 Aug 2014 05:35:48 +0000 (08:35 +0300)] 
Update grunt-jscs.

10 years agoMerge pull request #14488 from vsn4ik/gruntfile_copy_task
Chris Rebert [Sat, 30 Aug 2014 03:08:49 +0000 (20:08 -0700)] 
Merge pull request #14488 from vsn4ik/gruntfile_copy_task

Gruntfile.js: Simplify copy task.

10 years agoGruntfile.js: Simplify copy task. 14488/head
vsn4ik [Fri, 29 Aug 2014 21:20:48 +0000 (01:20 +0400)] 
Gruntfile.js: Simplify copy task.

10 years agoMerge pull request #14482 from twbs/doc-14362
Mark Otto [Fri, 29 Aug 2014 18:45:09 +0000 (11:45 -0700)] 
Merge pull request #14482 from twbs/doc-14362

Document that input groups weren't intended for use with <textarea>s

10 years agoDocument that input groups weren't intended for use with <textarea>s 14482/head
Chris Rebert [Fri, 29 Aug 2014 02:55:23 +0000 (19:55 -0700)] 
Document that input groups weren't intended for use with <textarea>s

Refs #14362

10 years agogrunt
Mark Otto [Fri, 29 Aug 2014 00:22:08 +0000 (17:22 -0700)] 
grunt

10 years agoFix hover-tooltip flickering when mouse re-enters 14273/head
Scott Gonyea [Mon, 4 Aug 2014 20:03:11 +0000 (13:03 -0700)] 
Fix hover-tooltip flickering when mouse re-enters

- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used
- tests need improvement

10 years agomention #14320 in browser bugs
Mark Otto [Fri, 29 Aug 2014 00:10:44 +0000 (17:10 -0700)] 
mention #14320 in browser bugs

10 years agoMerge pull request #14472 from mrduguo/master
Mark Otto [Thu, 28 Aug 2014 23:57:40 +0000 (16:57 -0700)] 
Merge pull request #14472 from mrduguo/master

fix nav links to end with / to avoid 301 redirect

10 years agoUpdate QUnit to v1.15.0.
XhmikosR [Wed, 27 Aug 2014 18:21:49 +0000 (21:21 +0300)] 
Update QUnit to v1.15.0.

10 years agogrunt
Mark Otto [Thu, 28 Aug 2014 06:35:54 +0000 (23:35 -0700)] 
grunt

10 years agoFinish reverting #14444
Mark Otto [Thu, 28 Aug 2014 06:34:46 +0000 (23:34 -0700)] 
Finish reverting #14444

10 years agoFixes #14439: Add static tooltip example to docs
Mark Otto [Thu, 28 Aug 2014 06:33:03 +0000 (23:33 -0700)] 
Fixes #14439: Add static tooltip example to docs

10 years agoUndo the collapse visibility changes since it breaks our collapse plugin
Mark Otto [Thu, 28 Aug 2014 06:31:34 +0000 (23:31 -0700)] 
Undo the collapse visibility changes since it breaks our collapse plugin

10 years agoFixes #14329: Fixed list-groups nested inside of collapsing panels, from @apexskier
Mark Otto [Thu, 28 Aug 2014 06:17:37 +0000 (23:17 -0700)] 
Fixes #14329: Fixed list-groups nested inside of collapsing panels, from @apexskier

10 years agoFixes #14337: Round .jumbotron corners within .container and .container-fluid
Mark Otto [Thu, 28 Aug 2014 06:01:58 +0000 (23:01 -0700)] 
Fixes #14337: Round .jumbotron corners within .container and .container-fluid

10 years agoMerge pull request #14444 from twbs/sr_friendly_hidden_content
Mark Otto [Thu, 28 Aug 2014 05:53:21 +0000 (22:53 -0700)] 
Merge pull request #14444 from twbs/sr_friendly_hidden_content

More screenreader friendly hidden content

10 years agotypo 14444/head
Mark Otto [Thu, 28 Aug 2014 05:40:46 +0000 (22:40 -0700)] 
typo

10 years agoMerge branch 'master' into sr_friendly_hidden_content
Mark Otto [Thu, 28 Aug 2014 05:38:46 +0000 (22:38 -0700)] 
Merge branch 'master' into sr_friendly_hidden_content

Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css

10 years agogrunt
Mark Otto [Thu, 28 Aug 2014 05:37:10 +0000 (22:37 -0700)] 
grunt

10 years agoMerge pull request #14452 from vsn4ik/update_print_less
Mark Otto [Thu, 28 Aug 2014 05:30:53 +0000 (22:30 -0700)] 
Merge pull request #14452 from vsn4ik/update_print_less

Update print.less from source (html5-boilerplate).

10 years agoMerge pull request #14465 from kaime/master
Mark Otto [Thu, 28 Aug 2014 05:29:39 +0000 (22:29 -0700)] 
Merge pull request #14465 from kaime/master

Make `popover-arrow-color` default to `popover-bg`

10 years agogrunt
Mark Otto [Thu, 28 Aug 2014 05:25:24 +0000 (22:25 -0700)] 
grunt

10 years agofix nav links to end with / to avoid 301 redirect 14472/head
Guo Du [Wed, 27 Aug 2014 20:37:55 +0000 (21:37 +0100)] 
fix nav links to end with / to avoid 301 redirect

10 years agoMake `popover-arrow-color` default to `popover-bg` 14465/head
Jaume Alemany [Wed, 27 Aug 2014 12:20:49 +0000 (14:20 +0200)] 
Make `popover-arrow-color` default to `popover-bg`

10 years agoMerge pull request #14453 from vsn4ik/less_empty_lines
XhmikosR [Tue, 26 Aug 2014 16:07:00 +0000 (19:07 +0300)] 
Merge pull request #14453 from vsn4ik/less_empty_lines

Less: Remove empty lines and blanks.

10 years agoMerge pull request #14458 from twbs/npm-deps
XhmikosR [Tue, 26 Aug 2014 16:04:46 +0000 (19:04 +0300)] 
Merge pull request #14458 from twbs/npm-deps

Update dev dependencies.

10 years agoUpdate Ruby dependencies. 14458/head
XhmikosR [Tue, 26 Aug 2014 10:54:22 +0000 (13:54 +0300)] 
Update Ruby dependencies.

10 years agoUpdate dev dependencies.
XhmikosR [Tue, 26 Aug 2014 10:49:16 +0000 (13:49 +0300)] 
Update dev dependencies.

10 years agoSpecify `cursor: pointer` for `#import-manual-trigger`.
XhmikosR [Tue, 19 Aug 2014 09:11:57 +0000 (12:11 +0300)] 
Specify `cursor: pointer` for `#import-manual-trigger`.

10 years agoLess: Remove empty lines and blanks. 14453/head
vsn4ik [Mon, 25 Aug 2014 22:24:09 +0000 (02:24 +0400)] 
Less: Remove empty lines and blanks.

10 years agoUpdate print.less from source (html5-boilerplate). Simplyfy table style. 14452/head
vsn4ik [Mon, 25 Aug 2014 22:04:34 +0000 (02:04 +0400)] 
Update print.less from source (html5-boilerplate). Simplyfy table style.

10 years agoMerge pull request #14451 from Siecje/patch-1
Chris Rebert [Mon, 25 Aug 2014 19:38:53 +0000 (12:38 -0700)] 
Merge pull request #14451 from Siecje/patch-1

Updating IRC channel

10 years agoUpdating IRC channel 14451/head
Siecje [Mon, 25 Aug 2014 16:14:11 +0000 (12:14 -0400)] 
Updating IRC channel

10 years agoUpdate link to Run Jekyll on Windows guide
Julian Thilo [Mon, 25 Aug 2014 00:18:58 +0000 (02:18 +0200)] 
Update link to Run Jekyll on Windows guide

10 years agogrunt
Mark Otto [Sat, 23 Aug 2014 20:46:28 +0000 (13:46 -0700)] 
grunt

10 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sat, 23 Aug 2014 20:44:41 +0000 (13:44 -0700)] 
Merge branch 'master' of github.com:twbs/bootstrap

10 years agoFull grunt
Mark Otto [Sat, 23 Aug 2014 20:43:41 +0000 (13:43 -0700)] 
Full grunt

10 years agoFixes #14386: Reset font, text, and line-height properties in popovers
Mark Otto [Sat, 23 Aug 2014 20:42:45 +0000 (13:42 -0700)] 
Fixes #14386: Reset font, text, and line-height properties in popovers

10 years agoMerge pull request #14408 from vsn4ik/dropdown_menu_disabled_style
Mark Otto [Sat, 23 Aug 2014 20:39:10 +0000 (13:39 -0700)] 
Merge pull request #14408 from vsn4ik/dropdown_menu_disabled_style

Refactor dropdown.less. Optimize ".dropdown-menu > .disabled" selector.

10 years agofixes #14425: remove invalid css property
Mark Otto [Sat, 23 Aug 2014 20:37:29 +0000 (13:37 -0700)] 
fixes #14425: remove invalid css property

10 years agofixes #14441
Mark Otto [Sat, 23 Aug 2014 20:35:39 +0000 (13:35 -0700)] 
fixes #14441

10 years agogrunt
Mark Otto [Sat, 23 Aug 2014 20:35:22 +0000 (13:35 -0700)] 
grunt

10 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sat, 23 Aug 2014 20:31:56 +0000 (13:31 -0700)] 
Merge branch 'master' of github.com:twbs/bootstrap

10 years agoFixes #13943 again: lighten links, and text, in navbar. Still not 100% compliant...
Mark Otto [Sat, 23 Aug 2014 20:26:37 +0000 (13:26 -0700)] 
Fixes #13943 again: lighten links, and text, in navbar. Still not 100% compliant, but it's better.

10 years agoMerge pull request #14382 from vsn4ik/https_links_in_readme
Mark Otto [Sat, 23 Aug 2014 20:12:47 +0000 (13:12 -0700)] 
Merge pull request #14382 from vsn4ik/https_links_in_readme

README.md: Change links to use HTTPS

10 years agoMerge pull request #14417 from twbs/fat-14282
Mark Otto [Sat, 23 Aug 2014 19:58:24 +0000 (12:58 -0700)] 
Merge pull request #14417 from twbs/fat-14282

fixes #14282 - Already Visible collapse gets closed when …

10 years agoFixes #14348: Add visibility styles to collapse and tab content to match .hidden
Mark Otto [Sat, 23 Aug 2014 19:25:27 +0000 (12:25 -0700)] 
Fixes #14348: Add visibility styles to collapse and tab content to match .hidden

10 years agoFixes #14440: Remove unused nav variable
Mark Otto [Sat, 23 Aug 2014 19:20:09 +0000 (12:20 -0700)] 
Fixes #14440: Remove unused nav variable

10 years agogrunt
Mark Otto [Sat, 23 Aug 2014 19:19:36 +0000 (12:19 -0700)] 
grunt

10 years agoMerge pull request #14433 from KostyaTretyak/patch-1
Julian Thilo [Thu, 21 Aug 2014 14:06:45 +0000 (16:06 +0200)] 
Merge pull request #14433 from KostyaTretyak/patch-1

Ukrainian site migrates on twbs.docs.org.ua

10 years agoUkrainian site migrates to twbs.docs.org.ua 14433/head
KostyaTretyak [Thu, 21 Aug 2014 10:42:30 +0000 (13:42 +0300)] 
Ukrainian site migrates to twbs.docs.org.ua

10 years agoMerge pull request #14406 from twbs/nav-tag-for-navbar
Chris Rebert [Thu, 21 Aug 2014 04:48:59 +0000 (21:48 -0700)] 
Merge pull request #14406 from twbs/nav-tag-for-navbar

consistently use <nav> instead of <div> for .navbar in docs

10 years agoMerge pull request #14244 from programcsharp/master
Jacob [Tue, 19 Aug 2014 03:06:02 +0000 (20:06 -0700)] 
Merge pull request #14244 from programcsharp/master

Remove popover content with .children().detach() instead of .empty()

10 years agofixes #14282 - Already Visible collapse gets closed when .collapse('show') is called 14417/head
fat [Tue, 19 Aug 2014 02:58:19 +0000 (19:58 -0700)] 
fixes #14282 - Already Visible collapse gets closed when .collapse('show') is called