| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-01-30 | update tests for popover to use proper classes | Mark Otto | 1 | -4/+4 | |
| 2012-01-30 | namespace popover values | Mark Otto | 1 | -3/+3 | |
| 2012-01-29 | Fixes issue with Opera flickering on the collapse plugin when reset is ↵ | Mark Reeder | 1 | -1/+1 | |
| called without specifying the size https://github.com/twitter/bootstrap/issues/1208 | |||||
| 2012-01-29 | fix js readme api capitalization | Mark Otto | 1 | -1/+1 | |
| 2012-01-28 | typahead does case insensitive matching with simple sorter + accepts ↵ | Jacob Thornton | 1 | -14/+29 | |
| highlighter option | |||||
| 2012-01-28 | fix z-index issue with modals for popovers,tooltips,and dropdowns | Jacob Thornton | 2 | -3/+4 | |
| 2012-01-28 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 1 | -1/+0 | |
| 2012-01-28 | clean up js api for dropdowns | Jacob Thornton | 1 | -2/+4 | |
| 2012-01-28 | no debugger | Jon Stevens | 1 | -1/+0 | |
| 2012-01-28 | all unit tests passing in ie7 | Jacob Thornton | 10 | -19/+39 | |
| 2012-01-28 | fix failing typeahead tests | Jacob Thornton | 1 | -4/+4 | |
| 2012-01-27 | move the matcher and sorter into the options - encourage people to override ↵ | Jacob Thornton | 1 | -9/+12 | |
| them... | |||||
| 2012-01-27 | add zindex option for tooltips/popovers and fix modal zindex doc example | Jacob Thornton | 1 | -0/+4 | |
| 2012-01-27 | Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip | Jacob Thornton | 1 | -2/+2 | |
| Conflicts: docs/assets/css/bootstrap.css | |||||
| 2012-01-26 | change typeahead to data-source instead of data-data and add to docs | Jacob Thornton | 1 | -3/+4 | |
| 2012-01-26 | Merge pull request #1272 from napoleond/2.0-wip | Jacob Thornton | 1 | -2/+2 | |
| Support tab and enter in typeahead | |||||
| 2012-01-26 | Merge pull request #1269 from phopkins/ie_typeahead | Mark Otto | 1 | -1/+1 | |
| [2.0-wip] Fix typehead plugin for IE7/8 | |||||
| 2012-01-26 | Enable default browser key behaviour when typeahead isn't showing. | David N | 1 | -2/+2 | |
| 2012-01-26 | consistent new lines at ends of files | Mark Otto | 10 | -10/+10 | |
| 2012-01-26 | Switches from Array#filter to jQuery.grep for IE<=8 support | Pete Hopkins | 1 | -2/+2 | |
| 2012-01-25 | prevent default | Jacob Thornton | 1 | -0/+1 | |
| 2012-01-24 | scrollspy working for sub navs | Jacob Thornton | 1 | -6/+9 | |
| 2012-01-24 | 2.0-wip: fix js heads | Jon Stevens | 10 | -12/+12 | |
| 2012-01-24 | i don't think the batch s/2011/2012/ was supposed to hit this. :) | Eden | 1 | -1/+1 | |
| 2012-01-22 | Rename the tooltip test file | Nicklas Ansman Giertz | 1 | -0/+0 | |
| It had not been renamed when twipsys became tooltips. | |||||
| 2012-01-22 | Add testcase to popover | Nicklas Ansman Giertz | 1 | -0/+19 | |
| This test case verifies that custom classes are respected. | |||||
| 2012-01-22 | Make the popove respect custom classes | Nicklas Ansman Giertz | 1 | -2/+2 | |
| 2012-01-21 | add ability to cycle carousel to a particular frame | Jacob Thornton | 1 | -5/+27 | |
| 2012-01-21 | more efficient matcher + bold matched query in item | Jacob Thornton | 1 | -20/+30 | |
| 2012-01-21 | make case lookahead case insensitive | Jacob Thornton | 1 | -1/+2 | |
| 2012-01-21 | change scrollspy offset to be option + fix typo in scrollspy | Jacob Thornton | 1 | -6/+13 | |
| 2012-01-20 | should check for alert class not alertmessage | Jacob Thornton | 1 | -2/+1 | |
| 2012-01-20 | only prevent default if getting data-href | Jacob Thornton | 1 | -2/+1 | |
| 2012-01-17 | wrap transition | Jacob Thornton | 1 | -23/+27 | |
| 2012-01-14 | dates updated to 2012 | Mark Otto | 15 | -16/+16 | |
| 2012-01-13 | Fixed when placement is a function | Renault John Lecoultre | 1 | -2/+2 | |
| 2012-01-11 | add build tool for js + rename twipsy to tooltip + lots of little doc cleanup | Jacob Thornton | 5 | -49/+51 | |
| 2012-01-08 | move hover state out of timeout duh | Jacob Thornton | 1 | -1/+1 | |
| 2012-01-08 | change prepend to append | Jacob Thornton | 1 | -1/+1 | |
| 2012-01-08 | fix modal insertion boolean | Jacob Thornton | 1 | -1/+1 | |
| 2012-01-08 | only append modal to dom if not already present | Jacob Thornton | 1 | -1/+2 | |
| 2012-01-08 | make dropdowns toggle when clicked (for mobile) | Jacob Thornton | 1 | -1/+3 | |
| 2012-01-08 | add slide and slid events + disable sliding during slide | Jacob Thornton | 1 | -0/+10 | |
| 2012-01-08 | get tabs working in ie9 | Jacob Thornton | 1 | -0/+2 | |
| 2012-01-08 | fix buttons for firefox | Jacob Thornton | 1 | -1/+1 | |
| 2012-01-08 | first pass at ultra basic autocomplete | Jacob Thornton | 2 | -57/+112 | |
| 2012-01-06 | start of autocomplete plugin | Jacob Thornton | 3 | -0/+314 | |
| 2012-01-06 | Merge pull request #907 from ansman/2.0-wip | Jacob Thornton | 2 | -1/+12 | |
| Twipsy now respects custom classes | |||||
| 2012-01-06 | Add a test case for issue #908 (twipsy doesn't respect custom classes) | Nicklas Ansman Giertz | 1 | -0/+11 | |
| The test case verifies that a custom class is respected. | |||||
| 2012-01-06 | Make twipsy respect custom classes when using a custom template | Nicklas Ansman Giertz | 1 | -1/+1 | |
| If you had a custom class to the root object twipsy would overwrite that class ($tip[0].className = 'twipsy'), now this has been changed so it removes only classes that twipsy adds. | |||||
