]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
9 years agoLosslessly compress docs images. 20287/head
XhmikosR [Tue, 12 Jul 2016 00:04:53 +0000 (03:04 +0300)] 
Losslessly compress docs images.

Used zopfli 1.0.1, with `zopflipng -m --lossy_transparent -y --iterations=1000`

Before: 23,7 KB (24.352 bytes)
After:  23,5 KB (24.079 bytes)

9 years agobutton.js: Set disabled property in addition to disabled attribute to preserve behavi...
Chris Rebert [Tue, 12 Jul 2016 11:04:40 +0000 (04:04 -0700)] 
button.js: Set disabled property in addition to disabled attribute to preserve behavior under jQuery 3 (#20278)

This code ought to have used .prop instead of .attr in the first place,
but we can't get rid of the attr manipulation now due to backward compatibility constraints.

Refs https://github.com/jquery/jquery-migrate/blob/3.0.0/warnings.md#jqmigrate-jqueryfnremoveattr-no-longer-sets-boolean-properties
Refs #16834

[skip validator]

9 years agoalert: Avoid calling jQuery('#'), it's a syntax error in jQuery 3.0 (#20019)
Dave Methvin [Tue, 12 Jul 2016 07:29:04 +0000 (00:29 -0700)] 
alert: Avoid calling jQuery('#'), it's a syntax error in jQuery 3.0 (#20019)

9 years agoPort #20175 to v3
Chris Rebert [Tue, 12 Jul 2016 03:07:45 +0000 (20:07 -0700)] 
Port #20175 to v3

[skip sauce]

9 years agoAdd Most Wanted Features entries for <dialog>
Chris Rebert [Fri, 8 Jul 2016 07:19:32 +0000 (00:19 -0700)] 
Add Most Wanted Features entries for <dialog>

Ports 0b21f2ecb1e5a3a8978cc23fa984242e9f81c62c to v3

Refs https://bugzil.la/840640
Refs https://webkit.org/b/84635

[skip sauce]

9 years agoMove browser feature requests to new "Most wanted features" section
Chris Rebert [Fri, 8 Jul 2016 07:19:12 +0000 (00:19 -0700)] 
Move browser feature requests to new "Most wanted features" section

Ports 58aca2823404d6dc18fd44ae15f7ff2f34f64705 to v3

9 years agoUpdate anchor.js to v3.2.0.
XhmikosR [Tue, 12 Jul 2016 00:34:38 +0000 (03:34 +0300)] 
Update anchor.js to v3.2.0.

[ci skip]

9 years agoMerge pull request #20258 from twbs/fix-19063-v3
XhmikosR [Tue, 12 Jul 2016 00:18:16 +0000 (03:18 +0300)] 
Merge pull request #20258 from twbs/fix-19063-v3

Tell clean-css to inline source files into sourcemap

9 years agoUpdate gems.
XhmikosR [Tue, 12 Jul 2016 00:14:43 +0000 (03:14 +0300)] 
Update gems.

[ci skip]

9 years agoRun `grunt`. 20258/head
Chris Rebert [Fri, 8 Jul 2016 05:59:33 +0000 (22:59 -0700)] 
Run `grunt`.

9 years agoTell clean-css to inline source files into sourcemap; v3 fix for #19063
Chris Rebert [Fri, 8 Jul 2016 05:58:25 +0000 (22:58 -0700)] 
Tell clean-css to inline source files into sourcemap; v3 fix for #19063

9 years agoMerge pull request #20267 from twbs/master-deps
XhmikosR [Sun, 10 Jul 2016 23:33:38 +0000 (02:33 +0300)] 
Merge pull request #20267 from twbs/master-deps

Update devDependencies and gems.

9 years agoRun grunt. 20267/head
XhmikosR [Sun, 10 Jul 2016 16:08:48 +0000 (19:08 +0300)] 
Run grunt.

[ci skip]

9 years agoUpdate gems.
XhmikosR [Sun, 10 Jul 2016 16:03:39 +0000 (19:03 +0300)] 
Update gems.

9 years agoUpdate devDependencies.
XhmikosR [Sat, 2 Jul 2016 17:55:02 +0000 (20:55 +0300)] 
Update devDependencies.

9 years agoRemove forced default focus outline
Patrick H. Lauke [Thu, 19 May 2016 09:51:05 +0000 (10:51 +0100)] 
Remove forced default focus outline

As this causes non-standard dotted outline on checkboxes/radio buttons
in OS X Firefox

Fixes #19933
Closes #19935

[skip sauce]

9 years agoMerge pull request #20259 from twbs/backport-unit-fixes
Chris Rebert [Fri, 8 Jul 2016 06:51:04 +0000 (23:51 -0700)] 
Merge pull request #20259 from twbs/backport-unit-fixes

Backport JS unit test fixes from v4

9 years agoPort #20198 to v3 20259/head
Dave Methvin [Tue, 28 Jun 2016 20:24:28 +0000 (13:24 -0700)] 
Port #20198 to v3

ScrollSpy unit test: Use single done() in a then() instead of multiple done()s

Fixes test flakiness on OS X Safari and Android when using jQuery 3.
Fixes #20182 more
Refs #20191

9 years agoPort #20190 to v3
Dave Methvin [Tue, 28 Jun 2016 01:41:00 +0000 (21:41 -0400)] 
Port #20190 to v3

Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182

Instead of doing a new assert.async(), just do a single one for the entire test
and let the .then() be async as well.

9 years agoMerge pull request #20199 from twbs/master-deps
Chris Rebert [Tue, 28 Jun 2016 20:16:32 +0000 (13:16 -0700)] 
Merge pull request #20199 from twbs/master-deps

Update dependencies

9 years agoRun `grunt`. 20199/head
XhmikosR [Tue, 28 Jun 2016 19:24:03 +0000 (22:24 +0300)] 
Run `grunt`.

[ci skip]

9 years agoUpdate devDependencies and gems.
XhmikosR [Tue, 28 Jun 2016 19:23:15 +0000 (22:23 +0300)] 
Update devDependencies and gems.

9 years agoBackport #20196 to v3.
XhmikosR [Tue, 28 Jun 2016 19:09:21 +0000 (22:09 +0300)] 
Backport #20196 to v3.

Use shx so that the npm scripts work everywhere the same.

9 years agoPort #20183 to v3
Chris Rebert [Mon, 27 Jun 2016 08:12:00 +0000 (01:12 -0700)] 
Port #20183 to v3

Add Wall of Browser Bugs entry for #20161 (#20183)

Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363

9 years agoPort #20176 to v3
Chris Rebert [Sun, 26 Jun 2016 04:32:23 +0000 (21:32 -0700)] 
Port #20176 to v3

docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)

[skip sauce]

9 years agoPort #20165 to v3
Chris Rebert [Fri, 24 Jun 2016 06:17:36 +0000 (23:17 -0700)] 
Port #20165 to v3

[skip sauce]

9 years agoPort #20143 to v3
Chris Rebert [Wed, 22 Jun 2016 08:20:01 +0000 (01:20 -0700)] 
Port #20143 to v3

Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143)

Refs http://caniuse.com/#feat=css-nth-child-of
Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo
Refs https://crbug.com/304163
Refs https://bugzil.la/854148

[skip sauce]

9 years agoPort e0c768b6671b5c79736a3267d6363d6f51b4333c to v3
Chris Rebert [Wed, 22 Jun 2016 06:20:02 +0000 (23:20 -0700)] 
Port e0c768b6671b5c79736a3267d6363d6f51b4333c to v3

https://webkit.org/b/158340 has been fixed

So remove its entry from the Wall.
Refs #20012, #20024
Refs http://trac.webkit.org/changeset/202324

[ci skip]

9 years agoCopy fonts/ into dist/ recursively (#19817)
Julien Maulny [Mon, 20 Jun 2016 05:34:27 +0000 (07:34 +0200)] 
Copy fonts/ into dist/ recursively (#19817)

[skip sauce]
[skip validator]

9 years agoPort #20089 to v3 33083/head 37394/head
Chris Rebert [Wed, 8 Jun 2016 06:50:00 +0000 (23:50 -0700)] 
Port #20089 to v3

Add Wall of Browser Bugs entries for #12832 (#20089)

Refs #12832
Refs http://getbootstrap.com/getting-started/#support-sticky-hover-mobile
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=370155
Refs https://bugs.webkit.org/show_bug.cgi?id=158517

[skip sauce]

9 years agoPort #20090 to v3
Chris Rebert [Wed, 8 Jun 2016 04:15:12 +0000 (21:15 -0700)] 
Port #20090 to v3

https://crbug.com/460200 has been fixed! (#20090)

So remove its entry from the Wall of Browser Bugs
Refs #15832

[skip sauce]
[skip validator]

9 years agoISSUE_TEMPLATE.md: Fix "questons" typo
Chris Rebert [Sun, 5 Jun 2016 22:00:37 +0000 (15:00 -0700)] 
ISSUE_TEMPLATE.md: Fix "questons" typo

[ci skip]

9 years agoPort 10ce36601d140af4fa9b6be5cc0cd5feaa8bbea3 to v3
Chris Rebert [Sat, 4 Jun 2016 07:27:56 +0000 (00:27 -0700)] 
Port 10ce36601d140af4fa9b6be5cc0cd5feaa8bbea3 to v3

https://bugzil.la/1278000 was marked as dupe of https://bugzil.la/577785

Update Wall of Browser Bugs accordingly.
Refs #19670

[ci skip]

9 years agoPort #20037 to v3
Chris Rebert [Sat, 4 Jun 2016 06:39:32 +0000 (23:39 -0700)] 
Port #20037 to v3

Add Wall of Browser Bugs entry for #19670 for Edge (#20037)

See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7787318/
Refs #19670

[skip sauce]

9 years agoPort #19706 to v3
Chris Rebert [Sat, 4 Jun 2016 06:33:38 +0000 (23:33 -0700)] 
Port #19706 to v3

[ci skip]

9 years agoPort #19984 to v3
Chris Rebert [Sat, 4 Jun 2016 06:17:51 +0000 (23:17 -0700)] 
Port #19984 to v3

Add :dir() pseudo-class feature requests to Wall of Browser Bugs (#19984)

Refs https://developer.mozilla.org/en-US/docs/Web/CSS/:dir
[skip sauce]

9 years agoPort #20036 to v3
Chris Rebert [Sat, 4 Jun 2016 06:15:19 +0000 (23:15 -0700)] 
Port #20036 to v3

Add Wall of Browser Bugs entry for #19670 for Firefox (#20036)

See https://bugzil.la/1278000
Refs #19670

[skip sauce]

9 years agoPort #20026 to v3
Chris Rebert [Fri, 3 Jun 2016 08:23:19 +0000 (01:23 -0700)] 
Port #20026 to v3

Add Wall of Browser Bugs entry for #19839 (#20026)

See https://bugzilla.mozilla.org/show_bug.cgi?id=1277782
Refs #19839

[skip sauce]

9 years agoPort #20025 to v3
Chris Rebert [Fri, 3 Jun 2016 07:18:15 +0000 (00:18 -0700)] 
Port #20025 to v3

Add Wall of Browser Bugs entry for #17695 (#20025)

See https://webkit.org/b/158342
Refs #17695.

[skip sauce]

9 years agoPort #20024 to v3
Chris Rebert [Fri, 3 Jun 2016 05:40:34 +0000 (22:40 -0700)] 
Port #20024 to v3

Add Wall of Browser Bugs entry for #20012 (#20024)

Refs https://webkit.org/b/158340
Closes #20012

[skip sauce]

9 years agoPort #20021 to v3
Chris Rebert [Thu, 2 Jun 2016 17:14:45 +0000 (10:14 -0700)] 
Port #20021 to v3

Add Wall of Browser Bugs entry for #19810 (#20021)

Refs https://crbug.com/597642
Closes #19810

[skip sauce]

9 years agoPort #20020 to v3
Chris Rebert [Thu, 2 Jun 2016 17:09:06 +0000 (10:09 -0700)] 
Port #20020 to v3

Add Wall of Browser Bugs entry for #19927 (#20020)

Refs https://webkit.org/b/158276
Closes #19927

[skip sauce]

9 years agoRemove unsupported vendor prefixes for @viewport (#19955)
eiselzby [Thu, 2 Jun 2016 17:04:20 +0000 (19:04 +0200)] 
Remove unsupported vendor prefixes for @viewport (#19955)

Fixes #19871

9 years agoFix typo in panels.less comment: Collapsable → Collapsible (#20017)
Sébastien Santoro [Wed, 1 Jun 2016 22:01:37 +0000 (00:01 +0200)] 
Fix typo in panels.less comment: Collapsable → Collapsible (#20017)

[ci skip]

9 years agoClear tooltip's $element to prevent leaking memory. Fixes #17973
Greg Sheremeta [Fri, 1 Apr 2016 19:15:22 +0000 (15:15 -0400)] 
Clear tooltip's $element to prevent leaking memory. Fixes #17973

Closes #19659

9 years agoMerge pull request #19982 from twbs/master-devDeps
Chris Rebert [Sun, 29 May 2016 21:47:08 +0000 (14:47 -0700)] 
Merge pull request #19982 from twbs/master-devDeps

Update devDependencies

9 years agoRun `grunt`. 19982/head
XhmikosR [Sun, 29 May 2016 09:34:29 +0000 (12:34 +0300)] 
Run `grunt`.

[ci skip]

9 years agoUpdate all devDependencies.
XhmikosR [Sun, 29 May 2016 09:23:39 +0000 (12:23 +0300)] 
Update all devDependencies.

Keep grunt at v0.4.5 due to some of the devDependencies not being updated for grunt 1.x.

9 years agoRun `grunt`.
XhmikosR [Sun, 29 May 2016 09:18:11 +0000 (12:18 +0300)] 
Run `grunt`.

[ci skip]

9 years agoMerge two jQuery `is()` calls in the button component by using the OR operator in...
Jonathan Persson [Fri, 31 Jul 2015 11:30:19 +0000 (14:30 +0300)] 
Merge two jQuery `is()` calls in the button component by using the OR operator in the selector instead of two function calls with the OR operator between them.

Closes #16918.

9 years agoPort #19765 to v3
Chris Rebert [Tue, 19 Apr 2016 19:18:38 +0000 (12:18 -0700)] 
Port #19765 to v3

Add Wall of Browser Bugs entries for https://webkit.org/b/156684 & https://webkit.org/b/156687

These bugs are factors in our decisions regarding which unit to use in our media queries.
Refs #17403
[skip sauce]

9 years agoPort #19946 to v3
Chris Rebert [Fri, 20 May 2016 15:59:02 +0000 (08:59 -0700)] 
Port #19946 to v3

https://crbug.com/475128 has been fixed

Remove its entry from the Wall of Browser Bugs.
Refs #16180

[skip sauce]

9 years agoPort #19958 to v3
Chris Rebert [Thu, 26 May 2016 06:18:46 +0000 (23:18 -0700)] 
Port #19958 to v3

https://webkit.org/b/144696 has been fixed

Remove its entry from the Wall of Browser Bugs
Refs #16372

[skip sauce]

9 years agoPort #19947 to v3
Chris Rebert [Fri, 20 May 2016 16:05:24 +0000 (09:05 -0700)] 
Port #19947 to v3

http://bugzil.la/924068 closed as duplicate of http://bugzil.la/545685

Update the Wall of Browser Bugs entry accordingly.

[skip sauce]

9 years agoPort #19948 to v3
Chris Rebert [Thu, 26 May 2016 06:14:41 +0000 (23:14 -0700)] 
Port #19948 to v3

https://crbug.com/427994 has been fixed

Remove its entry from the Wall of Browser Bugs.

[skip sauce]

9 years agoMerge pull request #19893 from twbs/master-jquery-1123
XhmikosR [Thu, 26 May 2016 12:40:13 +0000 (15:40 +0300)] 
Merge pull request #19893 from twbs/master-jquery-1123

Update jQuery to v1.12.4.

9 years agoBump gems.
XhmikosR [Thu, 26 May 2016 12:38:50 +0000 (15:38 +0300)] 
Bump gems.

9 years agoFix error with the new jQuery. 19893/head
XhmikosR [Thu, 26 May 2016 12:37:25 +0000 (15:37 +0300)] 
Fix error with the new jQuery.

9 years agoUpdate jQuery to v1.12.4.
XhmikosR [Fri, 13 May 2016 13:15:04 +0000 (16:15 +0300)] 
Update jQuery to v1.12.4.

9 years agoFix 2 typos; closes #19741 22103/head
Feram bot [Fri, 15 Apr 2016 14:27:16 +0000 (14:27 +0000)] 
Fix 2 typos; closes #19741

* cover.css: "inheritence" [sic]
* collapse.html: "targetting" [sic]

9 years agoPort #19737 to v3
Chris Rebert [Thu, 14 Apr 2016 22:49:30 +0000 (15:49 -0700)] 
Port #19737 to v3

https://webkit.org/b/128489 has been fixed!

Refs #12536
[ci skip]

9 years agoPort #19727 to v3
Chris Rebert [Tue, 12 Apr 2016 23:39:52 +0000 (16:39 -0700)] 
Port #19727 to v3

Add http://bugzil.la/1264125 to Wall of Browser Bugs

Due to the lack of this feature in browsers,
we currently have to implement an annoying setTimeout-based workaround,
which adds an extra layer of complication and probably slightly impacts performance:
https://github.com/twbs/bootstrap/blob/e391fcb953cc959ddd88fb676b68f49eef85ef06/js/src/util.js#L63-L77

[ci skip]

9 years agoPort edfd72678d9a4e1c815d41d7a6c6605ec9e16bf9 to v3
Chris Rebert [Mon, 11 Apr 2016 06:09:43 +0000 (23:09 -0700)] 
Port edfd72678d9a4e1c815d41d7a6c6605ec9e16bf9 to v3

docs/_plugins/bugify.rb: Remove IE; all relevant issues moved to Edge

Refs #19713
[skip sauce]

9 years agoPort 6ec176eee2f64a4834c0eac5624552770c5d8af7 to v3
Chris Rebert [Mon, 11 Apr 2016 06:05:56 +0000 (23:05 -0700)] 
Port 6ec176eee2f64a4834c0eac5624552770c5d8af7 to v3

Update remaining Edge issue URLs in Wall of Browser Bugs

* https://connect.microsoft.com/IE/feedback/details/2445370 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/6793560/
* https://connect.microsoft.com/IE/feedback/details/2256049 => https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7165383/

Refs #19713
[skip sauce]

9 years agoPort #19712 to v3
Chris Rebert [Mon, 11 Apr 2016 06:04:59 +0000 (23:04 -0700)] 
Port #19712 to v3

https://crbug.com/273306 has been fixed

Refs #12078
[skip sauce]

9 years agoMerge pull request #19704 from patrickhlauke/v3-pagination-a11y-label
Patrick H. Lauke [Sun, 10 Apr 2016 19:25:45 +0000 (20:25 +0100)] 
Merge pull request #19704 from patrickhlauke/v3-pagination-a11y-label

Add aria-label and callout about labelling pagination components

9 years agoAdd aria-label and callout about labelling pagination components 19704/head
Patrick H. Lauke [Sun, 10 Apr 2016 13:54:05 +0000 (14:54 +0100)] 
Add aria-label and callout about labelling pagination components

9 years agoPort 62c07b67bffd4af51de354299eac01d905323c03 to v3
Chris Rebert [Sat, 9 Apr 2016 00:44:43 +0000 (17:44 -0700)] 
Port 62c07b67bffd4af51de354299eac01d905323c03 to v3

https://webkit.org/b/143527 has been fixed

Refs #16180, #16262
[skip sauce]

9 years agoUpdate Wall of Browser Bugs entry for #14211
Chris Rebert [Wed, 6 Apr 2016 00:09:17 +0000 (17:09 -0700)] 
Update Wall of Browser Bugs entry for #14211

Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5381673/
Ports a563dc8f730a10fa7c89baba7f57c132c44d84e1 to v3
[skip sauce]

9 years agoWall of Browser Bugs: Update some more URLs of MS Edge bugs
Chris Rebert [Tue, 5 Apr 2016 08:42:30 +0000 (01:42 -0700)] 
Wall of Browser Bugs: Update some more URLs of MS Edge bugs

Ports 63e9346f50bd27d79930fd868b634713e3ec5284 to v3
[skip sauce]

9 years agoReflect MS Edge's migration of their issue tracker
Chris Rebert [Mon, 4 Apr 2016 23:25:09 +0000 (16:25 -0700)] 
Reflect MS Edge's migration of their issue tracker

Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
Ports 16d710217667879c6a79b3df25fd565fcc89cb34 to v3
[skip sauce]

9 years agoCONTRIBUTING.md: Update MS Edge bug reporting instructions
Chris Rebert [Mon, 4 Apr 2016 21:46:18 +0000 (14:46 -0700)] 
CONTRIBUTING.md: Update MS Edge bug reporting instructions

[ci skip]

9 years agoUpdate htmlmin options.
XhmikosR [Sat, 2 Apr 2016 07:27:18 +0000 (10:27 +0300)] 
Update htmlmin options.

[ci skip]

9 years agoUpdate devDependencies.
XhmikosR [Sat, 2 Apr 2016 07:19:30 +0000 (10:19 +0300)] 
Update devDependencies.

[sauce skip]

9 years agoPort #19628 to v3
Chris Rebert [Sun, 27 Mar 2016 04:48:51 +0000 (21:48 -0700)] 
Port #19628 to v3

Add Wall of Browser Bugs entry for #19626

Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1259972
Closes #19626
[ci skip]

9 years agoBump grunt-html.
XhmikosR [Fri, 25 Mar 2016 12:51:09 +0000 (14:51 +0200)] 
Bump grunt-html.

[sauce skip]

9 years agoMerge pull request #19605 from twbs/fix-18559-v3
Chris Rebert [Thu, 24 Mar 2016 07:30:02 +0000 (00:30 -0700)] 
Merge pull request #19605 from twbs/fix-18559-v3

Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap

9 years agoupdate shrinkwrap 19605/head
Chris Rebert [Thu, 24 Mar 2016 07:11:17 +0000 (00:11 -0700)] 
update shrinkwrap

9 years agoUse vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559
Chris Rebert [Thu, 24 Mar 2016 06:56:46 +0000 (23:56 -0700)] 
Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559

Ports #19604 to v3.

Special thanks to @kikinteractive, @azer, and @npm.

9 years agoMerge pull request #19570 from twbs/master-jquery-122
Chris Rebert [Thu, 24 Mar 2016 03:14:25 +0000 (20:14 -0700)] 
Merge pull request #19570 from twbs/master-jquery-122

Update jQuery to v1.12.2.

9 years agoUpdate dependencies.
XhmikosR [Sat, 19 Mar 2016 16:31:11 +0000 (18:31 +0200)] 
Update dependencies.

9 years agoUpdate jQuery to v1.12.2. 19570/head
XhmikosR [Sat, 19 Mar 2016 13:18:33 +0000 (15:18 +0200)] 
Update jQuery to v1.12.2.

9 years agoPort #19551 to v3
Chris Rebert [Wed, 16 Mar 2016 03:47:34 +0000 (20:47 -0700)] 
Port #19551 to v3

Add Wall of Browser Bugs entry for #17338

https://crbug.com/595210

Closes #17338
[skip sauce]

9 years agoPort #19482 to v3
Chris Rebert [Tue, 15 Mar 2016 06:02:13 +0000 (23:02 -0700)] 
Port #19482 to v3

[ci skip]

9 years agoDocs: unwantedly -> undesirably, as the validity of "unwantedly" is uncertain
Pvanhesteren [Fri, 4 Mar 2016 19:26:32 +0000 (20:26 +0100)] 
Docs: unwantedly -> undesirably, as the validity of "unwantedly" is uncertain

Closes #19406

9 years agoPort #19537 to v3
Chris Rebert [Mon, 14 Mar 2016 09:13:38 +0000 (02:13 -0700)] 
Port #19537 to v3

[skip sauce]

9 years agoPort #19470 to v3
Chris Rebert [Fri, 11 Mar 2016 06:06:42 +0000 (22:06 -0800)] 
Port #19470 to v3

CONTRIBUTING.md: Prohibit "+1" comments in favor of reactions

Refs https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments
Refs https://github.com/dear-github/dear-github/issues/141#issuecomment-195106918
[ci skip]

9 years agoUpdate anchor.js to v3.1.0. 19509/head 19510/head 19511/head 19512/head 19513/head 19514/head 19515/head 19516/head 19517/head 19518/head 19519/head 19520/head 19521/head 19522/head 19523/head
XhmikosR [Sat, 5 Mar 2016 07:38:15 +0000 (09:38 +0200)] 
Update anchor.js to v3.1.0.

[ci skip]

9 years agoMerge pull request #19378 from twbs/v3-deps
XhmikosR [Fri, 11 Mar 2016 08:58:57 +0000 (10:58 +0200)] 
Merge pull request #19378 from twbs/v3-deps

Update devDependencies

9 years agoPort #19088 to v3
Chris Rebert [Fri, 5 Feb 2016 07:12:53 +0000 (23:12 -0800)] 
Port #19088 to v3

Add Wall of Browser Bugs entry for https://webkit.org/b/153856

Refs https://github.com/twbs/bootstrap/issues/14839#issuecomment-60940738
[ci skip]

9 years agoMerge pull request #19469 from wolfy1339/patch-2
Chris Rebert [Fri, 11 Mar 2016 06:09:25 +0000 (22:09 -0800)] 
Merge pull request #19469 from wolfy1339/patch-2

Make Hound CI fail on violations
[ci skip]

9 years agoMake hound fail on violations 19469/head
wolfy1339 [Fri, 11 Mar 2016 02:07:53 +0000 (21:07 -0500)] 
Make hound fail on violations

9 years agoPort #19452 to v3
Chris Rebert [Thu, 10 Mar 2016 00:29:40 +0000 (16:29 -0800)] 
Port #19452 to v3

Wall of Browser Bugs: Stop mentioning IE11

Sounds like IE11 isn't getting non-critical fixes anymore, so there's no point in mentioning it (just like there's no point in mentioning IE10).
Help us, Edge-Wan Kenobi! You're our only hope.
[ci skip]

9 years agoRun `grunt`. 19378/head
XhmikosR [Mon, 7 Mar 2016 16:25:20 +0000 (18:25 +0200)] 
Run `grunt`.

[ci skip]

9 years agoTravis: Remove env vars for S3 cache credentials
Chris Rebert [Mon, 7 Mar 2016 13:27:06 +0000 (05:27 -0800)] 
Travis: Remove env vars for S3 cache credentials

Reverts part of 42697a4ecb2c034c9e88e245932b3914dfd1206c

9 years agoTravis: Remove env vars for giving Savage access to S3 cache
Chris Rebert [Mon, 7 Mar 2016 13:23:54 +0000 (05:23 -0800)] 
Travis: Remove env vars for giving Savage access to S3 cache

Since we're not using the S3 cache anymore
Reverts a1c170ed373d9076ecf76d264220a6a636239f17

9 years agoCustomizer: update uglify-js to v2.6.2.
XhmikosR [Mon, 7 Mar 2016 12:47:23 +0000 (14:47 +0200)] 
Customizer: update uglify-js to v2.6.2.

[ci skip]

9 years agoUpdate QUnit to v1.22.0.
XhmikosR [Mon, 7 Mar 2016 12:34:11 +0000 (14:34 +0200)] 
Update QUnit to v1.22.0.

9 years agoUse jekyll-sitemap instead of our custom solution.
XhmikosR [Fri, 4 Mar 2016 17:38:57 +0000 (19:38 +0200)] 
Use jekyll-sitemap instead of our custom solution.

9 years agoRemove custom caching and use Bundle for gems.
XhmikosR [Mon, 7 Mar 2016 08:30:09 +0000 (10:30 +0200)] 
Remove custom caching and use Bundle for gems.