aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-09avoid unnecessary HTML string building+parsingChris Rebert2-2/+6
2015-03-09Affix: $('body') => $(document.body)Chris Rebert1-1/+1
2015-03-09automatic grunt distBootstrap's Grunt bot3-3/+2
2015-03-09rm `visibility` where redundant to `display`Chris Rebert4-6/+1
Refs #15755
2015-03-09Merge pull request #15755 from jitendravyas/masterChris Rebert1-1/+0
Removed `visibility: hidden !important` from `.hidden` class
2015-03-09automatic grunt distBootstrap's Grunt bot2-2/+2
2015-03-09Disable jQuery event aliases when running test suiteChris Rebert10-64/+104
To ensure that we don't accidentally use any of the aliases. This should prevent any future regressions from #12761. Also updates the test suite since it now can't use these aliases either.
2015-03-09Merge pull request #16011 from twbs/fix-15315Chris Rebert2-5/+32
.collapse('hide') on hidden uninit-ed collapsible no longer shows it
2015-03-08Merge pull request #16018 from twbs/modal-visualChris Rebert1-0/+41
Enhancements to Modal visual test
2015-03-08add TODO item regarding clean-css v3.2 & zeroUnitsChris Rebert1-0/+2
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-07add togglable scrollbar-inducing content to Modal visual testChris Rebert1-0/+18
2015-03-07add static navbar to Modal visual testChris Rebert1-0/+23
2015-03-07.gitignore: Remove obsolete files.XhmikosR1-4/+0
They are grunt-html-validation leftovers. [ci skip]
2015-03-06Merge pull request #15999 from twbs/kkirsche-includeTestsReadmeChris Rebert2-1/+62
Document JS test suite basics
2015-03-06[Fixes #15951] Document JS test suite basicsKevin Kirsche2-1/+62
X-Ref: #15953 Closes #15952 by merging a tweaked version of it. [skip sauce] [skip validator]
2015-03-06Collapse unit test: rm check that no-op hide adds style="height: 0px"Chris Rebert1-2/+1
Appears to be unnecessary and is broken by #16011, which is otherwise quite sane.
2015-03-06.collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes ↵Chris Rebert2-3/+31
#15315 Thanks to @peterblazejewicz & @Nikita240 Adds unit tests based on #14417 X-Ref: #14282 Closes #15807
2015-03-05Merge pull request #16007 from molly/masterChris Rebert1-1/+1
Update initial release announcement dead link
2015-03-05Remove dead link to release announcementMolly White1-1/+1
Found it! They just changed the link.
2015-03-05Merge pull request #16004 from kkirsche/patch-2Julian Thilo1-0/+5
[Fix #16001] Add link to Vietnamese translation
2015-03-05[Fix #16001] Add link to Vietnamese translationKevin Kirsche1-0/+5
[Fix #16001] Add link to Vietnamese translation
2015-03-04automatic grunt distBootstrap's Grunt bot2-3/+3
2015-03-04Merge pull request #15988 from twbs/fix-15874Chris Rebert4-2/+26
Hiding an uninitialized tooltip/popover no longer initializes it
2015-03-03Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874Chris Rebert4-2/+26
2015-03-03add role="button" to a[data-toggle="collapse"]; fixes #15972Chris Rebert4-39/+39
2015-03-03automatic grunt distBootstrap's Grunt bot1-1/+1
2015-03-03rm semicolon for sake of fat's eccentric tastesChris Rebert1-1/+1
Erratum from #15496
2015-03-03Accessibility and headings hierarchy for the "CSS" page.Steven Black2-21/+21
Closes #15948 by merging it.
2015-03-03Accessibility and headings hierarchy for the "Getting started" page.Steven Black7-58/+58
Closes #15946 by merging it.
2015-03-03Javascript docs: Accessibility and cosmetic changes to headings.Steven Black11-33/+40
Closes #15915 by merging it.
2015-03-03Merge pull request #15961 from kkirsche/ImplementAssertExpectHeinrich Fenkart12-4/+198
[Fixes #15953] Implement assert.expect in each unit test
2015-03-03[Fixes #15953] Implement assert.expect in each unit testKevin Kirsche12-4/+198
[Fixes #15953] Implement `assert.expect` in each unit test
2015-03-03Merge pull request #15984 from twbs/document-handleupdateHeinrich Fenkart2-4/+5
Properly document Modal#handleUpdate
2015-03-03Properly document Modal#handleUpdateHeinrich Fenkart2-4/+5
2015-03-03automatic grunt distBootstrap's Grunt bot5-29/+39
2015-03-03Merge pull request #15881 from twbs/fix-modal-backdropHeinrich Fenkart5-29/+74
Modal: Fix backdrop not readjusting when height changes
2015-03-03Modal: Fix backdrop not readjusting when height changesHeinrich Fenkart5-29/+74
Fixes #15136. Closes #15345. Closes #15314. Refs #14724, #14927.
2015-03-02[Fixes #15976] Fix pagination link cut off border on hoverPatryk Puszczyk1-0/+1
2015-03-02automatic grunt distBootstrap's Grunt bot1-1/+1
2015-03-02Merge pull request #15974 from patrickhlauke/ios-click-fix-role-button2Patrick H. Lauke1-0/+1
Add upstream patch comment for #15947
2015-03-02Add upstream patch commentPatrick H. Lauke1-0/+1
2015-03-02automatic grunt distBootstrap's Grunt bot3-2/+5
2015-03-02Merge pull request #15947 from patrickhlauke/ios-click-fix-role-buttonPatrick H. Lauke1-0/+11
iOS fix for role="button" elements; [fixes #15935]
2015-03-02Merge pull request #15970 from twbs/the-future-is-now-qunitChris Rebert1-0/+28
Disable deprecated QUnit global methods
2015-03-02Disable es3 for tests and customizer.js.XhmikosR2-0/+2
2015-03-02Run `grunt`.XhmikosR5-10/+10
2015-03-01Disable deprecated global QUnit method aliases to prevent backsliding on ↵Chris Rebert1-0/+28
QUnit v2 readiness
2015-03-01Merge pull request #15955 from twbs/fixture-on-screen-iosChris Rebert1-6/+11
Unit tests: Only display fixture on-screen for iOS
2015-03-02automatic grunt distBootstrap's Grunt bot2-2/+2
2015-03-01Merge pull request #15593 from ↵Chris Rebert2-1/+39
neoeno/handle_multiple_zero_offset_scrollspy_elements Handle multiple zero-offset Scrollspy elements.