| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-07-18 | flatten docs dir back into root | Mark Otto | 7 | -2494/+0 | |
| 2013-07-18 | cleaner way of preventing double click events + clean up tests for jshint | fat | 2 | -2/+2 | |
| 2013-07-18 | get button js working with actual form elements p cooll | fat | 2 | -11/+14 | |
| 2013-07-17 | fixes #7776 | fat | 2 | -11/+14 | |
| 2013-07-17 | rebuild js + fixes #7583 | fat | 2 | -2/+2 | |
| 2013-07-17 | make sure triggering element is visible before focusing #7521 | fat | 2 | -2/+2 | |
| 2013-07-17 | Merge branch '3.0.0-wip' of git://github.com/muan/bootstrap into muan-3.0.0-wip | fat | 2 | -2/+2 | |
| Conflicts: docs/assets/js/bootstrap.min.js | |||||
| 2013-07-17 | fix #7000 | fat | 2 | -5/+5 | |
| 2013-07-17 | fixes #6691 | fat | 2 | -8/+13 | |
| 2013-07-17 | rebuild doe | fat | 2 | -9/+14 | |
| 2013-07-05 | Remove further mentions of Glyphicons | Mark Otto | 1 | -2/+0 | |
| 2013-06-28 | Tooltip: apply position class before positioning | Mu-An Chiou | 2 | -2/+2 | |
| 2013-06-28 | Run make on JS | Mark Otto | 2 | -1/+4 | |
| 2013-06-27 | make on js i guess? /cc @fat | Mark Otto | 2 | -2/+2 | |
| 2013-06-20 | Fixes #7730: Better hiding of empty titles in popovers | Mark Otto | 2 | -1/+3 | |
| If the popover's title contains no text, hide it via JS. Previously was done via CSS's `:empty` property, but that doesn't work in IE8, so JS it is. /cc @fat becaue I probably did this wrong <3 | |||||
| 2013-06-19 | Offcanvas example update | Mark Otto | 1 | -100/+0 | |
| * Remove plugin file and put JS inline * Update grid layout to use tablet columns * Switch from LESS to CSS for transition * Pad footer sides for better mobile rendering * Spacing cleanup | |||||
| 2013-06-19 | Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap ↵ | Mark Otto | 1 | -0/+100 | |
| into trumbitta-offcanvas-example | |||||
| 2013-06-16 | upgrade holder to 2.0, update thumbnail examples in docs to fit inside ↵ | Ivan Malopinsky | 1 | -124/+142 | |
| containers | |||||
| 2013-06-12 | Merge pull request #8156 from baer/toggle-button-fix | Mark Otto | 1 | -3/+3 | |
| Docs Customize toggle button used incorrect selectors | |||||
| 2013-06-12 | Merge pull request #8158 from baer/download-button-fix-proper | Mark Otto | 1 | -6/+7 | |
| Docs "Customize and Download" button didn't send the correct parameters | |||||
| 2013-06-12 | Docs Customize "Customize and Download" button not working properly | Eric Baer | 1 | -6/+7 | |
| 2013-06-12 | Docs Customize toggle button used incorrect selectors | Eric Baer | 1 | -3/+3 | |
| 2013-06-09 | Update docs JS to prevent clicks on links with hash hrefs | Mark Otto | 1 | -1/+1 | |
| 2013-06-09 | No more need for grid column highlighting, so nuke that | Mark Otto | 1 | -8/+0 | |
| 2013-06-01 | Fix for carousel indicators | Robert Burns | 2 | -2/+2 | |
| 2013-05-29 | fix event binding in modal.js | fat | 2 | -8/+8 | |
| 2013-05-27 | rebuild | fat | 2 | -9/+12 | |
| 2013-05-27 | fixes #7163 | fat | 2 | -3/+10 | |
| 2013-05-24 | fixes #4781 | Jacob Thornton | 2 | -4/+5 | |
| 2013-05-24 | add show/shown hide/hidden events to dropdown + update dropdown links for ↵ | Jacob Thornton | 2 | -14/+24 | |
| testing + catch a few missed namespace things | |||||
| 2013-05-23 | rearrange customizer content | Mark Otto | 1 | -1/+1 | |
| 2013-05-22 | fix up customizer js and classes; turn buttons into real buttons | Mark Otto | 1 | -18/+11 | |
| 2013-05-22 | remove 3rd arg from $.each call | fat | 2 | -2/+2 | |
| 2013-05-21 | remove jszip files | Jacob Thornton | 2 | -2430/+0 | |
| 2013-05-21 | upgrade jshint to 2.1.2 for anton <3 | Jacob Thornton | 4 | -50/+2480 | |
| 2013-05-16 | Run make on latest JS | Mark Otto | 2 | -51/+51 | |
| 2013-05-16 | remove prettyprint js mention | Mark Otto | 1 | -3/+0 | |
| 2013-05-16 | fix tooltip defaults | fat | 2 | -2/+2 | |
| 2013-05-16 | remove dumb assets update makefile wassup | fat | 26 | -4240/+0 | |
| 2013-05-16 | carousel bug with data | fat | 3 | -3/+3 | |
| 2013-05-16 | only overlay dropdowns for mobile | fat | 6 | -25/+33 | |
| 2013-05-16 | fix tests | fat | 12 | -1285/+1201 | |
| 2013-05-16 | change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵ | fat | 4 | -338/+264 | |
| allows for firefox middle click | |||||
| 2013-05-16 | Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip | fat | 1 | -9/+9 | |
| Conflicts: Makefile docs/_site/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.min.js docs/customize.html docs/docs.html | |||||
| 2013-05-16 | a bunch javascript junk | fat | 27 | -862/+2434 | |
| 2013-05-08 | .bs-docs-top to .bs-top | Mark Otto | 1 | -1/+1 | |
| 2013-05-08 | more work on the sidenav, including small css refactor and new classes | Mark Otto | 1 | -1/+1 | |
| 2013-05-08 | Super massive docs overhaul | Mark Otto | 1 | -8/+8 | |
| * Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work) | |||||
| 2013-05-08 | Drop typeahead.js--instead try Twitter's typeahead plugin | Mark Otto | 2 | -336/+1 | |
| 2013-05-08 | add offcanvas layout example based on bradfrost/this-is-responsive | William Ghelfi | 1 | -0/+100 | |
