Zlatan Vasović
a4dac463e0
Improve js/tests/index.html
...
- Improve comments.
- Remove `transition.js` script load as `transition.js` unit test doesn't exist.
2014-02-18 10:43:24 +01:00
Chris Rebert
8eeab63e7e
Merge pull request #12720 from twbs/reident-test-files
...
Reindent test files
2014-02-16 12:13:04 -08:00
XhmikosR
5566c935f2
Merge pull request #12513 from ZDroid/jshint
...
Remove `curly: false` from `.jshintrc`
2014-02-16 20:45:00 +02:00
Zlatan Vasović
69cb7be07f
Remove curly: false
from .jshintrc
2014-02-16 19:30:02 +01:00
XhmikosR
895b0006b9
Re-indent test files.
2014-02-14 11:02:03 +02:00
Mark Otto
88fdd45427
v3.1.1 bump
2014-02-13 01:12:26 -08:00
XhmikosR
8939268a33
Update jQuery to v1.11.0.
...
Also, use Google's CDN per #11369 .
2014-01-30 20:50:17 +02:00
Mark Otto
1409cde7e8
Bump versions, run grunt
2014-01-30 08:30:37 -08:00
Tobias Lindig
084f0fb113
add namespace .bs
also to the event dismiss.modal
2014-01-17 12:16:53 -08:00
Tobias Lindig
7fab3c30f2
remove needless space character
2014-01-17 13:34:03 +01:00
Chris Rebert
6af0013ac5
Revert "Add tooltip viewport
option, respect bounds of the viewport"
...
This reverts commit edb221a20c
.
Reverting due to broken JS unit tests.
Conflicts:
docs/javascript.html
2014-01-16 20:32:59 -08:00
Mark Otto
03f4534307
Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap into benogle-bo-tooltip-viewport
...
Conflicts:
docs/javascript.html
2014-01-16 20:01:28 -08:00
fat
4bd6a52562
add missing paren
2014-01-16 14:28:21 -08:00
fat
82ff4e2e40
tooltip subpixel test fixes
2014-01-16 14:25:28 -08:00
fat
3b2418e688
remove flaky pos bottom test which is effect by unit scroll pos
2014-01-16 13:44:08 -08:00
fat
2f76821a4d
new qunit
2014-01-16 13:33:09 -08:00
Islam Sharabash
ad64b0acc8
Fixing js error in IE9 where no transition is supported
2014-01-16 10:11:59 -08:00
Chris Rebert
b260d93c58
more detailed QUnit test results in Sauce
2014-01-14 20:21:15 -08:00
Ben Ogle
edb221a20c
Add tooltip viewport
option, respect bounds of the viewport
2014-01-14 17:42:29 -08:00
Chris Rebert
dde38280f7
upgrade to QUnit v1.0.0
2014-01-13 19:21:07 -08:00
Chris Rebert
bfe74f7b2f
Revert accidental overzealousness from 16eccc43d9
...
Let's not confuse the archaeologists & historians.
2014-01-13 19:09:51 -08:00
Chris Rebert
c9ba678b9f
JSCS can be dumb sometimes
2014-01-08 12:37:10 -08:00
Chris Rebert
5f328dce88
Merge pull request #12057 from ZDroid/nl
...
'use strict' on new line
2014-01-07 00:31:27 -08:00
Julian Thilo
7fcfe61f4d
Update copyright notices in all places
...
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo
- grunt dist to update all the files
2014-01-07 01:05:24 +01:00
Kevin Sawicki
5141e4da10
Use $ instead of jQuery
2014-01-03 14:39:18 -08:00
Zlatan Vasović
0f060e7bc4
'use strict' on new line
2014-01-01 15:42:41 +01:00
Zlatan Vasović
1c83d68ca4
New Year
2014-01-01 15:37:08 +01:00
fat
2a0b99104c
Merge branch 'dropdown-aria-roles' of git://github.com/plumlee/bootstrap into plumlee-dropdown-aria-roles
...
Conflicts:
js/dropdown.js
2013-12-29 19:23:15 -08:00
fat
8a62f21113
fixes #11379 - Fix carousel this.sliding not getting reset if $next.hasClass('active')
2013-12-29 19:01:32 -08:00
fat
76f0d0ff32
fixes #11373 - adds related target to dropdown events
2013-12-29 18:57:22 -08:00
fat
162d9e1776
Merge branch 'scrollspy-speedy-scroll-top' of git://github.com/ziogaschr/bootstrap into ziogaschr-scrollspy-speedy-scroll-top
...
Conflicts:
dist/js/bootstrap.min.js
2013-12-29 18:04:43 -08:00
fat
9d73d9c38c
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-29 17:54:40 -08:00
fat
ce4a2e4352
fixes #11288 - Vertical scroll position of modal saves between openings
2013-12-29 17:53:59 -08:00
Jacob
ea40e7999d
Merge pull request #11203 from jasny/patch-1
...
Scrollspy acting up when targets are hidden
2013-12-28 22:06:26 -08:00
fat
5bf13914e4
fixes #10658 jQuery Popover content loses bound events on second setContent call.
2013-12-28 20:59:45 -08:00
fat
c595db19ff
fixes #10911 - add loading event for use with remote option :|
2013-12-26 20:26:27 -08:00
fat
d21369c1ed
fixes #10890
2013-12-26 19:40:18 -08:00
fat
3c73904e17
update tool/pop destroy placement
2013-12-26 18:27:43 -08:00
Jacob
6baf266cda
Merge pull request #10761 from jochenberger/dont-create-tooltip-for-destroy
...
don't create new Tooltip/Popover objects just to destroy them immediately
2013-12-26 18:25:29 -08:00
fat
39091b0748
nope
2013-12-26 18:18:53 -08:00
Jacob
bf3c525d05
Merge pull request #11496 from satazor/patch-1
...
Clear timeout on destroy.
2013-12-26 18:18:09 -08:00
fat
34fb5767cb
fixes #10798
2013-12-26 17:53:31 -08:00
Jacob
37bfd8fa60
Merge pull request #10801 from Travesty3/master
...
Add 'collapse' class back after expanding
2013-12-26 17:50:41 -08:00
Jacob
bea46fca70
Merge pull request #10834 from Prinzhorn/master
...
Only preventDefault on click on [data-toggle="modal"] when the element is a link
2013-12-26 17:46:59 -08:00
Mark Otto
d8e4c1578d
Merge pull request #12010 from ZDroid/wrong-indent
...
Fix wrong indent in .jscs.json
2013-12-26 12:54:23 -08:00
fat
fc7049b18f
fixes #10675
2013-12-25 20:33:05 -08:00
fat
c25fa0661a
Merge branch 'tooltip-events-fix' of git://github.com/lukaszfiszer/bootstrap into lukaszfiszer-tooltip-events-fix
...
Conflicts:
js/tooltip.js
2013-12-25 20:03:28 -08:00
Zlatan Vasović
1e05029d1a
Fix wrong indent in .jscs.json
2013-12-25 20:22:52 +01:00
fat
dffd4ffad2
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-24 17:00:55 -08:00
fat
394e0fa611
fixes #11788 - focusin focusout instead of focus/blur
2013-12-24 17:00:34 -08:00