[Scummvm-git-logs] scummvm-web master -> 0eeb279c31052e1a2453fe094c8f278953a992c7
SupSuper
supsuper at gmail.com
Mon Sep 20 06:31:46 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
0eeb279c31 WEB: Combine daily downloads into a single list
Commit: 0eeb279c31052e1a2453fe094c8f278953a992c7
https://github.com/scummvm/scummvm-web/commit/0eeb279c31052e1a2453fe094c8f278953a992c7
Author: SupSuper (supsuper at gmail.com)
Date: 2021-09-20T07:31:07+01:00
Commit Message:
WEB: Combine daily downloads into a single list
Changed paths:
A public_html/images/icons/platforms/buildbot.png
data/en/strings.json
include/Models/DownloadsModel.php
diff --git a/data/en/strings.json b/data/en/strings.json
index 714f9e5a..91225528 100644
--- a/data/en/strings.json
+++ b/data/en/strings.json
@@ -77,9 +77,7 @@
"downloadsDailyBuilds": "Daily Builds",
"downloadsDailyNote1": "WARNING:",
"downloadsDailyNote2": "The following builds are bleeding edge development versions made directly from our source repository. That means that they received no proper testing (usually no testing at all) and that any number of things may be broken in them. For example, they might corrupt your config file, crash frequently or might not even start. Use them at your own risk!",
- "downloadsDailyLink1": "[Download the official daily builds](https://buildbot.scummvm.org/#/snapshots).",
- "downloadsDailyLink2": "They are generated by our [buildbot](https://buildbot.scummvm.org/).",
- "downloadsDailyLink3": "Additional snapshot builds:",
+ "downloadsDailyNote3": "View the ChangeLog to see the latest updates of ScummVM.",
"downloadsLibraries": "Libraries",
"downloadsRequiredLibraries": "Required Libraries",
"downloadsOptionalLibraries": "Optional Libraries",
diff --git a/include/Models/DownloadsModel.php b/include/Models/DownloadsModel.php
index d20580e3..bce60eec 100644
--- a/include/Models/DownloadsModel.php
+++ b/include/Models/DownloadsModel.php
@@ -63,7 +63,7 @@ class DownloadsModel extends BasicModel
"engine"=>["title"=>"{#downloadEngineData#}"],
"subprojects"=>["title"=>"{#downloadsSubprojects#}"],
"daily"=>["title"=>"{#downloadsDailyBuilds#}"],
- "daily_downloads"=>["title"=>"{#downloadsDailyBuilds#}","notes"=>"<strong>{#downloadsDailyNote1#}</strong> {#downloadsDailyNote2#}<p>{#downloadsDailyLink1#} {#downloadsDailyLink2#}</p><p>View the ChangeLog to see the latest updates of ScummVM.</p><p>{#downloadsDailyLink3#}</p>"],
+ "daily_downloads"=>["title"=>"{#downloadsDailyBuilds#}","notes"=>"<strong>{#downloadsDailyNote1#}</strong> {#downloadsDailyNote2#}<p>{#downloadsDailyNote3#}</p>"],
"libs"=>["title"=>"{#downloadsLibraries#}"],
"required"=>["title"=>"{#downloadsRequiredLibraries#}"],
"optional"=>["title"=>"{#downloadsOptionalLibraries#}"]
diff --git a/public_html/images/icons/platforms/buildbot.png b/public_html/images/icons/platforms/buildbot.png
new file mode 100644
index 00000000..8fb96e19
Binary files /dev/null and b/public_html/images/icons/platforms/buildbot.png differ
More information about the Scummvm-git-logs
mailing list