aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-09grunt distChris Rebert1-0/+1
2014-04-09Run `grunt`.XhmikosR2-18/+8
2014-04-09Add the license header in the non minified build too.XhmikosR1-1/+2
2014-04-09Add the jquery check in customizer's output.XhmikosR1-0/+4
2014-04-09Customizer: switch to UglifyJS2 (v2.4.13).XhmikosR2-16/+24
The uglify build is generated with `uglifyjs --self -o uglify.min.js`.
2014-04-09Merge pull request #13091 from twbs/unused-jsXhmikosR16-38/+37
Remove unused javascript
2014-04-09Run `grunt dist`.XhmikosR5-6/+6
2014-04-09JS: remove unused variables.XhmikosR11-32/+31
2014-04-08grunt distMark Otto4-5/+5
2014-04-08When opening the dropdown, focus() the dropdown-toggle BEFORE triggering ↵Collin Donahue-Oponski1-2/+2
'shown.bs.dropdown' Closes #11281 by merging it (after rebasing & resolving conflicts)
2014-04-08Merge pull request #13203 from twbs/equal-height-experimentMark Otto4-0/+168
Add flexbox-based equal-height grid columns as an experimental example
2014-04-08the space between spacesMark Otto1-1/+1
2014-04-08add screenshotMark Otto1-0/+0
2014-04-08Merge branch 'master' into equal-height-experimentMark Otto62-333/+525
2014-04-08README.md: switch to SVG badges.XhmikosR1-1/+1
2014-04-07Fixes #13208: Drop <b> for <span> in code snippets and examplesMark Otto12-26/+26
2014-04-06grunt distMark Otto9-12/+30
2014-04-06Merge pull request #13242 from killthekitten/fix-carousel-controlsMark Otto1-2/+11
Fix carousel-control margin asymmetry
2014-04-06Merge pull request #13284 from chasingtheflow/masterMark Otto1-1/+1
Fixed typo in Responsive Tables CSS docs
2014-04-06#12790: Add link to unofficial Italian translationJulian Thilo1-0/+5
2014-04-05Fixed typo in Responsive Tables CSS docsBilly Matthews1-1/+1
2014-04-04fix grammar in "Underlined text" exampleChris Rebert1-2/+2
2014-04-04Re-implement Universal AnalyticsJulian Thilo5-15/+15
X-Refs: https://github.com/twbs/bootstrap/commit/b2a67ffe55f5fedb0ae1d5dff331687c3e744be0 https://github.com/twbs/bootstrap/commit/c97e6d5cad74d20257d28734f85311ef5d00b560
2014-04-03replace $.bind() with $.on() in unit tests; per #13272Chris Rebert2-9/+9
2014-04-03Merge pull request #13272 from hnrch02/banish-bindChris Rebert1-1/+1
Replace $.fn.bind with $.fn.on in alert docs
2014-04-04Replace $.fn.bind with $.fn.on in alert docsHeinrich Fenkart1-1/+1
2014-04-03customizer: squelch error when can't save GistChris Rebert1-1/+6
2014-04-03better way of tracking what caches need to be uploaded; fixes #13270Chris Rebert1-8/+41
2014-04-03Merge pull request #13260 from twbs/doc-12651Chris Rebert1-8/+16
document that label.active on preselected inputs in btn-groups is manual
2014-04-03Merge pull request #13269 from twbs/fix-13136Chris Rebert4-35/+77
move some caching info+logic out of .travis.yml
2014-04-03move some caching info+logic out of .travis.yml; fixes #13136Chris Rebert4-35/+77
2014-04-03Merge pull request #13222 from twbs/fix-13126Chris Rebert1-0/+4
doc how to change the collapsed mobile navbar breakpoint
2014-04-03doc how to change the collapsed mobile navbar breakpoint; fixes #13126Chris Rebert1-0/+4
2014-04-03Travis: introduce $GEMDIR env varChris Rebert1-3/+4
2014-04-03grammarChris Rebert1-1/+1
2014-04-03add timing logic+output to s3_cache.pyChris Rebert2-8/+23
2014-04-03Run `grunt`.XhmikosR10-21/+16
2014-04-03Fix the new JSHint warnings.XhmikosR1-9/+4
2014-04-03Update dependencies.XhmikosR1-2/+2
2014-04-02Merge pull request #13217 from thedavidscherer/fix-13216Mark Otto1-2/+2
fixes #13216
2014-04-02document that you have to add .active yourself on prechecked btn-ized ↵Chris Rebert1-8/+16
checkboxes+radios; fixes #12651
2014-04-01help avoid misuse of Carousel's .active when copy-pasting from examples; fix ↵Chris Rebert1-1/+7
#13252
2014-04-01re-deprecate @screen-xs-min per #12913Chris Rebert1-0/+1
By definition, XS screens have no minimum size, only a maximum size. (Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.)
2014-04-01Run `grunt`.XhmikosR3-6/+6
2014-04-01Update "grunt-contrib-concat" dependency.XhmikosR1-1/+1
2014-03-31Merge pull request #13241 from twbs/address-13240Mark Otto1-0/+4
explicitly doc that icon classes should only be used on empty elements
2014-03-31explicitly doc that icon classes should only be used on empty elements; ↵Chris Rebert1-0/+4
closes #13240
2014-03-31Merge pull request #13249 from twbs/slid-is-not-a-typoMark Otto1-4/+4
Add comments in carousel.js to clarify that "slid" is not a typo
2014-03-31Add comments in carousel.js to clarify that "slid" is not a typoChris Rebert1-4/+4
Addresses #13248.
2014-03-31Merge pull request #13239 from twbs/doc-load-in-exampleChris Rebert1-5/+7
add document ready jQuery wrapper in Android Browser workaround