<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>
</head>
<body>
<style type="text/css">
img {
max-width: 100%; height: auto;
}
</style>
<div class="content">
<h3>
Jean-Baptiste Kempf pushed to branch master
at <a href="https://code.videolan.org/VideoLAN.org/websites">VideoLAN organization / websites</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://code.videolan.org/VideoLAN.org/websites/commit/9d719ad480fe4a941cc99edafa8db3a9038678ac">9d719ad4</a></strong>
<div>
<span>by David Loiret</span>
<i>at 2016-05-09T14:15:41+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap">Add windows Phone in the download dropdown
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org></pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class="file-stats">
<a href="#620f2ecad2bb6f74b2fcd0134963a841" style="text-decoration: none">
www.videolan.org/include/os-specific.php
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id="620f2ecad2bb6f74b2fcd0134963a841">
<a href="https://code.videolan.org/VideoLAN.org/websites/commit/9d719ad480fe4a941cc99edafa8db3a9038678ac#diff-0">
<strong>
www.videolan.org/include/os-specific.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="background: #ffdddd; color: #000000">--- a/www.videolan.org/include/os-specific.php
</span><span style="background: #ddffdd; color: #000000">+++ b/www.videolan.org/include/os-specific.php
</span><span style="color: #aaaaaa">@@ -117,6 +117,11 @@ function getOS($os = null, $offset = 0, $count = null, $encode = null) {
</span> "latestVersion" => $win32version,
"location" => $windowsLocation
),
<span style="background: #ddffdd; color: #000000">+ "windowsphone" => array(
+ "name" => "Windows Phone",
+ "latestVersion" => $winrtversion,
+ "location" => "/vlc/download-windowsphone.html"
+ ),
</span> "osx" => array(
"name" => "Mac OS X",
"size" => "33 MB",
<span style="color: #aaaaaa">@@ -195,11 +200,6 @@ function getOS($os = null, $offset = 0, $count = null, $encode = null) {
</span> "latestVersion" => $winrtversion,
"location" => "/vlc/download-winrt.html"
),
<span style="background: #ffdddd; color: #000000">- "windowsphone" => array(
- "name" => "Windows Phone",
- "latestVersion" => $winrtversion,
- "location" => "/vlc/download-windowsphone.html"
- ),
</span> "chromeos" => array(
"name" => "Chrome OS",
"location" => "/vlc/download-chromeos.html"
<span style="color: #aaaaaa">@@ -226,7 +226,7 @@ function downloadButton2($dropdownItems = null, $targetOS = null, $displayMainOS
</span> global $win32version;
global $windowsLocation;
global $osxLocation;
<span style="background: #ffdddd; color: #000000">- $dropdownItems = is_null($dropdownItems) ? getOS(null, 0, 5) : $dropdownItems;
</span><span style="background: #ddffdd; color: #000000">+ $dropdownItems = is_null($dropdownItems) ? getOS(null, 0, 6) : $dropdownItems;
</span> $defaultOS = is_null($targetOS) || $targetOS == 'All' ? "windows" : $targetOS;
$defaultDetail = getOS($defaultOS);
?>
</code></pre>
<br>
</li>
</div>
<div class="footer" style="margin-top: 10px">
<p style="color: #777; font-size: small">
—
<br>
<a href="https://code.videolan.org/VideoLAN.org/websites/commit/9d719ad480fe4a941cc99edafa8db3a9038678ac">View it on GitLab</a>.
<br>
You're receiving this email because of your account on code.videolan.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://code.videolan.org/VideoLAN.org/websites/commit/9d719ad480fe4a941cc99edafa8db3a9038678ac"}}</script>
</p>
</div>
</body>
</html>