Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-13 | Fix import changes for file_utils | maheshgudi | |
2018-07-12 | Merge pull request #496 from maheshgudi/questions_yaml | King | |
Question upload can take yaml and zip files | |||
2018-07-11 | Support for multiple yaml files | maheshgudi | |
2018-07-10 | Change in file_utils, forms, models, lesson.css, add_lesson.html, views | adityacp | |
- 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 | |||
2018-07-10 | Changes in file_utils.py, courses.html, index.html, module.html, unit.html, ↵ | adityacp | |
offline.css - Remove unnecessary list from write_templates_to_zip function in file_utils - Remove styling from index.html, module.html, unit.html - Add offline.css for styling in index.html, module.html, unit.html | |||
2018-06-26 | Fix course download to support Python 2 and 3 | adityacp | |
2018-06-26 | Changes in views, models, forms, urls, file_utils | adityacp | |
- Add new view function to download course content - Add new attribute to Lesson model - Add new model methods to add course, module and lesson content - Add validation in forms to check for lesson video file format - Add functions in file_utils to add static files and templates to the zip file | |||
2018-06-07 | Pep8 changes | adityacp | |
2017-11-14 | Added ',' as the specific delimiter for the csv upload | 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-10 | Optimised the code and added dialect while reading to handle different | prathamesh | |
delimiters | |||
2017-11-07 | Need nested try..except in is_csv | prathamesh | |
2017-11-07 | Removed nested try..except | prathamesh | |
2017-11-06 | Added info for upload | prathamesh | |
converted list to set as dict.keys() returns list in python 2.7 | |||
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 | |||
2016-10-17 | changes in evaluator and file utils | adityacp | |
2016-10-17 | extract uploaded questions zip in temp | adityacp | |
2016-08-30 | removed extract_files and read_json files from views | adityacp | |
2016-07-28 | added validation to check zip file | adityacp | |
2016-07-28 | changed module name from copy_delete_files to file_utils | adityacp | |