| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-05-21 | update explanatory comment about iOS date/time inputs bug | Chris Rebert | 1 | -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-21 | Applied translate3d to modal, navbar-fixed and affix to combat browser repaint | ItsJonQ | 3 | -2/+4 | |
| 2014-05-20 | Merge branch 'master' into docs-theme-toggler | Mark Otto | 80 | -8455/+329 | |
| Conflicts: docs/assets/css/docs.min.css | |||||
| 2014-05-20 | Merge branch 'master' into icon_paths | Mark Otto | 48 | -118/+184 | |
| 2014-05-19 | Merge pull request #13624 from robertdodd/master | XhmikosR | 1 | -10/+7 | |
| Reassigned minification of CSS files to the cssmin task. | |||||
| 2014-05-19 | Hopefully a fix for #12364 | Chris Rebert | 2 | -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-19 | fix typo in assertion description | Chris Rebert | 1 | -1/+1 | |
| 2014-05-19 | Merge pull request #13615 from twbs/namespacing | Chris Rebert | 1 | -1/+1 | |
| add missing event namespacing in modal.js | |||||
| 2014-05-19 | Reassigned minification of CSS to cssmin task. | Robert Dodd | 1 | -10/+7 | |
| Reassigned minification of CSS files from the less task to the cssmin task | |||||
| 2014-05-18 | Merge pull request #13623 from twbs/skip-ci-steps | Chris Rebert | 2 | -5/+19 | |
| add [skip sauce] and [skip validator] | |||||
| 2014-05-18 | prove that [skip validator] works | Chris Rebert | 1 | -1/+0 | |
| removes the extra newline added in the previous commit | |||||
| 2014-05-18 | prove that [skip sauce] works | Chris Rebert | 1 | -0/+1 | |
| add extra newline to .travis.yml that I'll remove momentarily | |||||
| 2014-05-18 | Gruntfile: skip steps when $TWBS_DO_*=0 | Chris Rebert | 1 | -2/+9 | |
| 2014-05-18 | Gruntfile: extract runSubset() func | Chris Rebert | 1 | -3/+7 | |
| 2014-05-18 | Travis: skip RubyGems install+cache when TWBS_DO_VALIDATOR=0 | Chris Rebert | 1 | -2/+2 | |
| 2014-05-18 | add to TRAVIS_COMMIT_MSG, TWBS_DO_VALIDATOR, TWBS_DO_SAUCE vars to Travis | Chris Rebert | 1 | -0/+3 | |
| 2014-05-17 | update link to Grunt setup & info | Chris Rebert | 1 | -1/+1 | |
| 2014-05-17 | Merge pull request #13600 from twbs/resize-note-correction | Chris Rebert | 1 | -1/+1 | |
| change note in .resizable() mixin for accuracy | |||||
| 2014-05-17 | Update showSuccess to use new classes | Stuart P. Bentley | 1 | -1/+1 | |
| 2014-05-16 | add missing event namespacing in modal.js | Chris Rebert | 1 | -1/+1 | |
| 2014-05-16 | Merge branch 'impl-13342'; Closes #13342. | Chris Rebert | 2 | -4/+13 | |
| 2014-05-16 | add `target` option to Affix plugin | Attila Dobi | 2 | -4/+13 | |
| 2014-05-16 | Adds aria described by to tooltip plugin for accessibility | Steven Bassett | 3 | -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-15 | Merge pull request #13601 from twbs/tooltip-popover-doc | Chris Rebert | 2 | -52/+60 | |
| Sync tooltip & popover docs | |||||
| 2014-05-14 | update default 'template' value in popover docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'container' option motivation to tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'selector' option motivation to tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add multiple triggers info to popover docs | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | add 'viewport' option to popover docs; #12328 erratum | Chris Rebert | 1 | -0/+8 | |
| 2014-05-14 | docs: sort tooltip & container options for sanity | Chris Rebert | 2 | -51/+51 | |
| 2014-05-14 | reference other more recent source regarding the IE viewport bug | Chris Rebert | 1 | -0/+1 | |
| 2014-05-14 | more precise docs link | Chris Rebert | 1 | -1/+1 | |
| 2014-05-14 | change note in .resizable() mixin for accuracy | Chris Rebert | 1 | -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-14 | Add tooltip self-reference to address #12320 | j.corns | 3 | -0/+22 | |
| primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference. | |||||
| 2014-05-13 | Merge pull request #13594 from twbs/bump-saucelabs | Chris Rebert | 2 | -2/+2 | |
| bump grunt-saucelabs to v5.1.3 | |||||
| 2014-05-13 | bump grunt-saucelabs to v5.1.3 | Chris Rebert | 2 | -2/+2 | |
| 2014-05-13 | Add Scrollspy maxScroll with offset test. | Mike Robinet | 1 | -2/+36 | |
| 2014-05-13 | Adjust for Scrollspy offset when calculating maxScroll. | Mike Robinet | 1 | -1/+1 | |
| 2014-05-13 | Remove unneeded spaces from `pre`. | XhmikosR | 1 | -1/+1 | |
| 2014-05-13 | add link to StackOverflow question regarding Android <select> bug | Chris Rebert | 1 | -1/+1 | |
| 2014-05-13 | remove update-shrinkwrap from the default Grunt task | Chris Rebert | 1 | -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-13 | Merge pull request #13579 from twbs/nuike-more-rtl-stuff | Chris Rebert | 4 | -7/+0 | |
| Remove RTL leftovers. | |||||
| 2014-05-13 | Remove RTL leftovers. | XhmikosR | 4 | -7/+0 | |
| 2014-05-13 | Update jQuery to v1.11.1. | XhmikosR | 17 | -20/+20 | |
| 2014-05-12 | unfuck the gruntifle | Mark Otto | 1 | -9/+9 | |
| 2014-05-13 | Customizer: Alert on successful save to Gist | Stuart P. Bentley | 1 | -3/+12 | |
| 2014-05-12 | no more concurrency | Mark Otto | 1 | -7/+7 | |
| 2014-05-12 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-05-12 | grunt | Mark Otto | 5 | -5/+27 | |
| 2014-05-12 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 11 | -1/+23 | |
