summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-31Fix spelling error: choosen to chosenKumar Appaiah
2018-07-25Make pep8 changes in setup.pymaheshgudi
2018-07-25Remove yaksh climaheshgudi
2018-07-25Remove unused showusers.html from templates directoryankitjavalkar
2018-07-24Remove reference to /static/yaksh/css/course.css in addteacher.htmlankitjavalkar
2018-07-24Remove reference to /static/yaksh/css/question_quiz.css in add_course, ↵ankitjavalkar
add_exercise and add_quiz
2018-07-20Raise 404 error if course and question paper are not availableadityacp
2018-07-20Make course_id compulsory argument in download_assignment_file view function ↵adityacp
and format error message
2018-07-20Merge pull request #503 from ankitjavalkar/add-home-redirectankitjavalkar
Add a redirect from url / to /exam
2018-07-18Add a redirect from url / to /examankitjavalkar
2018-07-17Fix failing tests for models and viewsadityacp
2018-07-17Change views tests for assignment uploadsadityacp
2018-07-17Create assignment upload files for a particular course instead of quizadityacp
2018-07-13Merge pull request #501 from adityacp/default_video_in_lesssonKing
Add default video in demo lesson
2018-07-13Add default video in demo lessonadityacp
2018-07-13Merge pull request #500 from maheshgudi/release-0.9Mahesh Gudi
Update migrations to fix order error
2018-07-13Update migrations to fix order errormaheshgudi
2018-07-13Merge pull request #499 from FOSSEE/release-0.9King
Add is_moderator in fixtures
2018-07-13Fix minor issue in seleniumprathamesh
2018-07-13Merge pull request #498 from maheshgudi/release-0.9v0.9.0King
release v0.9
2018-07-13Fix minor issue in seleniumprathamesh
2018-07-13pep8 cleanup for release v0.9maheshgudi
2018-07-13Add migration files for release v0.9maheshgudi
2018-07-13Fix unit and selenium tests for simple questionsmaheshgudi
2018-07-13Modify demo questions to make them simplermaheshgudi
- Update default timeout to 6 seconds for Java related code
2018-07-13Fix import changes for file_utilsmaheshgudi
2018-07-13Update changelog for release v0.9mahesh
2018-07-13Merge pull request #480 from ankitjavalkar/toggle-modKing
[Role based implementation] Allow moderator to switch between student and moderator roles
2018-07-13Fix bug that changes moderator-student view on every profile saveankitjavalkar
2018-07-13Add more testsankitjavalkar
2018-07-13Fix testsankitjavalkar
2018-07-13- Add buttons to Moderator and Student templatesankitjavalkar
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link
2018-07-13Allow moderator to switch between student and moderator rolesankitjavalkar
2018-07-12Merge pull request #491 from maheshgudi/catch_compilation_errorKing
Raise appropriate exceptions for C and Java language to the Grader
2018-07-12Merge pull request #496 from maheshgudi/questions_yamlKing
Question upload can take yaml and zip files
2018-07-12Merge pull request #497 from adityacp/change_readmeKing
Change README
2018-07-12Fix multiple testcase errormaheshgudi
2018-07-12Remove makemigrations command from production readme instructionsadityacp
2018-07-12Merge pull request #487 from adityacp/video_lessons_downloadKing
Download course content for offline view
2018-07-12Fix unicode issue in gradermaheshgudi
2018-07-12Make pep8 changesmaheshgudi
2018-07-12Raise appropriate exceptions for C and Java language to the Gradermaheshgudi
- Raise AssertionError,CompilationError and TestCaseError for assertion, user answer compilation and testcase compilation errors respectively. - Add test case for C/C++ and Java
2018-07-12Modify documentation for question uploadmaheshgudi
2018-07-12Merge pull request #489 from adityacp/search_tags_in_design_qpKing
Get questions using tags during question paper setup
2018-07-12Change README for local and production deploymentadityacp
2018-07-12Make pep9 changes for question-yaml featuresmaheshgudi
2018-07-11Support for multiple yaml filesmaheshgudi
2018-07-10Can directly upload yaml questions without zipmaheshgudi
2018-07-10Imporve download course offline views test to check files inside zip fileadityacp
2018-07-10Change in file_utils, forms, models, lesson.css, add_lesson.html, viewsadityacp
- Add new function in the file_utils to render template - Add webm as supported video format in forms - Add help text in video_file field - Add lesson.css file for adding custom styling for lessons - Add static_files dict in download_course views function