]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Chris Rebert [Thu, 24 Jul 2014 00:55:12 +0000 (17:55 -0700)]
Merge pull request #14191 from twbs/autocomplete-off-btns
Use autocomplete="off" in buttons plugin docs examples
Chris Rebert [Wed, 23 Jul 2014 17:23:23 +0000 (10:23 -0700)]
Add Wall of Browser Bugs entry for IE bug from issue #14211
[skip sauce]
Jacob [Tue, 22 Jul 2014 05:48:38 +0000 (22:48 -0700)]
Merge pull request #14207 from twbs/charlesbjohnson-affix-bottom-when-dynamic-height
Charlesbjohnson affix bottom when dynamic height
Jacob [Tue, 22 Jul 2014 05:48:08 +0000 (22:48 -0700)]
Merge pull request #14208 from twbs/mckramer-dropdown-aria
Mckramer dropdown aria
fat [Tue, 22 Jul 2014 05:44:35 +0000 (22:44 -0700)]
Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into mckramer-dropdown-aria
Conflicts:
docs/_includes/js/dropdowns.html
fat [Tue, 22 Jul 2014 05:31:56 +0000 (22:31 -0700)]
cleanup style
XhmikosR [Tue, 22 Jul 2014 05:30:35 +0000 (08:30 +0300)]
Run `grunt`.
XhmikosR [Tue, 22 Jul 2014 05:29:39 +0000 (08:29 +0300)]
Update all devDependencies.
XhmikosR [Tue, 22 Jul 2014 05:08:31 +0000 (08:08 +0300)]
Update Filesaver.js to v2014-07-21.
XhmikosR [Wed, 2 Jul 2014 04:58:39 +0000 (07:58 +0300)]
Update Blob.js to the latest version.
XhmikosR [Tue, 22 Jul 2014 05:26:37 +0000 (08:26 +0300)]
Merge pull request #13873 from twbs/grunt-csscomb
Update grunt-csscomb
XhmikosR [Tue, 22 Jul 2014 05:25:41 +0000 (08:25 +0300)]
Run `grunt`.
XhmikosR [Wed, 11 Jun 2014 06:30:30 +0000 (09:30 +0300)]
Update grunt-csscomb.
Chris Rebert [Tue, 22 Jul 2014 02:38:30 +0000 (19:38 -0700)]
update to Jekyll v2.1.1 in Travis CI build
Chris Rebert [Tue, 22 Jul 2014 02:37:22 +0000 (19:37 -0700)]
update to rouge v1.5.1 in Travis CI build
Mark Otto [Mon, 21 Jul 2014 19:46:10 +0000 (12:46 -0700)]
Merge pull request #14203 from twbs/fix-14202
Document that form field feedback icons only work with input.form-control
Chris Rebert [Mon, 21 Jul 2014 19:26:12 +0000 (12:26 -0700)]
Document that form field feedback icons only work with `input.form-control`
Closes #14202.
[skip sauce]
Chris Rebert [Mon, 21 Jul 2014 07:35:41 +0000 (00:35 -0700)]
grunt dist
Chris Rebert [Sun, 20 Jul 2014 05:11:07 +0000 (22:11 -0700)]
Merge pull request #14192 from twbs/https-everywhere
Use HTTPS in CDN URLs in _config.yml
Chris Rebert [Fri, 18 Jul 2014 23:46:19 +0000 (16:46 -0700)]
Merge pull request #14156 from twbs/fix-14038
Fix popover dismiss-on-next-click example
Chris Rebert [Fri, 18 Jul 2014 21:26:14 +0000 (14:26 -0700)]
Use HTTPS in CDN URLs in _config.yml
For consistency with the rest of the docs and per our code guidelines.
Chris Rebert [Fri, 18 Jul 2014 21:01:33 +0000 (14:01 -0700)]
Make warning from #13875 slightly more detailed
[skip sauce]
Chris Rebert [Fri, 18 Jul 2014 21:15:47 +0000 (14:15 -0700)]
Have HTML5 validator ignore `autocomplete="off"` on input[type="checkbox"]
Not clear from the spec whether this is invalid per se.
But it is the current best known workaround for Firefox's unusual behavior.
Chris Rebert [Fri, 18 Jul 2014 20:59:37 +0000 (13:59 -0700)]
Use autocomplete="off" in buttons plugin docs examples
Refs #13875.
Chris Rebert [Fri, 18 Jul 2014 18:48:00 +0000 (11:48 -0700)]
Document limitations of buttons JS plugin
Addresses #14148.
Charles B Johnson [Fri, 18 Jul 2014 14:46:42 +0000 (10:46 -0400)]
Fix issue where bottom affixed element floats over the footer when the
document height is smaller than the viewport height.
Charles B Johnson [Fri, 25 Apr 2014 03:15:38 +0000 (23:15 -0400)]
Refactor determining affix state into a separate expanded method
in order to handle multiple edge cases, specifically when the document
height is dynamic.
Always reposition an affix that is affixed to the bottom.
Charles B Johnson [Wed, 2 Jul 2014 20:53:00 +0000 (16:53 -0400)]
Add a bottom affixed element to affix visual tests.
Jacob [Thu, 17 Jul 2014 17:07:28 +0000 (10:07 -0700)]
Merge pull request #14055 from twbs/fat-speed-up-tests
speed up js tests a bit
Chris Rebert [Thu, 17 Jul 2014 16:22:40 +0000 (09:22 -0700)]
Merge pull request #14171 from wangsai/tab2space
Tabs to spaces in variables.less
wangsai [Thu, 17 Jul 2014 12:13:16 +0000 (20:13 +0800)]
Tabs to spaces
fat [Mon, 7 Jul 2014 05:12:26 +0000 (22:12 -0700)]
speed up js tests a bit
Jacob [Thu, 17 Jul 2014 04:56:13 +0000 (21:56 -0700)]
Merge pull request #14160 from hnrch02/simplify-button-focus-logic
Follow-up to #13907: simplify JS logic for focus shim
Heinrich Fenkart [Thu, 17 Jul 2014 02:33:30 +0000 (04:33 +0200)]
Merge alert examples and add `.bs-example-standalone` class
Heinrich Fenkart [Thu, 17 Jul 2014 02:11:21 +0000 (04:11 +0200)]
Clean up the Alert documentation
Heinrich Fenkart [Thu, 17 Jul 2014 01:53:49 +0000 (03:53 +0200)]
Clean up Affix documentation
Heinrich Fenkart [Wed, 16 Jul 2014 06:44:56 +0000 (08:44 +0200)]
Follow-up to #13907: simplify JS logic for focus shim
Chris Rebert [Tue, 15 Jul 2014 23:57:40 +0000 (16:57 -0700)]
regenerate docs/assets/js/docs.min.js
Chris Rebert [Tue, 15 Jul 2014 23:57:25 +0000 (16:57 -0700)]
popover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindex
Fixes #14038.
Research supporting this choice of approach:
https://gist.github.com/cvrebert/
68659d0333a578d75372
Why not <button>?
Even with a `tabindex` attribute, they don't gain focus when clicked upon in:
* Mac OS X Firefox 30.0
* Mac OS X Safari 7.0.5
Chris Rebert [Tue, 15 Jul 2014 18:09:50 +0000 (11:09 -0700)]
Merge pull request #14151 from BBosman/fix-link
Fix jsbin link
Bas Bosman [Tue, 15 Jul 2014 17:55:28 +0000 (19:55 +0200)]
Fix jsbin link
Chris Rebert [Tue, 15 Jul 2014 16:51:07 +0000 (09:51 -0700)]
Merge pull request #14143 from twbs/fix-14134
add docs note about browsers with JS disabled
Mark Otto [Tue, 15 Jul 2014 16:28:48 +0000 (09:28 -0700)]
Another new js bin link
/cc @cvrebert @hnrch02
Mark Otto [Tue, 15 Jul 2014 16:09:40 +0000 (09:09 -0700)]
don't include local jquery
Chris Rebert [Tue, 15 Jul 2014 00:16:11 +0000 (17:16 -0700)]
add docs note about browsers w/ JS disabled; fixes #14134
[skip sauce]
Chris Rebert [Mon, 14 Jul 2014 21:50:53 +0000 (14:50 -0700)]
fix #14114 mo' betta
Mark Otto [Mon, 14 Jul 2014 16:14:59 +0000 (09:14 -0700)]
add css resets outline section to scaffolding docs
Mark Otto [Mon, 14 Jul 2014 16:14:48 +0000 (09:14 -0700)]
markdownify jumbotron docs
Mark Otto [Mon, 14 Jul 2014 16:14:41 +0000 (09:14 -0700)]
markdownify label docs
Mark Otto [Mon, 14 Jul 2014 16:14:31 +0000 (09:14 -0700)]
example page header
Mark Otto [Mon, 14 Jul 2014 16:05:27 +0000 (09:05 -0700)]
link the new navbar examples
Mark Otto [Mon, 14 Jul 2014 16:05:21 +0000 (09:05 -0700)]
new fixed navbar example
Mark Otto [Mon, 14 Jul 2014 16:05:12 +0000 (09:05 -0700)]
new navbar example
Mark Otto [Mon, 14 Jul 2014 16:04:47 +0000 (09:04 -0700)]
grunt dist
Mark Otto [Mon, 14 Jul 2014 16:04:10 +0000 (09:04 -0700)]
simplify jumbotron styles, rem-ify padding
Mark Otto [Mon, 14 Jul 2014 16:03:21 +0000 (09:03 -0700)]
fixed pos utility class
Mark Otto [Mon, 14 Jul 2014 15:48:33 +0000 (08:48 -0700)]
new navbar tweaks
Mark Otto [Mon, 14 Jul 2014 15:48:26 +0000 (08:48 -0700)]
experiment with more utilities
Mark Otto [Mon, 14 Jul 2014 15:35:33 +0000 (08:35 -0700)]
nav update
Mark Otto [Mon, 14 Jul 2014 15:34:56 +0000 (08:34 -0700)]
move scaffolding stuff back to layout once more, split off the type docs to typography section
Mark Otto [Mon, 14 Jul 2014 15:22:33 +0000 (08:22 -0700)]
move containers to layout section
Mark Otto [Mon, 14 Jul 2014 07:23:46 +0000 (00:23 -0700)]
inverse table idea
Mark Otto [Mon, 14 Jul 2014 06:45:34 +0000 (23:45 -0700)]
table headers
Mark Otto [Mon, 14 Jul 2014 06:33:54 +0000 (23:33 -0700)]
new navbar ideas
Chris Rebert [Sun, 13 Jul 2014 22:28:07 +0000 (15:28 -0700)]
Merge pull request #14138 from danielnixon/master
Fix inaccessible buttons.
Daniel Nixon [Sun, 13 Jul 2014 22:13:17 +0000 (08:13 +1000)]
Fix inaccessible buttons.
Mark Otto [Sun, 13 Jul 2014 20:50:35 +0000 (13:50 -0700)]
more rems
Mark Otto [Sun, 13 Jul 2014 20:31:07 +0000 (13:31 -0700)]
transitions mixin and global variable, add it to buttons
Mark Otto [Sun, 13 Jul 2014 20:19:58 +0000 (13:19 -0700)]
more docs rems, some mixin optimization
Mark Otto [Sun, 13 Jul 2014 19:47:24 +0000 (12:47 -0700)]
more rems in docs
Mark Otto [Sun, 13 Jul 2014 19:38:06 +0000 (12:38 -0700)]
rem-ify the footer and masthead
Mark Otto [Sun, 13 Jul 2014 19:15:14 +0000 (12:15 -0700)]
rem-ify homepage icon
Mark Otto [Sun, 13 Jul 2014 19:10:54 +0000 (12:10 -0700)]
yellow var
Mark Otto [Sun, 13 Jul 2014 19:04:05 +0000 (12:04 -0700)]
vars
Mark Otto [Sun, 13 Jul 2014 19:00:17 +0000 (12:00 -0700)]
nesting docs css
Mark Otto [Sun, 13 Jul 2014 08:45:26 +0000 (01:45 -0700)]
fix header
Mark Otto [Sun, 13 Jul 2014 08:43:26 +0000 (01:43 -0700)]
markdownify browser bugs, add config vars for shorthand urls
Mark Otto [Sun, 13 Jul 2014 08:38:08 +0000 (01:38 -0700)]
about header
Mark Otto [Sun, 13 Jul 2014 08:38:03 +0000 (01:38 -0700)]
fix paths
Mark Otto [Sun, 13 Jul 2014 08:35:29 +0000 (01:35 -0700)]
markdownify about docs
Mark Otto [Sun, 13 Jul 2014 08:30:32 +0000 (01:30 -0700)]
layout section
Mark Otto [Sun, 13 Jul 2014 08:28:19 +0000 (01:28 -0700)]
move media to layout
Mark Otto [Sun, 13 Jul 2014 08:26:48 +0000 (01:26 -0700)]
fix helpers
Mark Otto [Sun, 13 Jul 2014 08:26:44 +0000 (01:26 -0700)]
fix nav
Mark Otto [Sun, 13 Jul 2014 08:23:34 +0000 (01:23 -0700)]
markdownify button group
Mark Otto [Sun, 13 Jul 2014 08:23:29 +0000 (01:23 -0700)]
markdownify button dropdowns
Mark Otto [Sun, 13 Jul 2014 08:17:54 +0000 (01:17 -0700)]
markdownify responsive embed
Mark Otto [Sun, 13 Jul 2014 08:17:50 +0000 (01:17 -0700)]
markdownify pagination
Mark Otto [Sun, 13 Jul 2014 08:17:46 +0000 (01:17 -0700)]
markdownify page header
Mark Otto [Sun, 13 Jul 2014 08:12:11 +0000 (01:12 -0700)]
markdownify media
Mark Otto [Sun, 13 Jul 2014 08:12:06 +0000 (01:12 -0700)]
markdownify list group
Mark Otto [Sun, 13 Jul 2014 08:12:02 +0000 (01:12 -0700)]
markdownify input group
Mark Otto [Sun, 13 Jul 2014 07:59:31 +0000 (00:59 -0700)]
frontmatter that shit up
Mark Otto [Sun, 13 Jul 2014 07:57:32 +0000 (00:57 -0700)]
fix nav
Mark Otto [Sun, 13 Jul 2014 07:57:28 +0000 (00:57 -0700)]
move typography
Mark Otto [Sun, 13 Jul 2014 07:54:34 +0000 (00:54 -0700)]
markdownify js popovers
Mark Otto [Sun, 13 Jul 2014 07:54:29 +0000 (00:54 -0700)]
markdownify js modal
Mark Otto [Sun, 13 Jul 2014 07:54:26 +0000 (00:54 -0700)]
markdownify js dropdowns
Mark Otto [Sun, 13 Jul 2014 07:54:21 +0000 (00:54 -0700)]
markdownify js collapse
Mark Otto [Sun, 13 Jul 2014 07:54:14 +0000 (00:54 -0700)]
markdownify js carousel