Chris Rebert
d763e0e2a0
Merge pull request #15215 from twbs/input-date-chrome
...
Remove #12548 's entry from the Wall of Browser Bugs
[skip sauce]
2014-11-25 11:12:43 -08:00
Chris Rebert
c97d4d648f
Remove #12548 's entry from the Wall of Browser Bugs
...
Since https://crbug.com/346051 has been closed as WontFix.
Bug is now documented in MDN:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input$compare?locale=en-US&to=698785&from=693137
Refs #12548
[skip sauce]
2014-11-24 18:38:01 -08:00
Chris Rebert
44447eeefe
Give all embedded live docs examples data-example-id attrs
...
Refs #11410
2014-11-24 17:09:32 -08:00
Julian Thilo
c022d88ac5
Merge pull request #15108 from zacechola/irc_room
...
corrects IRC room
2014-11-24 15:46:14 +01:00
XhmikosR
7ea49019b8
Run grunt
.
2014-11-24 09:53:42 +02:00
Julian Thilo
33c4a2f1d7
Merge pull request #15198 from twbs/fix-15194
...
Fix #15194 : Shrink media link area
2014-11-24 01:46:59 +01:00
Chris Rebert
ede9cf0037
Merge pull request #15200 from twbs/mdn
...
add documenting in MDN as a step in browser bug handling process
2014-11-23 16:28:06 -08:00
vsn4ik
992644ee34
Update links (.../blob/master prefix) in markdown.
2014-11-23 14:50:09 +03:00
Chris Rebert
8a4757dfb0
add documenting in MDN as a step in browser bug handling process
...
[skip sauce]
[skip validator]
2014-11-22 18:33:08 -08:00
Chris Rebert
6e9d4e6907
add Apple Safari Radar entry for #8350
2014-11-22 17:48:49 -08:00
Julian Thilo
7bf002d63d
Fix #15194 : Shrink media link area
2014-11-22 13:45:32 +01:00
Chris Rebert
bc5a753b67
fix affix-top unit test to properly clean up after itself
2014-11-20 23:26:37 -08:00
Chris Rebert
7527ce93c9
Merge pull request #15187 from twbs/doc-savage-contributing
...
Document Savage cross-browser JS pull request tester bot
[skip sauce]
2014-11-20 11:00:34 -08:00
Chris Rebert
7711c9d60d
Document Savage cross-browser JS pull request tester bot
...
Refs #12352 , which is now implemented & deployed.
More info: https://github.com/twbs/savage
[skip sauce]
2014-11-20 10:59:16 -08:00
Chris Rebert
44735c83bf
Update Wall of Browser Bugs entry for #14972
...
http://crbug.com/429604 has been merged into http://crbug.com/175502
2014-11-20 10:15:43 -08:00
Chris Rebert
cab74e3238
fix typo in CONTRIBUTING.md
2014-11-20 09:49:10 -08:00
XhmikosR
0c816d910d
Merge pull request #15159 from twbs/docs-muted
...
Clean up old `muted` references and switch to `text-muted`.
2014-11-20 10:27:42 +02:00
Chris Rebert
af77842ce7
Merge pull request #15111 from twbs/events-tables-wrapping
...
Don't line wrap event names in JS plugin docs
2014-11-20 00:06:33 -08:00
XhmikosR
a1b8aa351e
Clean up old muted
references and switch to text-muted
.
2014-11-20 08:02:25 +02:00
XhmikosR
cb29c9a41d
Add a target to generate the gh-pages files.
...
It sets `github: true` for us.
2014-11-20 08:02:05 +02:00
Chris Rebert
e7818e979f
Merge pull request #15182 from twbs/sauce-sub-account
...
Switch to using sub-account of main Sauce account for Savage
2014-11-19 19:47:25 -08:00
Chris Rebert
8318227709
Switch to using sub-account of main Sauce account for Savage
...
Refs commit 6cfd811fcc
.
2014-11-19 19:43:23 -08:00
Chris Rebert
8bb59abf40
Merge pull request #15090 from twbs/dropdowns-events
...
consolidate relatedTarget docs in dropdown event docs
2014-11-19 17:33:17 -08:00
Chris Rebert
324fd0d754
Merge pull request #15177 from twbs/savage-sauce
...
Adjust build scripts for Savage
2014-11-19 17:03:02 -08:00
Chris Rebert
6575755dc4
Savage builds should not update the S3 cache
2014-11-19 16:01:20 -08:00
Chris Rebert
a1c170ed37
grant Savage access to the S3 cache
2014-11-19 16:01:03 -08:00
Chris Rebert
db95e0bd01
disable core tests for Savage builds
2014-11-19 16:00:46 -08:00
Chris Rebert
aaffe4b498
skip HTML validator for Savage builds
2014-11-19 16:00:28 -08:00
Chris Rebert
6cfd811fcc
enable Sauce access for Savage
2014-11-19 16:00:03 -08:00
Chris Rebert
34a7518b19
Merge pull request #15176 from twbs/savage-travis
...
Setup Travis event notification webhook for Savage
[skip sauce]
[skip validator]
2014-11-19 14:50:20 -08:00
Chris Rebert
3cd88866c6
Setup Travis event notification webhook for Savage
2014-11-19 14:43:45 -08:00
Chris Rebert
dcd86a8a91
grunt dist
2014-11-19 11:01:04 -08:00
Julian Thilo
4fc8da4afd
Merge pull request #15166 from vsn4ik/upd_npm_and_core_team
...
Use npm instead NPM and update twbs team link.
2014-11-18 17:08:54 +01:00
vsn4ik
e2520b8bd9
Use npm instead NPM and update twbs team link.
2014-11-18 18:46:28 +03:00
Chris Rebert
4037990237
Merge pull request #15154 from nickyod/affix-top-bug
2014-11-17 18:19:55 -08:00
Nick O'Donoghue
36b4f90f25
Fixes affix-top class not applying
...
Use scrollTop instead of colliderTop which uses the elements
offset().top, as the offset top does not account for padding.
This issue can be replicated by using a navbar-fixed-top and applying
relevant padding to the body. (A navbar-static-top with no padding on
the body does not encounter this issue)
Fixes #15078
Closes #15154 by merging it
2014-11-17 18:17:42 -08:00
Nick O'Donoghue
da79ab9488
add unit test for affix-top for padding issue
2014-11-17 18:17:40 -08:00
Chris Rebert
423825f506
Merge pull request #15161 from twbs/travis-lint
...
fix travis.yml lint errors
2014-11-17 15:49:07 -08:00
Chris Rebert
881f5fd5ca
fix travis.yml lint errors
2014-11-17 15:38:03 -08:00
Heinrich Fenkart
c2abfc0a44
grunt
2014-11-17 18:57:02 +01:00
Heinrich Fenkart
6503cb0822
Revert "Follow-up to #13074 : use spec syntax instead of deprecated mixins"
...
This reverts commit b10b373c60
.
Resolves #14937 .
2014-11-17 18:54:55 +01:00
Chris Rebert
c04f95032d
Merge pull request #15156 from Quy/master
...
Fix spelling of necolas' last name
2014-11-17 08:31:51 -08:00
Quy Ton
347ad61010
Fix name spelling
2014-11-17 08:05:26 -08:00
Chris Rebert
03f35d2dab
Since Safari has released new fixed versions, we're unlikely to take any further action on this.
2014-11-17 03:19:05 -08:00
Chris Rebert
450a9ece10
Merge pull request #15125 from patrickhlauke/docs-clean-up
...
Docs clean up - unnecessary role attributes, callout clarifications
2014-11-17 02:13:21 -08:00
Chris Rebert
8df9298b1e
Merge pull request #15152 from twbs/fix-15144
...
honor wrap option in Carousel.getItemForDirection
[skip validator]
2014-11-17 01:43:22 -08:00
XhmikosR
d782eed426
Merge pull request #15129 from twbs/examples-img-alt
...
Specify `img` alternative text.
2014-11-17 11:31:21 +02:00
Chris Rebert
7876ebd2ed
rm redundant role="button" from <button>
2014-11-16 16:34:28 -08:00
XhmikosR
1a2baf4873
Merge pull request #15139 from patrickhlauke/docs-button-section-restructure
...
Docs button section restructure
2014-11-16 17:42:33 +02:00
XhmikosR
5245bafb92
Merge pull request #15135 from hillai/patch-1
...
Add modal autofocus example
2014-11-16 17:42:05 +02:00