From: Marius Gavrilescu Date: Sat, 28 Mar 2015 14:07:28 +0000 (+0200) Subject: Merge branch 'master' into newmc X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=bffec365a2e7fa722c8a5ed515acdc3c07a3a4aa;hp=cbae57719c80843e922c3a1b248a56b8e8bff5b6;p=plack-app-gruntmaster.git Merge branch 'master' into newmc --- diff --git a/a/account.en b/a/account.en index 6c1b8cc..01f1bf6 100644 --- a/a/account.en +++ b/a/account.en @@ -7,7 +7,7 @@
-
@@ -257,7 +257,7 @@
-
+
diff --git a/a/contribute.en b/a/contribute.en index b7c0411..8634856 100644 --- a/a/contribute.en +++ b/a/contribute.en @@ -10,6 +10,7 @@ The Gruntmaster 6000 project has three git repositories:
The grader
gruntmaster-page
The website
+

Submitting patches

Mail them to marius@ieval.ro. Please try to follow the following guidelines: diff --git a/app.psgi b/app.psgi index 323748d..597e941 100644 --- a/app.psgi +++ b/app.psgi @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use v5.14; -no if $] >= 5.017011, warnings => 'experimental::smartmatch'; +use warnings; use Gruntmaster::Data; use Plack::App::Gruntmaster; @@ -8,8 +8,6 @@ use Plack::Builder; use Plack::Util; use Log::Log4perl; -use constant AUTH_TIMEOUT => 5 * 60; - sub CONTENT_SECURITY_POLICY () { my $csp = <