aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-10-28IE10 Mobile viewport bug workaround: document.querySelector('head') => ↵Chris Rebert2-2/+2
document.head Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+, so slightly simplify the JS accordingly. [skip sauce]
2015-10-28Remove http://wkbug.com/149935 from Wall of Browser BugsChris Rebert1-10/+0
It's been fixed in WebKit Nightly! See https://trac.webkit.org/changeset/191623 and http://wkbug.com/149366 Refs #17438, #14237 [ci skip]
2015-10-27Merge pull request #17919 from marciovicente/v4-devXhmikosR1-1/+1
Adding autocomplete attribute in docs input search
2015-10-27Capitalize header cells in option and method tables of JS docsChris Rebert4-12/+12
[skip sauce]
2015-10-27Change "$use-hover..." to proper "$enable-hover..."Kevin Kirsche1-1/+1
Fix #18076
2015-10-27Run `grunt`.XhmikosR6-12/+12
[ci skip]
2015-10-26Merge pull request #18069 from davidjb/patch-3Chris Rebert1-1/+1
Minor grammar tidy-up on Utilities doc page [skip]
2015-10-27Minor wording tidy-up on Utilities doc pageDavid Beitey1-1/+1
2015-10-26https://webkit.org/b/150271 has been fixed!Chris Rebert1-10/+0
See http://trac.webkit.org/changeset/191610 Refs #17913 [ci skip]
2015-10-26Merge pull request #17804 from audionerd/patch-1Chris Rebert1-2/+2
Update typography docs re: global vars [skip sauce]
2015-10-26Merge pull request #18055 from davidjb/patch-2Chris Rebert1-2/+2
Use Jekyll configuration for blog/slack URLs [skip sauce]
2015-10-26Merge pull request #17494 from twbs/v4-dev-xmr-jquery-2.xXhmikosR15-19/+18
Switch to jQuery 2.x.x.
2015-10-26Use Jekyll configuration for blog/slack URLsDavid Beitey1-2/+2
This reuses the existing URLs in the docs Jekyll configuration rather than hard coding.
2015-10-25http://crbug.com/544290 was marked duplicate of http://crbug.com/523282Chris Rebert1-2/+2
Refs #17913 [ci skip]
2015-10-24Merge pull request #18050 from tshinnic/v4_docs_navbar_scheme_name_typos_1Chris Rebert1-1/+1
v4 docs Missed navbar color scheme name changes
2015-10-24v4 docs Missed navbar color scheme name changesThomas Shinnick1-1/+1
Change d6b6a20a0daaed70ec6f395dd813ea460b394e6c missed two doc mentions of the previous names when changing to new: .navbar-default --> .navbar-light .navbar-inverse --> .navbar-dark
2015-10-24Switch to jQuery 2.1.4.XhmikosR15-19/+18
Now that we don't support IE 8 it's safe to do that.
2015-10-24Run `grunt`.XhmikosR3-18/+15
2015-10-24Fix the remaining issues for the clipboard.js switch.Zeno Rocha1-14/+23
2015-10-24Replace ZeroClipboard with clipboard.js.XhmikosR7-54/+33
Things left: 1. clear the selection after copy 2. add messages for success and error
2015-10-23Remove unnecessary .bd-popover class from docsThomas Shinnick1-3/+3
Also one spelling typo corrected. Closes #18043
2015-10-23Rename docs-specific static tooltip/popover classes for clarity; refs #18043Chris Rebert3-5/+5
[skip sauce]
2015-10-23Port #17729 to v4: Add SRI hashes to CDN links in docsChris Rebert2-6/+6
[skip sauce]
2015-10-23grunt distChris Rebert2-2/+2
2015-10-19docs/getting-started/javascript.md: Hyperlink preventDefault() mentionChris Rebert1-1/+1
[skip sauce]
2015-10-19Anonymous table bug is still present in Safari 9.0, but should be fixed in ↵Chris Rebert1-1/+1
the next version
2015-10-19Fix three small typosThomas Shinnick2-3/+3
2015-10-17Add #17913 to Wall of Browser BugsChris Rebert1-0/+20
Refs https://code.google.com/p/chromium/issues/detail?id=544290 Refs https://bugs.webkit.org/show_bug.cgi?id=150271 Closes #17913 [ci skip]
2015-10-17[V4] Fixes #17953: Update migration docs of .btn-default replacementRisan Bagja Pradana1-2/+1
[V4 Docs] Update migration docs to point out the .btn-default replacement.
2015-10-17[V4] Fixes #17953: Add migration docs of .btn-default removalRisan Bagja Pradana1-0/+5
V4 Docs - Updates to migration docs to pointed out the removal of .btn-default class and an addition of the new .btn-secondary class.
2015-10-16Fix docs for tooltips.Peshkov, Igor1-1/+1
2015-10-16Add "keyboard users" to heading for `sr-only-focusable`Patrick H. Lauke1-1/+1
2015-10-16Remove redundant `.sr-only` text for Close buttonsPatrick H. Lauke3-11/+1
Since `aria-label` is used, it's not necessary anymore.
2015-10-13Adding autocomplete attribute in docs input searchMarcio Vicente1-1/+1
2015-10-14Run `grunt`.XhmikosR16-50/+115
[ci skip]
2015-10-13Merge pull request #17817 from kkirsche/patch-29Mark Otto1-1/+1
Remove double bottom border on sub header in dashboard example
2015-10-13Merge pull request #17896 from twbs/text-capitalize-docMark Otto1-1/+1
Tweak .text-capitalize example to show what happens to interior capital letters
2015-10-13Merge pull request #17900 from kkirsche/patch-34Mark Otto1-1/+1
Use .blockquote class in V4 examples page
2015-10-12Add Wall of Browser Bugs entry for #14975Chris Rebert1-0/+10
See https://bugs.webkit.org/show_bug.cgi?id=150079 Closes #14975 [ci skip]
2015-10-12http://wkbug.com/138167 has been fixed!Chris Rebert1-10/+0
See http://trac.webkit.org/changeset/190893 Refs #9774, #14907 [ci skip]
2015-10-12Use .blockquote class in V4 examples pageKevin Kirsche1-1/+1
Fix #17888
2015-10-12Tweak .text-capitalize example to show what happens to interior capital ↵Chris Rebert1-1/+1
letters; refs #17893 [ci skip]
2015-10-11Mention ScrollPos-Styler in the migration docs; closes #17819Chris Rebert1-0/+1
2015-10-11Add docs for #17710Chris Rebert1-1/+1
2015-10-11docs/examples/cover/cover.css: Fix "inheritence" typoChris Rebert1-1/+1
2015-10-10Add Wall of Browser Bugs entry for Safari related to #17438 / #14237Chris Rebert1-0/+10
https://bugs.webkit.org/show_bug.cgi?id=149935 [skip sauce]
2015-10-10Remove em media queries note in Migration docs; no longer accurate as of #17403Chris Rebert1-1/+0
[ci skip]
2015-10-09grunt distChris Rebert2-2/+2
2015-10-09Add shrink-to-fit to getting startedPatrick H. Lauke1-1/+1
See https://github.com/twbs/bootstrap/pull/17793#issuecomment-146960473
2015-10-08Merge pull request #17775 from twbs/font-migrationChris Rebert1-1/+4
Add Glyphicons migration guidance [skip sauce]