| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-06 | Add comprehensive `.form-control` example(/testcase) to docs | Chris Rebert | 1 | -0/+85 | |
| Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce] | |||||
| 2016-01-06 | Remove usages of and references to <input type="datetime"> | Chris Rebert | 1 | -1/+1 | |
| It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336 Only Presto Opera ever implemented a special UI for it. [skip sauce] | |||||
| 2016-01-05 | rewrite custom file input component to use classes over nested elements | Mark Otto | 1 | -6/+6 | |
| 2016-01-05 | Change .c-select to .custom-select | Mark Otto | 1 | -2/+2 | |
| 2016-01-05 | clarify docs | Mark Otto | 1 | -1/+1 | |
| 2016-01-05 | update forms docs | Mark Otto | 1 | -30/+49 | |
| - add more details on custom checkboxes and radios for how we handle the states and how the css works - create a disabled custom checkboxes and radios example | |||||
| 2015-12-24 | Add aria-describedby to main form controls example | Patrick H. Lauke | 1 | -4/+4 | |
| 2015-12-24 | Docs: reintroduce aria-describedby advice for help text | Patrick H. Lauke | 1 | -5/+19 | |
| Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life" | |||||
| 2015-12-06 | Fix grammar in "Custom forms" docs | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-14 | fix broke markup | Mark Otto | 1 | -7/+0 | |
| 2015-11-14 | unfuck that class name change | Mark Otto | 1 | -7/+7 | |
| 2015-11-14 | Merge pull request #18250 from twbs/v4-checkbox-markup | Mark Otto | 1 | -14/+15 | |
| Checkbox validation markup (Take 2) | |||||
| 2015-11-14 | s/error/danger/ | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-14 | Simplifies markup for checkbox validation states | Zac Echola | 1 | -14/+15 | |
| 2015-10-08 | Move border-radius mixin from scss/_mixins.scss to ↵ | Chris Rebert | 1 | -3/+3 | |
| scss/mixins/_border-radius.scss Reunites the family. Closes #17791 | |||||
| 2015-10-01 | Remove random trailing less-than symbol | Liam Stanley | 1 | -1/+1 | |
| 2015-09-22 | Rename placeholders according to the classes specified | petetnt | 1 | -2/+2 | |
| 2015-09-10 | v4 - fixed incorrect inline form class in docs | Rolandas Barysas | 1 | -1/+1 | |
| 2015-09-07 | Fix usage of “its” and “it’s” | Zearin | 1 | -1/+1 | |
| 2015-09-03 | Remove dropped form-horizontal from forms.md | vsn4ik | 1 | -1/+1 | |
| 2015-09-02 | Update all usages of 'control-label' with 'form-control-label' in docs | Andrew Smith | 1 | -4/+4 | |
| 2015-09-01 | Merge pull request #17359 from caleb/patch-1 | Mark Otto | 1 | -4/+4 | |
| Update static form control example | |||||
| 2015-08-29 | Use `https` when possible. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-26 | Update static form control example | Caleb Land | 1 | -4/+4 | |
| Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label` | |||||
| 2015-08-20 | forms.md: Fix link to disabled buttons docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | forms.md: Fix rebooted form styles link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-21 | Docs: various fixes | Heinrich Fenkart | 1 | -1/+1 | |
| Mostly links. Fixes #17056. | |||||
| 2015-08-19 | v4: Fix Typo in Forms docs | Bram van Leur | 1 | -1/+1 | |
| 2015-08-18 | help text tweaks | Mark Otto | 1 | -4/+8 | |
| 2015-08-18 | document some help text examples to the docs | Mark Otto | 1 | -2/+10 | |
| 2015-08-18 | overhaul custom selects with latest from primer, shoutout | Mark Otto | 1 | -25/+8 | |
| 2015-08-14 | Massive cleanup | Mark Otto | 1 | -1/+1 | |
| - Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color | |||||
| 2015-08-12 | Remove .help-block entirely | Mark Otto | 1 | -3/+4 | |
| - Fixes #13267 somewhat. - Instead of a single, block-level class, let's use a combination of existing elements and classes. - For block-level help text, use p.text-muted. - For inline-level help text, use span.text-muted or small.text-muted. | |||||
| 2015-08-08 | rewrite some forms docs, use new validation styles and icons | Mark Otto | 1 | -110/+9 | |
| 2015-08-05 | primary btn there as well | Mark Otto | 1 | -1/+1 | |
| 2015-08-05 | restore page headers, use partial and page frontmatter to organize it | Mark Otto | 1 | -0/+1 | |
| 2015-08-04 | Merge branch 'master' into v4m | Mark Otto | 1 | -44/+42 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -2/+1 | |
| 2015-05-29 | add markdown toc stuff | Mark Otto | 1 | -0/+5 | |
| 2015-05-27 | Merge branch 'v4' of https://github.com/twbs/derpstrap into v4 | Mark Otto | 1 | -12/+12 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css | |||||
| 2015-04-27 | fix up file example | Mark Otto | 1 | -2/+2 | |
| 2015-04-23 | forms.md: fix typo | Chris Rebert | 1 | -1/+1 | |
| 2015-04-23 | Fix up some form docs styles, sizing, etc | Mark Otto | 1 | -23/+6 | |
| 2015-04-23 | Update labels and form grid examples | Mark Otto | 1 | -5/+33 | |
| 2015-04-17 | move custom forms docs to the forms docs page | Mark Otto | 1 | -0/+134 | |
| 2015-04-17 | massive rewrite of forms docs and some css | Mark Otto | 1 | -106/+181 | |
| 2015-04-17 | move remaining files to components subdir | Mark Otto | 1 | -0/+584 | |
| 2015-01-19 | consolidate forms docs | Mark Otto | 1 | -573/+0 | |
| 2015-01-19 | Merge branch 'master' into v4 | Mark Otto | 1 | -13/+69 | |
| Conflicts: _config.yml dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_includes/components/thumbnails.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/customizer-variables.html docs/_includes/footer.html docs/_includes/getting-started/download.html docs/_includes/getting-started/template.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tooltips.html docs/assets/css/docs.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/dist/css/bootstrap-theme.css docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap-theme.min.css docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js docs/examples/navbar-fixed-top/index.html docs/examples/navbar-static-top/index.html docs/examples/non-responsive/index.html docs/examples/theme/index.html grunt/configBridge.json less/alerts.less less/badges.less less/jumbotron.less less/panels.less less/tables.less less/theme.less less/variables.less package.json scss/_button-group.scss scss/_buttons.scss scss/_forms.scss | |||||
| 2015-01-05 | grunt dist | Chris Rebert | 1 | -0/+517 | |
