| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-11 | Reorganize docs for easier deploys | Mark Otto | 11 | -309/+0 | |
| With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager. | |||||
| 2018-04-29 | dist | Mark Otto | 1 | -2/+2 | |
| 2018-04-27 | Add comment in docs JS files. | XhmikosR | 3 | -1/+9 | |
| 2018-04-27 | Pass docs version to search form and switch to the new index. | XhmikosR | 2 | -28/+38 | |
| Also, move the search code to a separate file. | |||||
| 2018-04-10 | Update dependencies and gems (#26234) | XhmikosR | 1 | -1/+1 | |
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 1 | -1/+1 | |
| * 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-02 | Fix broken URI fragments and redirects. | XhmikosR | 1 | -1/+1 | |
| 2018-03-31 | dist | Mark Otto | 1 | -6/+6 | |
| 2018-03-21 | Update dependencies. | XhmikosR | 3 | -7/+7 | |
| 2018-03-14 | Alternative solution. | XhmikosR | 1 | -2/+7 | |
| 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-14 | Enable docsearch in development env. | m5o | 1 | -1/+2 | |
| Previously a search redirected to `https://getbootstrap.com/...` | |||||
| 2018-01-23 | Update jQuery to v3.3.1. (#25398) | XhmikosR | 1 | -4/+2 | |
| 2018-01-16 | dist | Mark Otto | 1 | -2/+2 | |
| 2018-01-14 | Update copyright for 2k18 (#25303) | Mark Otto | 1 | -2/+2 | |
| * Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018 | |||||
| 2018-01-11 | dist | Mark Otto | 1 | -1/+1 | |
| 2018-01-11 | Comply to the new rules. | XhmikosR | 2 | -3/+2 | |
| 2018-01-11 | Clean up and tweak ESLint rules. | XhmikosR | 2 | -0/+27 | |
| Also, refactor ESLint and stylelint config files; now everything will work from our root dir. | |||||
| 2017-12-30 | dist | Mark Otto | 1 | -4/+7 | |
| 2017-12-31 | Move inline JS outside of HTML. (#25140) | XhmikosR | 1 | -1/+31 | |
| 2017-12-31 | application.js: make the clipboard button selector more restrictive. | XhmikosR | 1 | -1/+1 | |
| 2017-12-22 | dist | Mark Otto | 1 | -1/+1 | |
| 2017-12-05 | Remove page reload in pwa.js. (#24923) | XhmikosR | 1 | -15/+2 | |
| 2017-11-19 | Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵ | XhmikosR | 3 | -33/+3 | |
| (#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js. | |||||
| 2017-11-16 | Update popper.js to v1.12.9. (#24797) | XhmikosR | 1 | -1/+1 | |
| 2017-10-23 | Update popper.js to v1.12.6 and package-lock.json. (#24512) | XhmikosR | 1 | -1/+2 | |
| 2017-10-01 | dist | Mark Otto | 1 | -3/+9 | |
| 2017-09-26 | Add eslint-plugin-compat. | XhmikosR | 1 | -2/+2 | |
| We can check for browser compatibility on lint time now. | |||||
| 2017-09-20 | Update anchor.js to v4.1.0. (#24011) | XhmikosR | 1 | -2/+2 | |
| 2017-09-15 | Pre-cache key assets with Workboxjs. (#23533) | Michael | 1 | -0/+15 | |
| 2017-08-23 | Update Popper.js to 1.12.3 | Johann-S | 1 | -1/+1 | |
| 2017-08-23 | Tweak ESLint rules. | XhmikosR | 1 | -1/+1 | |
| 2017-08-15 | Register a service worker. | XhmikosR | 1 | -0/+15 | |
| 2017-08-09 | move to div for block level | Mark Otto | 1 | -1/+1 | |
| 2017-08-09 | replacement fix for #23257 without old history | Mark Otto | 1 | -10/+5 | |
| 2017-07-28 | Update Popper.js to 1.11.0 (#23162) | Johann-S | 1 | -2/+1 | |
| 2017-07-28 | Fix ESLint docs errors. (#23163) | XhmikosR | 1 | -1/+1 | |
| 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-16 | Update dependencies. | Bardi Harborow | 3 | -8165/+9 | |
| 2017-07-04 | Update Popper.js to 1.10.8 | Johann-S | 1 | -3/+5 | |
| 2017-06-14 | Update Popper.js 1.10.1 | Johann-S | 1 | -1/+1 | |
| 2017-05-29 | redesign anchors | Mark Otto | 1 | -2/+4 | |
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 9 | -0/+8392 | |
| 2013-09-23 | move /assets/ to /docs-assets/ ; fixes #10715 | Chris Rebert | 11 | -2447/+0 | |
| 2013-09-23 | Update html5shiv to v3.7.0. | XhmikosR | 1 | -4/+4 | |
| 2013-09-19 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -2/+2 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-19 | Update jszip.js to the latest git. | XhmikosR | 1 | -2/+2 | |
| 2013-09-16 | run grunt | Mark Otto | 1 | -1/+1 | |
| 2013-09-11 | Massive customizer audit and overhaul | Mark Otto | 1 | -1/+1 | |
| 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-11 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -0/+15 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-09-11 | run grunt | Mark Otto | 1 | -1/+1 | |
| 2013-09-11 | fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the ↵ | Mark Otto | 1 | -0/+15 | |
| docs | |||||
