-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
a80a6f8
commit 359c508
Showing
2 changed files
with
9 additions
and
2 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
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 |
---|---|---|
|
@@ -114,7 +114,7 @@ class Commit extends AppModel { | |
); | ||
|
||
public function getStatusList(){ | ||
return array(__("In Queue"),__("Compiling"),__("Compiled"),__("Running"),__("Uncompleted"),__("Completed"),__("Error"),__("Submitted"),__("Plagiarism"),__("Server Error"),__("Running"),__("Running")); | ||
return array(__("In Queue"),__("Compiling"),__("Compiled"),__("Running"),__("Uncompleted"),__("Completed"),__("Error"),__("Submitted"),__("Plagiarism"),__("Server Error"),__("Running"),__("Initializing")); | ||
} | ||
|
||
public function getDetailedStatusList(){ | ||
|
@@ -128,7 +128,8 @@ public function getDetailedStatusList(){ | |
__("Your commit will not be processed automatically, and is currently waiting an manual feedback"), | ||
__("Your commit was analyzed as plagiarism"), | ||
__("Your commit could not be analyzed by our engine, please contact [email protected]"), | ||
__("Your commit could not be analyzed by our engine, please contact [email protected]")); | ||
__("Your commit is being executed"), | ||
__("Your commit is being prepared for execution")); | ||
} | ||
|
||
public function getOptionsStatusList(){ | ||
|