]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
11 years agoMerge pull request #14191 from twbs/autocomplete-off-btns
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

11 years agoAdd Wall of Browser Bugs entry for IE bug from issue #14211 14225/head
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]

11 years agoMerge pull request #14207 from twbs/charlesbjohnson-affix-bottom-when-dynamic-height
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

11 years agoMerge pull request #14208 from twbs/mckramer-dropdown-aria
Jacob [Tue, 22 Jul 2014 05:48:08 +0000 (22:48 -0700)] 
Merge pull request #14208 from twbs/mckramer-dropdown-aria

Mckramer dropdown aria

11 years agoMerge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into mckramer... 14208/head
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

11 years agocleanup style 14207/head
fat [Tue, 22 Jul 2014 05:31:56 +0000 (22:31 -0700)] 
cleanup style

11 years agoRun `grunt`.
XhmikosR [Tue, 22 Jul 2014 05:30:35 +0000 (08:30 +0300)] 
Run `grunt`.

11 years agoUpdate all devDependencies.
XhmikosR [Tue, 22 Jul 2014 05:29:39 +0000 (08:29 +0300)] 
Update all devDependencies.

11 years agoUpdate Filesaver.js to v2014-07-21.
XhmikosR [Tue, 22 Jul 2014 05:08:31 +0000 (08:08 +0300)] 
Update Filesaver.js to v2014-07-21.

11 years agoUpdate Blob.js to the latest version.
XhmikosR [Wed, 2 Jul 2014 04:58:39 +0000 (07:58 +0300)] 
Update Blob.js to the latest version.

11 years agoMerge pull request #13873 from twbs/grunt-csscomb
XhmikosR [Tue, 22 Jul 2014 05:26:37 +0000 (08:26 +0300)] 
Merge pull request #13873 from twbs/grunt-csscomb

Update grunt-csscomb

11 years agoRun `grunt`. 13873/head
XhmikosR [Tue, 22 Jul 2014 05:25:41 +0000 (08:25 +0300)] 
Run `grunt`.

11 years agoUpdate grunt-csscomb.
XhmikosR [Wed, 11 Jun 2014 06:30:30 +0000 (09:30 +0300)] 
Update grunt-csscomb.

11 years agoupdate to Jekyll v2.1.1 in Travis CI build
Chris Rebert [Tue, 22 Jul 2014 02:38:30 +0000 (19:38 -0700)] 
update to Jekyll v2.1.1 in Travis CI build

11 years agoupdate to rouge v1.5.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

11 years agoMerge pull request #14203 from twbs/fix-14202
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

11 years agoDocument that form field feedback icons only work with `input.form-control` 14203/head
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]

11 years agogrunt dist
Chris Rebert [Mon, 21 Jul 2014 07:35:41 +0000 (00:35 -0700)] 
grunt dist

11 years agoMerge pull request #14192 from twbs/https-everywhere
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

11 years agoMerge pull request #14156 from twbs/fix-14038
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

11 years agoUse HTTPS in CDN URLs in _config.yml 14192/head
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.

11 years agoMake warning from #13875 slightly more detailed 14191/head
Chris Rebert [Fri, 18 Jul 2014 21:01:33 +0000 (14:01 -0700)] 
Make warning from #13875 slightly more detailed

[skip sauce]

11 years agoHave HTML5 validator ignore `autocomplete="off"` on input[type="checkbox"]
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.

11 years agoUse autocomplete="off" in buttons plugin docs examples
Chris Rebert [Fri, 18 Jul 2014 20:59:37 +0000 (13:59 -0700)] 
Use autocomplete="off" in buttons plugin docs examples

Refs #13875.

11 years agoDocument limitations of buttons JS plugin 14188/head
Chris Rebert [Fri, 18 Jul 2014 18:48:00 +0000 (11:48 -0700)] 
Document limitations of buttons JS plugin

Addresses #14148.

11 years agoFix issue where bottom affixed element floats over the footer when the 13405/head
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.

11 years agoRefactor determining affix state into a separate expanded method
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.

11 years agoAdd a bottom affixed element to affix visual tests.
Charles B Johnson [Wed, 2 Jul 2014 20:53:00 +0000 (16:53 -0400)] 
Add a bottom affixed element to affix visual tests.

11 years agoMerge pull request #14055 from twbs/fat-speed-up-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

11 years agoMerge pull request #14171 from wangsai/tab2space
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

11 years agoTabs to spaces 14171/head
wangsai [Thu, 17 Jul 2014 12:13:16 +0000 (20:13 +0800)] 
Tabs to spaces

11 years agospeed up js tests a bit 14055/head
fat [Mon, 7 Jul 2014 05:12:26 +0000 (22:12 -0700)] 
speed up js tests a bit

11 years agoMerge pull request #14160 from hnrch02/simplify-button-focus-logic
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

11 years agoMerge alert examples and add `.bs-example-standalone` class 14166/head
Heinrich Fenkart [Thu, 17 Jul 2014 02:33:30 +0000 (04:33 +0200)] 
Merge alert examples and add `.bs-example-standalone` class

11 years agoClean up the Alert documentation
Heinrich Fenkart [Thu, 17 Jul 2014 02:11:21 +0000 (04:11 +0200)] 
Clean up the Alert documentation

11 years agoClean up Affix documentation
Heinrich Fenkart [Thu, 17 Jul 2014 01:53:49 +0000 (03:53 +0200)] 
Clean up Affix documentation

11 years agoFollow-up to #13907: simplify JS logic for focus shim 14160/head
Heinrich Fenkart [Wed, 16 Jul 2014 06:44:56 +0000 (08:44 +0200)] 
Follow-up to #13907: simplify JS logic for focus shim

11 years agoregenerate docs/assets/js/docs.min.js 14156/head
Chris Rebert [Tue, 15 Jul 2014 23:57:40 +0000 (16:57 -0700)] 
regenerate docs/assets/js/docs.min.js

11 years agopopover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindex
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

11 years agoMerge pull request #14151 from BBosman/fix-link
Chris Rebert [Tue, 15 Jul 2014 18:09:50 +0000 (11:09 -0700)] 
Merge pull request #14151 from BBosman/fix-link

Fix jsbin link

11 years agoFix jsbin link 14151/head
Bas Bosman [Tue, 15 Jul 2014 17:55:28 +0000 (19:55 +0200)] 
Fix jsbin link

11 years agoMerge pull request #14143 from twbs/fix-14134
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

11 years agoAnother new js bin link
Mark Otto [Tue, 15 Jul 2014 16:28:48 +0000 (09:28 -0700)] 
Another new js bin link

/cc @cvrebert @hnrch02

11 years agodon't include local jquery
Mark Otto [Tue, 15 Jul 2014 16:09:40 +0000 (09:09 -0700)] 
don't include local jquery

11 years agoadd docs note about browsers w/ JS disabled; fixes #14134 14143/head
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]

11 years agofix #14114 mo' betta
Chris Rebert [Mon, 14 Jul 2014 21:50:53 +0000 (14:50 -0700)] 
fix #14114 mo' betta

11 years agoadd css resets outline section to scaffolding docs
Mark Otto [Mon, 14 Jul 2014 16:14:59 +0000 (09:14 -0700)] 
add css resets outline section to scaffolding docs

11 years agomarkdownify jumbotron docs
Mark Otto [Mon, 14 Jul 2014 16:14:48 +0000 (09:14 -0700)] 
markdownify jumbotron docs

11 years agomarkdownify label docs
Mark Otto [Mon, 14 Jul 2014 16:14:41 +0000 (09:14 -0700)] 
markdownify label docs

11 years agoexample page header
Mark Otto [Mon, 14 Jul 2014 16:14:31 +0000 (09:14 -0700)] 
example page header

11 years agolink the new navbar examples
Mark Otto [Mon, 14 Jul 2014 16:05:27 +0000 (09:05 -0700)] 
link the new navbar examples

11 years agonew fixed navbar example
Mark Otto [Mon, 14 Jul 2014 16:05:21 +0000 (09:05 -0700)] 
new fixed navbar example

11 years agonew navbar example
Mark Otto [Mon, 14 Jul 2014 16:05:12 +0000 (09:05 -0700)] 
new navbar example

11 years agogrunt dist
Mark Otto [Mon, 14 Jul 2014 16:04:47 +0000 (09:04 -0700)] 
grunt dist

11 years agosimplify jumbotron styles, rem-ify padding
Mark Otto [Mon, 14 Jul 2014 16:04:10 +0000 (09:04 -0700)] 
simplify jumbotron styles, rem-ify padding

11 years agofixed pos utility class
Mark Otto [Mon, 14 Jul 2014 16:03:21 +0000 (09:03 -0700)] 
fixed pos utility class

11 years agonew navbar tweaks
Mark Otto [Mon, 14 Jul 2014 15:48:33 +0000 (08:48 -0700)] 
new navbar tweaks

11 years agoexperiment with more utilities
Mark Otto [Mon, 14 Jul 2014 15:48:26 +0000 (08:48 -0700)] 
experiment with more utilities

11 years agonav update
Mark Otto [Mon, 14 Jul 2014 15:35:33 +0000 (08:35 -0700)] 
nav update

11 years agomove scaffolding stuff back to layout once more, split off the type docs to typograph...
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

11 years agomove containers to layout section
Mark Otto [Mon, 14 Jul 2014 15:22:33 +0000 (08:22 -0700)] 
move containers to layout section

11 years agoinverse table idea
Mark Otto [Mon, 14 Jul 2014 07:23:46 +0000 (00:23 -0700)] 
inverse table idea

11 years agotable headers
Mark Otto [Mon, 14 Jul 2014 06:45:34 +0000 (23:45 -0700)] 
table headers

11 years agonew navbar ideas
Mark Otto [Mon, 14 Jul 2014 06:33:54 +0000 (23:33 -0700)] 
new navbar ideas

11 years agoMerge pull request #14138 from danielnixon/master
Chris Rebert [Sun, 13 Jul 2014 22:28:07 +0000 (15:28 -0700)] 
Merge pull request #14138 from danielnixon/master

Fix inaccessible buttons.

11 years agoFix inaccessible buttons. 14138/head
Daniel Nixon [Sun, 13 Jul 2014 22:13:17 +0000 (08:13 +1000)] 
Fix inaccessible buttons.

11 years agomore rems
Mark Otto [Sun, 13 Jul 2014 20:50:35 +0000 (13:50 -0700)] 
more rems

11 years agotransitions mixin and global variable, add it to buttons
Mark Otto [Sun, 13 Jul 2014 20:31:07 +0000 (13:31 -0700)] 
transitions mixin and global variable, add it to buttons

11 years agomore docs rems, some mixin optimization
Mark Otto [Sun, 13 Jul 2014 20:19:58 +0000 (13:19 -0700)] 
more docs rems, some mixin optimization

11 years agomore rems in docs
Mark Otto [Sun, 13 Jul 2014 19:47:24 +0000 (12:47 -0700)] 
more rems in docs

11 years agorem-ify the footer and masthead
Mark Otto [Sun, 13 Jul 2014 19:38:06 +0000 (12:38 -0700)] 
rem-ify the footer and masthead

11 years agorem-ify homepage icon
Mark Otto [Sun, 13 Jul 2014 19:15:14 +0000 (12:15 -0700)] 
rem-ify homepage icon

11 years agoyellow var
Mark Otto [Sun, 13 Jul 2014 19:10:54 +0000 (12:10 -0700)] 
yellow var

11 years agovars
Mark Otto [Sun, 13 Jul 2014 19:04:05 +0000 (12:04 -0700)] 
vars

11 years agonesting docs css
Mark Otto [Sun, 13 Jul 2014 19:00:17 +0000 (12:00 -0700)] 
nesting docs css

11 years agofix header
Mark Otto [Sun, 13 Jul 2014 08:45:26 +0000 (01:45 -0700)] 
fix header

11 years agomarkdownify browser bugs, add config vars for shorthand urls
Mark Otto [Sun, 13 Jul 2014 08:43:26 +0000 (01:43 -0700)] 
markdownify browser bugs, add config vars for shorthand urls

11 years agoabout header
Mark Otto [Sun, 13 Jul 2014 08:38:08 +0000 (01:38 -0700)] 
about header

11 years agofix paths
Mark Otto [Sun, 13 Jul 2014 08:38:03 +0000 (01:38 -0700)] 
fix paths

11 years agomarkdownify about docs
Mark Otto [Sun, 13 Jul 2014 08:35:29 +0000 (01:35 -0700)] 
markdownify about docs

11 years agolayout section
Mark Otto [Sun, 13 Jul 2014 08:30:32 +0000 (01:30 -0700)] 
layout section

11 years agomove media to layout
Mark Otto [Sun, 13 Jul 2014 08:28:19 +0000 (01:28 -0700)] 
move media to layout

11 years agofix helpers
Mark Otto [Sun, 13 Jul 2014 08:26:48 +0000 (01:26 -0700)] 
fix helpers

11 years agofix nav
Mark Otto [Sun, 13 Jul 2014 08:26:44 +0000 (01:26 -0700)] 
fix nav

11 years agomarkdownify button group
Mark Otto [Sun, 13 Jul 2014 08:23:34 +0000 (01:23 -0700)] 
markdownify button group

11 years agomarkdownify button dropdowns
Mark Otto [Sun, 13 Jul 2014 08:23:29 +0000 (01:23 -0700)] 
markdownify button dropdowns

11 years agomarkdownify responsive embed
Mark Otto [Sun, 13 Jul 2014 08:17:54 +0000 (01:17 -0700)] 
markdownify responsive embed

11 years agomarkdownify pagination
Mark Otto [Sun, 13 Jul 2014 08:17:50 +0000 (01:17 -0700)] 
markdownify pagination

11 years agomarkdownify page header
Mark Otto [Sun, 13 Jul 2014 08:17:46 +0000 (01:17 -0700)] 
markdownify page header

11 years agomarkdownify media
Mark Otto [Sun, 13 Jul 2014 08:12:11 +0000 (01:12 -0700)] 
markdownify media

11 years agomarkdownify list group
Mark Otto [Sun, 13 Jul 2014 08:12:06 +0000 (01:12 -0700)] 
markdownify list group

11 years agomarkdownify input group
Mark Otto [Sun, 13 Jul 2014 08:12:02 +0000 (01:12 -0700)] 
markdownify input group

11 years agofrontmatter that shit up
Mark Otto [Sun, 13 Jul 2014 07:59:31 +0000 (00:59 -0700)] 
frontmatter that shit up

11 years agofix nav
Mark Otto [Sun, 13 Jul 2014 07:57:32 +0000 (00:57 -0700)] 
fix nav

11 years agomove typography
Mark Otto [Sun, 13 Jul 2014 07:57:28 +0000 (00:57 -0700)] 
move typography

11 years agomarkdownify js popovers
Mark Otto [Sun, 13 Jul 2014 07:54:34 +0000 (00:54 -0700)] 
markdownify js popovers

11 years agomarkdownify js modal
Mark Otto [Sun, 13 Jul 2014 07:54:29 +0000 (00:54 -0700)] 
markdownify js modal

11 years agomarkdownify js dropdowns
Mark Otto [Sun, 13 Jul 2014 07:54:26 +0000 (00:54 -0700)] 
markdownify js dropdowns

11 years agomarkdownify js collapse
Mark Otto [Sun, 13 Jul 2014 07:54:21 +0000 (00:54 -0700)] 
markdownify js collapse

11 years agomarkdownify js carousel
Mark Otto [Sun, 13 Jul 2014 07:54:14 +0000 (00:54 -0700)] 
markdownify js carousel