]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
10 years agofix affix-top unit test to properly clean up after itself
Chris Rebert [Fri, 21 Nov 2014 07:26:37 +0000 (23:26 -0800)] 
fix affix-top unit test to properly clean up after itself

10 years agoMerge pull request #15187 from twbs/doc-savage-contributing
Chris Rebert [Thu, 20 Nov 2014 19:00:34 +0000 (11:00 -0800)] 
Merge pull request #15187 from twbs/doc-savage-contributing

Document Savage cross-browser JS pull request tester bot
[skip sauce]

10 years agoDocument Savage cross-browser JS pull request tester bot 15187/head
Chris Rebert [Thu, 20 Nov 2014 18:02:57 +0000 (10:02 -0800)] 
Document Savage cross-browser JS pull request tester bot

Refs #12352, which is now implemented & deployed.
More info: https://github.com/twbs/savage

[skip sauce]

10 years agoUpdate Wall of Browser Bugs entry for #14972
Chris Rebert [Thu, 20 Nov 2014 18:15:43 +0000 (10:15 -0800)] 
Update Wall of Browser Bugs entry for #14972

http://crbug.com/429604 has been merged into http://crbug.com/175502

10 years agofix typo in CONTRIBUTING.md
Chris Rebert [Thu, 20 Nov 2014 17:49:10 +0000 (09:49 -0800)] 
fix typo in CONTRIBUTING.md

10 years agoMerge pull request #15159 from twbs/docs-muted
XhmikosR [Thu, 20 Nov 2014 08:27:42 +0000 (10:27 +0200)] 
Merge pull request #15159 from twbs/docs-muted

Clean up old `muted` references and switch to `text-muted`.

10 years agoMerge pull request #15111 from twbs/events-tables-wrapping
Chris Rebert [Thu, 20 Nov 2014 08:06:33 +0000 (00:06 -0800)] 
Merge pull request #15111 from twbs/events-tables-wrapping

Don't line wrap event names in JS plugin docs

10 years agoClean up old `muted` references and switch to `text-muted`. 15159/head
XhmikosR [Mon, 17 Nov 2014 17:31:13 +0000 (19:31 +0200)] 
Clean up old `muted` references and switch to `text-muted`.

10 years agoMerge pull request #15182 from twbs/sauce-sub-account
Chris Rebert [Thu, 20 Nov 2014 03:47:25 +0000 (19:47 -0800)] 
Merge pull request #15182 from twbs/sauce-sub-account

Switch to using sub-account of main Sauce account for Savage

10 years agoSwitch to using sub-account of main Sauce account for Savage 15182/head
Chris Rebert [Thu, 20 Nov 2014 03:38:21 +0000 (19:38 -0800)] 
Switch to using sub-account of main Sauce account for Savage

Refs commit 6cfd811fcc99e5800c9e6207c48a91f85f699ae7.

10 years agoMerge pull request #15090 from twbs/dropdowns-events
Chris Rebert [Thu, 20 Nov 2014 01:33:17 +0000 (17:33 -0800)] 
Merge pull request #15090 from twbs/dropdowns-events

consolidate relatedTarget docs in dropdown event docs

10 years agoMerge pull request #15177 from twbs/savage-sauce
Chris Rebert [Thu, 20 Nov 2014 01:03:02 +0000 (17:03 -0800)] 
Merge pull request #15177 from twbs/savage-sauce

Adjust build scripts for Savage

10 years agoSavage builds should not update the S3 cache 15177/head
Chris Rebert [Wed, 19 Nov 2014 23:44:43 +0000 (15:44 -0800)] 
Savage builds should not update the S3 cache

10 years agogrant Savage access to the S3 cache
Chris Rebert [Wed, 19 Nov 2014 23:51:11 +0000 (15:51 -0800)] 
grant Savage access to the S3 cache

10 years agodisable core tests for Savage builds
Chris Rebert [Wed, 19 Nov 2014 23:43:23 +0000 (15:43 -0800)] 
disable core tests for Savage builds

10 years agoskip HTML validator for Savage builds
Chris Rebert [Wed, 19 Nov 2014 23:41:05 +0000 (15:41 -0800)] 
skip HTML validator for Savage builds

10 years agoenable Sauce access for Savage
Chris Rebert [Wed, 19 Nov 2014 23:22:45 +0000 (15:22 -0800)] 
enable Sauce access for Savage

10 years agoMerge pull request #15176 from twbs/savage-travis
Chris Rebert [Wed, 19 Nov 2014 22:50:20 +0000 (14:50 -0800)] 
Merge pull request #15176 from twbs/savage-travis

Setup Travis event notification webhook for Savage
[skip sauce]
[skip validator]

10 years agoSetup Travis event notification webhook for Savage 15176/head
Chris Rebert [Wed, 19 Nov 2014 22:43:45 +0000 (14:43 -0800)] 
Setup Travis event notification webhook for Savage

10 years agogrunt dist
Chris Rebert [Wed, 19 Nov 2014 19:01:04 +0000 (11:01 -0800)] 
grunt dist

10 years agoMerge pull request #15166 from vsn4ik/upd_npm_and_core_team
Julian Thilo [Tue, 18 Nov 2014 16:08:54 +0000 (17:08 +0100)] 
Merge pull request #15166 from vsn4ik/upd_npm_and_core_team

Use npm instead NPM and update twbs team link.

10 years agoUse npm instead NPM and update twbs team link. 15166/head
vsn4ik [Tue, 18 Nov 2014 15:46:28 +0000 (18:46 +0300)] 
Use npm instead NPM and update twbs team link.

10 years agoMerge pull request #15154 from nickyod/affix-top-bug
Chris Rebert [Tue, 18 Nov 2014 02:19:55 +0000 (18:19 -0800)] 
Merge pull request #15154 from nickyod/affix-top-bug

10 years agoFixes affix-top class not applying
Nick O'Donoghue [Sun, 16 Nov 2014 21:01:32 +0000 (21:01 +0000)] 
Fixes affix-top class not applying

Use scrollTop instead of colliderTop which uses the elements
offset().top, as the offset top does not account for padding.

This issue can be replicated by using a navbar-fixed-top and applying
relevant padding to the body. (A navbar-static-top with no padding on
the body does not encounter this issue)

Fixes #15078
Closes #15154 by merging it

10 years agoadd unit test for affix-top for padding issue
Nick O'Donoghue [Mon, 17 Nov 2014 00:42:55 +0000 (00:42 +0000)] 
add unit test for affix-top for padding issue

10 years agoMerge pull request #15161 from twbs/travis-lint
Chris Rebert [Mon, 17 Nov 2014 23:49:07 +0000 (15:49 -0800)] 
Merge pull request #15161 from twbs/travis-lint

fix travis.yml lint errors

10 years agofix travis.yml lint errors 15161/head
Chris Rebert [Mon, 17 Nov 2014 23:38:03 +0000 (15:38 -0800)] 
fix travis.yml lint errors

10 years agogrunt
Heinrich Fenkart [Mon, 17 Nov 2014 17:57:02 +0000 (18:57 +0100)] 
grunt

10 years agoRevert "Follow-up to #13074: use spec syntax instead of deprecated mixins"
Heinrich Fenkart [Mon, 17 Nov 2014 17:54:55 +0000 (18:54 +0100)] 
Revert "Follow-up to #13074: use spec syntax instead of deprecated mixins"

This reverts commit b10b373c6019666dbe1152245c9efdf214ceaa6a.

Resolves #14937.

10 years agoMerge pull request #15156 from Quy/master
Chris Rebert [Mon, 17 Nov 2014 16:31:51 +0000 (08:31 -0800)] 
Merge pull request #15156 from Quy/master

Fix spelling of necolas' last name

10 years agoFix name spelling 15156/head
Quy Ton [Mon, 17 Nov 2014 16:05:26 +0000 (08:05 -0800)] 
Fix name spelling

10 years agoSince Safari has released new fixed versions, we're unlikely to take any further...
Chris Rebert [Mon, 17 Nov 2014 11:19:05 +0000 (03:19 -0800)] 
Since Safari has released new fixed versions, we're unlikely to take any further action on this.

10 years agoMerge pull request #15125 from patrickhlauke/docs-clean-up
Chris Rebert [Mon, 17 Nov 2014 10:13:21 +0000 (02:13 -0800)] 
Merge pull request #15125 from patrickhlauke/docs-clean-up

Docs clean up - unnecessary role attributes, callout clarifications

10 years agoMerge pull request #15152 from twbs/fix-15144
Chris Rebert [Mon, 17 Nov 2014 09:43:22 +0000 (01:43 -0800)] 
Merge pull request #15152 from twbs/fix-15144

honor wrap option in Carousel.getItemForDirection
[skip validator]

10 years agoMerge pull request #15129 from twbs/examples-img-alt
XhmikosR [Mon, 17 Nov 2014 09:31:21 +0000 (11:31 +0200)] 
Merge pull request #15129 from twbs/examples-img-alt

Specify `img` alternative text.

10 years agorm redundant role="button" from <button>
Chris Rebert [Mon, 17 Nov 2014 00:34:28 +0000 (16:34 -0800)] 
rm redundant role="button" from <button>

10 years agoMerge pull request #15139 from patrickhlauke/docs-button-section-restructure
XhmikosR [Sun, 16 Nov 2014 15:42:33 +0000 (17:42 +0200)] 
Merge pull request #15139 from patrickhlauke/docs-button-section-restructure

Docs button section restructure

10 years agoMerge pull request #15135 from hillai/patch-1
XhmikosR [Sun, 16 Nov 2014 15:42:05 +0000 (17:42 +0200)] 
Merge pull request #15135 from hillai/patch-1

Add modal autofocus example

10 years agoAdd modal autofocus example 15135/head
hillai [Fri, 14 Nov 2014 15:09:50 +0000 (17:09 +0200)] 
Add modal autofocus example

10 years agohonor wrap option in Carousel.getItemForDirection; fixes #15144 15152/head
Chris Rebert [Sun, 16 Nov 2014 06:43:20 +0000 (22:43 -0800)] 
honor wrap option in Carousel.getItemForDirection; fixes #15144

10 years agoadd unit tests for Carousel's 'wrap' option
Chris Rebert [Sun, 16 Nov 2014 06:22:15 +0000 (22:22 -0800)] 
add unit tests for Carousel's 'wrap' option

10 years agoMerge pull request #15150 from twbs/ios-8.1
Chris Rebert [Sun, 16 Nov 2014 05:33:02 +0000 (21:33 -0800)] 
Merge pull request #15150 from twbs/ios-8.1

upgrade iOS tests to 8.1

10 years agoupgrade iOS tests to 8.1 15150/head
Chris Rebert [Sun, 16 Nov 2014 05:22:46 +0000 (21:22 -0800)] 
upgrade iOS tests to 8.1

[skip validator]

10 years agoMerge pull request #15149 from twbs/yosemite
Chris Rebert [Sun, 16 Nov 2014 05:25:37 +0000 (21:25 -0800)] 
Merge pull request #15149 from twbs/yosemite

upgrade OS X tests to Yosemite

10 years agoupgrade OS X tests to Yosemite 15149/head
Chris Rebert [Sun, 16 Nov 2014 05:20:41 +0000 (21:20 -0800)] 
upgrade OS X tests to Yosemite

[skip validator]

10 years agoMove button-tags section to start of button section 15139/head
Patrick H. Lauke [Sat, 15 Nov 2014 00:26:22 +0000 (00:26 +0000)] 
Move button-tags section to start of button section

10 years agoMove context-specific callout to general tag usage
Patrick H. Lauke [Sat, 15 Nov 2014 00:25:13 +0000 (00:25 +0000)] 
Move context-specific callout to general tag usage

10 years agoMerge pull request #15137 from twbs/split-inline-form
Chris Rebert [Sat, 15 Nov 2014 00:16:08 +0000 (16:16 -0800)] 
Merge pull request #15137 from twbs/split-inline-form

split .form-inline .input-group into separate docs example
[skip sauce]

10 years agoFiled http://openradar.appspot.com/18987206
Chris Rebert [Fri, 14 Nov 2014 22:13:25 +0000 (14:13 -0800)] 
Filed http://openradar.appspot.com/18987206

Refs #9774

10 years agosplit .form-inline .input-group into separate docs example 15137/head
Chris Rebert [Fri, 14 Nov 2014 20:03:54 +0000 (12:03 -0800)] 
split .form-inline .input-group into separate docs example

10 years agoCollapse: Use $.fn.children instead of `>` in selector
Heinrich Fenkart [Fri, 14 Nov 2014 14:18:34 +0000 (15:18 +0100)] 
Collapse: Use $.fn.children instead of `>` in selector

Fixes #15131.

10 years agoRedundant role="navigation" on <nav>s 15125/head
Patrick H. Lauke [Fri, 14 Nov 2014 01:44:09 +0000 (01:44 +0000)] 
Redundant role="navigation" on <nav>s

plus one example that still used the old <div role="navigation"> and a
fix-up of the callout as per
https://github.com/twbs/bootstrap/issues/15109

10 years agoRedundant role="form" on <form>s
Patrick H. Lauke [Fri, 14 Nov 2014 01:27:47 +0000 (01:27 +0000)] 
Redundant role="form" on <form>s

10 years agoExpand caveat for disabled fieldsets and links
Patrick H. Lauke [Fri, 14 Nov 2014 01:15:54 +0000 (01:15 +0000)] 
Expand caveat for disabled fieldsets and links

10 years agoSpecify `img` alternative text. 15129/head
XhmikosR [Thu, 13 Nov 2014 17:31:17 +0000 (19:31 +0200)] 
Specify `img` alternative text.

10 years agoMerge pull request #15126 from Quy/master
Julian Thilo [Fri, 14 Nov 2014 07:33:21 +0000 (08:33 +0100)] 
Merge pull request #15126 from Quy/master

Fix link

10 years agoFix link 15126/head
Quy Ton [Fri, 14 Nov 2014 06:20:30 +0000 (22:20 -0800)] 
Fix link

10 years agoclarify that Bower is one among several installation methods
Chris Rebert [Thu, 13 Nov 2014 23:18:55 +0000 (15:18 -0800)] 
clarify that Bower is one among several installation methods

10 years agoMerge pull request #15122 from twbs/bump-remarkable
Chris Rebert [Thu, 13 Nov 2014 21:54:40 +0000 (13:54 -0800)] 
Merge pull request #15122 from twbs/bump-remarkable

bump remarkable devDependency to ~1.4.1

10 years agobump remarkable devDependency to ~1.4.1 15122/head
Chris Rebert [Thu, 13 Nov 2014 21:51:53 +0000 (13:51 -0800)] 
bump remarkable devDependency to ~1.4.1

[skip sauce]

10 years agoMerge pull request #15093 from twbs/id-callouts
Chris Rebert [Thu, 13 Nov 2014 20:24:03 +0000 (12:24 -0800)] 
Merge pull request #15093 from twbs/id-callouts

Give all docs callouts IDs
[skip sauce]

10 years agoMerge pull request #15121 from twbs/npm-shrinkwrap@5.0.0
XhmikosR [Thu, 13 Nov 2014 20:19:06 +0000 (22:19 +0200)] 
Merge pull request #15121 from twbs/npm-shrinkwrap@5.0.0

Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.

10 years agoFix a small grammar mistake.
XhmikosR [Thu, 13 Nov 2014 20:18:02 +0000 (22:18 +0200)] 
Fix a small grammar mistake.

[ci skip]

10 years agogive all docs callouts IDs 15093/head
Chris Rebert [Wed, 12 Nov 2014 04:23:49 +0000 (20:23 -0800)] 
give all docs callouts IDs

[skip sauce]

10 years agoUse a 40x40 image for the `navbar` brand image example.
XhmikosR [Thu, 13 Nov 2014 17:27:47 +0000 (19:27 +0200)] 
Use a 40x40 image for the `navbar` brand image example.

Saves 3.4KB.

10 years agoMerge pull request #15120 from twbs/fix-forms-doc
Chris Rebert [Thu, 13 Nov 2014 20:07:38 +0000 (12:07 -0800)] 
Merge pull request #15120 from twbs/fix-forms-doc

Fix .form-inline docs example

10 years agoPin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x. 15121/head
XhmikosR [Thu, 13 Nov 2014 19:58:22 +0000 (21:58 +0200)] 
Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.

Fixes #15105.

10 years agoFix .form-inline docs example 15120/head
Chris Rebert [Thu, 13 Nov 2014 19:23:40 +0000 (11:23 -0800)] 
Fix .form-inline docs example

Make sample code match live example
Move <label> out of .input-group into .form-group instead
Change field from Email to Username to make it less redundant, slightly more realistic
Add <label> for Username field for consistency
Fixes #15118

10 years agoMerge pull request #15110 from twbs/ios-clickability
Chris Rebert [Thu, 13 Nov 2014 01:27:38 +0000 (17:27 -0800)] 
Merge pull request #15110 from twbs/ios-clickability

add link to MDN docs regarding iOS Safari element clickability

10 years agoDon't line wrap event names in JS plugin docs 15111/head
Chris Rebert [Thu, 13 Nov 2014 00:32:51 +0000 (16:32 -0800)] 
Don't line wrap event names in JS plugin docs

10 years agoadd link to MDN docs regarding iOS Safari element clickability 15110/head
Chris Rebert [Thu, 13 Nov 2014 00:16:10 +0000 (16:16 -0800)] 
add link to MDN docs regarding iOS Safari element clickability

10 years agoMerge pull request #15089 from twbs/data-attrib-callout
Chris Rebert [Wed, 12 Nov 2014 18:07:22 +0000 (10:07 -0800)] 
Merge pull request #15089 from twbs/data-attrib-callout

move data attributes callout into data attributes doc subsection

10 years agoMerge pull request #15094 from twbs/js-navs
Chris Rebert [Wed, 12 Nov 2014 18:06:07 +0000 (10:06 -0800)] 
Merge pull request #15094 from twbs/js-navs

JS docs: add Options, Methods, Events subsections to nav sidebar

10 years agobump version to v3.3.1 v3.3.1
Mark Otto [Wed, 12 Nov 2014 17:03:16 +0000 (09:03 -0800)] 
bump version to v3.3.1

10 years agogrunt
Mark Otto [Wed, 12 Nov 2014 16:51:35 +0000 (08:51 -0800)] 
grunt

10 years agoUpdate npm-shrinkwrap.
XhmikosR [Wed, 12 Nov 2014 07:49:29 +0000 (09:49 +0200)] 
Update npm-shrinkwrap.

10 years agoMerge pull request #15095 from gitaeks/master
XhmikosR [Wed, 12 Nov 2014 07:29:44 +0000 (09:29 +0200)] 
Merge pull request #15095 from gitaeks/master

Fixed a typo in Sign-in page example

10 years agoFixed a typo in Sign-in page example 15095/head
gitaeks [Wed, 12 Nov 2014 06:52:32 +0000 (15:52 +0900)] 
Fixed a typo in Sign-in page example

Fixed a typo in Sign-in page example
http://getbootstrap.com/examples/signin/

10 years agonavbar callouts cleanup
Chris Rebert [Wed, 12 Nov 2014 05:22:27 +0000 (21:22 -0800)] 
navbar callouts cleanup

Move all callouts to be adjacent to each other
Combine JS-related callouts into a single callout

10 years agoJS docs: add Options, Methods, Events subsections to nav sidebar 15094/head
Chris Rebert [Wed, 12 Nov 2014 05:16:34 +0000 (21:16 -0800)] 
JS docs: add Options, Methods, Events subsections to nav sidebar

10 years agogrunt
Mark Otto [Wed, 12 Nov 2014 04:25:09 +0000 (20:25 -0800)] 
grunt

10 years agoMerge pull request #15092 from twbs/scrollspy-callouts
Chris Rebert [Wed, 12 Nov 2014 03:56:28 +0000 (19:56 -0800)] 
Merge pull request #15092 from twbs/scrollspy-callouts

move scrollspy callouts so they're all adjacent to each other
[skip sauce]

10 years agoMerge pull request #15091 from twbs/popovers-heading
Chris Rebert [Wed, 12 Nov 2014 03:53:49 +0000 (19:53 -0800)] 
Merge pull request #15091 from twbs/popovers-heading

move popover examples heading to directly before the actual examples

10 years agoadd missing dots to .sr-only class mentions, for consistency w/ rest of docs
Chris Rebert [Wed, 12 Nov 2014 03:49:44 +0000 (19:49 -0800)] 
add missing dots to .sr-only class mentions, for consistency w/ rest of docs

10 years agomove scrollspy callouts so they're all adjacent to each other 15092/head
Chris Rebert [Wed, 12 Nov 2014 03:42:29 +0000 (19:42 -0800)] 
move scrollspy callouts so they're all adjacent to each other

10 years agomove popover examples heading to directly before the actual examples 15091/head
Chris Rebert [Wed, 12 Nov 2014 03:40:47 +0000 (19:40 -0800)] 
move popover examples heading to directly before the actual examples

10 years agoconsolidate relatedTarget docs in dropdown event docs 15090/head
Chris Rebert [Wed, 12 Nov 2014 03:38:06 +0000 (19:38 -0800)] 
consolidate relatedTarget docs in dropdown event docs

10 years agomove data attributes callout into data attributes doc subsection 15089/head
Chris Rebert [Wed, 12 Nov 2014 03:35:08 +0000 (19:35 -0800)] 
move data attributes callout into data attributes doc subsection

10 years agoMerge pull request #14900 from twbs/labels-readme
Mark Otto [Wed, 12 Nov 2014 03:30:54 +0000 (19:30 -0800)] 
Merge pull request #14900 from twbs/labels-readme

Add labels explanation to readme

10 years agomove carousel accessibility callout next to rest of callouts
Chris Rebert [Wed, 12 Nov 2014 03:29:56 +0000 (19:29 -0800)] 
move carousel accessibility callout next to rest of callouts

10 years agomove single-toggle button plugin callout before example for consistency
Chris Rebert [Wed, 12 Nov 2014 03:26:10 +0000 (19:26 -0800)] 
move single-toggle button plugin callout before example for consistency

10 years agomove to the contributing guidelines 14900/head
Mark Otto [Wed, 12 Nov 2014 03:25:54 +0000 (19:25 -0800)] 
move to the contributing guidelines

10 years agoMerge branch 'master' into labels-readme
Mark Otto [Wed, 12 Nov 2014 03:25:16 +0000 (19:25 -0800)] 
Merge branch 'master' into labels-readme

10 years agoMerge pull request #15088 from twbs/dropdown-keydown-ignores
Heinrich Fenkart [Wed, 12 Nov 2014 01:23:34 +0000 (02:23 +0100)] 
Merge pull request #15088 from twbs/dropdown-keydown-ignores

Dropdown: ignore keydown events coming from `input`s and `textarea`s

10 years agoDropdown: ignore keydown events coming from `input`s and `textarea`s 15088/head
Heinrich Fenkart [Wed, 12 Nov 2014 00:18:06 +0000 (01:18 +0100)] 
Dropdown: ignore keydown events coming from `input`s and `textarea`s

Fixes #15084.

10 years agoMerge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks
Heinrich Fenkart [Wed, 12 Nov 2014 00:19:39 +0000 (01:19 +0100)] 
Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks

Wash-up of some stray dropdown examples

10 years agoWash-up of some stray dropdown examples 15087/head
Patrick H. Lauke [Tue, 11 Nov 2014 23:52:52 +0000 (23:52 +0000)] 
Wash-up of some stray dropdown examples

adding explicit aria-expanded="false" initial state (so they're
correctly announced by AT as being collapsed), and - in the case of
old-school use of <a> - role="button"

10 years agoMerge pull request #15086 from twbs/btn_group_focus
Mark Otto [Tue, 11 Nov 2014 23:51:54 +0000 (15:51 -0800)] 
Merge pull request #15086 from twbs/btn_group_focus

Don't remove focus outline from buttons in button groups

10 years agoMerge pull request #15077 from jayanthkoushik/issue-15076-fix
Mark Otto [Tue, 11 Nov 2014 23:47:01 +0000 (15:47 -0800)] 
Merge pull request #15077 from jayanthkoushik/issue-15076-fix

Fix Issue #15076.

10 years agoFixes #14939: Don't remove focus outline from buttons in button groups 15086/head
Mark Otto [Tue, 11 Nov 2014 23:43:00 +0000 (15:43 -0800)] 
Fixes #14939: Don't remove focus outline from buttons in button groups