aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-09rm Travis env vars for giving Savage access to defunct custom caching systemChris Rebert1-3/+0
Reverts a1c170ed373d9076ecf76d264220a6a636239f17
2015-09-10Add `vendor/bundle` to gitignoreDavid\ Beitey1-0/+1
Ensure this directory is ignored so that any installed resources from Bundler aren't handled by Git.
2015-09-09disabled browser autocomplete on search input in docsRolandas Barysas1-1/+1
2015-09-09Drop cursor pointer for button roleDavid Leuliette1-11/+0
2015-09-09Merge pull request #17519 from twbs/v4-dev-xmr-jekyll-sitemapXhmikosR4-23/+4
Use jekyll-sitemap instead of our custom solution.
2015-09-09Merge pull request #17520 from davidjb/v4-dev-relative-gruntXhmikosR1-1/+2
Specify configBridge as relative path to source for Jekyll
2015-09-08Added NuGet install instructions to docsJesse Mandel2-0/+11
Closes #17214.
2015-09-08README: Update version number in download linkChris Rebert1-1/+1
[ci skip]
2015-09-07Merge pull request #17521 from vsn4ik/rm_v3_themeChris Rebert2-2/+1
v4 - Remove dropped v3 bootstrap-theme
2015-09-08Remove dropped v3 bootstrap-themevsn4ik2-2/+1
[ci skip]
2015-09-08Use jekyll-sitemap instead of our custom solution.XhmikosR4-23/+4
2015-09-08Add missing end of file newlines.XhmikosR2-2/+2
[ci skip]
2015-09-08Specify configBridge as relative path to sourceDavid\ Beitey1-1/+2
This adjusts the load path for the ``configBridge.json`` file from one that's relative to the user running the command (eg ``jekyll serve``), to one that's relative to the ``source`` configuration setting for Jekyll. The result is that the user can now have a (customised) ``_config.yml`` for Jekyll anywhere on her filesystem and point to Bootstrap's ``docs`` directory to use as the ``source``. Previously, in order to customise it, the original ``_config.yml`` needed to be modified inside (a forked) Bootstrap, and the ``jekyll`` command could only be run at the root of the Bootstrap package as the original file path to ``configBridge.json`` was only valid there. The existing behaviour is not affected.
2015-09-08Merge pull request #17518 from twbs/v4-dev-xmr-rm-test-infraXhmikosR6-323/+0
Remove the now unused test-infra files.
2015-09-08Remove the now unused test-infra files.XhmikosR6-323/+0
2015-09-07Add JS to fix indeterminate checkbox example in docsCorbzilla1-0/+3
Fixes #17196 Closes #17510
2015-09-07Merge pull request #17509 from Zearin/v4-dev-DOCSPatrick H. Lauke7-7/+7
Fix usage of “its” and “it’s” (v4 docs)
2015-09-07Fix usage of “its” and “it’s”Zearin7-7/+7
2015-09-06Merge pull request #17500 from mauricew/v4-dev-examplefixesMark Otto5-9/+9
v4 Fixes to examples
2015-09-06Fixes to examplesMaurice Wahba5-9/+9
2015-09-06Merge pull request #17495 from vsn4ik/mv_text_hideChris Rebert2-1/+1
v4 - Rename file with text-hide mixin
2015-09-06Add missing jQuery local fallback.XhmikosR3-0/+3
[ci skip]
2015-09-06Use jQuery 1.11.3 everywhere.XhmikosR3-3/+3
[ci skip]
2015-09-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto22-59/+26
2015-09-06gruntMark Otto8-138/+128
2015-09-06Fixes #17486: start work on responsive cards for decks, groups, and columnsMark Otto2-69/+81
2015-09-06Merge pull request #17491 from twbs/v4-dev-xmr-travis-no-gem-installThomas McDonald2-1/+1
Remove `gem install scss_lint` from Travis.
2015-09-06Rename file with text-hide mixinvsn4ik2-1/+1
2015-09-06Merge pull request #17492 from twbs/v4-dev-xmr-docs-jsXhmikosR20-58/+25
Clean up inclusion of IE-specific JS files.
2015-09-06Clean up inclusion of IE-specific JS files.XhmikosR20-58/+25
Move them to footer, and remove duplicate ones. [ci skip]
2015-09-06Remove `gem install scss_lint` from Travis.XhmikosR2-1/+1
Instead, use `bundleExec: true` for grunt-scss-lint.
2015-09-05gruntMark Otto8-10/+10
2015-09-05Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for itMark Otto2-3/+9
2015-09-05gruntMark Otto10-168/+72
2015-09-05remoe comment /cc @cvrebertMark Otto1-1/+1
2015-09-05Merge pull request #17477 from patrickhlauke/v4-skippyPatrick H. Lauke2-0/+13
Port skiplink styling from v3 to v4
2015-09-05Merge pull request #17369 from twbs/v4-dev-xmr-docs-imgXhmikosR8-0/+0
Compress images.
2015-09-05Merge pull request #17364 from twbs/avoid-parent-selector-suffix2Gleb Mazovetskiy4-25/+15
Remove all uses of `selector &` to support nested import
2015-09-05Port skiplink styling from v3 to v4Patrick H. Lauke2-0/+13
2015-09-04Merge pull request #17404 from vincent4j/patch-1Mark Otto1-0/+5
add Chinese translations website boot4.com
2015-09-05Merge pull request #17436 from twbs/v4-dev-xmr-depsXhmikosR25-1009/+696
Update dependecies.
2015-09-05Run `grunt`.XhmikosR22-103/+148
2015-09-05Update htmllint rules for the new version.XhmikosR1-1/+1
2015-09-05Update devDependencies.XhmikosR2-905/+547
2015-09-05Merge pull request #17373 from twbs/v4-dev-xmr-holderjsXhmikosR5-32/+33
Update Holder.js to v2.8.2.
2015-09-05Update Holder.js to v2.8.2.XhmikosR5-32/+33
[ci skip]
2015-09-04gruntMark Otto11-41/+65
2015-09-04float the breadcrumb items to deal with that pesky inline-block madnessMark Otto1-3/+3
2015-09-04clean up nav.yml, nullifies #17470Mark Otto1-24/+1
2015-09-03removes holder.js references from example docsCorbzilla1-0/+5