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

sev- sev at scummvm.org
Fri May 6 09:28:58 CEST 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:
f070bfefea WEB: Set language cookie to expire after 60 days
af1ae6e81e Merge pull request #57 from criezy/master


Commit: f070bfefea7b93ee875499059a3485fbba59d889
    https://github.com/scummvm/scummvm-web/commit/f070bfefea7b93ee875499059a3485fbba59d889
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2016-05-05T23:55:32+01:00

Commit Message:
WEB: Set language cookie to expire after 60 days

The default is to have a session cookie, but it might be better
to remember the selected language for longer.

Changed paths:
    .htaccess



diff --git a/.htaccess b/.htaccess
index 0a629bf..591d836 100644
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ RewriteBase /
 
 # Fetch language and put it into Cookie
 RewriteCond     %{QUERY_STRING}                                             lang=(.*)?
-RewriteRule     .*                                                           -  [CO=lang:%1:.scummvm.org]
+RewriteRule     .*                                                           -  [CO=lang:%1:.scummvm.org:86400]
 
 RewriteRule		^old/.*														-	[L]
 


Commit: af1ae6e81e87916b72c92087afae9a9658cd2f48
    https://github.com/scummvm/scummvm-web/commit/af1ae6e81e87916b72c92087afae9a9658cd2f48
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-06T09:28:53+02:00

Commit Message:
Merge pull request #57 from criezy/master

WEB: Set language cookie to expire after 60 days

Changed paths:
    .htaccess









More information about the Scummvm-git-logs mailing list