[Scummvm-cvs-logs] scummvm-web master -> ef8f241940baf8c366e9cb80343349b9e8704b82
bluegr
bluegr at gmail.com
Sun Nov 17 20:13:21 CET 2013
This automated email contains information about 15 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
83631f7eb0 WEB: Add a "Recommended download" button to the downloads page
c2724c75ea WEB: Bugfix for the default value of the recommended download
21b8849eaf WEB: Cleanup download paths for the recommended download
5a2817be1e WEB: Fix navigation links in the games page
936b7092fe WEB: Add a note about changing RewriteBase when debugging locally
3bbb230b3d WEB: Generate the list of recommended downloads from the XML data
7b584aa660 WEB: Update the download backgrounds to better match our GUI colors
e89cb8512a WEB: Fix download button background images again
e4ae1a84f9 WEB: Update the download button background colors to match the new images
5d372e6411 WEB: Only show the recommended d/l button if a user agent match is found
1134a42400 WEB: Specify the correct user-agent for Intel/PPC Macs and iPhone/iPad
a6b133059b WEB: Don't use undefined variables when the user-agent can't be matched
ac10ec87c4 WEB: Remove recommended downloads for all *nix flavors
910d711d5f WEB: Add a recommended download button for Ubuntu distros again
ef8f241940 Merge pull request #8 from bluegr/recommended_download
Commit: 83631f7eb0138a2bc64f2a4ee44b49c572086af8
https://github.com/scummvm/scummvm-web/commit/83631f7eb0138a2bc64f2a4ee44b49c572086af8
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-04T16:23:13-08:00
Commit Message:
WEB: Add a "Recommended download" button to the downloads page
The idea has been taken and adapted from the VideoLAN web site
(http://www.videolan.org). A big 'download' button is shown,
which links to the most appropriate version for the user, depending
on the OS reported by the user's browser. Only OSes with a browser
have been added. Known browser user-agent strings have been taken
from http://user-agent-string.info/list-of-ua/os
Changed paths:
A css/ie-css3.htc
A images/downloadbg.png
A images/downloadbgbright.png
A images/scummvm.png
A javascripts/recommended_dl.js
css/downloads.css
templates/downloads.tpl
Commit: c2724c75ea8d94947d8877f652d036e9bf32f365
https://github.com/scummvm/scummvm-web/commit/c2724c75ea8d94947d8877f652d036e9bf32f365
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-04T17:45:27-08:00
Commit Message:
WEB: Bugfix for the default value of the recommended download
Changed paths:
javascripts/recommended_dl.js
Commit: 21b8849eaf4c8d6b172bc7b2b8fff13d5cf485ce
https://github.com/scummvm/scummvm-web/commit/21b8849eaf4c8d6b172bc7b2b8fff13d5cf485ce
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-04T18:24:50-08:00
Commit Message:
WEB: Cleanup download paths for the recommended download
Changed paths:
javascripts/recommended_dl.js
Commit: 5a2817be1e80744d7e48e98973ada41beb405d27
https://github.com/scummvm/scummvm-web/commit/5a2817be1e80744d7e48e98973ada41beb405d27
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-05T07:52:47-08:00
Commit Message:
WEB: Fix navigation links in the games page
Changed paths:
templates/games.tpl
Commit: 936b7092fed18e320524c43aaff1ad5fbab18704
https://github.com/scummvm/scummvm-web/commit/936b7092fed18e320524c43aaff1ad5fbab18704
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-07T16:43:40-08:00
Commit Message:
WEB: Add a note about changing RewriteBase when debugging locally
Changed paths:
.htaccess
Commit: 3bbb230b3de4157e8608cd3332248d32c8a220f7
https://github.com/scummvm/scummvm-web/commit/3bbb230b3de4157e8608cd3332248d32c8a220f7
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-07T16:49:25-08:00
Commit Message:
WEB: Generate the list of recommended downloads from the XML data
Add a new XML field, "user_agent", used to find the user agent string
where the download item in question will be suggested to the user. Only
items with the "user_agent" field can be provided as recommended
downloads
Changed paths:
data/downloads.xml
include/Objects/File.php
include/Objects/WebLink.php
include/Pages/DownloadsPage.php
javascripts/recommended_dl.js
templates/downloads.tpl
Commit: 7b584aa660225b6d515969b75272c1e25f538984
https://github.com/scummvm/scummvm-web/commit/7b584aa660225b6d515969b75272c1e25f538984
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-07T17:06:34-08:00
Commit Message:
WEB: Update the download backgrounds to better match our GUI colors
Changed paths:
images/downloadbg.png
images/downloadbgbright.png
Commit: e89cb8512a5d12af4c7a82466347991b632d4f85
https://github.com/scummvm/scummvm-web/commit/e89cb8512a5d12af4c7a82466347991b632d4f85
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-08T01:07:11-08:00
Commit Message:
WEB: Fix download button background images again
We also need to take padding into account, which was omitted in the
previously updated images
Changed paths:
images/downloadbg.png
images/downloadbgbright.png
Commit: e4ae1a84f98965567cb4869d3f3c44c3045e8983
https://github.com/scummvm/scummvm-web/commit/e4ae1a84f98965567cb4869d3f3c44c3045e8983
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-08T01:07:50-08:00
Commit Message:
WEB: Update the download button background colors to match the new images
Changed paths:
css/downloads.css
Commit: 5d372e6411f1deec2c6179b42f928118a453fe25
https://github.com/scummvm/scummvm-web/commit/5d372e6411f1deec2c6179b42f928118a453fe25
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-08T01:13:02-08:00
Commit Message:
WEB: Only show the recommended d/l button if a user agent match is found
Also, the creation of the button itself has been pushed to Javascript.
The recommended d/l section is now only shown if JS is enabled and an
appropriate user-agent has been matched
Changed paths:
javascripts/recommended_dl.js
templates/downloads.tpl
Commit: 1134a424007f98c4332afad6673d4622da61e532
https://github.com/scummvm/scummvm-web/commit/1134a424007f98c4332afad6673d4622da61e532
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-13T03:05:17-08:00
Commit Message:
WEB: Specify the correct user-agent for Intel/PPC Macs and iPhone/iPad
Changed paths:
data/downloads.xml
Commit: a6b133059b121ff200f969a97c03fd8529fb5cba
https://github.com/scummvm/scummvm-web/commit/a6b133059b121ff200f969a97c03fd8529fb5cba
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-13T03:06:44-08:00
Commit Message:
WEB: Don't use undefined variables when the user-agent can't be matched
Changed paths:
javascripts/recommended_dl.js
Commit: ac10ec87c437b8b65d0de7a1cf11505769f3113d
https://github.com/scummvm/scummvm-web/commit/ac10ec87c437b8b65d0de7a1cf11505769f3113d
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-13T04:51:34-08:00
Commit Message:
WEB: Remove recommended downloads for all *nix flavors
It's not possible/reliable to distinguish *nix flavors from the web
user-agent.
Changed paths:
data/downloads.xml
Commit: 910d711d5fd547dee29c19658d9c15a00ffdf87a
https://github.com/scummvm/scummvm-web/commit/910d711d5fd547dee29c19658d9c15a00ffdf87a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-14T03:42:57-08:00
Commit Message:
WEB: Add a recommended download button for Ubuntu distros again
It seems that the "Ubuntu" string is part of the user-agent for some
browser versions in Ubuntu, thus we could use it for our recommended
download button, if the string exists
Changed paths:
data/downloads.xml
Commit: ef8f241940baf8c366e9cb80343349b9e8704b82
https://github.com/scummvm/scummvm-web/commit/ef8f241940baf8c366e9cb80343349b9e8704b82
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-11-17T11:13:19-08:00
Commit Message:
Merge pull request #8 from bluegr/recommended_download
WEB: Add a "Recommended download" button to the downloads page
Changed paths:
A css/ie-css3.htc
A images/downloadbg.png
A images/downloadbgbright.png
A images/scummvm.png
A javascripts/recommended_dl.js
.htaccess
css/downloads.css
data/downloads.xml
include/Objects/File.php
include/Objects/WebLink.php
include/Pages/DownloadsPage.php
templates/downloads.tpl
More information about the Scummvm-git-logs
mailing list