forked from SyleKu/ProStudCreator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Felix
committed
Sep 5, 2018
1 parent
4515ed4
commit 84e99bd
Showing
7 changed files
with
82 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ public class Global : HttpApplication | |
private const string DummyPage = "CheckAllTasks"; | ||
public static readonly TimeSpan AllowTitleChangesBeforeSubmission = TimeSpan.FromDays(11*7); | ||
public static readonly TimeSpan ExpectFinalPresentationAfterSubmissionForIP5 = TimeSpan.FromDays(3*7); | ||
public static readonly TimeSpan GradingDuration = TimeSpan.FromDays(2); | ||
public static readonly TimeSpan GradingDuration = TimeSpan.FromDays(4); | ||
public static readonly string WebAdmin = "[email protected]"; | ||
public static readonly string GradeAdmin = "[email protected]"; | ||
public static readonly string PayExpertAdmin = "[email protected]"; // "[email protected]"; | ||
|
@@ -38,7 +38,6 @@ private void Application_Start(object sender, EventArgs e) | |
Application.Add("dummyRequest", ""); | ||
|
||
TaskHandler.CheckAllTasks(); | ||
|
||
} | ||
|
||
|
||
|
@@ -59,7 +58,6 @@ public void CacheItemRemovedCallback(string key, object value, CacheItemRemovedR | |
{ | ||
HitPage(); | ||
|
||
// Do the service works | ||
TaskHandler.CheckAllTasks(); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="ProStudCreator.Properties" GeneratedClassName="Settings"> | ||
<Profiles /> | ||
<Settings> | ||
<Setting Name="aspnet_ProStudCreator_20140818043155ConnectionString" Type="(Connection string)" Scope="Application"> | ||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> | ||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | ||
<ConnectionString>Data Source=DESKTOP-NKIG02J;Initial Catalog=aspnet-ProStudCreator-20140818043155;Integrated Security=True</ConnectionString> | ||
<ProviderName>System.Data.SqlClient</ProviderName> | ||
</SerializableConnectionString></DesignTimeValue> | ||
<Value Profile="(Default)">Data Source=DESKTOP-NKIG02J;Initial Catalog=aspnet-ProStudCreator-20140818043155;Integrated Security=True</Value> | ||
</Setting> | ||
</Settings> | ||
</SettingsFile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters