aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-05-23update shrinkwrapChris Rebert1-1/+1
[skip validator]
2014-05-23bump grunt-saucelabs to ~7.0.0Chris Rebert1-1/+1
2014-05-23Merge pull request #13667 from twbs/bump-depsChris Rebert2-2/+2
Bump glob to ^4.0.0
2014-05-23update shrinkwrapChris Rebert1-1/+1
[skip sauce]
2014-05-23bump glob to ^4.0.0Chris Rebert1-1/+1
2014-05-23Merge pull request #13626 from twbs/address-13090Chris Rebert1-0/+17
show proper error message when viewing Customizer in IE8
2014-05-22Merge branch 'master' into icon_pathsMark Otto39-54/+113
Conflicts: dist/css/bootstrap.css.map docs/dist/css/bootstrap.css.map
2014-05-22Merge pull request #13651 from twbs/ios-temporalMark Otto1-2/+4
update explanatory comment about iOS date/time inputs bug
2014-05-22clarifyMark Otto1-4/+2
2014-05-22grunt dist for docsMark Otto1-1/+1
2014-05-22don't change code bg on calloutsMark Otto1-1/+0
2014-05-22more callout tweaksMark Otto2-7/+9
2014-05-22tighten up callouts and remove backgroundsMark Otto3-6/+22
2014-05-22Merge branch 'master' of github.com:twbs/bootstrapMark Otto6-6/+37
2014-05-22clarify and danger-ify affix docs usage requirements, per #10235Mark Otto1-1/+1
2014-05-22Merge pull request #13463 from twbs/docs-theme-togglerMark Otto6-6/+37
add button to toggle the optional theme when viewing the docs
2014-05-22Merge branch 'master' into docs-theme-togglerMark Otto27-28/+37
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
2014-05-22Reset the padding on radio/checkbox labels in form-inlineMark Otto6-7/+16
2014-05-22move it to the sidebarMark Otto5-20/+19
2014-05-22Add aria-haspopup and aria-expanded attributes to dropdown pluginMax Kramer2-10/+14
1. Add aria-haspopup="true" and aria-expanded="false" to dropdown docs 2. Toggle aria-expanded between "true" and "false" when opening and closing dropdown Satisfy item 1 from https://github.com/paypal/bootstrap-accessibility-plugin#dropdown. See #13553.
2014-05-22Revert 4f9270cc20c29cd3fbb0664379d620d14bb24a91.XhmikosR21-21/+21
The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job.
2014-05-21grunt distChris Rebert10-14/+16
2014-05-21show proper error message when viewing Customizer in IE8Chris Rebert1-0/+17
Closes #13090. [skip sauce]
2014-05-21update explanatory comment about iOS date/time inputs bugChris Rebert1-2/+4
Per: * http://jsbin.com/purer/2/edit * https://github.com/cvrebert/bs-css-hacks/blob/6e8aa78384a005b007fc45327c9516dcf6ec0f30/README.md#ios-temporal-input-line-height Thanks @mdo <3 [skip sauce] [skip validator]
2014-05-21Applied translate3d to modal, navbar-fixed and affix to combat browser repaintItsJonQ3-2/+4
2014-05-20Merge branch 'master' into docs-theme-togglerMark Otto80-8455/+329
Conflicts: docs/assets/css/docs.min.css
2014-05-20Merge branch 'master' into icon_pathsMark Otto48-118/+184
2014-05-19Merge pull request #13624 from robertdodd/masterXhmikosR1-10/+7
Reassigned minification of CSS files to the cssmin task.
2014-05-19Hopefully a fix for #12364Chris Rebert2-3/+57
* register the callback before invoking the toggling * listen for `hidden` instead of `hide` * account for the possibility of the associated `show` event being preventDefault-ed Adds relevant unit tests.
2014-05-19fix typo in assertion descriptionChris Rebert1-1/+1
2014-05-19Merge pull request #13615 from twbs/namespacingChris Rebert1-1/+1
add missing event namespacing in modal.js
2014-05-19Reassigned minification of CSS to cssmin task.Robert Dodd1-10/+7
Reassigned minification of CSS files from the less task to the cssmin task
2014-05-18Merge pull request #13623 from twbs/skip-ci-stepsChris Rebert2-5/+19
add [skip sauce] and [skip validator]
2014-05-18prove that [skip validator] worksChris Rebert1-1/+0
removes the extra newline added in the previous commit
2014-05-18prove that [skip sauce] worksChris Rebert1-0/+1
add extra newline to .travis.yml that I'll remove momentarily
2014-05-18Gruntfile: skip steps when $TWBS_DO_*=0Chris Rebert1-2/+9
2014-05-18Gruntfile: extract runSubset() funcChris Rebert1-3/+7
2014-05-18Travis: skip RubyGems install+cache when TWBS_DO_VALIDATOR=0Chris Rebert1-2/+2
2014-05-18add to TRAVIS_COMMIT_MSG, TWBS_DO_VALIDATOR, TWBS_DO_SAUCE vars to TravisChris Rebert1-0/+3
2014-05-17update link to Grunt setup & infoChris Rebert1-1/+1
2014-05-17Merge pull request #13600 from twbs/resize-note-correctionChris Rebert1-1/+1
change note in .resizable() mixin for accuracy
2014-05-17Update showSuccess to use new classesStuart P. Bentley1-1/+1
2014-05-16add missing event namespacing in modal.jsChris Rebert1-1/+1
2014-05-16Merge branch 'impl-13342'; Closes #13342.Chris Rebert2-4/+13
2014-05-16add `target` option to Affix pluginAttila Dobi2-4/+13
2014-05-16Adds aria described by to tooltip plugin for accessibilitySteven Bassett3-0/+54
Generates a unique id for tooltip and adds [aria-describedby] to the element it is called on. Resolves issue #13480 - set up test - linted the code styles - passed the tests - integrated feedback from @cvrebert
2014-05-15Merge pull request #13601 from twbs/tooltip-popover-docChris Rebert2-52/+60
Sync tooltip & popover docs
2014-05-14update default 'template' value in popover docsChris Rebert1-1/+1
2014-05-14add 'container' option motivation to tooltip docsChris Rebert1-1/+1
2014-05-14add 'selector' option motivation to tooltip docsChris Rebert1-1/+1