]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
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
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
Chris Rebert [Mon, 8 Sep 2014 17:44:28 +0000 (10:44 -0700)]
customizer: minor cleanup of IE8 error messaging code
[skip sauce]
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
Mark Otto [Mon, 8 Sep 2014 17:23:25 +0000 (10:23 -0700)]
grunt
Chris Rebert [Mon, 8 Sep 2014 06:07:38 +0000 (23:07 -0700)]
Merge branch 'stefansundin/master'
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.
XhmikosR [Mon, 8 Sep 2014 06:04:10 +0000 (09:04 +0300)]
Run `grunt`.
XhmikosR [Mon, 8 Sep 2014 06:00:53 +0000 (09:00 +0300)]
Update dependencies.
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
Mark Otto [Sun, 7 Sep 2014 04:25:33 +0000 (21:25 -0700)]
Fixes #14545: Avoid strange formatting on vendor prefixing for placeholder
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
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
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
Chris Rebert [Fri, 5 Sep 2014 18:59:04 +0000 (11:59 -0700)]
Add section to docs explaining our stance on validators
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
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).
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
Chris Rebert [Thu, 4 Sep 2014 23:59:02 +0000 (16:59 -0700)]
Merge branch 'thr3-arendt/patch-1'
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
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
Chris Rebert [Thu, 4 Sep 2014 19:30:38 +0000 (12:30 -0700)]
add entry for #14528 to Wall of Browser Bugs
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
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.
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
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
Chris Rebert [Tue, 2 Sep 2014 22:23:15 +0000 (15:23 -0700)]
document that fieldset[disabled] is somewhat broken in IE11; fixes #14509
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
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
XhmikosR [Sat, 30 Aug 2014 05:35:48 +0000 (08:35 +0300)]
Update grunt-jscs.
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.
vsn4ik [Fri, 29 Aug 2014 21:20:48 +0000 (01:20 +0400)]
Gruntfile.js: Simplify copy task.
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
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
Mark Otto [Fri, 29 Aug 2014 00:22:08 +0000 (17:22 -0700)]
grunt
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
Mark Otto [Fri, 29 Aug 2014 00:10:44 +0000 (17:10 -0700)]
mention #14320 in browser bugs
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
XhmikosR [Wed, 27 Aug 2014 18:21:49 +0000 (21:21 +0300)]
Update QUnit to v1.15.0.
Mark Otto [Thu, 28 Aug 2014 06:35:54 +0000 (23:35 -0700)]
grunt
Mark Otto [Thu, 28 Aug 2014 06:34:46 +0000 (23:34 -0700)]
Finish reverting #14444
Mark Otto [Thu, 28 Aug 2014 06:33:03 +0000 (23:33 -0700)]
Fixes #14439: Add static tooltip example to docs
Mark Otto [Thu, 28 Aug 2014 06:31:34 +0000 (23:31 -0700)]
Undo the collapse visibility changes since it breaks our collapse plugin
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
Mark Otto [Thu, 28 Aug 2014 06:01:58 +0000 (23:01 -0700)]
Fixes #14337: Round .jumbotron corners within .container and .container-fluid
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
Mark Otto [Thu, 28 Aug 2014 05:40:46 +0000 (22:40 -0700)]
typo
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
Mark Otto [Thu, 28 Aug 2014 05:37:10 +0000 (22:37 -0700)]
grunt
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).
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`
Mark Otto [Thu, 28 Aug 2014 05:25:24 +0000 (22:25 -0700)]
grunt
Guo Du [Wed, 27 Aug 2014 20:37:55 +0000 (21:37 +0100)]
fix nav links to end with / to avoid 301 redirect
Jaume Alemany [Wed, 27 Aug 2014 12:20:49 +0000 (14:20 +0200)]
Make `popover-arrow-color` default to `popover-bg`
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.
XhmikosR [Tue, 26 Aug 2014 16:04:46 +0000 (19:04 +0300)]
Merge pull request #14458 from twbs/npm-deps
Update dev dependencies.
XhmikosR [Tue, 26 Aug 2014 10:54:22 +0000 (13:54 +0300)]
Update Ruby dependencies.
XhmikosR [Tue, 26 Aug 2014 10:49:16 +0000 (13:49 +0300)]
Update dev dependencies.
XhmikosR [Tue, 19 Aug 2014 09:11:57 +0000 (12:11 +0300)]
Specify `cursor: pointer` for `#import-manual-trigger`.
vsn4ik [Mon, 25 Aug 2014 22:24:09 +0000 (02:24 +0400)]
Less: Remove empty lines and blanks.
vsn4ik [Mon, 25 Aug 2014 22:04:34 +0000 (02:04 +0400)]
Update print.less from source (html5-boilerplate). Simplyfy table style.
Chris Rebert [Mon, 25 Aug 2014 19:38:53 +0000 (12:38 -0700)]
Merge pull request #14451 from Siecje/patch-1
Updating IRC channel
Siecje [Mon, 25 Aug 2014 16:14:11 +0000 (12:14 -0400)]
Updating IRC channel
Julian Thilo [Mon, 25 Aug 2014 00:18:58 +0000 (02:18 +0200)]
Update link to Run Jekyll on Windows guide
Mark Otto [Sat, 23 Aug 2014 20:46:28 +0000 (13:46 -0700)]
grunt
Mark Otto [Sat, 23 Aug 2014 20:44:41 +0000 (13:44 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sat, 23 Aug 2014 20:43:41 +0000 (13:43 -0700)]
Full grunt
Mark Otto [Sat, 23 Aug 2014 20:42:45 +0000 (13:42 -0700)]
Fixes #14386: Reset font, text, and line-height properties in popovers
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.
Mark Otto [Sat, 23 Aug 2014 20:37:29 +0000 (13:37 -0700)]
fixes #14425: remove invalid css property
Mark Otto [Sat, 23 Aug 2014 20:35:39 +0000 (13:35 -0700)]
fixes #14441
Mark Otto [Sat, 23 Aug 2014 20:35:22 +0000 (13:35 -0700)]
grunt
Mark Otto [Sat, 23 Aug 2014 20:31:56 +0000 (13:31 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap
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.
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
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 …
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
Mark Otto [Sat, 23 Aug 2014 19:20:09 +0000 (12:20 -0700)]
Fixes #14440: Remove unused nav variable
Mark Otto [Sat, 23 Aug 2014 19:19:36 +0000 (12:19 -0700)]
grunt
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
KostyaTretyak [Thu, 21 Aug 2014 10:42:30 +0000 (13:42 +0300)]
Ukrainian site migrates to twbs.docs.org.ua
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
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()
fat [Tue, 19 Aug 2014 02:58:19 +0000 (19:58 -0700)]
fixes #14282 - Already Visible collapse gets closed when .collapse('show') is called
Chris Rebert [Mon, 4 Aug 2014 17:04:00 +0000 (10:04 -0700)]
Assume Element.getBoundingClientRect() exists; Fixes #14093
[skip validator]
Chris Rebert [Sun, 17 Aug 2014 22:44:25 +0000 (15:44 -0700)]
grunt
Chris Rebert [Sun, 17 Aug 2014 22:41:53 +0000 (15:41 -0700)]
Fix #14411 by setting JSON Content-Type for Gist API request
vsn4ik [Sat, 16 Aug 2014 15:20:13 +0000 (19:20 +0400)]
Use single .dropdown-menu
Chris Rebert [Sat, 16 Aug 2014 01:09:05 +0000 (18:09 -0700)]
consistently use <nav> instead of <div> for .navbar in docs
Chris Rebert [Fri, 15 Aug 2014 18:52:50 +0000 (11:52 -0700)]
Merge pull request #14402 from Joshua-Anderson/travis-time
Remove `time` from `.travis.yml`.
Joshua Anderson [Fri, 15 Aug 2014 18:37:32 +0000 (11:37 -0700)]
Remove `time` from `.travis.yml`.
Travis CI now does this automatically.
Chris Rebert [Fri, 15 Aug 2014 18:30:35 +0000 (11:30 -0700)]
Merge pull request #14316 from hnrch02/use-closest-alert
Use closest `.alert` for alert dismissal; closes #14306
Chris Rebert [Fri, 15 Aug 2014 17:52:28 +0000 (10:52 -0700)]
Merge pull request #14394 from twbs/gruntfile-bower
Fix `grunt dist` under Bower by separating docs into separate task
Chris Rebert [Fri, 15 Aug 2014 17:43:40 +0000 (10:43 -0700)]
Merge pull request #14396 from twbs/retry-npm
Add retries to uncached-npm-install.sh
Julian Thilo [Fri, 15 Aug 2014 09:48:29 +0000 (11:48 +0200)]
Merge pull request #14339 from budnik/patch-3
fix typo in ukrainian doc description
Chris Rebert [Fri, 15 Aug 2014 00:59:55 +0000 (17:59 -0700)]
Add retries to uncached-npm-install.sh
Pull requests are frequently failing on Travis due to npm flakiness
(I think) travis_retry isn't available in indirect subshells like this
Chris Rebert [Thu, 14 Aug 2014 00:47:16 +0000 (17:47 -0700)]
Gruntfile: Fix #13949 by separating docs into separate task & refactoring
vsn4ik [Thu, 14 Aug 2014 10:26:47 +0000 (14:26 +0400)]
README.md: Аmendment links to use HTTPS.
Chris Rebert [Thu, 14 Aug 2014 00:36:07 +0000 (17:36 -0700)]
Gruntfile: switch cssmin & jade tasks from `files` over to `src` & `dest`
Refs #14388.
vsn4ik [Wed, 13 Aug 2014 19:12:09 +0000 (23:12 +0400)]
Gruntfile.js: Use user-friendly properties.