]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Chris Rebert [Fri, 9 Aug 2013 07:59:43 +0000 (00:59 -0700)]
Merge pull request #9273 from liuyl/navbars
navbar.less
liuyl [Fri, 9 Aug 2013 07:44:10 +0000 (15:44 +0800)]
navbar.less
Chris Rebert [Fri, 9 Aug 2013 07:28:08 +0000 (00:28 -0700)]
Merge pull request #9271 from liuyl/panels
refactor panels.less
liuyl [Fri, 9 Aug 2013 07:24:38 +0000 (15:24 +0800)]
panels
Jacob Thornton [Fri, 9 Aug 2013 07:16:47 +0000 (00:16 -0700)]
fixes #6159
Jacob Thornton [Fri, 9 Aug 2013 06:08:40 +0000 (23:08 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Jacob Thornton [Fri, 9 Aug 2013 06:07:14 +0000 (23:07 -0700)]
add loading class for mdo to style on customizer
Chris Rebert [Thu, 8 Aug 2013 20:29:46 +0000 (13:29 -0700)]
fix 'Calcuated' typo & run grunt; thanks @FagnerMartinsBrack
fixes typo introduced in
2b6ec389876fac116ae2a152e47be321632dd9ba
Chris Rebert [Thu, 8 Aug 2013 19:07:27 +0000 (12:07 -0700)]
Fix Find/Replace-o; good catch, @FagnerMartinsBrack!
Problem introduced in
6b23a66c29c3613c6792a257aafa949c81746597
Jacob [Thu, 8 Aug 2013 06:37:05 +0000 (23:37 -0700)]
Merge pull request #9089 from jdiamond/3.0.0-wip
accordion's data-parent can't contain dots
Jacob Thornton [Thu, 8 Aug 2013 06:15:03 +0000 (23:15 -0700)]
zip js as well …
Jacob Thornton [Thu, 8 Aug 2013 06:10:11 +0000 (23:10 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Conflicts:
_layouts/customize.html
Jacob Thornton [Thu, 8 Aug 2013 06:06:29 +0000 (23:06 -0700)]
first prototype of new customizer
Mark Otto [Thu, 8 Aug 2013 01:11:15 +0000 (18:11 -0700)]
Merge pull request #9200 from geedmo/3.0.0-wip
Update to use @list-group-border-radius
Mark Otto [Thu, 8 Aug 2013 01:10:52 +0000 (18:10 -0700)]
Merge pull request #9201 from ggam/patch-11
Added panel-variant mixin
Chris Rebert [Wed, 7 Aug 2013 20:32:45 +0000 (13:32 -0700)]
Merge pull request #9210 from twbs/browserstack-travis-pr-fix-take-2
apparently PRs against twbs/bootstrap have the same Travis slug
Chris Rebert [Wed, 7 Aug 2013 20:27:27 +0000 (13:27 -0700)]
apparently PRs against twbs/bootstrap have the same Travis slug
Guillermo González de Agüero [Wed, 7 Aug 2013 18:19:12 +0000 (20:19 +0200)]
Updated panels.less to use variant-panel mixin
Guillermo González de Agüero [Wed, 7 Aug 2013 18:15:12 +0000 (20:15 +0200)]
Added panel-variant mixin
geedmo [Wed, 7 Aug 2013 17:47:47 +0000 (14:47 -0300)]
Update to use @list-group-border-radius
Mark Otto [Wed, 7 Aug 2013 15:34:33 +0000 (08:34 -0700)]
Merge pull request #9198 from bwhitty/3.0.0-wip
Fixed #9196 - malformed HTML in doc
Mark Otto [Wed, 7 Aug 2013 15:25:42 +0000 (08:25 -0700)]
Merge pull request #9191 from ggam/patch-10
Fixed link to JavaScript buttons plugin
Braden Whitten [Wed, 7 Aug 2013 13:18:12 +0000 (09:18 -0400)]
Fixed #9196 - malformed HTML in doc
Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196
Guillermo González de Agüero [Wed, 7 Aug 2013 10:42:46 +0000 (12:42 +0200)]
Fixed link to JavaScript buttons plugin
Mark Otto [Wed, 7 Aug 2013 07:28:44 +0000 (00:28 -0700)]
property order
Mark Otto [Wed, 7 Aug 2013 07:28:23 +0000 (00:28 -0700)]
copy changes
adamjacobbecker [Wed, 7 Aug 2013 04:25:36 +0000 (21:25 -0700)]
Improve accessibility (Section 508, WCAG)
This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices.
What was done
- Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria)
- Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users.
- Advised users to always use label elements. For inline forms, they can hide them with `.sr-only`
- Added 'Skip navigation' link
- Added "Accessibility" section to getting-started.html.
What *wasn't* done
- Contrast issues (twbs#3572)
- Tooltips (twbs#8469)
- Documentation re: usage of icons, since they now live in a separate repo
Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.
Mark Otto [Wed, 7 Aug 2013 04:11:16 +0000 (21:11 -0700)]
fixes #8959: only negative indent rows within .container (prevents horizontal scroll on full-width pages)
Mark Otto [Wed, 7 Aug 2013 04:00:12 +0000 (21:00 -0700)]
fixes #8935: add gutter width param to grid mixins
Chris Rebert [Wed, 7 Aug 2013 03:19:59 +0000 (20:19 -0700)]
Merge pull request #9183 from twbs/fix-other-peoples-travis-builds
disable BrowserStack for folks w/o their own key who are making PRs
Chris Rebert [Wed, 7 Aug 2013 02:54:15 +0000 (19:54 -0700)]
disable BrowserStack for folks w/o their own key who are making PRs
Mark Otto [Wed, 7 Aug 2013 01:29:24 +0000 (18:29 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Wed, 7 Aug 2013 01:29:18 +0000 (18:29 -0700)]
little better spacing between major sections in le docs for jump to nav
Mark Otto [Wed, 7 Aug 2013 01:09:49 +0000 (18:09 -0700)]
Merge pull request #9120 from FLOKER/patch-2
fix scrollSpy instructions for JS call
Mark Otto [Wed, 7 Aug 2013 01:06:36 +0000 (18:06 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Wed, 7 Aug 2013 01:05:37 +0000 (18:05 -0700)]
update use of mixins and add bg-colors where necessary
Mark Otto [Wed, 7 Aug 2013 01:05:24 +0000 (18:05 -0700)]
Merge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into archanl-3.0.0-wip
Conflicts:
less/mixins.less
Chris Rebert [Wed, 7 Aug 2013 00:56:20 +0000 (17:56 -0700)]
Temporarily disable IE BrowserStack testing, to fix the build
Per @mdo's request.
Can re-enable IE after @fat figures out wassup w/ the unittest failures.
Mark Otto [Wed, 7 Aug 2013 00:51:31 +0000 (17:51 -0700)]
Merge pull request #9175 from twbs/bs3_third_party_support_docs
BS3: Add third party support docs
Mark Otto [Wed, 7 Aug 2013 00:46:40 +0000 (17:46 -0700)]
some copy editing
Mark Otto [Wed, 7 Aug 2013 00:40:33 +0000 (17:40 -0700)]
Merge branch '3.0.0-wip' into bs3_third_party_support_docs
Mark Otto [Wed, 7 Aug 2013 00:29:52 +0000 (17:29 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Wed, 7 Aug 2013 00:29:41 +0000 (17:29 -0700)]
Pull from GitHub downloads for latest v3-wip on homepage
/cc @cv
Mark Otto [Wed, 7 Aug 2013 00:28:02 +0000 (17:28 -0700)]
Fixes #8749: prevent navbar nav from overlapping navbar toggle
Mark Otto [Tue, 6 Aug 2013 23:45:16 +0000 (16:45 -0700)]
Merge pull request #9171 from twbs/bs3_winph8_ie10_bug_town_usa_omgwtfbbq
Fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo
Mark Otto [Tue, 6 Aug 2013 23:39:18 +0000 (16:39 -0700)]
Fix #9174: pad bottom of navbar collapsed content and clear floated contents
Mark Otto [Tue, 6 Aug 2013 23:30:28 +0000 (16:30 -0700)]
add third party support section to the docs
Mark Otto [Tue, 6 Aug 2013 23:02:07 +0000 (16:02 -0700)]
grunt dist on previous commit
Mark Otto [Tue, 6 Aug 2013 22:52:06 +0000 (15:52 -0700)]
For @cvrebert
Mark Otto [Tue, 6 Aug 2013 22:41:50 +0000 (15:41 -0700)]
Merge pull request #8731 from nrw/patch-1
Format multiple badges in list-group-item
Mark Otto [Tue, 6 Aug 2013 22:21:26 +0000 (15:21 -0700)]
fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo
Mark Otto [Tue, 6 Aug 2013 21:57:14 +0000 (14:57 -0700)]
grunt dist on spacing change
Chris Rebert [Tue, 6 Aug 2013 21:25:17 +0000 (14:25 -0700)]
Merge pull request #9169 from bwhitty/3.0.0-wip
Fix spacing after '=' in popover.js
Braden Whitten [Tue, 6 Aug 2013 21:02:57 +0000 (17:02 -0400)]
Fix spacing after '='
Just added a space after a function definition to tidy up the code.
Chris Rebert [Tue, 6 Aug 2013 21:01:10 +0000 (14:01 -0700)]
update phantomjs link
Chris Rebert [Tue, 6 Aug 2013 20:17:20 +0000 (13:17 -0700)]
Merge pull request #9165 from twbs/browserstack
Browserstack testing integration (rebased, squashed, tweaked)
Chris Rebert [Tue, 6 Aug 2013 07:39:35 +0000 (00:39 -0700)]
only run browserstack tests in Travis
Rohan Jain [Tue, 30 Jul 2013 16:41:17 +0000 (22:11 +0530)]
Integrate testing with browserstack
Chris Rebert [Tue, 6 Aug 2013 19:09:44 +0000 (12:09 -0700)]
Fix #9132, but in the correct branch
People, don't PR against `gh-pages` please!
Mark Otto [Tue, 6 Aug 2013 18:40:02 +0000 (11:40 -0700)]
fixes #9140: use correct var in tables
Mark Otto [Tue, 6 Aug 2013 18:18:53 +0000 (11:18 -0700)]
Fixes #9145: Fix tooltip opacity
Update tooltips to not use RGBa colors so IE8 can have tooltips, too
(means we're now using `opacity`).
Mark Otto [Tue, 6 Aug 2013 18:18:12 +0000 (11:18 -0700)]
Fixes #9150: Hide popover titles in IE8
Properly hides popover titles in IE8 because apparently it doesn't
accept the `:empty` selector. /cc @fat @cvrebert
Mark Otto [Tue, 6 Aug 2013 16:46:58 +0000 (09:46 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Chris Rebert [Tue, 6 Aug 2013 16:28:04 +0000 (09:28 -0700)]
Merge pull request #9157 from alienlebarge/3.0.0-wip
Add links to Recess, Uglify-js & PhantomJS in README
Cédric Aellen [Tue, 6 Aug 2013 13:06:25 +0000 (15:06 +0200)]
Link to phantomjs
Cédric Aellen [Tue, 6 Aug 2013 13:04:52 +0000 (15:04 +0200)]
link to Uglify-js repo
Cédric Aellen [Tue, 6 Aug 2013 12:57:34 +0000 (14:57 +0200)]
links to Recess repo
Florian Weber [Tue, 6 Aug 2013 09:44:55 +0000 (11:44 +0200)]
Update javascript.html
Mark Otto [Tue, 6 Aug 2013 03:55:30 +0000 (20:55 -0700)]
Scope tablet classes to tablets range only
Fixes #9128
Chris Rebert [Tue, 6 Aug 2013 03:32:07 +0000 (20:32 -0700)]
Merge pull request #9134 from neilhem/3.0.0-wip
remove repeated 'pagination' class in code example
Rakhat Jabagin [Tue, 6 Aug 2013 03:19:07 +0000 (09:19 +0600)]
remove repeated 'pagination' class in code example
Mark Otto [Tue, 6 Aug 2013 03:01:45 +0000 (20:01 -0700)]
Merge pull request #9123 from twbs/bs3_alerts_default_class
Update labels to include a base class (fixes #8752)
Mark Otto [Tue, 6 Aug 2013 03:00:23 +0000 (20:00 -0700)]
Merge branch '3.0.0-wip' into bs3_alerts_default_class
Conflicts:
dist/css/bootstrap.min.css
Mark Otto [Tue, 6 Aug 2013 02:36:19 +0000 (19:36 -0700)]
Merge pull request #9130 from twbs/straight-up-wrong
Fix pixel values in Responsive Utilities docs to match the actual code
Chris Rebert [Tue, 6 Aug 2013 00:43:29 +0000 (17:43 -0700)]
Fix pixel values in Responsive Utilities docs to match the actual code
Mark Otto [Mon, 5 Aug 2013 23:16:58 +0000 (16:16 -0700)]
fixes #8647: remove focus outline on :focus of buttons in button groups
Mark Otto [Mon, 5 Aug 2013 23:15:43 +0000 (16:15 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 23:15:36 +0000 (16:15 -0700)]
remove dupe border-box
Mark Otto [Mon, 5 Aug 2013 23:14:48 +0000 (16:14 -0700)]
Merge pull request #9124 from geedmo/3.0.0-wip
Fix Issue #8175 - .input-group-addon broken in Firefox
Mark Otto [Mon, 5 Aug 2013 23:03:10 +0000 (16:03 -0700)]
Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip
Conflicts:
customize.html
less/alerts.less
less/badges.less
less/button-groups.less
less/buttons.less
less/carousel.less
geedmo [Mon, 5 Aug 2013 22:58:38 +0000 (19:58 -0300)]
Fix Issue #8175 - remove lh for input-lg|sm
geedmo [Mon, 5 Aug 2013 22:43:39 +0000 (19:43 -0300)]
Fix Issue #8175
Mark Otto [Mon, 5 Aug 2013 22:40:22 +0000 (15:40 -0700)]
Merge pull request #9121 from Flydiverny/alerts
Added padding variable for alerts and changed customize.html
Mark Otto [Mon, 5 Aug 2013 22:35:16 +0000 (15:35 -0700)]
Remove dupe hover background color
Mark Otto [Mon, 5 Aug 2013 22:30:28 +0000 (15:30 -0700)]
Update labels to include a base class
* Builds on the new button styles by requiring a `.btn-default` for the
regular, gray labels
* Updates components examples to show new stuff
Markus Maga [Mon, 5 Aug 2013 22:29:19 +0000 (00:29 +0200)]
Comma for clarification
Markus Maga [Mon, 5 Aug 2013 22:06:57 +0000 (00:06 +0200)]
Added padding variable for alerts and changed customize.html Warning state (which doesn't exist anymore)
Mark Otto [Mon, 5 Aug 2013 21:45:00 +0000 (14:45 -0700)]
Fixes #8732: unfucks disabled fieldset form example with form groups
Florian Weber [Mon, 5 Aug 2013 21:37:08 +0000 (23:37 +0200)]
fix scrollSpy instructions for JS call
Don't really know if this is correct, but at least it only worked for me that way...
Mark Otto [Mon, 5 Aug 2013 21:20:46 +0000 (14:20 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 21:19:32 +0000 (14:19 -0700)]
Enable scrollable responsive nav bar
Fixes #9007 in a hopefully decent way
Chris Rebert [Mon, 5 Aug 2013 20:13:54 +0000 (13:13 -0700)]
carousel.less: copyedit explanatory comment
Mark Otto [Mon, 5 Aug 2013 19:20:52 +0000 (12:20 -0700)]
Merge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright
Conflicts:
dist/css/bootstrap.min.css
Mark Otto [Mon, 5 Aug 2013 19:17:09 +0000 (12:17 -0700)]
Fixes #8150: add `.static-form-control` for vertical alignment of static form text
- Also fixes the vertical alignment of labels in horizontal layouts on
account of the recent button and input padding changes
- Also changes the vertical alignment of the checkboxes and radios in
horizontal forms
Mark Otto [Mon, 5 Aug 2013 18:59:32 +0000 (11:59 -0700)]
Fixes #8872: widen the carousel indicators to prevent wrapping
Mark Otto [Mon, 5 Aug 2013 18:47:12 +0000 (11:47 -0700)]
Fixes #8795, a reoccurence of #1969
Mark Otto [Mon, 5 Aug 2013 18:30:59 +0000 (11:30 -0700)]
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 18:30:50 +0000 (11:30 -0700)]
More button updates
- Fixes #9113 (caret colors in dropdown buttons)
- Darken borders around buttons for contrast in button groups
Chris Rebert [Mon, 5 Aug 2013 17:50:23 +0000 (10:50 -0700)]
Merge pull request #9110 from chrisseaton/help-block-fix
Update css.html
Chris Seaton [Mon, 5 Aug 2013 17:48:51 +0000 (18:48 +0100)]
Update css.html
.help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing.