]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
11 years agoJustified Nav rendering bug fixed in Chrome as of v31.0.1650.48
Chris Rebert [Wed, 13 Nov 2013 20:03:03 +0000 (12:03 -0800)] 
Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48

11 years agoMerge pull request #11385 from twbs/justified-nav-example-warning
Chris Rebert [Mon, 11 Nov 2013 22:44:40 +0000 (14:44 -0800)] 
Merge pull request #11385 from twbs/justified-nav-example-warning

add warning about WebKit bug to the justified nav example itself

11 years agoMerge pull request #11376 from twbs/double-click-radio-fix
Chris Rebert [Mon, 11 Nov 2013 01:33:12 +0000 (17:33 -0800)] 
Merge pull request #11376 from twbs/double-click-radio-fix

Double-clicking on a .btn-ized radio button shouldn't de-select it

11 years ago<3 @asselin for figuring out this combo of 2 patches for #9920; re-grunt 11376/head
Chris Rebert [Wed, 6 Nov 2013 06:20:29 +0000 (22:20 -0800)] 
<3 @asselin for figuring out this combo of 2 patches for #9920; re-grunt

11 years agoDon't deselect radio buttons in data-toggle; fixes #9920
Brian Leonard [Mon, 2 Sep 2013 05:23:31 +0000 (22:23 -0700)] 
Don't deselect radio buttons in data-toggle; fixes #9920

Merges #10787

11 years agoAdd unit test for #9920
Nathan Muir [Tue, 3 Sep 2013 02:23:51 +0000 (12:23 +1000)] 
Add unit test for #9920

Merges #10385

11 years agoMerge pull request #11409 from twbs/add-release-checklist
Chris Rebert [Mon, 11 Nov 2013 01:17:15 +0000 (17:17 -0800)] 
Merge pull request #11409 from twbs/add-release-checklist

add release checklist to CONTRIBUTING file

11 years agoadd release checklist to CONTRIBUTING file; fixes #11290 11409/head
Chris Rebert [Thu, 7 Nov 2013 21:15:46 +0000 (13:15 -0800)] 
add release checklist to CONTRIBUTING file; fixes #11290

11 years agomore nesting in table.less
Chris Rebert [Thu, 7 Nov 2013 02:38:27 +0000 (18:38 -0800)] 
more nesting in table.less

11 years agouse nesting to make .table-striped & .table-hover mixin-able again; fixes #11387
Chris Rebert [Thu, 7 Nov 2013 02:32:35 +0000 (18:32 -0800)] 
use nesting to make .table-striped & .table-hover mixin-able again; fixes #11387

11 years agoadd warning about WebKit bug to the justified nav example itself 11385/head
Chris Rebert [Wed, 6 Nov 2013 23:21:07 +0000 (15:21 -0800)] 
add warning about WebKit bug to the justified nav example itself

11 years agoupdate remaining version numbers v3.0.2
Chris Rebert [Wed, 6 Nov 2013 21:16:40 +0000 (13:16 -0800)] 
update remaining version numbers

11 years agogrunt
Mark Otto [Wed, 6 Nov 2013 21:10:51 +0000 (13:10 -0800)] 
grunt

11 years agobump links to 3.0.2; change readme download to release URL format
Mark Otto [Wed, 6 Nov 2013 21:09:35 +0000 (13:09 -0800)] 
bump links to 3.0.2; change readme download to release URL format

11 years agoFixes #11295: Restore offset, push, and pull zero classes (e.g., .col-md-offset-0)
Mark Otto [Wed, 6 Nov 2013 21:03:08 +0000 (13:03 -0800)] 
Fixes #11295: Restore offset, push, and pull zero classes (e.g., .col-md-offset-0)

11 years agorun grunt after version bumps
Mark Otto [Wed, 6 Nov 2013 21:02:15 +0000 (13:02 -0800)] 
run grunt after version bumps

11 years agobump versions to v3.0.2
Mark Otto [Wed, 6 Nov 2013 20:57:28 +0000 (12:57 -0800)] 
bump versions to v3.0.2

11 years agofix #11378
Chris Rebert [Wed, 6 Nov 2013 18:30:39 +0000 (10:30 -0800)] 
fix #11378

11 years agoMerge pull request #11273 from benji07/patch-1
Chris Rebert [Wed, 6 Nov 2013 07:36:48 +0000 (23:36 -0800)] 
Merge pull request #11273 from benji07/patch-1

Add a branch alias

11 years agoAdd a branch alias 11273/head
Benjamin Lévêque [Tue, 29 Oct 2013 15:14:36 +0000 (16:14 +0100)] 
Add a branch alias

Add a branch alias to be able to require 3.0.* version (use the branch master if minimum-stability is dev or use a tag if it's defined to stable)

11 years agore-grunt
Chris Rebert [Wed, 6 Nov 2013 00:58:18 +0000 (16:58 -0800)] 
re-grunt

11 years agoMerge pull request #10039 from daguej/js-refs
Chris Rebert [Wed, 6 Nov 2013 00:55:55 +0000 (16:55 -0800)] 
Merge pull request #10039 from daguej/js-refs

Don't explicitly reference global jQuery

11 years agofix 1 remaining instance of #11349
Chris Rebert [Wed, 6 Nov 2013 00:37:54 +0000 (16:37 -0800)] 
fix 1 remaining instance of #11349

11 years agoMerge pull request #11349 from alefteris/examples-navbar-sr-only
Chris Rebert [Wed, 6 Nov 2013 00:35:14 +0000 (16:35 -0800)] 
Merge pull request #11349 from alefteris/examples-navbar-sr-only

Add toogle nav for screen readers in examples

11 years agoMerge pull request #11327 from ZDroid/nestnail
Chris Rebert [Wed, 6 Nov 2013 00:20:53 +0000 (16:20 -0800)] 
Merge pull request #11327 from ZDroid/nestnail

Use nesting for thumbnail styles

11 years agoMerge pull request #11335 from twbs/version-number-updater
Chris Rebert [Mon, 4 Nov 2013 19:24:32 +0000 (11:24 -0800)] 
Merge pull request #11335 from twbs/version-number-updater

add Grunt task to change version numbers

11 years agoadd Grunt task to change version numbers; fixes #11332 11335/head
Chris Rebert [Sat, 2 Nov 2013 01:15:25 +0000 (18:15 -0700)] 
add Grunt task to change version numbers; fixes #11332

11 years agoupdate node.js to v0.10.x (current stable)
Chris Rebert [Mon, 4 Nov 2013 18:41:10 +0000 (10:41 -0800)] 
update node.js to v0.10.x (current stable)

11 years agoMerge pull request #11354 from Ore4444/patch-1
Chris Rebert [Mon, 4 Nov 2013 16:54:37 +0000 (08:54 -0800)] 
Merge pull request #11354 from Ore4444/patch-1

Fixed links

11 years agoFixed links 11354/head
Ore Landau [Mon, 4 Nov 2013 10:33:43 +0000 (12:33 +0200)] 
Fixed links

Links to same-page anchors were treated as external links.

11 years agoAdd toogle nav for screen readers in examples 11349/head
Thanos Lefteris [Sun, 3 Nov 2013 19:08:24 +0000 (21:08 +0200)] 
Add toogle nav for screen readers in examples

11 years agoMerge pull request #11345 from pborreli/patch-3
Chris Rebert [Sun, 3 Nov 2013 03:11:08 +0000 (20:11 -0700)] 
Merge pull request #11345 from pborreli/patch-3

Removed duplicated class change from migration instructions

11 years agoRemoved duplicated class change from migration instructions 11345/head
Pascal Borreli [Sun, 3 Nov 2013 03:08:11 +0000 (03:08 +0000)] 
Removed duplicated class change from migration instructions

11 years agoMerge pull request #11336 from twbs/fix-11317
Chris Rebert [Sat, 2 Nov 2013 22:06:16 +0000 (15:06 -0700)] 
Merge pull request #11336 from twbs/fix-11317

don't use nonstandard window.location.origin in customizer JS

11 years agoFix #7398 in Basic template
Julian Thilo [Sat, 2 Nov 2013 12:34:31 +0000 (13:34 +0100)] 
Fix #7398 in Basic template

See https://github.com/twbs/bootstrap/issues/7398#issuecomment-27617890 for details.
Thanks @martinburger

11 years agoMerge pull request #11338 from ZDroid/nestform
Julian Thilo [Sat, 2 Nov 2013 12:27:30 +0000 (05:27 -0700)] 
Merge pull request #11338 from ZDroid/nestform

Use nesting for .placeholder()

11 years agoUse nesting for .placeholder() 11338/head
Zlatan Vasović [Sat, 2 Nov 2013 08:35:51 +0000 (09:35 +0100)] 
Use nesting for .placeholder()

11 years agodon't use nonstandard window.location.origin in customizer JS; fixes #11317 11336/head
Chris Rebert [Sat, 2 Nov 2013 01:56:27 +0000 (18:56 -0700)] 
don't use nonstandard window.location.origin in customizer JS; fixes #11317

11 years agoMerge pull request #11334 from glebm/patch-2
Chris Rebert [Sat, 2 Nov 2013 01:29:45 +0000 (18:29 -0700)] 
Merge pull request #11334 from glebm/patch-2

& > == >

11 years ago& > == > 11334/head
Gleb Mazovetskiy [Sat, 2 Nov 2013 01:19:11 +0000 (02:19 +0100)] 
& > == >

11 years agoupdate version numbers in JS file comment headers to v3.0.1 & regrunt
Chris Rebert [Sat, 2 Nov 2013 00:15:34 +0000 (17:15 -0700)] 
update version numbers in JS file comment headers to v3.0.1 & regrunt

11 years agoMerge pull request #11331 from xt0rted/patch-1
Julian Thilo [Fri, 1 Nov 2013 23:38:08 +0000 (16:38 -0700)] 
Merge pull request #11331 from xt0rted/patch-1

Update customizer.js

11 years agoUpdate customizer.js 11331/head
Brian Surowiec [Fri, 1 Nov 2013 23:27:08 +0000 (19:27 -0400)] 
Update customizer.js

11 years agoUse nesting for thumbnail styles 11327/head
Zlatan Vasović [Fri, 1 Nov 2013 21:09:01 +0000 (22:09 +0100)] 
Use nesting for thumbnail styles

11 years agoMerge pull request #11324 from boki-/patch-1
Julian Thilo [Fri, 1 Nov 2013 18:36:30 +0000 (11:36 -0700)] 
Merge pull request #11324 from boki-/patch-1

Update README.md

11 years agoUpdate README.md 11324/head
Bogdan [Fri, 1 Nov 2013 18:30:27 +0000 (19:30 +0100)] 
Update README.md

Row 13 link update to tag v3.0.1

11 years agoMerge pull request #11315 from AJAlabs/master
Chris Rebert [Thu, 31 Oct 2013 20:36:52 +0000 (13:36 -0700)] 
Merge pull request #11315 from AJAlabs/master

Added navigation role to example navbars

11 years agoAdded navigation role to example navbars 11315/head
AJ Acevedo [Thu, 31 Oct 2013 20:09:41 +0000 (16:09 -0400)] 
Added navigation role to example navbars

As per the docs:
http://getbootstrap.com/components/#navbar-default

  modified:   examples/carousel/index.html
  modified:   examples/jumbotron/index.html
  modified:   examples/navbar-fixed-top/index.html
  modified:   examples/navbar-static-top/index.html
  modified:   examples/navbar/index.html
  modified:   examples/non-responsive/index.html
  modified:   examples/starter-template/index.html
  modified:   examples/sticky-footer-navbar/index.html
  modified:   examples/theme/index.html

11 years ago3.0.1 v3.0.1
Mark Otto [Wed, 30 Oct 2013 17:03:56 +0000 (10:03 -0700)] 
3.0.1

11 years agomore grunt
Mark Otto [Wed, 30 Oct 2013 15:00:32 +0000 (08:00 -0700)] 
more grunt

11 years agoMerge pull request #11274 from wangsai/fix-examples-urls
Mark Otto [Wed, 30 Oct 2013 14:32:06 +0000 (07:32 -0700)] 
Merge pull request #11274 from wangsai/fix-examples-urls

remove unused `{{ page.base_url }}` variables, and fix the urls

11 years agoMerge pull request #11282 from ZDroid/combination
Mark Otto [Wed, 30 Oct 2013 14:28:24 +0000 (07:28 -0700)] 
Merge pull request #11282 from ZDroid/combination

Combine multiple .thumbnail > img styles

11 years agoCombine multiple .thumbnail > img styles 11282/head
Zlatan Vasović [Wed, 30 Oct 2013 09:00:28 +0000 (10:00 +0100)] 
Combine multiple .thumbnail > img styles

11 years agoMerge pull request #11278 from ZDroid/patch-1
Chris Rebert [Tue, 29 Oct 2013 19:41:42 +0000 (12:41 -0700)] 
Merge pull request #11278 from ZDroid/patch-1

Change tense to imperative

11 years agoChange tense to imperative 11278/head
Zlatan Vasović [Tue, 29 Oct 2013 19:06:45 +0000 (20:06 +0100)] 
Change tense to imperative

Matches this comment with the commit messages and other comments.

11 years agoMerge pull request #11275 from jared-christensen/master
Chris Rebert [Tue, 29 Oct 2013 17:29:31 +0000 (10:29 -0700)] 
Merge pull request #11275 from jared-christensen/master

JS comments pointed to new documentation

11 years agoJS comments pointed to new documentation 11275/head
Jared Christensen [Tue, 29 Oct 2013 17:10:47 +0000 (12:10 -0500)] 
JS comments pointed to new documentation

11 years agoremove unused `{{ page.base_url }}` variables, and fix the urls 11274/head
wangsai [Tue, 29 Oct 2013 16:13:35 +0000 (00:13 +0800)] 
remove unused `{{ page.base_url }}` variables, and fix the urls

11 years agorun grunt
Mark Otto [Tue, 29 Oct 2013 04:55:08 +0000 (21:55 -0700)] 
run grunt

11 years agorestore IDs
Mark Otto [Tue, 29 Oct 2013 04:50:05 +0000 (21:50 -0700)] 
restore IDs

11 years agoMerge branch 'respondjs-import-note'
Mark Otto [Tue, 29 Oct 2013 04:49:00 +0000 (21:49 -0700)] 
Merge branch 'respondjs-import-note'

11 years agoedit
Mark Otto [Tue, 29 Oct 2013 04:48:57 +0000 (21:48 -0700)] 
edit

11 years agoFixes #10341: don't change border color on contextual table classes
Mark Otto [Tue, 29 Oct 2013 04:19:48 +0000 (21:19 -0700)] 
Fixes #10341: don't change border color on contextual table classes

11 years agouse regular text, not callouts
Mark Otto [Tue, 29 Oct 2013 04:19:09 +0000 (21:19 -0700)] 
use regular text, not callouts

11 years agoFixes #10516: Use auto positioning for dropdowns in justified nav to fix Firefox...
Mark Otto [Tue, 29 Oct 2013 03:51:39 +0000 (20:51 -0700)] 
Fixes #10516: Use auto positioning for dropdowns in justified nav to fix Firefox rendering

11 years agoMerge pull request #11258 from ZDroid/smoothing
Mark Otto [Tue, 29 Oct 2013 03:36:40 +0000 (20:36 -0700)] 
Merge pull request #11258 from ZDroid/smoothing

Add -moz-osx-font-smoothing

11 years agoadd warning about Respond.js not supporting @import; fixes #11143 11264/head
Chris Rebert [Mon, 28 Oct 2013 18:07:56 +0000 (11:07 -0700)] 
add warning about Respond.js not supporting @import; fixes #11143

11 years agoMerge pull request #11262 from vsn4ik/fonts_perms
Chris Rebert [Mon, 28 Oct 2013 16:16:53 +0000 (09:16 -0700)] 
Merge pull request #11262 from vsn4ik/fonts_perms

Remove execute permissions on fonts files.

11 years agoRemove execute permissions on fonts files. 11262/head
vsn4ik [Mon, 28 Oct 2013 13:52:04 +0000 (17:52 +0400)] 
Remove execute permissions on fonts files.

11 years agoAdd -moz-osx-font-smoothing 11258/head
Zlatan Vasović [Mon, 28 Oct 2013 08:59:24 +0000 (09:59 +0100)] 
Add -moz-osx-font-smoothing

11 years agoMerge pull request #11253 from ZDroid/ditch
Mark Otto [Mon, 28 Oct 2013 03:50:23 +0000 (20:50 -0700)] 
Merge pull request #11253 from ZDroid/ditch

Ditch amp

11 years agoDitch amp 11253/head
Zlatan Vasović [Sun, 27 Oct 2013 12:43:51 +0000 (13:43 +0100)] 
Ditch amp

11 years agoMerge pull request #11248 from tagliala/chrome-osx-select-print
Mark Otto [Sun, 27 Oct 2013 07:45:37 +0000 (00:45 -0700)] 
Merge pull request #11248 from tagliala/chrome-osx-select-print

Chrome for OSX print issue with select tags

11 years ago#fff of course 11248/head
Geremia Taglialatela [Sat, 26 Oct 2013 19:52:38 +0000 (21:52 +0200)] 
#fff of course

11 years agoFixes #11245 11247/head
Geremia Taglialatela [Sat, 26 Oct 2013 19:32:29 +0000 (21:32 +0200)] 
Fixes #11245

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sat, 26 Oct 2013 13:22:33 +0000 (14:22 +0100)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agoMerge pull request #11200 from yokomizor/variable_way_to_set_caret_width_base
Mark Otto [Sat, 26 Oct 2013 13:15:33 +0000 (06:15 -0700)] 
Merge pull request #11200 from yokomizor/variable_way_to_set_caret_width_base

Variable way to set caret width

11 years agoFixes #11206: remove left padding on first inline list item
Mark Otto [Sat, 26 Oct 2013 13:13:34 +0000 (14:13 +0100)] 
Fixes #11206: remove left padding on first inline list item

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sat, 26 Oct 2013 13:12:07 +0000 (14:12 +0100)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agoMerge pull request #11244 from ZDroid/animation
Mark Otto [Sat, 26 Oct 2013 12:49:58 +0000 (05:49 -0700)] 
Merge pull request #11244 from ZDroid/animation

Add .animation() mixin

11 years agoAdd .animation() mixin 11244/head
Zlatan Vasović [Sat, 26 Oct 2013 12:11:59 +0000 (14:11 +0200)] 
Add .animation() mixin

11 years agoRemove multiple navbar z-index callout
Mark Otto [Sat, 26 Oct 2013 11:43:50 +0000 (12:43 +0100)] 
Remove multiple navbar z-index callout

* Since we removed the z-index of our default navbars in 76baacf2c94bec03273639ef0ed966dad87cf37a, we no longer need this warning.
* A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go.

11 years agoMerge pull request #11222 from ZDroid/patch-1
Mark Otto [Sat, 26 Oct 2013 10:41:00 +0000 (03:41 -0700)] 
Merge pull request #11222 from ZDroid/patch-1

Add another newline to improve final code readability

11 years agoAdd another newline to improve final code readability 11222/head
Zlatan Vasović [Thu, 24 Oct 2013 17:32:41 +0000 (19:32 +0200)] 
Add another newline to improve final code readability

This divides banner from code.

11 years agoMerge pull request #11224 from twbs/10506-doc
Mark Otto [Sat, 26 Oct 2013 08:17:53 +0000 (01:17 -0700)] 
Merge pull request #11224 from twbs/10506-doc

Document that uncollapsing the mobile navbar requires JS

11 years agoMerge pull request #11239 from twbs/qunit-equals-deprecated
Chris Rebert [Fri, 25 Oct 2013 21:21:43 +0000 (14:21 -0700)] 
Merge pull request #11239 from twbs/qunit-equals-deprecated

QUnit.equals() is deprecated; use QUnit.equal() instead

11 years agoQUnit.equals() is deprecated; use QUnit.equal() instead 11239/head
Chris Rebert [Fri, 25 Oct 2013 21:14:30 +0000 (14:14 -0700)] 
QUnit.equals() is deprecated; use QUnit.equal() instead

11 years agoMerge pull request #11234 from ZDroid/patch-2
Chris Rebert [Fri, 25 Oct 2013 18:34:54 +0000 (11:34 -0700)] 
Merge pull request #11234 from ZDroid/patch-2

Kick up grunt-contrib-jshint dependency

11 years agoKick up grunt-contrib-jshint dependency 11234/head
Zlatan Vasović [Fri, 25 Oct 2013 15:45:49 +0000 (17:45 +0200)] 
Kick up grunt-contrib-jshint dependency

11 years agoadd missing space before open curly brace
Chris Rebert [Fri, 25 Oct 2013 02:56:44 +0000 (19:56 -0700)] 
add missing space before open curly brace

11 years agofix misspelling in comment
Chris Rebert [Fri, 25 Oct 2013 02:50:08 +0000 (19:50 -0700)] 
fix misspelling in comment

11 years agofix misspelling in comment
Chris Rebert [Fri, 25 Oct 2013 02:48:42 +0000 (19:48 -0700)] 
fix misspelling in comment

11 years agoremove ref to nonexistent branch
Chris Rebert [Fri, 25 Oct 2013 02:42:48 +0000 (19:42 -0700)] 
remove ref to nonexistent branch

11 years agofix WebKit caps in comments
Chris Rebert [Fri, 25 Oct 2013 02:20:08 +0000 (19:20 -0700)] 
fix WebKit caps in comments

11 years agodoc that uncollapsing mobile navbar requires JS; per #10506 11224/head
Chris Rebert [Thu, 24 Oct 2013 22:16:02 +0000 (15:16 -0700)] 
doc that uncollapsing mobile navbar requires JS; per #10506

11 years agogoofed on 1 dummy <img> src attribute; thanks @extesy
Chris Rebert [Thu, 24 Oct 2013 19:01:09 +0000 (12:01 -0700)] 
goofed on 1 dummy <img> src attribute; thanks @extesy

11 years agorm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216
Chris Rebert [Thu, 24 Oct 2013 06:41:17 +0000 (23:41 -0700)] 
rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216

11 years agosilence validator regarding http-equiv="X-UA-Compatible"
Chris Rebert [Thu, 24 Oct 2013 06:25:17 +0000 (23:25 -0700)] 
silence validator regarding http-equiv="X-UA-Compatible"

11 years agoMerge pull request #11209 from ZDroid/new_year
Mark Otto [Tue, 22 Oct 2013 20:45:41 +0000 (13:45 -0700)] 
Merge pull request #11209 from ZDroid/new_year

Update license year

11 years agoMerge pull request #11208 from ZDroid/codestyle_fix
Chris Rebert [Tue, 22 Oct 2013 17:53:25 +0000 (10:53 -0700)] 
Merge pull request #11208 from ZDroid/codestyle_fix

Put a space before `{` due to code style