0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-03 15:24:19 +01:00
Commit Graph

11847 Commits

Author SHA1 Message Date
Chris Rebert
1383b88328 Merge pull request #16012 from twbs/refs-12761
Disable jQuery event aliases when running test suite
2015-03-09 17:47:51 -07:00
Bootstrap's Grunt bot
f972a84dd7 automatic grunt dist 2015-03-09 16:21:12 +00:00
Chris Rebert
f65bd7bed0 Merge pull request #16021 from twbs/visibility-block
rm `visibility` where redundant to `display`
2015-03-09 09:14:16 -07:00
Mark Otto
e70d83dc5d comment out download options for now 2015-03-09 15:40:32 +00:00
Mark Otto
52d2a14ebe simplify js docs overview section 2015-03-09 15:35:45 +00:00
Mark Otto
14e3b6b7bd scope the anchor highlighting 2015-03-09 15:21:34 +00:00
Mark Otto
bbce37c52d fix page layout for examples overview 2015-03-09 15:21:05 +00:00
Mark Otto
974d9cfb65 more component alignment fixes for docs 2015-03-09 15:08:13 +00:00
Mark Otto
707e008d4b copy change 2015-03-09 15:03:11 +00:00
Mark Otto
46313d5d06 fix alignment of progress elements in examples 2015-03-09 15:03:06 +00:00
Mark Otto
edecd2c5f3 nuke theme toggler js 2015-03-09 15:02:51 +00:00
Mark Otto
e29455814f typo 2015-03-09 14:50:40 +00:00
Mark Otto
4bc321926f input groups subnav 2015-03-09 14:50:04 +00:00
Mark Otto
5f2872c561 input groups: drop the tooltips warning, move accessibility notice to a sub section 2015-03-09 14:48:51 +00:00
Mark Otto
81259b9c4c simplify input group docs to remove two notices, condense some language 2015-03-09 14:46:32 +00:00
Mark Otto
454cc55e31 remove justified button groups 2015-03-09 14:32:30 +00:00
Mark Otto
fd3b376e0d fix examples alignment 2015-03-09 14:30:41 +00:00
Mark Otto
7dcd9c5d63 remove all customizer comments from variables file 2015-03-09 14:18:25 +00:00
Mark Otto
01d1090ed2 grunt action 2015-03-09 14:08:20 +00:00
Mark Otto
8d6c89ec3d nuke those for now 2015-03-09 14:08:13 +00:00
Mark Otto
6944e418eb docs redesign a bit 2015-03-09 14:07:46 +00:00
Bootstrap's Grunt bot
fbc5d8ee41 automatic grunt dist 2015-03-09 14:03:04 +00:00
Chris Rebert
e4d6fbf715 Merge pull request #16023 from twbs/doc-body
Affix: $('body') => $(document.body)
2015-03-09 06:58:03 -07:00
Chris Rebert
a14665e73e avoid unnecessary HTML string building+parsing 2015-03-09 06:47:34 -07:00
Chris Rebert
a5243ad3d0 Affix: $('body') => $(document.body) 2015-03-09 06:43:41 -07:00
Bootstrap's Grunt bot
253dfc0d3d automatic grunt dist 2015-03-09 08:41:21 +00:00
Chris Rebert
b6b0fe7d22 rm visibility where redundant to display
Refs #15755
2015-03-09 01:40:26 -07:00
Chris Rebert
38fbd8fe35 Merge pull request #15755 from jitendravyas/master
Removed `visibility: hidden !important` from `.hidden` class
2015-03-09 01:36:00 -07:00
Bootstrap's Grunt bot
c178995b87 automatic grunt dist 2015-03-09 08:11:37 +00:00
Chris Rebert
725c6848c3 Disable jQuery event aliases when running test suite
To ensure that we don't accidentally use any of the aliases.
This should prevent any future regressions from #12761.
Also updates the test suite since it now can't use these aliases either.
2015-03-09 01:05:43 -07:00
Chris Rebert
21d56378e1 Merge pull request #16011 from twbs/fix-15315
.collapse('hide') on hidden uninit-ed collapsible no longer shows it
2015-03-09 01:03:27 -07:00
Chris Rebert
2c56b0feb0 Merge pull request #16018 from twbs/modal-visual
Enhancements to Modal visual test
2015-03-08 21:33:25 -07:00
Chris Rebert
f41acae9fc add TODO item regarding clean-css v3.2 & zeroUnits
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-08 21:31:58 -07:00
Chris Rebert
a134491fe5 add togglable scrollbar-inducing content to Modal visual test 2015-03-07 06:40:57 -08:00
Chris Rebert
6ddb8c2dd7 add static navbar to Modal visual test 2015-03-07 06:39:46 -08:00
XhmikosR
e7efd81033 .gitignore: Remove obsolete files.
They are grunt-html-validation leftovers.

[ci skip]
2015-03-07 10:11:28 +02:00
Chris Rebert
64ca888cbc Merge pull request #15999 from twbs/kkirsche-includeTestsReadme
Document JS test suite basics
2015-03-06 23:28:30 -08:00
Kevin Kirsche
ba2f7e92d0 [Fixes #15951] Document JS test suite basics
X-Ref: #15953
Closes #15952 by merging a tweaked version of it.
[skip sauce]
[skip validator]
2015-03-06 23:27:00 -08:00
Chris Rebert
5c8d56d515 Collapse unit test: rm check that no-op hide adds style="height: 0px"
Appears to be unnecessary and is broken by #16011,
which is otherwise quite sane.
2015-03-06 18:10:53 -08:00
Chris Rebert
872e56fcf2 .collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes #15315
Thanks to @peterblazejewicz & @Nikita240
Adds unit tests based on #14417
X-Ref: #14282
Closes #15807
2015-03-06 06:58:48 -08:00
Chris Rebert
01aa0d840a Merge pull request #16007 from molly/master
Update initial release announcement dead link
2015-03-05 16:42:12 -08:00
Molly White
2bb0ac38e1 Remove dead link to release announcement
Found it! They just changed the link.
2015-03-05 18:44:55 -05:00
Julian Thilo
a97bfd6308 Merge pull request #16004 from kkirsche/patch-2
[Fix #16001] Add link to Vietnamese translation
2015-03-05 18:40:33 +00:00
Kevin Kirsche
a884ce9349 [Fix #16001] Add link to Vietnamese translation
[Fix #16001] Add link to Vietnamese translation
2015-03-05 09:39:47 -05:00
Bootstrap's Grunt bot
a97b7ec344 automatic grunt dist 2015-03-04 09:41:15 +00:00
Chris Rebert
3c190908ca Merge pull request #15988 from twbs/fix-15874
Hiding an uninitialized tooltip/popover no longer initializes it
2015-03-04 01:40:01 -08:00
Chris Rebert
27bbc7dbe9 Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874 2015-03-03 22:22:13 -08:00
Chris Rebert
cc39f5c52d add role="button" to a[data-toggle="collapse"]; fixes #15972 2015-03-03 13:18:36 -08:00
Bootstrap's Grunt bot
2f17289ab6 automatic grunt dist 2015-03-03 21:11:15 +00:00
Chris Rebert
168297c779 rm semicolon for sake of fat's eccentric tastes
Erratum from #15496
2015-03-03 13:06:32 -08:00