| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 1 | -616/+0 | |
| 2017-05-27 | update components docs | Mark Otto | 1 | -8/+2 | |
| 2017-04-27 | Documentation cleanup (inc. use of <input ... readonly> for static form ↵ | Patrick H. Lauke | 1 | -50/+50 | |
| controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead | |||||
| 2017-03-28 | Fix JS components console error "Error: <Component> is transitioning" | Pierre Vanduynslager | 1 | -0/+3 | |
| 2017-03-23 | Fix modal documentation (#22252) | Patrick Hayes | 1 | -1/+1 | |
| The example code has the class `"modal fade"`, but the visible example has the class `"modal"`. `"fade"` appears to not work for modals that you do not intend to animate onto the page | |||||
| 2017-03-23 | Fix Modal documentation about _handleUpdate method + move to public scope ↵ | Johann | 1 | -1/+7 | |
| (#21877) Fix Modal documentation about _handleUpdate method + move to public scope | |||||
| 2017-03-02 | Fix spelling error. | Sam Rapaport | 1 | -1/+1 | |
| 2017-02-27 | Fix broken links. | Bardi Harborow | 1 | -1/+1 | |
| 2017-02-09 | Change 'has no affect' to 'has no effect' | Matt Eason | 1 | -1/+1 | |
| 2017-01-11 | Fix modal id in doc | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2017-01-05 | Doc updates (#21542) | Quy | 1 | -1/+1 | |
| * Change it's to its. * Fix links * Fix typos | |||||
| 2016-12-31 | Move .table-responsive from wrapper to .table | Quy | 1 | -66/+62 | |
| 2016-12-25 | flex the modal header so we can remove custom styles | Mark Otto | 1 | -12/+11 | |
| updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox) | |||||
| 2016-12-24 | dedupe | Mark Otto | 1 | -3/+3 | |
| 2016-12-24 | started fixing nested .bd-example stuff, then rewrote the modal docs | Mark Otto | 1 | -158/+278 | |
| - better table of contents and overall structure - clearer examples of modal contents, longer modals, and modal options | |||||
| 2016-11-27 | make a brief mention of #20433 | Mark Otto | 1 | -1/+1 | |
| 2016-11-04 | Update docs to reflect new breakpoint naming convention | Eric Nolte | 1 | -4/+4 | |
| 2016-10-13 | Fixes #20897 - Changed btn-default for btn-secondary on V4's Modal ↵ | Rodrigo Castro | 1 | -1/+1 | |
| documentation page | |||||
| 2016-10-02 | Updated documentation of the focus option from the modal component. (#19409) | Patrick van Hesteren | 1 | -0/+6 | |
| 2016-10-02 | v4: Social meta tags (#20825) | Mark Otto | 1 | -0/+1 | |
| * descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements | |||||
| 2016-05-13 | Remove reference to "loaded.bs.modal" event | Heiko Jansen | 1 | -4/+0 | |
| Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too. | |||||
| 2016-03-06 | Remove iOS virtual keyboard bug section from docs | Chris Rebert | 1 | -1/+1 | |
| The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce] | |||||
| 2016-02-06 | docs/components/modal.md: Fix typo | Chris Rebert | 1 | -1/+1 | |
| Fixup for #19105 [ci skip] | |||||
| 2016-02-06 | Updat modal sizing | Mark Otto | 1 | -1/+1 | |
| - Switch from width to max-width for all widths to avoid scaling outside viewport bounds - Rejigger the media queries for a more logical breakpoint for the large and small modal sizes - Avoids changing the width of the default modal (nullifying #17794 and fixing #17581) | |||||
| 2015-12-25 | Add ellipsis to modal example code | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-11-12 | Merge pull request #17204 from petetnt/petetnt/v4-dev-patch-2 | Mark Otto | 1 | -20/+22 | |
| modal.md - wrapped rows to a .container-fluid, added .bd-example-row... | |||||
| 2015-10-27 | Capitalize header cells in option and method tables of JS docs | Chris Rebert | 1 | -3/+3 | |
| [skip sauce] | |||||
| 2015-10-16 | Remove redundant `.sr-only` text for Close buttons | Patrick H. Lauke | 1 | -7/+0 | |
| Since `aria-label` is used, it's not necessary anymore. | |||||
| 2015-09-28 | Use backticks/<code> for JS snippets in docs headings; closes #17192 | Chris Rebert | 1 | -4/+4 | |
| [skip sauce] | |||||
| 2015-09-02 | Update all usages of 'control-label' with 'form-control-label' in docs | Andrew Smith | 1 | -2/+2 | |
| 2015-08-29 | Use `https` when possible. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2015-08-21 | modal.md - wrapped rows to a .container-fluid, added .bd-example-row for ↵ | petetnt | 1 | -20/+22 | |
| better visualization | |||||
| 2015-08-20 | Modal docs: Add MDN autofocus docs link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-21 | Docs: various fixes | Heinrich Fenkart | 1 | -1/+1 | |
| Mostly links. Fixes #17056. | |||||
| 2015-08-19 | Fixed couple of formatting errors in modal.md | Pete Nykänen | 1 | -3/+3 | |
| One extra `</p>` was out of place, plus couple of issues with `'s which caused some odd formatting. | |||||
| 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-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 | -22/+20 | |
| 2015-06-18 | Merge branch 'master' into v4 | Mark Otto | 1 | -8/+8 | |
| 2015-05-29 | add markdown toc stuff | Mark Otto | 1 | -0/+5 | |
| 2015-04-16 | Redo all our callouts with the custom callout plugin | Mark Otto | 1 | -21/+29 | |
| - Replaces manual use of .bd-callout with {% callout [type] %} - Rearranged some callouts for proximity to others - Turned long lists of callouts--like those on tooltips, plugings, etc--into a list because holy shit that's overwhelming | |||||
| 2015-04-16 | rename classes from .bs-docs and .bs to .bd | Mark Otto | 1 | -18/+18 | |
| 2015-03-30 | move more js stuff to components section | Mark Otto | 1 | -0/+488 | |
