aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2014-05-14add multiple triggers info to popover docsChris Rebert1-1/+1
2014-05-14add 'viewport' option to popover docs; #12328 erratumChris Rebert1-0/+8
2014-05-14docs: sort tooltip & container options for sanityChris Rebert2-51/+51
2014-05-14reference other more recent source regarding the IE viewport bugChris Rebert1-0/+1
2014-05-14more precise docs linkChris Rebert1-1/+1
2014-05-14change note in .resizable() mixin for accuracyChris Rebert1-1/+1
Not a Safari bug. It's standards-compliant. Quoting from http://www.w3.org/TR/css3-ui/#resize : > ### 8.1. `resize` property > > * Applies to: elements with `overflow` other than `visible` > > The `resize` property applies to elements whose computed `overflow` value is something other than `visible`. Original comment was added in commit 648c4689273647c321dd6e3979d910282e9a9339.
2014-05-14Add tooltip self-reference to address #12320j.corns3-0/+22
primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference.
2014-05-13Merge pull request #13594 from twbs/bump-saucelabsChris Rebert2-2/+2
bump grunt-saucelabs to v5.1.3
2014-05-13bump grunt-saucelabs to v5.1.3Chris Rebert2-2/+2
2014-05-13Add Scrollspy maxScroll with offset test.Mike Robinet1-2/+36
2014-05-13Adjust for Scrollspy offset when calculating maxScroll.Mike Robinet1-1/+1
2014-05-13Remove unneeded spaces from `pre`.XhmikosR1-1/+1
2014-05-13add link to StackOverflow question regarding Android <select> bugChris Rebert1-1/+1
2014-05-13remove update-shrinkwrap from the default Grunt taskChris Rebert1-1/+1
Most folks shouldn't care about the shrinkwrap. It should only be run on-demand, not as a routine/periodic thing.
2014-05-13Merge pull request #13579 from twbs/nuike-more-rtl-stuffChris Rebert4-7/+0
Remove RTL leftovers.
2014-05-13Remove RTL leftovers.XhmikosR4-7/+0
2014-05-13Update jQuery to v1.11.1.XhmikosR17-20/+20
2014-05-12unfuck the gruntifleMark Otto1-9/+9
2014-05-13Customizer: Alert on successful save to GistStuart P. Bentley1-3/+12
2014-05-12no more concurrencyMark Otto1-7/+7
2014-05-12gruntMark Otto1-1/+1
2014-05-12gruntMark Otto5-5/+27
2014-05-12Merge branch 'master' of github.com:twbs/bootstrapMark Otto11-1/+23