Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-16 | Change test data files, views, models, template | adityacp | |
- Fix upload marks for a quiz column missing error - Add upload marks task to celery - Minor fixes to avoid errors in regrade and custom_filters | |||
2020-11-04 | Add more tests for CSV marks upload | prathamesh | |
2020-10-23 | Update marks using CSV file upload | prathamesh | |
2020-09-30 | Add table of contents for lesson with yaml upload | adityacp | |
2020-08-26 | Avoid duplicate user entry with same email address during upload. | prathamesh | |
Django allows multiple usernames with same email id. Preventing this, as we identify users with their email id or username. | |||
2019-04-17 | Fix user CSV upload issue | King | |
2018-07-13 | Fix minor issue in selenium | prathamesh | |
2018-07-13 | Modify demo questions to make them simpler | maheshgudi | |
- Update default timeout to 6 seconds for Java related code | |||
2018-07-11 | Support for multiple yaml files | maheshgudi | |
2017-11-14 | Added sample csv for user to download and upload. | prathamesh | |
2017-11-13 | Added testcase file | prathamesh | |
2017-11-06 | Upload user to the course via csv. | prathamesh | |
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv | |||
2017-08-25 | Fixes order in demo_questions.zip | mahesh | |
- Template yaml is now generated on the fly. - Removes yaml_question_template files. - Fixes order for yaml file inside demo_questions.zip | |||
2017-08-18 | Adds tags in yaml files | mahesh | |
2017-08-17 | Adds yaml file containing all types of questions | mahesh | |
2017-08-16 | Adds ruamel.yaml instead of pyyaml | mahesh | |
- Preserves escape characters - Adds ruamel.yaml in requirements | |||
2017-08-03 | fixed demo questions yaml formatting | mahesh | |
2017-07-31 | Adds yaml serialization to download and upload questions | mahesh | |
2017-01-10 | Change fixture file to create demo course | adityacp | |
2017-01-09 | Update demo fixtures json file | adityacp | |
2017-01-04 | Fix management commands | adityacp | |
2016-09-16 | changed json question summary | adityacp | |
2016-08-30 | added extract status of file in demo_question.zip | adityacp | |
2016-08-25 | created a course fixtures for demo course | adityacp | |
2015-10-08 | - Modify initial fixtures | ankitjavalkar | |
- Add load data command with settings.py path - Modify Manifest | |||
2015-10-07 | Modify fixtures and load them on quickstart | ankitjavalkar | |
2015-09-15 | Remove testapp dir, remove reference to testapp in paths, files | ankitjavalkar | |