| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-11-30 | Fixes #10716: Update what's included docs to add info on both download options | Mark Otto | 1 | -0/+4 | |
| 2013-11-05 | Add async attribute to Twitter widget script | Ross Allen | 1 | -1/+3 | |
| 2013-11-05 | Add protocol for jQuery to work when accessed as file | Ross Allen | 1 | -1/+1 | |
| URLs without protocols get "file:" prepended when their document is loaded as a file. Make sure the docs can always be opened by specifying a protocol. | |||||
| 2013-11-04 | Load Twitter widget async, prevent SPOF | Ross Allen | 1 | -1/+13 | |
| Twitter's widget library[1] provides an async snippet to inject the script tag later. Since widgets.js came before the local JS, if twitter.com took long to respond it would prevent subsequent synchronous script tags. [1] https://dev.twitter.com/docs/tfw-javascript | |||||
| 2013-11-04 | Serve jQuery from cookie-free Google APIs | Ross Allen | 1 | -1/+1 | |
| jQuery.com uses Google Analytics and so sets a cookie when you visit the site. When you request jquery.js from its CDN, code.jquery.com, you take a hit from sending your previous GA cookie in the request. Google Hosted Libraries[1] and googleapis.com never set cookies. [1] https://developers.google.com/speed/libraries/devguide | |||||
| 2013-10-17 | Warn about IE8 + Respond.js + file:// problem in examples; fix #11019 | Chris Rebert | 1 | -0/+1 | |
| 2013-10-16 | upgrade to html5shiv v 3.7.0 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-14 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -1/+1 | |
| Conflicts: getting-started.html | |||||
| 2013-10-14 | remove dupe content | Mark Otto | 1 | -9/+0 | |
| 2013-10-13 | Merge pull request #11076 from twbs/respond-js-cdn | Chris Rebert | 1 | -1/+1 | |
| use CDN for respond.js | |||||
| 2013-10-13 | Merge branch 'docs_welcome' | Mark Otto | 3 | -0/+26 | |
| 2013-10-13 | add translations, copy edit a few things, and fix alignment of ads | Mark Otto | 1 | -0/+3 | |
| 2013-10-13 | use CDN for respond.js | Chris Rebert | 1 | -1/+1 | |
| 2013-10-13 | Merge branch 'master' into restore_grid_mixins | Mark Otto | 3 | -2/+4 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-10-13 | finish grid docs intro for now; needs work though | Mark Otto | 1 | -0/+1 | |
| 2013-10-13 | Document caret /cc #10102 | Mark Otto | 1 | -0/+1 | |
| 2013-10-11 | Combine separate efforts for grid mixins into one, cleanup and reorganize | Mark Otto | 1 | -1/+1 | |
| 2013-10-10 | use https:// for CDN links | Chris Rebert | 2 | -2/+2 | |
| - works when viewing page via file:// - sets a good example security-wise | |||||
| 2013-10-09 | use CDN for jQuery instead of vendoring it; fixes part of #10989 | Chris Rebert | 1 | -1/+1 | |
| 2013-10-09 | use CDN for html5shiv instead of vendoring it; fixes part of #10989 | Chris Rebert | 1 | -1/+1 | |
| 2013-09-24 | Disable IE Compatibility Mode in docs, examples | Julian Thilo | 1 | -0/+1 | |
| ...because we don't support it and it may cause problems for people trying to view the docs in IE. | |||||
| 2013-09-23 | move /assets/ to /docs-assets/ ; fixes #10715 | Chris Rebert | 2 | -15/+15 | |
| 2013-09-11 | move to separate about page | Mark Otto | 2 | -0/+14 | |
| 2013-09-10 | Remove multiple touch icons and roll with a single one | Mark Otto | 1 | -3/+0 | |
| 2013-09-08 | Add Welcome section to docs | Mark Otto | 1 | -0/+9 | |
| * Fixes unrelated typo in readme * Add new Welcome section with history, team, callouts, and community subsections * Redesigns callouts to be a bit lighterweight with colored headings | |||||
| 2013-09-02 | fixes #10316: Document .active and :active for buttons | Mark Otto | 1 | -0/+1 | |
| 2013-09-01 | fixes #10164: Document .center-block mixin and update CSS to include it as a ↵ | Mark Otto | 1 | -0/+1 | |
| class as well | |||||
| 2013-09-01 | remove unused link from navs section | Mark Otto | 1 | -1/+0 | |
| 2013-08-27 | Fixes #10082: document `.navbar-form` | Mark Otto | 1 | -0/+1 | |
| * Adds new section to navbar docs with example * Updates example classes for all collapsing navbars so their numbers increment as you scroll | |||||
| 2013-08-24 | fixes #9887: documents show and hide classes | Mark Otto | 1 | -0/+1 | |
| 2013-08-23 | Document .hide-text and .text-hide | Mark Otto | 1 | -0/+1 | |
| 2013-08-23 | Rearrange helper classes docs section; add subnav list items to docs side nav | Mark Otto | 1 | -0/+6 | |
| 2013-08-21 | change `else if` to `else` | wangsai | 1 | -1/+1 | |
| 2013-08-19 | fix customizer | fat | 1 | -0/+1 | |
| 2013-08-19 | Fix remainder of panel default examples and reorder nav links | Mark Otto | 1 | -1/+1 | |
| 2013-08-19 | Add subnav link for panels with tables | Mark Otto | 1 | -0/+1 | |
| 2013-08-19 | Copy edits, fix classes for demo, add subnav links | Mark Otto | 1 | -3/+14 | |
| 2013-08-18 | Fix broken link and wrong label | Mark Otto | 1 | -1/+1 | |
| 2013-08-18 | Add responsive tables with help of `.table-responsive` wrapper | Mark Otto | 1 | -0/+1 | |
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_homepage | Mark Otto | 1 | -2/+1 | |
| Conflicts: customize.html dist/css/bootstrap.min.css | |||||
| 2013-08-18 | Refactor alerts to have a base class, but no default class, thus requiring a ↵ | Mark Otto | 1 | -2/+1 | |
| modifier class at all times | |||||
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_homepage | Mark Otto | 4 | -3/+18 | |
| Conflicts: customize.html examples/justified-nav/justified-nav.css | |||||
| 2013-08-18 | update nav for getting started migration | Mark Otto | 1 | -1/+7 | |
| 2013-08-18 | fixes two type-os in glyphicons | Bruno Amaral | 1 | -1/+1 | |
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_restore_glyphicons | Mark Otto | 1 | -0/+3 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-08-18 | updates to migration | iatek | 1 | -0/+3 | |
| 2013-08-18 | Merge branch '3.0.0-wip' into bs3_restore_glyphicons | Mark Otto | 1 | -0/+1 | |
| 2013-08-18 | remove old glyphicons mention | Mark Otto | 1 | -3/+0 | |
| 2013-08-18 | docs layout and alignment refinement | Mark Otto | 1 | -0/+8 | |
| 2013-08-18 | bunch of updates to customizer | fat | 1 | -0/+1 | |
