[Scummvm-cvs-logs] scummvm-web master -> f59de4f37ef5ef0406cff142e269866c6c7a701c

sev- sev at scummvm.org
Sun Feb 28 17:40:14 CET 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
cc8f626352 WEB: Simplify screenshot redirection rules
f59de4f37e WEB: Fixed old screenshots


Commit: cc8f62635295b34267ee3c994a09eca5a0cd46d4
    https://github.com/scummvm/scummvm-web/commit/cc8f62635295b34267ee3c994a09eca5a0cd46d4
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-28T17:23:38+01:00

Commit Message:
WEB: Simplify screenshot redirection rules

Changed paths:
    .htaccess



diff --git a/.htaccess b/.htaccess
index 305d0e8..17eb6b0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -12,10 +12,8 @@ RewriteRule     .*                                                           -
 ##
 # We moved screenshots, fixing the links
 ##
-RewriteRule		^screenshots/scummvm_(\d).png$								data/screenshots/old/scummvm_$1.png [L]
-RewriteRule		^screenshots/scummvm_(\d\d).png$							data/screenshots/old/scummvm_$1.png [L]
-RewriteRule		^screenshots/scummvm_(\d).jpg$							data/screenshots/old/scummvm_$1.jpg [L]
-RewriteRule		^screenshots/scummvm_(\d\d).jpg$							data/screenshots/old/scummvm_$1.jpg [L]
+RewriteRule		^screenshots/scummvm_([0-9]+).png$								data/screenshots/old/scummvm_$1.png [L]
+RewriteRule		^screenshots/scummvm_([0-9]+).jpg$								data/screenshots/old/scummvm_$1.jpg [L]
 
 ##
 # Images linked directly from the wiki need to work


Commit: f59de4f37ef5ef0406cff142e269866c6c7a701c
    https://github.com/scummvm/scummvm-web/commit/f59de4f37ef5ef0406cff142e269866c6c7a701c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-02-28T17:38:39+01:00

Commit Message:
WEB: Fixed old screenshots

Historically we have broken screenshots in our git repository...

Changed paths:
    data/screenshots/old/scummvm_0.png
    data/screenshots/old/scummvm_16.png
    data/screenshots/old/scummvm_17.png
    data/screenshots/old/scummvm_18.png
    data/screenshots/old/scummvm_19.png
    data/screenshots/old/scummvm_2.png
    data/screenshots/old/scummvm_6.png
    data/screenshots/old/scummvm_7.png



diff --git a/data/screenshots/old/scummvm_0.png b/data/screenshots/old/scummvm_0.png
index fb31a1c..fccd40a 100644
Binary files a/data/screenshots/old/scummvm_0.png and b/data/screenshots/old/scummvm_0.png differ
diff --git a/data/screenshots/old/scummvm_16.png b/data/screenshots/old/scummvm_16.png
index c58cc88..93abf93 100644
Binary files a/data/screenshots/old/scummvm_16.png and b/data/screenshots/old/scummvm_16.png differ
diff --git a/data/screenshots/old/scummvm_17.png b/data/screenshots/old/scummvm_17.png
index f74b247..617d501 100644
Binary files a/data/screenshots/old/scummvm_17.png and b/data/screenshots/old/scummvm_17.png differ
diff --git a/data/screenshots/old/scummvm_18.png b/data/screenshots/old/scummvm_18.png
index f5fdd07..cfae823 100644
Binary files a/data/screenshots/old/scummvm_18.png and b/data/screenshots/old/scummvm_18.png differ
diff --git a/data/screenshots/old/scummvm_19.png b/data/screenshots/old/scummvm_19.png
index 1dfeea5..20a8625 100644
Binary files a/data/screenshots/old/scummvm_19.png and b/data/screenshots/old/scummvm_19.png differ
diff --git a/data/screenshots/old/scummvm_2.png b/data/screenshots/old/scummvm_2.png
index 07f6b5e..6912fbd 100644
Binary files a/data/screenshots/old/scummvm_2.png and b/data/screenshots/old/scummvm_2.png differ
diff --git a/data/screenshots/old/scummvm_6.png b/data/screenshots/old/scummvm_6.png
index d88e0d5..1435b26 100644
Binary files a/data/screenshots/old/scummvm_6.png and b/data/screenshots/old/scummvm_6.png differ
diff --git a/data/screenshots/old/scummvm_7.png b/data/screenshots/old/scummvm_7.png
index a5178a8..9b442fa 100644
Binary files a/data/screenshots/old/scummvm_7.png and b/data/screenshots/old/scummvm_7.png differ






More information about the Scummvm-git-logs mailing list