aboutsummaryrefslogtreecommitdiff
path: root/js/tests
AgeCommit message (Collapse)AuthorFilesLines
2013-10-25QUnit.equals() is deprecated; use QUnit.equal() insteadChris Rebert4-18/+18
2013-10-09Remove [type]Zlatan Vasović1-1/+1
type="text/css" isn't needed
2013-08-30deleted files not used anymore after transition to grunt-contrib-qunitMartin Hansen2-77/+0
2013-08-17fixes #9674fat1-5/+6
2013-08-17fixes #9362fat1-0/+19
2013-08-10fixes #9111Jacob Thornton1-140/+161
2013-08-04failing test for dot in data-parentJason Diamond1-0/+35
2013-07-31Removed trailing whitespacesCesidio Di Landa1-6/+6
Changed hard tabs to soft tabs
2013-07-26Replace Makefile with GruntJSJohn-Philip Johansson3-31/+77
A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert
2013-07-24fixes #8399 w/ testsJacob Thornton1-0/+45
2013-07-23add placement auto for tooltips + tests… kinda sad about this doeJacob Thornton1-0/+48
2013-07-23add additional carousel testJacob Thornton1-1/+7
2013-07-18cleaner way of preventing double click events + clean up tests for jshintfat1-12/+12
2013-07-18get button js working with actual form elements p coollfat1-10/+23
2013-07-17fixes #7777fat1-0/+36
2013-07-17fixes #7776fat2-1/+21
2013-07-17fix #7660fat1-0/+19
2013-07-17fix @muan's unit test ;)fat1-6/+6
2013-06-28Tooltip: apply position class before positioningMu-An Chiou1-0/+14
2013-05-27Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wipIvan Khalopik15-329/+160
Conflicts: js/bootstrap-collapse.js
2013-05-24add show/shown hide/hidden events to dropdown + update dropdown links for ↵Jacob Thornton1-0/+67
testing + catch a few missed namespace things
2013-05-22fixes #6898: typo in modal testMark Otto1-4/+4
2013-05-16change namespace back to dot notation and someother js shizzlefat11-52/+54
2013-05-16fix testsfat7-48/+48
2013-05-16change dropdown strategy to use an overlay - fixes mobile click anywhere + ↵fat1-3/+3
allows for firefox middle click
2013-05-16a bunch javascript junkfat15-278/+40
2013-05-07Merge remote-tracking branch 'bootstrap/3.0.0-wip' into 3.0.0-wipIvan Khalopik17-17/+17
Conflicts: js/tests/unit/bootstrap-collapse.js
2013-04-23'js' folder .editorconfig code guide updatesStephen Edgar18-18/+18
2013-03-29Fixes #7213 Collapse plugin does not correctly set the "collapsed" class on ↵Ivan Khalopik1-0/+35
accordion heading links
2013-02-28shiiiitfat1-0/+17
2013-02-06unit testsYohn1-2/+2
2013-02-05clean up stylesfat3-37/+0
2013-02-05Merge branch '2.3.0-wip' of git://github.com/ghusse/bootstrap into ↵fat3-0/+77
ghusse-2.3.0-wip
2013-02-05update jquery to 1.9fat1-2/+5
2013-01-27No semicolumnsGuillaume Gautreau1-21/+21
2013-01-26Arrow replacementGuillaume Gautreau1-1/+22
2013-01-26Test for replacing tooltip when resizedGuillaume Gautreau3-6/+44
2013-01-26Unit test for replacing tooltip inside windowGuillaume Gautreau1-0/+18
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun1-0/+10
fixes tooltip insert problems
2012-12-23Update js/tests/unit/bootstrap-tooltip.jsYohn1-0/+10
2012-12-23Tooltips fires show, shown, hide, hidden eventsKAWACHI Takashi1-0/+77
It is re-worked from #3691.
2012-12-22Merge pull request #6349 from Yohn/patch-6fat-kun1-1/+9
Fixes #5753 with tooltip('toogle')
2012-12-21add direction prop to carousel slide eventfat1-0/+12
2012-12-21Merge branch 'master' of git://github.com/marcelkorpel/bootstrap into ↵fat1-0/+5
marcelkorpel-master
2012-12-20Update js/tests/unit/bootstrap-tooltip.jsYohn1-1/+9
2012-12-07get tests passing for typeahead :Pfat1-9/+18
2012-12-07Merge pull request #5862 from pmclanahan/issue-5806-typeahead-keyboard-navbilly gates1-1/+18
Fix issue with double move event firing in typeahead.
2012-12-07add noConflict functionality to all bootstrap pluginsfat12-5/+77
2012-12-02Set focus back to input field after clicking an itemMarcel Korpel1-0/+5
Test 'focus is still set' added Fixes issue #5933
2012-11-13Fix issue with double move event firing in typeahead.Paul McLanahan1-1/+18
Fix test to catch issue. Fix #5806.