Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2012-09-05version bump to get this startedMark Otto
2012-08-28Merge remote-tracking branch 'origin/2.1.0-wip' into 2.1.1-wipRoss Johnson
2012-08-28Fix key events with Chrome + jQuery 1.8.0Ross Johnson
2012-08-28only stop prop on form – as people seem to be relying on dropdown hiding ↵Jacob Thornton
when clicking internal elements
2012-08-28crude check to make sure element has a # for an idJacob Thornton
2012-08-28fix for #4761Jacob Thornton
2012-08-23Fix typo found with codespell.Ryan Pavlik
2012-08-22update version numbers to 2.1.1Mark Otto
2012-08-20bump versions to 2.1.0Mark Otto
2012-08-19listen to touchstart for dropdowns on mobileJacob Thornton
2012-08-19add click option for tooltip, popover - make click default for popoverJacob Thornton
2012-08-15stray ;Jacob Thornton
2012-08-15get affix actually working and update docsJacob Thornton
2012-08-03fix indexof on array for ie8Jacob Thornton
2012-08-02close #3531 added focus handling and removed the badly announced "times" ↵Dirk Ginader
close button from screenreaders
2012-07-24IE10 uses 'transition' and 'transitionend'Jonathan Sampson
msTransition, while supported in IE, should be ignored in favor of the unprefixed property. Additionally, MSTransitionEnd should also be ignored in favor of the unprefixed event transitionend. Current unit test requires no attention in light of this change. MSDN: http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx#transitions_dom_events
2012-07-24delete this test for now - as affix is still heavily underdevelopmentJacob Thornton
2012-07-23Fix transition end name for opera 11+12Aleksey V Zapparov
Fix transition end name for Opera 11 and Opera 12. Should fix issues: #3896, #3897, #4157, #4158
2012-07-23some progress on affix pluginJacob Thornton
2012-07-23Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton
2012-07-23adds minLength #3960Jacob Thornton
2012-07-23remove the ns optionJon Stevens
2012-07-23simplify things to one line. pull #4104Jon Stevens
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens
2012-07-17namespace the events for popover/tooltip so that they can be cleanly ↵Jon Stevens
removed. issue #3880
2012-06-20Merge pull request #3880 from lookfirst/popover-destroyJacob Thornton
Add popover / tooltip destroy method
2012-06-20Merge pull request #3770 from Barryvdh/2.1.0-wipJacob Thornton
Scope carousel .active to .item
2012-06-20simplify code into a single lineJon Stevens
2012-06-20change transition end name for operaJacob Thornton
2012-06-19add unit tests for destroy behavior of popover and tooltipJon Stevens
2012-06-19enable the ability to destroy tooltips and popovers from elements. related ↵Jon Stevens
to issue #3453
2012-06-08Scope finding the .active to .itemBarryvdh
2012-06-04adds remote source to modal. Remote source can be specified in href or by ↵Jacob Thornton
providing a remote option #936
2012-06-03check length so that pause, actually pausesJacob Thornton
2012-06-03make active selector more specific #2043 and rebuildJacob Thornton
2012-06-03Merge branch 'async' into 2.1.0-wipMatt Morgan
2012-06-03only set height explicitly for collapse when animation is supported #2131Jacob Thornton
2012-06-03only trigger $.support.transition.end when it existsJacob Thornton
2012-06-03fix multi carousel bug #3194Jacob Thornton
2012-06-03fix carousel when hiding a reshowing - make sure it always triggers ↵Jacob Thornton
transition end #3248
2012-06-03fix regression in typeahead #3313Jacob Thornton
2012-06-03add length to parent dropdown check #3316Jacob Thornton
2012-06-03upgrade jquery to 1.7.2 #3379Jacob Thornton
2012-06-03rebuild assetsJacob Thornton
2012-06-03add relatedTarget to carousel slide eventJacob Thornton
2012-06-03remove isHTML supportJacob Thornton
2012-06-03add html option back to tooltip and popover to explicitly prevent XSS #3421Jacob Thornton
2012-06-03add collapsed class to collapse invoker when it's target is collapsed #3525Jacob Thornton
2012-06-03Merge branch 'accessibility' into 2.1.0-wipJacob Thornton
Conflicts: docs/assets/js/bootstrap.min.js docs/javascript.html docs/templates/pages/javascript.mustache
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton