]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
11 years agoReassigned minification of CSS to cssmin task. 13624/head
Robert Dodd [Mon, 19 May 2014 07:07:31 +0000 (17:07 +1000)] 
Reassigned minification of CSS to cssmin task.

Reassigned minification of CSS files from the less task to the cssmin
task

11 years agoMerge pull request #13623 from twbs/skip-ci-steps
Chris Rebert [Mon, 19 May 2014 00:26:14 +0000 (17:26 -0700)] 
Merge pull request #13623 from twbs/skip-ci-steps

add [skip sauce] and [skip validator]

11 years agoprove that [skip validator] works 13623/head
Chris Rebert [Sun, 18 May 2014 23:05:16 +0000 (16:05 -0700)] 
prove that [skip validator] works

removes the extra newline added in the previous commit

11 years agoprove that [skip sauce] works
Chris Rebert [Sun, 18 May 2014 23:03:15 +0000 (16:03 -0700)] 
prove that [skip sauce] works

add extra newline to .travis.yml that I'll remove momentarily

11 years agoGruntfile: skip steps when $TWBS_DO_*=0
Chris Rebert [Sun, 18 May 2014 22:53:40 +0000 (15:53 -0700)] 
Gruntfile: skip steps when $TWBS_DO_*=0

11 years agoGruntfile: extract runSubset() func
Chris Rebert [Sun, 18 May 2014 22:52:42 +0000 (15:52 -0700)] 
Gruntfile: extract runSubset() func

11 years agoTravis: skip RubyGems install+cache when TWBS_DO_VALIDATOR=0
Chris Rebert [Sun, 18 May 2014 22:50:07 +0000 (15:50 -0700)] 
Travis: skip RubyGems install+cache when TWBS_DO_VALIDATOR=0

11 years agoadd to TRAVIS_COMMIT_MSG, TWBS_DO_VALIDATOR, TWBS_DO_SAUCE vars to Travis
Chris Rebert [Sun, 18 May 2014 22:48:40 +0000 (15:48 -0700)] 
add to TRAVIS_COMMIT_MSG, TWBS_DO_VALIDATOR, TWBS_DO_SAUCE vars to Travis

11 years agoupdate link to Grunt setup & info
Chris Rebert [Sun, 18 May 2014 05:55:29 +0000 (22:55 -0700)] 
update link to Grunt setup & info

11 years agoMerge pull request #13600 from twbs/resize-note-correction
Chris Rebert [Sat, 17 May 2014 22:29:07 +0000 (15:29 -0700)] 
Merge pull request #13600 from twbs/resize-note-correction

change note in .resizable() mixin for accuracy

11 years agoMerge branch 'impl-13342'; Closes #13342.
Chris Rebert [Fri, 16 May 2014 21:30:31 +0000 (14:30 -0700)] 
Merge branch 'impl-13342'; Closes #13342.

11 years agoadd `target` option to Affix plugin
Attila Dobi [Tue, 15 Apr 2014 07:46:58 +0000 (10:46 +0300)] 
add `target` option to Affix plugin

11 years agoMerge pull request #13601 from twbs/tooltip-popover-doc
Chris Rebert [Thu, 15 May 2014 08:58:19 +0000 (01:58 -0700)] 
Merge pull request #13601 from twbs/tooltip-popover-doc

Sync tooltip & popover docs

11 years agoupdate default 'template' value in popover docs 13601/head
Chris Rebert [Thu, 15 May 2014 01:43:14 +0000 (18:43 -0700)] 
update default 'template' value in popover docs

11 years agoadd 'container' option motivation to tooltip docs
Chris Rebert [Thu, 15 May 2014 01:23:58 +0000 (18:23 -0700)] 
add 'container' option motivation to tooltip docs

11 years agoadd 'selector' option motivation to tooltip docs
Chris Rebert [Thu, 15 May 2014 01:19:50 +0000 (18:19 -0700)] 
add 'selector' option motivation to tooltip docs

11 years agoadd multiple triggers info to popover docs
Chris Rebert [Thu, 15 May 2014 01:18:33 +0000 (18:18 -0700)] 
add multiple triggers info to popover docs

11 years agoadd 'viewport' option to popover docs; #12328 erratum
Chris Rebert [Thu, 15 May 2014 01:17:24 +0000 (18:17 -0700)] 
add 'viewport' option to popover docs; #12328 erratum

11 years agodocs: sort tooltip & container options for sanity
Chris Rebert [Thu, 15 May 2014 01:12:18 +0000 (18:12 -0700)] 
docs: sort tooltip & container options for sanity

11 years agoreference other more recent source regarding the IE viewport bug
Chris Rebert [Thu, 15 May 2014 00:08:53 +0000 (17:08 -0700)] 
reference other more recent source regarding the IE viewport bug

11 years agomore precise docs link
Chris Rebert [Wed, 14 May 2014 23:41:40 +0000 (16:41 -0700)] 
more precise docs link

11 years agochange note in .resizable() mixin for accuracy 13600/head
Chris Rebert [Wed, 14 May 2014 22:33:41 +0000 (15:33 -0700)] 
change note in .resizable() mixin for accuracy

Not a Safari bug. It's standards-compliant.

Quoting from http://www.w3.org/TR/css3-ui/#resize :
> ### 8.1. `resize` property
>
> * Applies to: elements with `overflow` other than `visible`
>
> The `resize` property applies to elements whose computed `overflow` value is something other than `visible`.

Original comment was added in commit 648c4689273647c321dd6e3979d910282e9a9339.

11 years agoMerge pull request #13594 from twbs/bump-saucelabs
Chris Rebert [Tue, 13 May 2014 22:35:07 +0000 (15:35 -0700)] 
Merge pull request #13594 from twbs/bump-saucelabs

bump grunt-saucelabs to v5.1.3

11 years agobump grunt-saucelabs to v5.1.3 13594/head
Chris Rebert [Tue, 13 May 2014 21:54:41 +0000 (14:54 -0700)] 
bump grunt-saucelabs to v5.1.3

11 years agoRemove unneeded spaces from `pre`.
XhmikosR [Tue, 13 May 2014 14:14:10 +0000 (17:14 +0300)] 
Remove unneeded spaces from `pre`.

11 years agoadd link to StackOverflow question regarding Android <select> bug
Chris Rebert [Tue, 13 May 2014 11:19:51 +0000 (04:19 -0700)] 
add link to StackOverflow question regarding Android <select> bug

11 years agoremove update-shrinkwrap from the default Grunt task
Chris Rebert [Tue, 13 May 2014 09:08:25 +0000 (02:08 -0700)] 
remove update-shrinkwrap from the default Grunt task

Most folks shouldn't care about the shrinkwrap.
It should only be run on-demand, not as a routine/periodic thing.

11 years agoMerge pull request #13579 from twbs/nuike-more-rtl-stuff
Chris Rebert [Tue, 13 May 2014 07:06:03 +0000 (00:06 -0700)] 
Merge pull request #13579 from twbs/nuike-more-rtl-stuff

Remove RTL leftovers.

11 years agoRemove RTL leftovers. 13579/head
XhmikosR [Tue, 13 May 2014 06:26:24 +0000 (09:26 +0300)] 
Remove RTL leftovers.

11 years agoUpdate jQuery to v1.11.1.
XhmikosR [Tue, 13 May 2014 05:33:23 +0000 (08:33 +0300)] 
Update jQuery to v1.11.1.

11 years agounfuck the gruntifle
Mark Otto [Tue, 13 May 2014 05:01:29 +0000 (22:01 -0700)] 
unfuck the gruntifle

11 years agono more concurrency
Mark Otto [Tue, 13 May 2014 04:50:13 +0000 (21:50 -0700)] 
no more concurrency

11 years agogrunt
Mark Otto [Tue, 13 May 2014 04:28:14 +0000 (21:28 -0700)] 
grunt

11 years agogrunt
Mark Otto [Tue, 13 May 2014 04:19:01 +0000 (21:19 -0700)] 
grunt

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Tue, 13 May 2014 04:17:53 +0000 (21:17 -0700)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agogrunt for raw js
Mark Otto [Tue, 13 May 2014 04:17:42 +0000 (21:17 -0700)] 
grunt for raw js

11 years agoMerge pull request #13578 from twbs/fat-versions
Jacob [Tue, 13 May 2014 04:16:14 +0000 (21:16 -0700)] 
Merge pull request #13578 from twbs/fat-versions

versions

11 years agogrunt dist
Mark Otto [Tue, 13 May 2014 04:15:27 +0000 (21:15 -0700)] 
grunt dist

11 years agoversions 13578/head
fat [Tue, 13 May 2014 04:15:16 +0000 (21:15 -0700)] 
versions

11 years agoMerge pull request #13191 from AshleyDawson/master
Jacob [Tue, 13 May 2014 03:57:21 +0000 (20:57 -0700)] 
Merge pull request #13191 from AshleyDawson/master

Fixed nested tab elements li activation

11 years agogrunt dist
Mark Otto [Tue, 13 May 2014 03:26:01 +0000 (20:26 -0700)] 
grunt dist

11 years agoMerge pull request #13369 from armikbd/bootstrap-itsme
Mark Otto [Tue, 13 May 2014 03:23:34 +0000 (20:23 -0700)] 
Merge pull request #13369 from armikbd/bootstrap-itsme

Dropdown menu in justified button-group

11 years agoremove the comment
Mark Otto [Tue, 13 May 2014 03:14:39 +0000 (20:14 -0700)] 
remove the comment

11 years agonuke the rtl example
Mark Otto [Tue, 13 May 2014 02:56:29 +0000 (19:56 -0700)] 
nuke the rtl example

11 years agonuke the rtl docs
Mark Otto [Tue, 13 May 2014 02:55:58 +0000 (19:55 -0700)] 
nuke the rtl docs

11 years agogrunt
Mark Otto [Tue, 13 May 2014 02:53:12 +0000 (19:53 -0700)] 
grunt

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Tue, 13 May 2014 02:48:04 +0000 (19:48 -0700)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agonuke rtl
Mark Otto [Tue, 13 May 2014 02:47:53 +0000 (19:47 -0700)] 
nuke rtl

11 years agoMerge pull request #13576 from twbs/fat-12211
Jacob [Tue, 13 May 2014 02:17:12 +0000 (19:17 -0700)] 
Merge pull request #13576 from twbs/fat-12211

fixes #12211: Scrollspy: Navs in different tabs can interfere with each ...

11 years agofixes #12211: Scrollspy: Navs in different tabs can interfere with each othe 13576/head
fat [Tue, 13 May 2014 02:15:23 +0000 (19:15 -0700)] 
fixes #12211: Scrollspy: Navs in different tabs can interfere with each othe

11 years agoTemporarily revert README deletions from #13470,
Chris Rebert [Mon, 12 May 2014 19:54:10 +0000 (12:54 -0700)] 
Temporarily revert README deletions from #13470,
pending the release of v3.2.0's updated hosted docs.

Fixes #13572.

11 years agocleanup
Mark Otto [Sat, 10 May 2014 20:31:18 +0000 (13:31 -0700)] 
cleanup

11 years agoMerge pull request #13549 from danielhusar/master
Mark Otto [Sat, 10 May 2014 19:41:01 +0000 (12:41 -0700)] 
Merge pull request #13549 from danielhusar/master

IE8 button group support

11 years agoMerge pull request #13541 from gpakosz/patch-2
Jacob [Sat, 10 May 2014 16:41:12 +0000 (09:41 -0700)] 
Merge pull request #13541 from gpakosz/patch-2

Fixed affix-bottom positioning

11 years agoSquashed commit of the following: 13549/head
Daniel [Sat, 10 May 2014 16:39:34 +0000 (17:39 +0100)] 
Squashed commit of the following:

commit 81324491f4913d6797c3c9e4df83a1aefd7d9116
Author: Daniel <dano.husar@gmail.com>
Date:   Sat May 10 17:37:29 2014 +0100

    use opacity mixin

commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44
Author: Daniel Husar <dano.husar@gmail.com>
Date:   Fri May 9 13:47:35 2014 +0100

    Update button-groups.less

11 years agoUpdate html5shiv to 3.7.2.
XhmikosR [Sat, 10 May 2014 06:22:43 +0000 (09:22 +0300)] 
Update html5shiv to 3.7.2.

11 years agoMerge pull request #13558 from twbs/nav-tabs-role-tablist
Chris Rebert [Sat, 10 May 2014 06:12:46 +0000 (23:12 -0700)] 
Merge pull request #13558 from twbs/nav-tabs-role-tablist

add some ARIA roles to tabs for improved accessibility

11 years agoMerge pull request #13559 from twbs/carousel-role
Chris Rebert [Fri, 9 May 2014 23:02:56 +0000 (16:02 -0700)] 
Merge pull request #13559 from twbs/carousel-role

add role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility

11 years agoadd role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility 13559/head
Chris Rebert [Fri, 9 May 2014 22:31:52 +0000 (15:31 -0700)] 
add role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility

Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin

11 years agoadd role="tab" to .nav-tabs [data-toggle="tab"] 13558/head
Chris Rebert [Fri, 9 May 2014 22:12:57 +0000 (15:12 -0700)] 
add role="tab" to .nav-tabs [data-toggle="tab"]

Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin

11 years agoadd role="tablist" to .nav-tabs in examples to improve accessibility
Chris Rebert [Fri, 9 May 2014 22:05:20 +0000 (15:05 -0700)] 
add role="tablist" to .nav-tabs in examples to improve accessibility

Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin

11 years agoMerge pull request #13543 from twbs/fix-13305
Chris Rebert [Fri, 9 May 2014 00:20:36 +0000 (17:20 -0700)] 
Merge pull request #13543 from twbs/fix-13305

Customizer: make utilities.less inclusion mandatory

11 years agoCustomizer: make utilities.less inclusion mandatory 13543/head
Chris Rebert [Thu, 8 May 2014 23:48:37 +0000 (16:48 -0700)] 
Customizer: make utilities.less inclusion mandatory

Fixes #13305.

11 years agogrunt dist
Chris Rebert [Thu, 8 May 2014 23:35:03 +0000 (16:35 -0700)] 
grunt dist

11 years agoFixed affix-bottom positioning 13541/head
Gregory Pakosz [Thu, 8 May 2014 22:26:31 +0000 (00:26 +0200)] 
Fixed affix-bottom positioning

Set top position to (scrollHeight - this.$element.height() - offsetBottom).

11 years agoMerge pull request #13536 from Quy/master
Chris Rebert [Thu, 8 May 2014 17:33:13 +0000 (10:33 -0700)] 
Merge pull request #13536 from Quy/master

Remove outdated rtl nav links

11 years agoRemove outdated rtl nav links 13536/head
Quy Ton [Thu, 8 May 2014 14:20:25 +0000 (07:20 -0700)] 
Remove outdated rtl nav links

11 years agoUpdate .travis.yml
Mark Otto [Thu, 8 May 2014 06:37:41 +0000 (23:37 -0700)] 
Update .travis.yml

11 years agoMerge pull request #13531 from twbs/grunt-html-docs
Mark Otto [Thu, 8 May 2014 04:30:22 +0000 (21:30 -0700)] 
Merge pull request #13531 from twbs/grunt-html-docs

move Grunt info from README into HTML docs

11 years agomove Grunt info from README into HTML docs 13531/head
Chris Rebert [Thu, 8 May 2014 02:38:27 +0000 (19:38 -0700)] 
move Grunt info from README into HTML docs

Fixes #13470

11 years agomove rtl to getting started, per @cvrebert's feedback
Mark Otto [Wed, 7 May 2014 22:30:27 +0000 (15:30 -0700)] 
move rtl to getting started, per @cvrebert's feedback

11 years agoMerge pull request #13499 from twbs/clarify-rtl
Mark Otto [Wed, 7 May 2014 22:28:08 +0000 (15:28 -0700)] 
Merge pull request #13499 from twbs/clarify-rtl

emphasize that bootstrap-rtl.css & bootstrap.css should not be used together

11 years agoMerge pull request #13504 from Quy/resputil
Chris Rebert [Wed, 7 May 2014 21:35:33 +0000 (14:35 -0700)] 
Merge pull request #13504 from Quy/resputil

Fix .visible-print deprecation version #.

11 years agoMerge pull request #13528 from twbs/unlock-jscs
Chris Rebert [Wed, 7 May 2014 20:37:48 +0000 (13:37 -0700)] 
Merge pull request #13528 from twbs/unlock-jscs

unlock & bump grunt-jscs-checker to ~0.4.3

11 years agounlock & bump grunt-jscs-checker to ~0.4.3 13528/head
Chris Rebert [Wed, 7 May 2014 20:28:02 +0000 (13:28 -0700)] 
unlock & bump grunt-jscs-checker to ~0.4.3

11 years agotweak formatting in Carousel docs for clarity; fixes #13522
Chris Rebert [Tue, 6 May 2014 18:34:46 +0000 (11:34 -0700)] 
tweak formatting in Carousel docs for clarity; fixes #13522

11 years agoUpdate JSZip to v2.2.2.
XhmikosR [Fri, 2 May 2014 06:17:46 +0000 (09:17 +0300)] 
Update JSZip to v2.2.2.

11 years agoMerge pull request #13511 from hnrch02/button-reset-falsey-values-fix
Chris Rebert [Tue, 6 May 2014 05:55:05 +0000 (22:55 -0700)] 
Merge pull request #13511 from hnrch02/button-reset-falsey-values-fix

Allow for resetText of a button to be a falsey value; fixes #13466

11 years agoMerge pull request #13406 from EnsignR/closed.bs.alert-after-remove
Chris Rebert [Tue, 6 May 2014 05:47:50 +0000 (22:47 -0700)] 
Merge pull request #13406 from EnsignR/closed.bs.alert-after-remove

fires closed.bs.alert *after* DOM detach() as per #12379

11 years agoMerge pull request #13514 from twbs/jscs
Chris Rebert [Mon, 5 May 2014 19:36:58 +0000 (12:36 -0700)] 
Merge pull request #13514 from twbs/jscs

bump grunt-jscs-checker to v0.4.1

11 years agobump grunt-jscs-checker to v0.4.1; refs #13512 13514/head
Chris Rebert [Mon, 5 May 2014 19:31:17 +0000 (12:31 -0700)] 
bump grunt-jscs-checker to v0.4.1; refs #13512

11 years agoupdate-shrinkwrap
Chris Rebert [Mon, 5 May 2014 19:13:14 +0000 (12:13 -0700)] 
update-shrinkwrap

11 years agotemporarily lock grunt-jscs-checker to v0.4.0
Chris Rebert [Mon, 5 May 2014 19:08:04 +0000 (12:08 -0700)] 
temporarily lock grunt-jscs-checker to v0.4.0

Per #13512 & https://github.com/mdevils/node-jscs/issues/357

11 years agoAllow for resetText of a button to be a falsey value; fixes #13466 13511/head
Heinrich Fenkart [Mon, 5 May 2014 10:11:59 +0000 (12:11 +0200)] 
Allow for resetText of a button to be a falsey value; fixes #13466

11 years agoMerge pull request #13506 from twbs/jscs-ratchet
Chris Rebert [Sun, 4 May 2014 22:21:45 +0000 (15:21 -0700)] 
Merge pull request #13506 from twbs/jscs-ratchet

import rules from Ratchet's JSCS config with which we already comply

11 years agoimport rules from Ratchet's JSCS config with which we already comply 13506/head
Chris Rebert [Sun, 4 May 2014 22:15:02 +0000 (15:15 -0700)] 
import rules from Ratchet's JSCS config with which we already comply

11 years agoFix .visible-print deprecation version #. 13504/head
Quy Ton [Sun, 4 May 2014 16:02:55 +0000 (09:02 -0700)] 
Fix .visible-print deprecation version #.

11 years agoemphasize that bootstrap-rtl.css & bootstrap.css should not be used together 13499/head
Chris Rebert [Sun, 4 May 2014 09:24:04 +0000 (02:24 -0700)] 
emphasize that bootstrap-rtl.css & bootstrap.css should not be used together

11 years agoadd RTL CSS files to "What's included" section of docs
Chris Rebert [Sun, 4 May 2014 09:20:07 +0000 (02:20 -0700)] 
add RTL CSS files to "What's included" section of docs

11 years agoinclude RTL CSS CDN URL in Download docs
Chris Rebert [Sun, 4 May 2014 09:09:03 +0000 (02:09 -0700)] 
include RTL CSS CDN URL in Download docs

11 years agoMerge pull request #13493 from twbs/close-btn-access
Chris Rebert [Sun, 4 May 2014 07:33:58 +0000 (00:33 -0700)] 
Merge pull request #13493 from twbs/close-btn-access

Improve accessibility of close buttons in modals & alerts

11 years agoMerge pull request #13495 from twbs/android-firefox
Mark Otto [Sun, 4 May 2014 07:19:59 +0000 (00:19 -0700)] 
Merge pull request #13495 from twbs/android-firefox

Officially support Android Firefox

11 years agoWall of browser bugs: formatting tweaks
Chris Rebert [Sun, 4 May 2014 06:40:18 +0000 (23:40 -0700)] 
Wall of browser bugs: formatting tweaks

11 years agomark Android Firefox as officially supported 13495/head
Chris Rebert [Sun, 4 May 2014 06:02:48 +0000 (23:02 -0700)] 
mark Android Firefox as officially supported

11 years agodocument #13390
Chris Rebert [Sun, 4 May 2014 05:56:45 +0000 (22:56 -0700)] 
document #13390

11 years agoImprove accessibility of close buttons in modals & alerts 13493/head
Chris Rebert [Sun, 4 May 2014 02:38:09 +0000 (19:38 -0700)] 
Improve accessibility of close buttons in modals & alerts

Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders.

Credit: https://github.com/paypal/bootstrap-accessibility-plugin
Per:
    https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert
    https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog

11 years agoMerge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs
Mark Otto [Sun, 4 May 2014 01:50:28 +0000 (18:50 -0700)] 
Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs

Fixed navbar radius of example at docs

11 years agobump grunt-css-flip to ~0.2.2
Chris Rebert [Sat, 3 May 2014 23:43:02 +0000 (16:43 -0700)] 
bump grunt-css-flip to ~0.2.2

11 years agoMerge pull request #13461 from patrickhlauke/docs-dropdown-sr-only
Mark Otto [Fri, 2 May 2014 05:41:06 +0000 (22:41 -0700)] 
Merge pull request #13461 from patrickhlauke/docs-dropdown-sr-only

Remove sr-only from components/dropdowns example

11 years agomake new Carousel tests compatible with noConflict mode
Chris Rebert [Thu, 1 May 2014 20:37:44 +0000 (13:37 -0700)] 
make new Carousel tests compatible with noConflict mode