Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets/js
AgeCommit message (Collapse)Author
2018-04-30distMark Otto
2018-04-27Add comment in docs JS files.XhmikosR
2018-04-27Pass docs version to search form and switch to the new index.XhmikosR
Also, move the search code to a separate file.
2018-04-10Update dependencies and gems (#26234)XhmikosR
2018-04-09Ship v4.1.0 (#26218)v4.1.0Mark Otto
* update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html
2018-04-02Fix broken URI fragments and redirects.XhmikosR
2018-03-31distMark Otto
2018-03-21Update dependencies.XhmikosR
2018-03-14Alternative solution.XhmikosR
Rely on `site.url` which is different for production. In that case do nothing with the search result, otherwise when in development remove our url from it.
2018-03-14Enable docsearch in development env.m5o
Previously a search redirected to `https://getbootstrap.com/...`
2018-01-23Update jQuery to v3.3.1. (#25398)XhmikosR
2018-01-17distMark Otto
2018-01-15Update copyright for 2k18 (#25303)Mark Otto
* Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018
2018-01-12distMark Otto
2018-01-11Comply to the new rules.XhmikosR
2018-01-11Clean up and tweak ESLint rules.XhmikosR
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.
2017-12-31distMark Otto
2017-12-31Move inline JS outside of HTML. (#25140)XhmikosR
2017-12-31application.js: make the clipboard button selector more restrictive.XhmikosR
2017-12-23distMark Otto
2017-12-05Remove page reload in pwa.js. (#24923)XhmikosR
2017-11-19Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵XhmikosR
(#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js.
2017-11-16Update popper.js to v1.12.9. (#24797)XhmikosR
2017-10-23Update popper.js to v1.12.6 and package-lock.json. (#24512)XhmikosR
2017-10-01distMark Otto
2017-09-26Add eslint-plugin-compat.XhmikosR
We can check for browser compatibility on lint time now.
2017-09-20Update anchor.js to v4.1.0. (#24011)XhmikosR
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael
2017-08-23Update Popper.js to 1.12.3Johann-S
2017-08-23Tweak ESLint rules.XhmikosR
2017-08-15Register a service worker.XhmikosR
2017-08-09move to div for block levelMark Otto
2017-08-09replacement fix for #23257 without old historyMark Otto
2017-07-28Update Popper.js to 1.11.0 (#23162)Johann-S
2017-07-28Fix ESLint docs errors. (#23163)XhmikosR
Ignore ESLint error in ie-emulation-modes-warning.js. Although the error is valid, enough time has been spent on old IE's problems, so just ignore it.
2017-07-16Update dependencies.Bardi Harborow
2017-07-04Update Popper.js to 1.10.8Johann-S
2017-06-14Update Popper.js 1.10.1Johann-S
2017-05-30redesign anchorsMark Otto
2017-05-30Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto
2013-09-24move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert
2013-09-23Update html5shiv to v3.7.0.XhmikosR
2013-09-20Merge branch 'master' of github.com:twbs/bootstrapMark Otto
Conflicts: dist/css/bootstrap.min.css
2013-09-19Update jszip.js to the latest git.XhmikosR
2013-09-17run gruntMark Otto
2013-09-12Massive customizer audit and overhaulMark Otto
I probably missed a few things and screwed up a few others, but this takes the place of much of #9910. I haven't added many variables—that should be reserved for v3.1—but I have rejiggered the layout, added missing ones, corrected wrong values, etc. /cc @cvrebert @juthilo @saas786
2013-09-12Merge branch 'master' of github.com:twbs/bootstrapMark Otto
Conflicts: dist/css/bootstrap.min.css
2013-09-12run gruntMark Otto
2013-09-12fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵Mark Otto
docs
2013-09-06Run grunt to gen raw filesMark Otto