Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | Revamp course detail and courses page templates | adityacp | |
2020-01-12 | Merge pull request #639 from prathamesh920/r-evaluator-initial | King | |
evaluator for r- Initial | |||
2020-01-12 | evaluator for r- Initial | prathamesh | |
2020-01-06 | Fix issue in add_question.html template | CruiseDevice | |
- Test case select dropdown now shows only testcase type based on the question type. - Fix blank question created issue in add_question template. | |||
2020-01-06 | Merge pull request #634 from ankitjavalkar/fix-grades | ankitjavalkar | |
Fix bug to only allow self created grading systems to show up in the course form | |||
2020-01-06 | Resolve comments | CruiseDevice | |
- Use django URL tag - Fix Add Testcase dropdown width | |||
2020-01-06 | Improve UI in addquestion template | CruiseDevice | |
2020-01-03 | Fix bug to only allow self created grading systems to show up in the course form | ankitjavalkar | |
2020-01-03 | Add fontawesome icons in questions page and change add question button position | adityacp | |
2020-01-03 | Remove unncessary break html tags and add bootstrap custom file input | adityacp | |
2020-01-02 | Merge pull request #636 from CruiseDevice/revamp_ui | Akash Chavan | |
Fix UI, add Pagination to showquestions.html | |||
2020-01-02 | set template debug to True to avoid restarting django server | CruiseDevice | |
2020-01-02 | Resolve comments | CruiseDevice | |
2020-01-02 | Resolve comments | CruiseDevice | |
- Fix PEP8 - Change the url as per django urlpattern - Replace all the buttons by <a> tag - Use get_queryset() for filtering data for pagination - Make buttons large - Add Pagination in ajax_question_filter.html - Hide Pagination when there is no question object | |||
2020-01-02 | Resolve conflicts | CruiseDevice | |
2020-01-02 | Show the grading ranges in a single line | adityacp | |
2020-01-02 | Add django messages in template context processors | adityacp | |
2020-01-02 | Change courses page with new UI | adityacp | |
2020-01-02 | Change UI in add grades template | adityacp | |
2019-12-27 | Merge pull request #635 from ankitjavalkar/maheshgudi-fix_stdio_spacing_error | ankitjavalkar | |
Allow new line to be added in an stdio testcase | |||
2019-12-27 | Fix pep8 for stdio spacing error | maheshgudi | |
2019-12-27 | Add testcase for highlight spaces | maheshgudi | |
2019-12-27 | Allow new line to be added in an stdio testcase | maheshgudi | |
2019-12-26 | Merge pull request #633 from ↵ | ankitjavalkar | |
ankitjavalkar/maheshgudi-pygmentise_answerpaper-merger Add syntax highlight for code answers in answerpaper | |||
2019-12-20 | Use reverse url instead of traditional url in templates | adityacp | |
2019-12-20 | Change forms.py and views.py | adityacp | |
- Add pagination for the courses in the moderator dashboard - Add bootstrap class for input type in forms.py | |||
2019-12-20 | Change in moderator dashboard templates | adityacp | |
- Add paginator template for pagination - Change moderator dashboard, edit profile and complete template | |||
2019-12-20 | Change the password reset page and change password page | adityacp | |
2019-12-20 | Change base templates for moderator side pages | adityacp | |
2019-12-20 | Replace existing bootstrap css and add new custom css | adityacp | |
2019-12-18 | Fix conflicts for pygmentized answer paper | ankitjavalkar | |
2019-09-27 | Merge pull request #630 from FOSSEE/release_0_11_0 | ankitjavalkar | |
Release 0.11.0 related changes | |||
2019-09-27 | Release 0.11.0 related changes | ankitjavalkar | |
2019-09-27 | Merge pull request #624 from CruiseDevice/overflow-x | ankitjavalkar | |
Fix #574 Prevent browser from horizontal scrolling | |||
2019-09-27 | Merge pull request #627 from ankitjavalkar/course-download-clean | ankitjavalkar | |
Move all download related templates to a new subfolder and add homepage link to navbar logo | |||
2019-09-12 | Merge pull request #621 from pllvsis/master | Akash Chavan | |
Fixing Python version used in command line executions | |||
2019-08-20 | Fixed Python version reference in command line | pllvsis | |
2019-08-19 | Move all download related templates to a new subfolder and add homepage link ↵ | ankitjavalkar | |
to navbar logo | |||
2019-07-30 | Merge pull request #622 from CruiseDevice/offline_yaksh | Akash Chavan | |
Download course from yaksh for offline purpose. | |||
2019-07-29 | Fix #574 Prevent browser from horizontal scrolling | CruiseDevice | |
2019-07-26 | Merge pull request #610 from ankitjavalkar/fix-nonetype-error | ankitjavalkar | |
Fix Nonetype error due to incorrect if-else during course_code search | |||
2019-07-26 | Move Download Course button on first page under "Enrolled Courses" | CruiseDevice | |
2019-07-23 | Fix course filter query to display only non trial courses on the dashboard | ankitjavalkar | |
2019-07-12 | Resolve comments | CruiseDevice | |
- Remove print statements. - Remove commented css from offline.css. - Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application. | |||
2019-07-03 | Minor changes | CruiseDevice | |
- Remove commented code. - Add active class to the tab selected on sidebar. | |||
2019-07-02 | Fixing Python version used in command line executions | Pallavi | |
2019-06-27 | Fix Nonetype error due to incorrect if-else during course_code search | ankitjavalkar | |
2019-06-27 | Upgrade Django version | ankitjavalkar | |
2019-06-21 | Add API to get complete course details and AnswerPaper for the quiz | prathamesh | |
Courses are retrieved in which the user is a student. Complete course info is made available. Answerpaper is created if does not exists on start quiz. AnswerPaper detail info is made available. If attempts are not allowed then the message is retrieved. | |||
2019-06-20 | UI improvements | CruiseDevice | |
- show lessons in tree structure on sidebar menu. - Use div inplace of table in index.html to show modules and lessons. |