-
Notifications
You must be signed in to change notification settings - Fork 34
feat: Send notification for user comment #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3fdfa8a
feat: Send the moderator a notifictaion when user replies with a comment
orronai cafaa95
feat: Send the moderator a notifictaion when user replies with a comment
orronai 48936ba
Fixed comments number tag shows only staff comments
orronai 274920a
- After staff replies to user comments the user will get a notification
orronai c121a20
- Fixed and compiled babel translations
orronai f118e42
- Fixed notification after comment
orronai 6ecfc57
- Fixed users can't comment before solution has checked
orronai 0df9ef7
Fixed a pull conflict
orronai f11e2a1
Changed a function name
orronai 81b2923
Merge branch 'master' of https://github.com/PythonFreeCourse/lms into…
orronai 7f69419
- Fixed not equal sign
orronai a469656
Fixed lint whitespace
orronai 23233ea
Merge branch 'master' of https://github.com/PythonFreeCourse/lms into…
orronai a6bab5e
Enable students to comment before solution has been checked
orronai 3ef8788
Fixed dicts function to literal dictionary
orronai d530a9e
- Moved MAX_REQUEST_SIZE constant to consts.py file
orronai 2ce3887
- Fixed pull conflicts
orronai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: lmsweb-1.0\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2020-09-28 15:12+0300\n" | ||
"POT-Creation-Date: 2020-10-03 17:26+0300\n" | ||
"PO-Revision-Date: 2020-09-16 18:29+0300\n" | ||
"Last-Translator: Or Ronai\n" | ||
"Language: en\n" | ||
|
@@ -18,7 +18,7 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.8.0\n" | ||
|
||
#: lmsdb/models.py:616 | ||
#: lmsdb/models.py:627 | ||
msgid "כישלון חמור" | ||
msgstr "Fatal error" | ||
|
||
|
@@ -32,24 +32,34 @@ msgstr "Your solution for the %(subject)s exercise has been checked." | |
msgid "הבודק האוטומטי נתן %(errors_num)d הערות על תרגילך %(name)s." | ||
msgstr "The automatic checker gave you %(errors_num)d for your %(name)s solution." | ||
|
||
#: lmstests/public/unittests/services.py:83 | ||
#: lmstests/public/unittests/services.py:96 | ||
#, python-format | ||
msgid "הבודק האוטומטי נכשל ב־ %(number)d דוגמאות בתרגיל \"%(subject)s\"." | ||
msgstr "The automatic checker failed in %(number)d examples in your \"%(subject)s\" solution." | ||
|
||
#: lmstests/public/unittests/services.py:112 | ||
msgid "הבודק האוטומטי לא הצליח להריץ את הקוד שלך." | ||
msgstr "The automatic checker couldn't run your code." | ||
|
||
#: lmstests/public/unittests/services.py:90 | ||
#: lmstests/public/unittests/services.py:119 | ||
msgid "אחי, בדקת את הקוד שלך?" | ||
msgstr "Bro, did you check your code?" | ||
|
||
#: lmstests/public/unittests/services.py:125 | ||
#, python-format | ||
msgid "הבודק האוטומטי נכשל ב־ %(number)d דוגמאות בתרגיל \"%(subject)s\"." | ||
msgstr "The automatic checker failed in %(number)d examples in your \"%(subject)s\" solution." | ||
|
||
#: lmsweb/tools/registration.py:104 | ||
msgid "מערכת הגשת התרגילים" | ||
msgstr "Exercuse submission system" | ||
|
||
#: models/solutions.py:19 | ||
#: models/solutions.py:21 | ||
#, python-format | ||
msgid "%(solver)s הגיב לך על בדיקת תרגיל \"%(subject)s\"." | ||
msgstr "%(solver)s has replied for your \"%(subject)s\" check." | ||
|
||
#: models/solutions.py:29 | ||
#, python-format | ||
msgid "%(checker)s הגיב לך על תרגיל \"%(subject)s\"." | ||
msgstr "%(checker)s replied for \"%(subject)s\"." | ||
|
||
#: models/solutions.py:55 | ||
#, python-format | ||
msgid "הפתרון שלך לתרגיל \"%(subject)s\" נבדק." | ||
msgstr "Your solution for the \"%(subject)s\" exercise has been checked." | ||
|
@@ -110,7 +120,7 @@ msgstr "Username" | |
msgid "סיסמה" | ||
msgstr "Password" | ||
|
||
#: templates/login.html:23 | ||
#: templates/login.html:26 | ||
msgid "התחבר" | ||
msgstr "Login" | ||
|
||
|
@@ -266,38 +276,34 @@ msgstr "Presenter" | |
msgid "ניווט בגרסאות ההגשה" | ||
msgstr "Navigate in solution versions" | ||
|
||
#: templates/view.html:48 | ||
#: templates/view.html:35 | ||
msgid "לסיום בדיקה" | ||
msgstr "Finish Checking" | ||
|
||
#: templates/view.html:64 | ||
#: templates/view.html:75 | ||
msgid "בדיקות אוטומטיות" | ||
msgstr "Automatic Checking" | ||
|
||
#: templates/view.html:71 | ||
#: templates/view.html:82 | ||
msgid "שגיאה:" | ||
msgstr "Error:" | ||
|
||
#: templates/view.html:76 | ||
#: templates/view.html:87 | ||
msgid "שגיאת סגל:" | ||
msgstr "Staff Error:" | ||
|
||
#: templates/view.html:90 | ||
#: templates/view.html:101 | ||
msgid "הערות על התרגיל" | ||
msgstr "Comments for the exercise" | ||
|
||
#: templates/view.html:98 | ||
#: templates/view.html:109 | ||
msgid "הערות כלליות" | ||
msgstr "General comments" | ||
|
||
#: templates/view.html:106 | ||
#: templates/view.html:117 | ||
msgid "הערות בודק" | ||
msgstr "Checker comments" | ||
|
||
#: templates/view.html:116 | ||
#: templates/view.html:127 | ||
msgid "סיימתי לבדוק!" | ||
msgstr "Done Checking!" | ||
|
||
#: templates/view.html:127 | ||
msgid "הורד פתרון" | ||
msgstr "Download Solution" |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.