summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-22Change forms.py, models.py, views.py, templates, templatetagsadityacp
- 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-21Change in templates, js, template tagadityacp
- 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-21Change in models.py and views.pyadityacp
- 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-21Fix buttons on courses.htmlmaheshgudi
2017-11-20Change complete.html and change download quiz csv in viewsadityacp
2017-11-20Change in js and cssadityacp
- Add new js for sending data to views - Change existing js content
2017-11-20Change in templatesadityacp
- Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface
2017-11-20Add new custom template tag to get learning unit statusadityacp
2017-11-20Change in views.pyadityacp
- 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-20Change in urls.pyadityacp
- Add new urls for creating course with module and units - Fix existing urls
2017-11-20Change in forms.pyadityacp
- Add model forms for Lesson, LearningModule - Add forms for LessonFile
2017-11-20Change in models.pyadityacp
- Add new models LearningModule, LearningUnit, CourseStatus, Lesson, LessonFile - Change model associations - Add new model methods
2017-11-15Merge pull request #394 from FOSSEE/release-0.7v0.7.0Prabhu Ramachandran
Release 0.7
2017-11-15Update setup.py for PyPI release.maheshgudi
- Update release date on changelog.txt
2017-11-15Convert README.md to README.rstmaheshgudi
2017-11-15Update Migration files and version for release version 0.7.maheshgudi
2017-11-15Updated changelog for 0.7 releasemaheshgudi
2017-11-15Merge pull request #395 from maheshgudi/update_docsPrabhu Ramachandran
Update docs for release 0.7
2017-11-15Merge pull request #397 from maheshgudi/fix_mathjaxPrabhu Ramachandran
Change mathajax cdn source due to deprication.
2017-11-15Merge pull request #396 from maheshgudi/regrade_fixPrabhu Ramachandran
Test for regrade fix
2017-11-15Add test case for regrade.maheshgudi
- Answerpaper method validate_validate takes server port as an argument. - Added tests for all question types
2017-11-15Change mathajax cdn source due to deprication.maheshgudi
2017-11-15Update docs for release 0.7mahesh
2017-11-15Remove depricated xmlrpc_clients.py module.maheshgudi
2017-11-14Merge pull request #391 from adityacp/release_test_scheduleKing
Release test schedule
2017-11-14Add more steps to release test scheduleadityacp
2017-11-14Merge pull request #390 from maheshgudi/regrade_fixPrabhu Ramachandran
Regrade fix
2017-11-14Merge pull request #378 from prathamesh920/upload_users_csvPrabhu Ramachandran
Upload users csv
2017-11-14Merge pull request #389 from ankitjavalkar/fix-installer-docsPrabhu Ramachandran
Multiple minor fixes (Listed in description)
2017-11-14Fix regrader for new code servermaheshgudi
2017-11-14Added ',' as the specific delimiter for the csv uploadprathamesh
2017-11-14Add release test scheduleadityacp
- Check if all the mentioned steps in the test schedule are working
2017-11-14Added sample csv for user to download and upload.prathamesh
2017-11-14Add installation and deployment instructionsmaheshgudi
2017-11-14Add Release testing guide basic layout.maheshgudi
2017-11-14Multiple 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-13Added testcase fileprathamesh
2017-11-13set_password to convert into hashprathamesh
2017-11-13Added test case for add, update and removeprathamesh
2017-11-13if password is empty then defaults to emailprathamesh
2017-11-13csv 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-13Fix Error table layout in grade_user, view_answerpaper, user_datamaheshgudi
2017-11-10Merge pull request #384 from ankitjavalkar/fix-extra-field-testcasePrabhu Ramachandran
Prepopulate the test case type field when adding test cases to questions
2017-11-10Merge pull request #380 from maheshgudi/beautify_assertionsPrabhu Ramachandran
Prettify assertion error output
2017-11-10Remove traceback for recursion and/or runtime errors.maheshgudi
2017-11-10Add textwrap for assertion error tablemaheshgudi
2017-11-10Optimised the code and added dialect while reading to handle differentprathamesh
delimiters
2017-11-10Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
upload_users_csv
2017-11-10Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
beautify_assertions
2017-11-10Pretty exceptions for hook code.mahesh