]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Chris Rebert [Mon, 9 Mar 2015 13:43:41 +0000 (06:43 -0700)]
Affix: $('body') => $(document.body)
Bootstrap's Grunt bot [Mon, 9 Mar 2015 08:41:21 +0000 (08:41 +0000)]
automatic grunt dist
Chris Rebert [Mon, 9 Mar 2015 08:36:00 +0000 (01:36 -0700)]
Merge pull request #15755 from jitendravyas/master
Removed `visibility: hidden !important` from `.hidden` class
Bootstrap's Grunt bot [Mon, 9 Mar 2015 08:11:37 +0000 (08:11 +0000)]
automatic grunt dist
Chris Rebert [Mon, 9 Mar 2015 08:03:27 +0000 (01:03 -0700)]
Merge pull request #16011 from twbs/fix-15315
.collapse('hide') on hidden uninit-ed collapsible no longer shows it
Chris Rebert [Mon, 9 Mar 2015 04:33:25 +0000 (21:33 -0700)]
Merge pull request #16018 from twbs/modal-visual
Enhancements to Modal visual test
Chris Rebert [Mon, 9 Mar 2015 04:31:58 +0000 (21:31 -0700)]
add TODO item regarding clean-css v3.2 & zeroUnits
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-
77441999
Chris Rebert [Sat, 7 Mar 2015 14:40:57 +0000 (06:40 -0800)]
add togglable scrollbar-inducing content to Modal visual test
Chris Rebert [Sat, 7 Mar 2015 14:29:46 +0000 (06:29 -0800)]
add static navbar to Modal visual test
XhmikosR [Sat, 7 Mar 2015 08:11:28 +0000 (10:11 +0200)]
.gitignore: Remove obsolete files.
They are grunt-html-validation leftovers.
[ci skip]
Chris Rebert [Sat, 7 Mar 2015 07:28:30 +0000 (23:28 -0800)]
Merge pull request #15999 from twbs/kkirsche-includeTestsReadme
Document JS test suite basics
Kevin Kirsche [Sun, 1 Mar 2015 03:54:58 +0000 (22:54 -0500)]
[Fixes #15951] Document JS test suite basics
X-Ref: #15953
Closes #15952 by merging a tweaked version of it.
[skip sauce]
[skip validator]
Chris Rebert [Fri, 6 Mar 2015 15:01:12 +0000 (07:01 -0800)]
Collapse unit test: rm check that no-op hide adds style="height: 0px"
Appears to be unnecessary and is broken by #16011,
which is otherwise quite sane.
Chris Rebert [Fri, 6 Mar 2015 11:05:30 +0000 (03:05 -0800)]
.collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes #15315
Thanks to @peterblazejewicz & @Nikita240
Adds unit tests based on #14417
X-Ref: #14282
Closes #15807
Chris Rebert [Fri, 6 Mar 2015 00:42:12 +0000 (16:42 -0800)]
Merge pull request #16007 from molly/master
Update initial release announcement dead link
Molly White [Thu, 5 Mar 2015 20:25:05 +0000 (15:25 -0500)]
Remove dead link to release announcement
Found it! They just changed the link.
Julian Thilo [Thu, 5 Mar 2015 18:40:33 +0000 (18:40 +0000)]
Merge pull request #16004 from kkirsche/patch-2
[Fix #16001] Add link to Vietnamese translation
Kevin Kirsche [Thu, 5 Mar 2015 14:39:47 +0000 (09:39 -0500)]
[Fix #16001] Add link to Vietnamese translation
[Fix #16001] Add link to Vietnamese translation
Bootstrap's Grunt bot [Wed, 4 Mar 2015 09:41:15 +0000 (09:41 +0000)]
automatic grunt dist
Chris Rebert [Wed, 4 Mar 2015 09:40:01 +0000 (01:40 -0800)]
Merge pull request #15988 from twbs/fix-15874
Hiding an uninitialized tooltip/popover no longer initializes it
Chris Rebert [Tue, 3 Mar 2015 21:32:24 +0000 (13:32 -0800)]
Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874
Bootstrap's Grunt bot [Tue, 3 Mar 2015 21:11:15 +0000 (21:11 +0000)]
automatic grunt dist
Chris Rebert [Tue, 3 Mar 2015 21:06:25 +0000 (13:06 -0800)]
rm semicolon for sake of fat's eccentric tastes
Erratum from #15496
Steven Black [Sat, 28 Feb 2015 23:59:54 +0000 (01:59 +0200)]
Accessibility and headings hierarchy for the "CSS" page.
Closes #15948 by merging it.
Steven Black [Fri, 27 Feb 2015 18:36:51 +0000 (20:36 +0200)]
Accessibility and headings hierarchy for the "Getting started" page.
Closes #15946 by merging it.
Steven Black [Wed, 25 Feb 2015 02:00:37 +0000 (04:00 +0200)]
Javascript docs: Accessibility and cosmetic changes to headings.
Closes #15915 by merging it.
Heinrich Fenkart [Tue, 3 Mar 2015 14:52:05 +0000 (15:52 +0100)]
Merge pull request #15961 from kkirsche/ImplementAssertExpect
[Fixes #15953] Implement assert.expect in each unit test
Kevin Kirsche [Sun, 1 Mar 2015 14:33:48 +0000 (09:33 -0500)]
[Fixes #15953] Implement assert.expect in each unit test
[Fixes #15953] Implement `assert.expect` in each unit test
Heinrich Fenkart [Tue, 3 Mar 2015 06:03:42 +0000 (07:03 +0100)]
Merge pull request #15984 from twbs/document-handleupdate
Properly document Modal#handleUpdate
Heinrich Fenkart [Tue, 3 Mar 2015 05:45:38 +0000 (06:45 +0100)]
Properly document Modal#handleUpdate
Bootstrap's Grunt bot [Tue, 3 Mar 2015 05:01:43 +0000 (05:01 +0000)]
automatic grunt dist
Heinrich Fenkart [Tue, 3 Mar 2015 04:54:03 +0000 (05:54 +0100)]
Merge pull request #15881 from twbs/fix-modal-backdrop
Modal: Fix backdrop not readjusting when height changes
Heinrich Fenkart [Tue, 24 Feb 2015 00:00:04 +0000 (01:00 +0100)]
Modal: Fix backdrop not readjusting when height changes
Fixes #15136.
Closes #15345.
Closes #15314.
Refs #14724, #14927.
Bootstrap's Grunt bot [Mon, 2 Mar 2015 14:51:23 +0000 (14:51 +0000)]
automatic grunt dist
Patrick H. Lauke [Mon, 2 Mar 2015 14:42:39 +0000 (14:42 +0000)]
Merge pull request #15974 from patrickhlauke/ios-click-fix-role-button2
Add upstream patch comment for #15947
Patrick H. Lauke [Mon, 2 Mar 2015 14:36:36 +0000 (14:36 +0000)]
Add upstream patch comment
Bootstrap's Grunt bot [Mon, 2 Mar 2015 12:41:16 +0000 (12:41 +0000)]
automatic grunt dist
Patrick H. Lauke [Mon, 2 Mar 2015 12:35:33 +0000 (12:35 +0000)]
Merge pull request #15947 from patrickhlauke/ios-click-fix-role-button
iOS fix for role="button" elements; [fixes #15935]
Chris Rebert [Mon, 2 Mar 2015 10:39:29 +0000 (02:39 -0800)]
Merge pull request #15970 from twbs/the-future-is-now-qunit
Disable deprecated QUnit global methods
XhmikosR [Sun, 1 Mar 2015 20:35:43 +0000 (22:35 +0200)]
Disable es3 for tests and customizer.js.
XhmikosR [Sun, 1 Mar 2015 19:15:22 +0000 (21:15 +0200)]
Run `grunt`.
Chris Rebert [Mon, 2 Mar 2015 03:48:06 +0000 (19:48 -0800)]
Disable deprecated global QUnit method aliases to prevent backsliding on QUnit v2 readiness
Chris Rebert [Mon, 2 Mar 2015 02:28:46 +0000 (18:28 -0800)]
Merge pull request #15955 from twbs/fixture-on-screen-ios
Unit tests: Only display fixture on-screen for iOS
Bootstrap's Grunt bot [Mon, 2 Mar 2015 00:11:14 +0000 (00:11 +0000)]
automatic grunt dist
Chris Rebert [Mon, 2 Mar 2015 00:04:04 +0000 (16:04 -0800)]
Merge pull request #15593 from neoeno/handle_multiple_zero_offset_scrollspy_elements
Handle multiple zero-offset Scrollspy elements.
Caden Lovelace [Sat, 17 Jan 2015 01:14:22 +0000 (01:14 +0000)]
Handle multiple zero-offset Scrollspy elements.
When the first two elements in a scrollspy content block have a document
offset of zero (i.e. they're hard against the top of the page),
Scrollspy would switch between them on every scroll event.
This could happen, for example, in a system of nested sections:
```
<section id="animals">
<section id="dogs">
Content
</section>
</section>
```
This ocurred because Scrollspy's check to see if it's at the end of the
array of sections uses `!arr[index]`. This misses the case where
`arr[index]` does exist and is zero.
This commit explicitly checks the array bounds.
Chris Rebert [Sun, 1 Mar 2015 22:32:31 +0000 (14:32 -0800)]
Merge pull request #15965 from kkirsche/fixURL
[Docs / README] Fix URL to match the plugin keyword recommendation
Chris Rebert [Sun, 1 Mar 2015 22:27:04 +0000 (14:27 -0800)]
Merge pull request #15964 from kkirsche/addAccidentlyRemovedText
[Docs] Replace accidently removed tooltip / popover text
Kevin Kirsche [Sun, 1 Mar 2015 21:44:13 +0000 (16:44 -0500)]
Fix URL to match the keyword
Fix URL to match the keyword
Kevin Kirsche [Sun, 1 Mar 2015 21:24:12 +0000 (16:24 -0500)]
Replace accidently removed text
X-Ref #15742
cc: @mdo
Heinrich Fenkart [Sun, 1 Mar 2015 08:46:49 +0000 (09:46 +0100)]
Unit tests: Only display fixture on-screen for iOS
Since only on iOS tests fail when the fixture is displayed off-screen, see https://travis-ci.org/twbs/bootstrap/jobs/
52605742
Heinrich Fenkart [Sun, 1 Mar 2015 08:41:10 +0000 (09:41 +0100)]
Merge pull request #15954 from twbs/sauce-hidepassed
Use different way to make failing test more visible in Sauce
Heinrich Fenkart [Sun, 1 Mar 2015 08:20:00 +0000 (09:20 +0100)]
Use different way to make failing test more visible in Sauce
Patrick H. Lauke [Sat, 28 Feb 2015 22:11:30 +0000 (22:11 +0000)]
Merge pull request #15929 from kkirsche/patch-5
[Fixes #15928] Encourage use of icons with form validation states for co...
Kevin Kirsche [Thu, 26 Feb 2015 01:01:48 +0000 (20:01 -0500)]
[Fixes #15928] Encourage use of icons with form validation states for colorblind users
[Fixes #15928] Encourage use of icons with form validation states for colorblind users
Update text per @patrickhlauke's feedback
Update text per @patrickhlauke's feedback.
Fix stupid grammar mistake
Patrick H. Lauke [Sat, 28 Feb 2015 15:41:55 +0000 (15:41 +0000)]
iOS fix for role="button" elements; [fixes #15935]
Fixes "clickability" issue (and more generally, the firing of events
such as focus as well) for traditionally non-focusable elements with
role="button" (see
https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)
Fixes #15935
Bootstrap's Grunt bot [Fri, 27 Feb 2015 07:51:17 +0000 (07:51 +0000)]
automatic grunt dist
Mark Otto [Fri, 27 Feb 2015 07:49:04 +0000 (23:49 -0800)]
Merge pull request #15826 from kkirsche/patch-19
[Fixes #15825] .initialism class should use mixin
Bootstrap's Grunt bot [Fri, 27 Feb 2015 04:11:09 +0000 (04:11 +0000)]
automatic grunt dist
Chris Rebert [Fri, 27 Feb 2015 04:00:50 +0000 (20:00 -0800)]
Merge pull request #15941 from twbs/ijcheung-collapse-update-all-triggers
Update all collapse triggers with .collapsed class and aria-expanded
Ivan Cheung [Wed, 4 Feb 2015 22:25:57 +0000 (16:25 -0600)]
Update all collapse triggers with .collapsed class and aria-expanded
Fixes #15741
Closes #15751 by merging it.
Bootstrap's Grunt bot [Thu, 26 Feb 2015 14:21:13 +0000 (14:21 +0000)]
automatic grunt dist
XhmikosR [Thu, 26 Feb 2015 09:14:46 +0000 (11:14 +0200)]
Run `grunt`.
Heinrich Fenkart [Thu, 26 Feb 2015 07:36:17 +0000 (08:36 +0100)]
Merge pull request #15933 from twbs/qunit-module-hooks
Unit tests: Use new names of module hooks
Chris Rebert [Thu, 26 Feb 2015 07:27:12 +0000 (23:27 -0800)]
QUnit.jsDump => QUnit.dump
Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-jsdump-with-qunit-dump
Chris Rebert [Thu, 26 Feb 2015 07:26:26 +0000 (23:26 -0800)]
Use QUnit.log(...) instead of QUnit.log = ...
Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks
Bootstrap's Grunt bot [Thu, 26 Feb 2015 07:21:21 +0000 (07:21 +0000)]
automatic grunt dist
Heinrich Fenkart [Thu, 26 Feb 2015 07:20:42 +0000 (08:20 +0100)]
Unit tests: Use new names of module hooks
Refs #15893
Heinrich Fenkart [Thu, 26 Feb 2015 07:13:55 +0000 (08:13 +0100)]
Merge pull request #15930 from twbs/modal-restore-inline-padding
Modal: Apply any preexisting body padding again after closing
nakupanda [Wed, 3 Dec 2014 08:13:37 +0000 (16:13 +0800)]
Modal: Apply any preexisting body padding again after closing
TJ [Thu, 4 Dec 2014 19:26:11 +0000 (14:26 -0500)]
Prevent collapsed navbar in Non-responsive Example
Closes #15291 by merging it.
Bootstrap's Grunt bot [Thu, 26 Feb 2015 06:01:15 +0000 (06:01 +0000)]
automatic grunt dist
Quentin Spencer-Harper [Tue, 13 Jan 2015 14:59:47 +0000 (14:59 +0000)]
Tooltip: Avoid creating an unnecessary tooltip when `Tooltip#hide` is called
Fixed performance bug where a tooltip element is created and then immediately destroyed when tooltip.hide() is called and there is no existing tooltip element
Resolves #15557 by merging it.
Bootstrap's Grunt bot [Thu, 26 Feb 2015 05:51:21 +0000 (05:51 +0000)]
automatic grunt dist
vsn4ik [Thu, 8 Jan 2015 09:03:09 +0000 (12:03 +0300)]
Dropdowns: Skip `.disabled` instead of `.divider` on keydown event
Fixes #15147.
Closes #15520 by merging it.
Bootstrap's Grunt bot [Thu, 26 Feb 2015 05:01:07 +0000 (05:01 +0000)]
automatic grunt dist
Heinrich Fenkart [Thu, 26 Feb 2015 04:55:27 +0000 (05:55 +0100)]
Merge pull request #15923 from kkirsche/useExplicitVariableDeclaration
[Ref #15881] Use Explicit JS Variable Declarations rather than Chained
Bootstrap's Grunt bot [Thu, 26 Feb 2015 03:51:28 +0000 (03:51 +0000)]
automatic grunt dist
Chris Rebert [Thu, 26 Feb 2015 03:49:26 +0000 (19:49 -0800)]
Merge pull request #15693 from huang-x-h/patch-1
tip method in popover.js can be removed
Kevin Kirsche [Wed, 25 Feb 2015 17:19:11 +0000 (12:19 -0500)]
[Ref #15881] Use Explicit Values rather than Chain
[Ref #15881] Use Explicit Values for javascript variables rather than chained ones.
From https://github.com/twbs/bootstrap/pull/15881#discussion_r25330647
Chris Rebert [Wed, 25 Feb 2015 07:49:08 +0000 (23:49 -0800)]
fix 2 typos in modal unit test assertion messages
Mark Otto [Wed, 25 Feb 2015 05:16:55 +0000 (21:16 -0800)]
Merge pull request #15916 from kkirsche/patch-2
Add source code documentation of justified navbar for #15906
Mark Otto [Wed, 25 Feb 2015 05:14:43 +0000 (21:14 -0800)]
Merge pull request #15914 from StevenBlack/docs.js.headings
docs > js > headings
Kevin Kirsche [Wed, 25 Feb 2015 04:04:59 +0000 (23:04 -0500)]
Document justified navbar for #15906
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like #15906 in the future.
Heinrich Fenkart [Wed, 25 Feb 2015 02:30:58 +0000 (03:30 +0100)]
Follow-up to
769c27a19f : Add new section to nav
Kevin Kirsche [Tue, 24 Feb 2015 23:02:16 +0000 (18:02 -0500)]
Document how to properly handle modals with dynamic content height
Fixes #15106.
Closes #15910.
Heinrich Fenkart [Wed, 25 Feb 2015 01:53:39 +0000 (02:53 +0100)]
Dropdown unit tests: Tiny style changes
Steven Black [Wed, 25 Feb 2015 01:19:00 +0000 (20:19 -0500)]
Accessibility changes to headings (transitions.html)
Steven Black [Wed, 25 Feb 2015 01:17:14 +0000 (20:17 -0500)]
Accessibility changes to headings (overview.html)
Bootstrap's Grunt bot [Wed, 25 Feb 2015 01:11:20 +0000 (01:11 +0000)]
automatic grunt dist
Heinrich Fenkart [Wed, 25 Feb 2015 01:03:52 +0000 (02:03 +0100)]
Merge pull request #15913 from twbs/scrollspy-consistency
ScrollSpy: Small style consistency adjustments
Mark Otto [Wed, 25 Feb 2015 00:43:22 +0000 (16:43 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Wed, 25 Feb 2015 00:43:07 +0000 (16:43 -0800)]
Fix #15911: Clear the floats and move the padding to the header
Heinrich Fenkart [Wed, 25 Feb 2015 00:37:13 +0000 (01:37 +0100)]
ScrollSpy: Small style consistency adjustments
Mark Otto [Wed, 25 Feb 2015 00:30:49 +0000 (16:30 -0800)]
Merge pull request #15900 from kkirsche/patch-5
[Docs—Fixes #15882]Use an ID as the example for Scrollspy
Mark Otto [Wed, 25 Feb 2015 00:28:36 +0000 (16:28 -0800)]
Merge pull request #15903 from michael-k/patch-1
Updated license links
Mark Otto [Wed, 25 Feb 2015 00:27:36 +0000 (16:27 -0800)]
Merge pull request #15887 from StevenBlack/headings-labels
docs>components>labels headings
Mark Otto [Wed, 25 Feb 2015 00:27:24 +0000 (16:27 -0800)]
Merge pull request #15889 from StevenBlack/headings-progressbars
docs>components>progress bars headings
Chris Rebert [Wed, 25 Feb 2015 00:26:39 +0000 (16:26 -0800)]
Merge pull request #15828 from kkirsche/patch-20
Add plugin package keyword recommendation
Mark Otto [Wed, 25 Feb 2015 00:26:17 +0000 (16:26 -0800)]
Merge pull request #15891 from StevenBlack/headings-listgroup-panel-well
docs>components>(remaining components) headings