]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Chris Rebert [Wed, 29 Oct 2014 00:53:55 +0000 (17:53 -0700)]
Add `transform: translate3d(0, 0, 0)` iOS Safari bug to the Wall
Closes #14603 (again)
[skip sauce]
Mark Otto [Wed, 29 Oct 2014 00:21:04 +0000 (17:21 -0700)]
Merge pull request #14885 from twbs/remove-baseurl
Remove `baseurl` as it doesn't serve any real purpose.
Chris Rebert [Wed, 29 Oct 2014 00:05:52 +0000 (17:05 -0700)]
Merge pull request #14899 from twbs/a-href-s
add missing hrefs to <a>s in docs+examples
Chris Rebert [Tue, 28 Oct 2014 23:10:41 +0000 (16:10 -0700)]
add missing href="#" to .btn-group-justified example
[skip sauce]
Chris Rebert [Tue, 28 Oct 2014 23:05:32 +0000 (16:05 -0700)]
add missing hrefs to <a>s in docs+examples
Chris Rebert [Tue, 28 Oct 2014 20:11:35 +0000 (13:11 -0700)]
reads more smoothly
For @XhmikosR
Chris Rebert [Tue, 28 Oct 2014 18:35:21 +0000 (11:35 -0700)]
update shrinkwrap
Chris Rebert [Tue, 28 Oct 2014 18:10:51 +0000 (11:10 -0700)]
Merge branch 'master' into jonschlinkert/master
Mark Otto [Tue, 28 Oct 2014 03:37:17 +0000 (20:37 -0700)]
grunt
Mark Otto [Tue, 28 Oct 2014 03:30:02 +0000 (20:30 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap
Chris Rebert [Mon, 27 Oct 2014 23:36:03 +0000 (16:36 -0700)]
Merge pull request #14886 from twbs/customizer-clearfix
Customizer: add clearfixes to rows and simplify .bs-customizer-input to .col-xs-4
Chris Rebert [Mon, 27 Oct 2014 23:29:31 +0000 (16:29 -0700)]
Merge pull request #14888 from twbs/fix-14851
Increase timeouts in tooltip unit tests to avoid spurious Sauce failures
Chris Rebert [Mon, 27 Oct 2014 22:53:41 +0000 (15:53 -0700)]
Increase timeouts in tooltip unit tests to avoid spurious Sauce failures
Fixes #14851
Chris Rebert [Mon, 27 Oct 2014 22:41:08 +0000 (15:41 -0700)]
Merge pull request #14887 from twbs/ios-8-sauce
Update Sauce iOS Safari test to iOS 8.0
[skip validator]
Mark Otto [Mon, 27 Oct 2014 22:36:26 +0000 (15:36 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap
Chris Rebert [Mon, 27 Oct 2014 22:26:48 +0000 (15:26 -0700)]
Update Sauce iOS Safari test to iOS 8.0
[skip validator]
Chris Rebert [Mon, 27 Oct 2014 22:20:55 +0000 (15:20 -0700)]
tweak banner of autogenerated CommonJS module
Chris Rebert [Mon, 27 Oct 2014 22:02:21 +0000 (15:02 -0700)]
.bs-customizer-input => .col-xs-4
Chris Rebert [Mon, 27 Oct 2014 22:00:30 +0000 (15:00 -0700)]
add clearfix divs to customizer input rows
Chris Rebert [Mon, 27 Oct 2014 20:50:45 +0000 (13:50 -0700)]
Tweak parser to ignore empty Less section docstrings; fixes #14878
XhmikosR [Mon, 27 Oct 2014 17:35:59 +0000 (19:35 +0200)]
Remove `baseurl` as it doesn't serve any real purpose.
Mark Otto [Mon, 27 Oct 2014 05:57:38 +0000 (22:57 -0700)]
grunt
Mark Otto [Mon, 27 Oct 2014 05:56:35 +0000 (22:56 -0700)]
Merge pull request #14881 from bhamodi/white-space-optimization
Removed unnecessary new lines that were inconsistent with the current formatting style.
Baraa [Mon, 27 Oct 2014 05:33:55 +0000 (22:33 -0700)]
Removed unnecessary new lines that were inconsistent with current style.
Mark Otto [Sun, 26 Oct 2014 21:43:32 +0000 (14:43 -0700)]
Merge branch 'master' into need-to-activate-animated-progressbar
Mark Otto [Sun, 26 Oct 2014 21:42:06 +0000 (14:42 -0700)]
grunt
Mark Otto [Sun, 26 Oct 2014 21:17:14 +0000 (14:17 -0700)]
Merge branch 'need-to-activate-animated-progressbar' of github.com:twbs/bootstrap into need-to-activate-animated-progressbar
Conflicts:
docs/_includes/components/progress-bars.html
docs/assets/js/src/application.js
XhmikosR [Sun, 26 Oct 2014 20:13:54 +0000 (22:13 +0200)]
Merge pull request #14876 from twbs/fix-14875
bs-commonjs-generator.js: always use forward slashes in the require path.
Heinrich Fenkart [Sun, 26 Oct 2014 05:17:05 +0000 (06:17 +0100)]
Docs: progress bars' animation now needs to be manually toggled
Refs #14409
Julian Thilo [Sun, 26 Oct 2014 14:45:26 +0000 (15:45 +0100)]
Merge pull request #14880 from danieljuhl/patch-2
Added link to danish translation of docs
Daniel Juhl [Sun, 26 Oct 2014 14:04:37 +0000 (15:04 +0100)]
Added link to danish translation of docs
jonschlinkert [Sun, 26 Oct 2014 10:38:10 +0000 (06:38 -0400)]
Replaces markdown.js with [remarkable](https://github.com/jonschlinkert/remarkable).
- remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html)
- [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark)
- easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation.
XhmikosR [Sun, 26 Oct 2014 07:35:14 +0000 (09:35 +0200)]
bs-commonjs-generator.js: always use forward slashes in the require path.
Since `path.resolve` is using backslashes on Windows, we ended up with different files. Just replace those with forward slashes.
XhmikosR [Sun, 26 Oct 2014 06:08:33 +0000 (08:08 +0200)]
Losslessly compress apple-touch-icon.png.
6314 -> 6140 bytes
[ci skip]
Mark Otto [Sun, 26 Oct 2014 05:39:01 +0000 (22:39 -0700)]
fix clipboard button and examples
Heinrich Fenkart [Sun, 26 Oct 2014 05:17:05 +0000 (06:17 +0100)]
Docs: progress bars' animation now needs to be manually toggled
Refs #14409
Mark Otto [Sun, 26 Oct 2014 04:02:08 +0000 (21:02 -0700)]
Merge pull request #14748 from twbs/apple-touch-icon
Docs: Use a 180x180 apple-touch-icon-precomposed.png.
Heinrich Fenkart [Sun, 26 Oct 2014 03:56:52 +0000 (04:56 +0100)]
Remove faulty unit test from
9740d8b
This would only work with transitions but since we disable them for unit tests, this delivers unreliably results.
Mark Otto [Sun, 26 Oct 2014 03:49:10 +0000 (20:49 -0700)]
new icon
Heinrich Fenkart [Sun, 26 Oct 2014 03:41:47 +0000 (04:41 +0100)]
Follow-up to
9740d8b : fix small typo
Heinrich Fenkart [Sun, 26 Oct 2014 03:39:49 +0000 (04:39 +0100)]
grunt
Phil Hughes [Wed, 3 Sep 2014 12:11:40 +0000 (13:11 +0100)]
Fix tooltip occasionally not hiding when using a hide delay
Fixes #14375.
Closes #14519 by merging it.
Mark Otto [Sun, 26 Oct 2014 03:20:24 +0000 (20:20 -0700)]
follow up fix for #14837 /cc @hnrch02
Heinrich Fenkart [Sun, 26 Oct 2014 02:53:10 +0000 (03:53 +0100)]
grunt
Andrew S. Brown [Fri, 18 Jul 2014 18:37:11 +0000 (11:37 -0700)]
Allow multiple delegated tooltip selectors on a node
Fixes #14167.
Closes #14189 by merging it.
Mark Otto [Sun, 26 Oct 2014 02:43:05 +0000 (19:43 -0700)]
Merge pull request #13824 from jsdf/node-requirable
Allow npm package to be resolved via node module resolution
Heinrich Fenkart [Sun, 26 Oct 2014 02:17:19 +0000 (03:17 +0100)]
grunt
Heinrich Fenkart [Sun, 26 Oct 2014 02:16:05 +0000 (03:16 +0100)]
Follow-up to
e8af21c : rm unused variable in unit test
Tadeu Zagallo [Fri, 23 May 2014 22:27:05 +0000 (19:27 -0300)]
Clear scrollspy selection above first section
Closes #13563 by merging it.
Mark Otto [Sun, 26 Oct 2014 02:10:03 +0000 (19:10 -0700)]
Fixes #14736: Reverts the remaining progress bar min value overrides from #12848
Mark Otto [Sun, 26 Oct 2014 01:57:27 +0000 (18:57 -0700)]
Fixes #14806: reset the text-shadow in the themed buttons
Mark Otto [Sun, 26 Oct 2014 01:53:43 +0000 (18:53 -0700)]
fix validation
Mark Otto [Sun, 26 Oct 2014 01:44:55 +0000 (18:44 -0700)]
Fixes #14791: document dropdown dividers
Mark Otto [Sun, 26 Oct 2014 01:29:15 +0000 (18:29 -0700)]
grunt
Mark Otto [Sun, 26 Oct 2014 01:28:07 +0000 (18:28 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 26 Oct 2014 01:27:40 +0000 (18:27 -0700)]
Fixes #14814: Use the link active bg variables for theme navbar gradients
Cameron Little [Tue, 9 Sep 2014 16:17:56 +0000 (18:17 +0200)]
Tabs plugin accessibility
Added support for `aria-expanded` toggling via JavaScript. Added
`aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs.
Added `aria-expanded` unit test for the tabs plugin.
See also #13554.
Closes #14154 by merging it.
Mark Otto [Sun, 26 Oct 2014 01:16:40 +0000 (18:16 -0700)]
Merge branch 'pr/14801'
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
Mark Otto [Sun, 26 Oct 2014 01:13:50 +0000 (18:13 -0700)]
grunt
Mark Otto [Sun, 26 Oct 2014 01:13:35 +0000 (18:13 -0700)]
Fix up margins and unnest code
Mark Otto [Sun, 26 Oct 2014 00:54:06 +0000 (17:54 -0700)]
grunt
Mark Otto [Sun, 26 Oct 2014 00:50:08 +0000 (17:50 -0700)]
Merge pull request #14869 from lipis/glyphicon-eur
Added alias for euro -> eur
Mark Otto [Sun, 26 Oct 2014 00:49:13 +0000 (17:49 -0700)]
Merge pull request #14871 from twbs/fix-#14810
Move "Copy" button in `code`.
Heinrich Fenkart [Sat, 25 Oct 2014 23:59:25 +0000 (01:59 +0200)]
grunt
Heinrich Fenkart [Sat, 25 Oct 2014 23:56:08 +0000 (01:56 +0200)]
Merge pull request #14873 from twbs/revert-14569-scrollspy-ignore-invisible-targets
Revert "Scrollspy: ignore invisible list items"
Heinrich Fenkart [Sat, 25 Oct 2014 23:50:38 +0000 (01:50 +0200)]
Revert "Scrollspy: ignore invisible list items"
XhmikosR [Sat, 25 Oct 2014 11:08:06 +0000 (14:08 +0300)]
Run `grunt`.
XhmikosR [Fri, 24 Oct 2014 22:58:07 +0000 (01:58 +0300)]
Update node dependencies.
Panayiotis Lipiridis [Fri, 24 Oct 2014 20:52:49 +0000 (22:52 +0200)]
Added alias for euro -> eur
XhmikosR [Fri, 24 Oct 2014 22:45:57 +0000 (01:45 +0300)]
Move "Copy" button in code.
Mark Otto [Fri, 24 Oct 2014 20:28:46 +0000 (13:28 -0700)]
Merge pull request #14786 from andy-saint/links
Added link hover decoration variable
Mark Otto [Fri, 24 Oct 2014 20:27:28 +0000 (13:27 -0700)]
grunt
Mark Otto [Fri, 24 Oct 2014 20:26:05 +0000 (13:26 -0700)]
20px from bottom because the final frontier
Mark Otto [Fri, 24 Oct 2014 20:24:34 +0000 (13:24 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Fri, 24 Oct 2014 20:24:28 +0000 (13:24 -0700)]
guhrunt
Mark Otto [Fri, 24 Oct 2014 20:24:14 +0000 (13:24 -0700)]
Merge pull request #14848 from knownasilya/patch-1
Make the docs' nav sidebar scrollable
Mark Otto [Fri, 24 Oct 2014 19:09:44 +0000 (12:09 -0700)]
Merge pull request #14857 from twbs/fix-14856
Fix #14856
Jenn Dodd [Thu, 23 Oct 2014 22:36:44 +0000 (18:36 -0400)]
Remove .media-object from docs.
Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io>
Nicole Sullivan [Tue, 14 Oct 2014 21:09:57 +0000 (17:09 -0400)]
Fixes #14799: Add vertical alignment of image in media component
Signed-off-by: Jenn Dodd <jedodd@pivotal.io>
Chris Rebert [Thu, 23 Oct 2014 20:53:35 +0000 (13:53 -0700)]
Merge pull request #14847 from twbs/node-deps
Update node dependencies.
Chris Rebert [Wed, 22 Oct 2014 19:11:45 +0000 (12:11 -0700)]
grunt update-shrinkwrap
[skip sauce]
XhmikosR [Wed, 22 Oct 2014 10:50:22 +0000 (13:50 +0300)]
Update node dependencies.
XhmikosR [Thu, 23 Oct 2014 06:19:03 +0000 (09:19 +0300)]
Merge pull request #14860 from twbs/comment-typo
Fix a small typo in comment.
XhmikosR [Tue, 7 Oct 2014 16:17:20 +0000 (19:17 +0300)]
Docs: Use a 180x180 apple-touch-icon.png.
Refs:
https://github.com/h5bp/html5-boilerplate/commit/
1c4fcf32142e888946db579df0efbb52542e0ed1
https://github.com/h5bp/html5-boilerplate/commit/
345925f04384b59929d8d39ba428cef548921408
[ci skip]
XhmikosR [Thu, 23 Oct 2014 06:11:03 +0000 (09:11 +0300)]
Fix a small typo in comment.
[ci skip]
Heinrich Fenkart [Thu, 23 Oct 2014 04:39:51 +0000 (06:39 +0200)]
grunt
Heinrich Fenkart [Thu, 23 Oct 2014 04:15:36 +0000 (06:15 +0200)]
Merge pull request #14852 from twbs/jquery-version-check
Add jQuery version check to existing jQuery presence check
Heinrich Fenkart [Thu, 23 Oct 2014 04:13:46 +0000 (06:13 +0200)]
Merge pull request #14669 from vsn4ik/dropdown_event_target
Use e.target instead :focus selector.
Heinrich Fenkart [Wed, 22 Oct 2014 18:52:15 +0000 (20:52 +0200)]
Add jQuery version check to existing jQuery presence check
Fixes #14809.
Closes #14825.
Heinrich Fenkart [Thu, 23 Oct 2014 03:23:29 +0000 (05:23 +0200)]
grunt
Chris Rebert [Thu, 23 Oct 2014 01:57:43 +0000 (18:57 -0700)]
Merge pull request #14859 from twbs/fix-14853
Clarify order of tabs events
Chris Rebert [Thu, 23 Oct 2014 01:40:43 +0000 (18:40 -0700)]
Merge pull request #14858 from twbs/fix-14802
Document .alert-dismissible .close restrictions
Chris Rebert [Thu, 23 Oct 2014 01:38:11 +0000 (18:38 -0700)]
Clarify order of tabs events; fixes #14853
[skip sauce]
Chris Rebert [Thu, 23 Oct 2014 01:03:31 +0000 (18:03 -0700)]
Document .alert-dismissible .close restrictions; fixes #14802
[skip sauce]
Chris Rebert [Thu, 23 Oct 2014 00:53:46 +0000 (17:53 -0700)]
Fix #14856
[skip sauce]
Heinrich Fenkart [Wed, 22 Oct 2014 20:09:58 +0000 (22:09 +0200)]
Fix IE8 unit test breakage introduced by #14767
Phil Hughes [Fri, 10 Oct 2014 14:50:00 +0000 (15:50 +0100)]
Implement `hide` and `hidden` events for tabs
Closes #14772.
Heinrich Fenkart [Wed, 22 Oct 2014 19:39:37 +0000 (21:39 +0200)]
grunt
Heinrich Fenkart [Wed, 22 Oct 2014 19:38:34 +0000 (21:38 +0200)]
Follow-up to
e2cfbd5 : Fix spaces in placement calculation
saranya.r [Fri, 10 Oct 2014 06:19:45 +0000 (11:49 +0530)]
Fixes tooltip misplacements in scrollable viewports with auto positioning
Fixes #14756.
Closes #14767.