aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit
AgeCommit message (Collapse)AuthorFilesLines
2012-10-17Merge pull request #5309 from erlendfh/dropdown-bugfixbilly gates1-1/+41
Fixed bug in dropdown toggle where menu would only clear on the first dropdown
2012-10-17Merge pull request #5366 from Sinetheta/2.1.2-wipbilly gates1-0/+19
Fix for #5362
2012-10-17Merge pull request #5524 from martinstein/fix-tooltip-delegate-clickbilly gates1-0/+8
Fix tooltip not working in delegate events on click-trigger
2012-10-16set spesific assertions count for testDmitriy Budnik1-1/+1
2012-10-16fixed testDmitriy Budnik1-2/+3
2012-10-15Fixed copy/paste caused typodmitriybudnik1-1/+21
2012-10-15fixed reference to this.tip() so it works in delegate eventsMartin Stein1-0/+8
2012-10-08Added test to fix for #5362Kevin Attfield1-0/+19
2012-09-27Fixed bug in dropdown toggle where menu would only clear on the first drop downErlend Halvorsen1-1/+41
2012-09-24change tooltip/popover html default to false for xss safety netJacob Thornton1-1/+2
2012-09-20remove src'sJacob Thornton1-1/+1
2012-09-20rebuild - fix missing (Jacob Thornton1-1/+1
2012-09-20added support for jquery 1.8.*Jacob Thornton3-22/+17
2012-08-27crude check to make sure element has a # for an idJacob Thornton1-0/+18
2012-08-27fix for #4761Jacob Thornton1-1/+20
2012-08-23Fix typo found with codespell.Ryan Pavlik1-1/+1
2012-08-18add click option for tooltip, popover - make click default for popoverJacob Thornton1-1/+1
2012-07-23delete this test for now - as affix is still heavily underdevelopmentJacob Thornton1-6/+0
2012-07-22some progress on affix pluginJacob Thornton1-0/+25
2012-07-22Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton2-4/+12
2012-07-22adds minLength #3960Jacob Thornton1-0/+20
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens2-0/+4
2012-07-16namespace the events for popover/tooltip so that they can be cleanly ↵Jon Stevens2-4/+8
removed. issue #3880
2012-06-18add unit tests for destroy behavior of popover and tooltipJon Stevens2-0/+19
2012-06-03Merge branch 'async' into 2.1.0-wipMatt Morgan1-0/+36
2012-06-02add relatedTarget to carousel slide eventJacob Thornton1-1/+15
2012-06-02remove isHTML supportJacob Thornton1-24/+0
2012-06-02add collapsed class to collapse invoker when it's target is collapsed #3525Jacob Thornton1-2/+36
2012-05-31rebuild and fix testJacob Thornton1-5/+5
2012-05-20Swapped out .hasClass() with .is() when checking for multiple classesJørgen Borgesen1-7/+7
2012-05-20Added unit test to check that tooltips is not showed when leave event is ↵Jørgen Borgesen1-1/+20
triggered before show delay has expired AND the hide delay is set to 0
2012-04-26Alter typeahead to accept synchronous/asynchronous data source via ↵Matt Morgan1-0/+36
function/callback
2012-04-24fix regression in resetting collapse to auto on collapse open. (+ add spec ↵v2.0.3Jacob Thornton1-0/+14
and rebuild)
2012-04-19style changes to phantom integrationJacob Thornton1-16/+16
2012-04-19run qunit tests in phantomjs for travis-ciJacob Thornton1-0/+21
2012-04-14add tests for mouseout delay in tooltipJacob Thornton1-0/+50
2012-04-14don't open dropdown if target is disabledJacob Thornton1-0/+34
2012-04-14fix typeahead testJacob Thornton1-2/+2
2012-04-14add jshint support + a few minor stylistic changesJacob Thornton1-1/+1
2012-04-04detect if title in tooltip is text or html. if text - use `text` method to ↵Jacob Thornton1-0/+24
prevent xss. all add a few notes to js readme about updated event
2012-03-24add preventDefault support for all inital event types (show, close, hide, ↵Jacob Thornton4-0/+74
etc.) + fix small bug with scrollspy.last
2012-03-24allow prevent default for show and hide event in modalJacob Thornton1-0/+29
2012-03-19typeahead should escape regexp special charsJacob Thornton1-0/+16
2012-02-22Fires change event when element is selected from menuPete Hopkins1-1/+5
2012-02-18fix bootstrap-button toggle regression + testsJacob Thornton1-1/+24
2012-02-06Merge branch 'CaryLandholt-master' into 2.0.1-wipMark Otto1-1/+1
2012-02-06Merge branch 'master' of https://github.com/CaryLandholt/bootstrap into ↵Mark Otto1-1/+1
CaryLandholt-master
2012-02-06fix alert tests + add show option back to modalsJacob Thornton1-2/+2
2012-02-01Fixed typo "tabs" ==> "button"Cary Landholt1-1/+1
2012-02-01nuke all curly ticksMark Otto1-2/+2