| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-27 | Only preventDefault on click on [data-toggle="modal"] when the element is a link | Alexander Prinzhorn | 1 | -1/+1 | |
| In it's current state Bootstrap always prevents the default action for a click event on `[data-toggle="modal"]` elements (see https://github.com/twbs/bootstrap/blob/master/js/modal.js#L233). Instead this should only happen when the element is a link. | |||||
| 2013-09-26 | Merge pull request #10827 from akalicki/issue_10726 | Chris Rebert | 1 | -1/+1 | |
| Resolves #10726 - clarifies javascript tab markup in docs | |||||
| 2013-09-26 | Resolves #10726 - clarifies javascript tab markup in docs | Alex Kalicki | 1 | -1/+1 | |
| 2013-09-25 | add iOS and versions to Safari percent rounding warning; fixes #10723 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-25 | Add 'collapse' class back after expanding | Travesty3 | 1 | -1/+1 | |
| 2013-09-24 | don't include . in link | Mark Otto | 1 | -1/+1 | |
| 2013-09-24 | Merge pull request #10797 from twbs/input-groups-xref | Mark Otto | 1 | -0/+4 | |
| add cross-reference to Input Groups in CSS Form docs; fixes #10792 | |||||
| 2013-09-24 | add cross-reference to Input Groups in CSS Form docs; fixes #10792 | Chris Rebert | 1 | -0/+4 | |
| 2013-09-24 | Merge pull request #10796 from twbs/skip-to-main-content | Mark Otto | 4 | -4/+4 | |
| Use "Skip to main content" phrasing consistently; further #10786 fixes | |||||
| 2013-09-24 | Use "Skip to main content" phrasing consistently; further #10786 fixes | Chris Rebert | 4 | -4/+4 | |
| 2013-09-24 | Merge pull request #10786 from acspike/skip-nav-link-wording | Mark Otto | 1 | -1/+1 | |
| Alter wording of example Skip Nav link to improve pronunciation | |||||
| 2013-09-24 | Merge pull request #10790 from twbs/disable-compatibility-mode | Mark Otto | 17 | -0/+17 | |
| Disable IE Compatibility Mode in docs, examples | |||||
| 2013-09-24 | Add note about IE mode tag being included in docs | Julian Thilo | 1 | -0/+1 | |
| 2013-09-24 | Merge pull request #10778 from twbs/old-android-glyphicons-fix | Chris Rebert | 11 | -449/+451 | |
| Use updated Glyphicons to workaround old Android WebKit bug | |||||
| 2013-09-24 | Alter wording of example Skip Nav link to improve pronunciation | Aaron Spike | 1 | -1/+1 | |
| Screen reading applications, including Apple's VoiceOver, improperly pronounce the word "content" in "Skip to content" as an adjective rather than a noun because of insufficient context. "Skip to main content" is pronounced correctly. See #6 and Guideline #10 at the following site for more information: http://redish.net/content/papers/interactions.htmlAlter wording of example Skip Nav link to improve pronunciation | |||||
| 2013-09-24 | Disable IE Compatibility Mode in docs, examples | Julian Thilo | 16 | -0/+16 | |
| ...because we don't support it and it may cause problems for people trying to view the docs in IE. | |||||
| 2013-09-23 | Use bootstrap.less file order in Customizer | Ross Allen | 1 | -11/+37 | |
| Appending stylesheets by iterating the `__less` Hash creates an order that is not the same as 'bootstrap.less'. Some stylesheets like 'component-animations.less' and 'modals.less' have selectors with matching specificity, and so file order decides which style wins. This causes issue #10030 by putting `.fade.in` after `.modal-backdrop.in` and gives the backdrop a higher opacity than intended. This change uses the Less ordering in 'bootstrap.less' to generate the final stylesheets in the Customizer to make sure customized file ordering matches the distribution file order. Fixes #10030 | |||||
| 2013-09-23 | run grunt dist | Chris Rebert | 6 | -240/+241 | |
| 2013-09-23 | re-sort affected .glyphicon-* classes by new codepoints | Chris Rebert | 1 | -10/+10 | |
| 2013-09-23 | Update affected .glyphicon-* CSS classes to use new codepoints | Chris Rebert | 1 | -10/+10 | |
| .glyphicon-briefcase: U+1F4BC -> U+E139 .glyphicon-calendar: U+1F4C5 -> U+E109 .glyphicon-pushpin: U+1F4CC -> U+E146 .glyphicon-paperclip: U+1F4CE -> U+E142 .glyphicon-camera: U+1F4F7 -> U+E046 .glyphicon-lock: U+1F512 -> U+E033 .glyphicon-bell: U+1F514 -> U+E123 .glyphicon-bookmark: U+1F516 -> U+E044 .glyphicon-fire: U+1F525 -> U+E104 .glyphicon-wrench: U+1F527 -> U+E136 | |||||
| 2013-09-23 | Update Glyphicons font to resolve #10106 | Chris Rebert | 4 | -199/+200 | |
| Workaround an old Android WebKit bug by switching to codepoints within the BMP. Details: http://stackoverflow.com/questions/9241519/webkit-css-content-unicode-bug Extra special thanks to @jankovarik for doing this update. <3 Source: https://www.dropbox.com/s/clh9y6lqtmj01l8/halflings_updated_for_android.zip (As posted in https://github.com/twbs/bootstrap/issues/10106#issuecomment-24539909 ) | |||||
| 2013-09-23 | run grunt dist | Chris Rebert | 4 | -1/+43 | |
| 2013-09-23 | Merge pull request #10768 from twbs/polaroid-thumbnail-docs | Mark Otto | 1 | -1/+1 | |
| fix #10767; current .img-thumbnail is equivalent to old .img-polaroid | |||||
| 2013-09-23 | Merge pull request #10770 from twbs/rename-assets | Mark Otto | 34 | -76/+76 | |
| move /assets/ to /docs-assets/ ; fixes #10715 | |||||
| 2013-09-23 | Merge pull request #10769 from twbs/deprecate-hide | Mark Otto | 2 | -15/+7 | |
| deprecate .hide; fixes #10446 | |||||
| 2013-09-23 | avoid using the term "assets" due to potential confusion | Chris Rebert | 1 | -1/+1 | |
| 2013-09-23 | move /assets/ to /docs-assets/ ; fixes #10715 | Chris Rebert | 34 | -75/+75 | |
| 2013-09-23 | deprecate .hide; fixes #10446 | Chris Rebert | 2 | -15/+7 | |
| 2013-09-23 | fix #10767; current .img-thumbnail is equivalent to old .img-polaroid | Chris Rebert | 1 | -1/+1 | |
| 2013-09-23 | Merge pull request #10763 from XhmikosR/html5shiv | Chris Rebert | 1 | -4/+4 | |
| Update html5shiv to v3.7.0. | |||||
| 2013-09-23 | Update html5shiv to v3.7.0. | XhmikosR | 1 | -4/+4 | |
| 2013-09-23 | don't create new Tooltip/Popover objects just to destroy them immediately | Jochen Berger | 2 | -0/+2 | |
| 2013-09-22 | Merge pull request #10695 from FredericoC/fix-nav-active-caret | Mark Otto | 1 | -0/+10 | |
| Fixed issue where caret wouldn't inherit "active" li style on nav-pills | |||||
| 2013-09-22 | Merge pull request #10741 from ZDroid/patch-1 | Mark Otto | 1 | -23/+13 | |
| Avoid LESS nesting if isn't needed | |||||
| 2013-09-22 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 4 | -3/+322 | |
| 2013-09-22 | Fixes #10755: Don't remove quotes around q element by default | Mark Otto | 3 | -5/+1 | |
| 2013-09-21 | Merge pull request #10749 from ZDroid/patch-2 | Chris Rebert | 1 | -1/+1 | |
| @headingsColor → @headings-color | |||||
| 2013-09-21 | @headingsColor → @headings-color | Zlatan Vasović | 1 | -1/+1 | |
| 2013-09-20 | Merge pull request #10693 from twbs/include-docs-license | Mark Otto | 1 | -0/+319 | |
| include a copy of the CC-BY 3.0 License that the docs are under | |||||
| 2013-09-20 | fix #10737 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-20 | Merge pull request #10743 from hnrch02/patch-1 | Chris Rebert | 1 | -1/+1 | |
| Fix a silly typo | |||||
| 2013-09-20 | Fix a silly typo | Heinrich Fenkart | 1 | -1/+1 | |
| 2013-09-20 | Avoid LESS nesting if isn't needed | Zlatan Vasović | 1 | -23/+13 | |
| 2013-09-19 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 14 | -39/+79 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-19 | Fixes #10694: Remove unnecessary `content` property from `.caret` | Mark Otto | 3 | -3/+1 | |
| 2013-09-19 | Merge pull request #10724 from ZDroid/patch-1 | Mark Otto | 1 | -1/+1 | |
| white → #fff | |||||
| 2013-09-19 | fix #10732 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-19 | Same fix for the navbar example of sticky footer | Lipis | 1 | -3/+2 | |
| 2013-09-19 | Removed the unnecessary override and the !important from .wrap | Lipis | 1 | -3/+2 | |
| In the sticky footer example there were some weird stuff.. | |||||
| 2013-09-19 | white → #fff | Zlatan Vasović | 1 | -1/+1 | |
