]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Port #20176 to v3
authorChris Rebert <github@chrisrebert.com>
Sun, 26 Jun 2016 04:32:23 +0000 (21:32 -0700)
committerChris Rebert <code@chrisrebert.com>
Sun, 26 Jun 2016 04:35:11 +0000 (21:35 -0700)
docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)

[skip sauce]

docs/_data/browser-bugs.yml
docs/_plugins/bugify.rb

index d089a9a1eb944f3b02dc169a1b8c02dbf89d6f5d..8e2300d4c296bf354ad19e3d82e57e5316dea1a3 100644 (file)
@@ -74,7 +74,7 @@
   summary: >
     Implement the `:dir()` pseudo-class from Selectors Level 4
   upstream_bug: >
-    [Edge UserVoice idea #12299532](https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/12299532--dir)
+    UserVoice#12299532
   origin: >
     Bootstrap#19984
 
index 0c5a0f5f54b8a3db0cfe4d5bced64754dfd71cf9..5562dd5de20f75d6edfdd76592953d5e1ada55ff 100644 (file)
@@ -4,6 +4,7 @@ module Jekyll
       upstream_map = {
         "Bootstrap" => "https://github.com/twbs/bootstrap/issues/",
         "Edge" => ["https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/", "Edge issue"],
+        "UserVoice" => ["https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/", "Edge UserVoice idea"],
         "Mozilla" => ["https://bugzilla.mozilla.org/show_bug.cgi?id=", "Mozilla bug"],
         "Chromium" => ["https://bugs.chromium.org/p/chromium/issues/detail?id=", "Chromium issue"],
         "WebKit" => ["https://bugs.webkit.org/show_bug.cgi?id=", "WebKit bug"],