Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-22 | Change forms.py, models.py, views.py, templates, templatetags | adityacp | |
- Add start_time, end_time enrollement in course form - Change get_quiz_details in course model - Add validation to check if course is active and not expired - Template changes for cleaner dashboard | |||
2017-11-21 | Change in templates, js, template tag | adityacp | |
- Add new template tag to fetch course module completion status - View all lessons/quizzes during quiz - Change button values - Change user mode and god mode | |||
2017-11-21 | Change in models.py and views.py | adityacp | |
- Add validation to check if prerequisite module is completed - Fix User mode and God mode for quiz - View proper message to user on failure | |||
2017-11-21 | Fix buttons on courses.html | maheshgudi | |
2017-11-20 | Change complete.html and change download quiz csv in views | adityacp | |
2017-11-20 | Change in js and css | adityacp | |
- Add new js for sending data to views - Change existing js content | |||
2017-11-20 | Change in templates | adityacp | |
- Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface | |||
2017-11-20 | Add new custom template tag to get learning unit status | adityacp | |
2017-11-20 | Change in views.py | adityacp | |
- View function for creating new lesson - View function for creating new learning modules - View function for adding modules to course - View function for controlling and viewing learning modules | |||
2017-11-20 | Change in urls.py | adityacp | |
- Add new urls for creating course with module and units - Fix existing urls | |||
2017-11-20 | Change in forms.py | adityacp | |
- Add model forms for Lesson, LearningModule - Add forms for LessonFile | |||
2017-11-20 | Change in models.py | adityacp | |
- Add new models LearningModule, LearningUnit, CourseStatus, Lesson, LessonFile - Change model associations - Add new model methods | |||
2017-11-15 | Merge pull request #394 from FOSSEE/release-0.7v0.7.0 | Prabhu Ramachandran | |
Release 0.7 | |||
2017-11-15 | Update setup.py for PyPI release. | maheshgudi | |
- Update release date on changelog.txt | |||
2017-11-15 | Convert README.md to README.rst | maheshgudi | |
2017-11-15 | Update Migration files and version for release version 0.7. | maheshgudi | |
2017-11-15 | Updated changelog for 0.7 release | maheshgudi | |
2017-11-15 | Merge pull request #395 from maheshgudi/update_docs | Prabhu Ramachandran | |
Update docs for release 0.7 | |||
2017-11-15 | Merge pull request #397 from maheshgudi/fix_mathjax | Prabhu Ramachandran | |
Change mathajax cdn source due to deprication. | |||
2017-11-15 | Merge pull request #396 from maheshgudi/regrade_fix | Prabhu Ramachandran | |
Test for regrade fix | |||
2017-11-15 | Add test case for regrade. | maheshgudi | |
- Answerpaper method validate_validate takes server port as an argument. - Added tests for all question types | |||
2017-11-15 | Change mathajax cdn source due to deprication. | maheshgudi | |
2017-11-15 | Update docs for release 0.7 | mahesh | |
2017-11-15 | Remove depricated xmlrpc_clients.py module. | maheshgudi | |
2017-11-14 | Merge pull request #391 from adityacp/release_test_schedule | King | |
Release test schedule | |||
2017-11-14 | Add more steps to release test schedule | adityacp | |
2017-11-14 | Merge pull request #390 from maheshgudi/regrade_fix | Prabhu Ramachandran | |
Regrade fix | |||
2017-11-14 | Merge pull request #378 from prathamesh920/upload_users_csv | Prabhu Ramachandran | |
Upload users csv | |||
2017-11-14 | Merge pull request #389 from ankitjavalkar/fix-installer-docs | Prabhu Ramachandran | |
Multiple minor fixes (Listed in description) | |||
2017-11-14 | Fix regrader for new code server | maheshgudi | |
2017-11-14 | Added ',' as the specific delimiter for the csv upload | prathamesh | |
2017-11-14 | Add release test schedule | adityacp | |
- Check if all the mentioned steps in the test schedule are working | |||
2017-11-14 | Added sample csv for user to download and upload. | prathamesh | |
2017-11-14 | Add installation and deployment instructions | maheshgudi | |
2017-11-14 | Add Release testing guide basic layout. | maheshgudi | |
2017-11-14 | Multiple minor fixes : | ankitjavalkar | |
- Fix README instruct to run docker container before running django server - Add messages after commands execute succesfully - Touch a new file to denote successful running of code server | |||
2017-11-13 | Added testcase file | prathamesh | |
2017-11-13 | set_password to convert into hash | prathamesh | |
2017-11-13 | Added test case for add, update and remove | prathamesh | |
2017-11-13 | if password is empty then defaults to email | prathamesh | |
2017-11-13 | csv can now take extra fields related to profile. | prathamesh | |
Updates if the username is same. Additional csv header "remove" added, to remove user from the course. | |||
2017-11-13 | Fix Error table layout in grade_user, view_answerpaper, user_data | maheshgudi | |
2017-11-10 | Merge pull request #384 from ankitjavalkar/fix-extra-field-testcase | Prabhu Ramachandran | |
Prepopulate the test case type field when adding test cases to questions | |||
2017-11-10 | Merge pull request #380 from maheshgudi/beautify_assertions | Prabhu Ramachandran | |
Prettify assertion error output | |||
2017-11-10 | Remove traceback for recursion and/or runtime errors. | maheshgudi | |
2017-11-10 | Add textwrap for assertion error table | maheshgudi | |
2017-11-10 | Optimised the code and added dialect while reading to handle different | prathamesh | |
delimiters | |||
2017-11-10 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
upload_users_csv | |||
2017-11-10 | Merge branch 'master' of https://github.com/fossee/online_test into ↵ | mahesh | |
beautify_assertions | |||
2017-11-10 | Pretty exceptions for hook code. | mahesh | |