From 3d0ea52eaf04c234bc1f562fa695743e3752462f Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 5 Mar 2018 16:07:18 +0530 Subject: Update CHANGELOG --- CHANGELOG.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e259117..2d7a006 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +=== 0.8.0 === + +* Added a management command to add users to moderator group +* Renamed add_group management command to create_mod_group + === 0.7.0 (15-11-2017) === * Simplified Standard I/O type question error output. -- cgit From d75444f7995ad48dc256cd11a6d3c407a3934ebf Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Mon, 5 Mar 2018 16:12:32 +0530 Subject: Update CHANGELOG --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2d7a006..d3364e0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,7 @@ * Added a management command to add users to moderator group * Renamed add_group management command to create_mod_group +* Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv === 0.7.0 (15-11-2017) === -- cgit From c9dc758af9c80f4363b90abf3ca47cf4edc34f40 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 22 Mar 2018 11:44:18 +0530 Subject: Update CHANGELOG --- CHANGELOG.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d3364e0..fab49a6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ === 0.8.0 === -* Added a management command to add users to moderator group -* Renamed add_group management command to create_mod_group +* Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator * Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv +* Changed the unit of time_between_attempts field within Quiz model from days to hours === 0.7.0 (15-11-2017) === -- cgit From 61b9917e99817b9a6e862bbff624bb222867da48 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Thu, 22 Mar 2018 12:56:16 +0530 Subject: Add changes wrt v0.8 to the changelog.txt file --- CHANGELOG.txt | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fab49a6..13c42ab 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,17 @@ -=== 0.8.0 === +=== 0.8.0 (Tentatively on 22-03-2018) === + +* Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator. +* Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv. +* Changed the unit of time_between_attempts field within Quiz model from days to hours. +* Fixed assignment upload feature. +* Error output is displayed using Ajax instead of reloading the entire page. +* Added Mathjax to the repository. +* Added Yaksh logo on the website. +* Changed travis build distribution from precise (Ubuntu 12.04 LTS) to trusty (Ubuntu 14.04 LTS). +* Fixed a bug that allowed creation of multiple answerpapers. +* Added MCQ/MCC Shuffle testcases feature for question paper. +* Added Arrange in Correct Order question type feature. -* Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator -* Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv -* Changed the unit of time_between_attempts field within Quiz model from days to hours === 0.7.0 (15-11-2017) === @@ -24,8 +33,8 @@ * Added a Datetimepicker to edit course Page. * Added invoke script for quickstart and docker deployment. * Added the facility to send mails to all students enrolled in a course. -* Fixed a bug that would cause issue during email activation key check -* Added comprehensive tests for views.py +* Fixed a bug that would cause issue during email activation key check. +* Added comprehensive tests for views.py. * Fixed a bug that allowed moderators to set cyclic quiz prerequisites in a course. * Added a feature that redirects to edit profile page if user has no profile. * Fixed a bug that would allow enrolled students to attempt quizzes for deactivated courses. @@ -48,7 +57,7 @@ === 0.6.0 (11-05-2017) === * Added a course code field that can be used to search a course. -* Updated the documentation to describe the course code feature +* Updated the documentation to describe the course code feature. * Fixed a bug that prevented redirection based on 'next' parameter after login. * Fixed a bug that littered residual system processes created by code evaluators. * Added the facility to allow moderators to see and download uploaded assignments. @@ -71,4 +80,3 @@ * Fixed a bug that displayed the elements of stdout testcase output as unicode. * Fixed a bug that prevented users from logging in using Google OAuth. * Added coverage reports to travis.yml. - -- cgit From 3577245efdd6b7ea479bb499633d38bb86aa81d7 Mon Sep 17 00:00:00 2001 From: adityacp Date: Thu, 22 Mar 2018 16:09:58 +0530 Subject: Update changelog for release 0.8 --- CHANGELOG.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 13c42ab..85b1c20 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,20 @@ * Fixed a bug that allowed creation of multiple answerpapers. * Added MCQ/MCC Shuffle testcases feature for question paper. * Added Arrange in Correct Order question type feature. +* Added a feature to create a course with lessons, quizzes and exercises. +* Fixed a bug where a oauth users' email is not verified +* Added a feature to show per student course completion status. +* Fixed a bug where a moderator could change question paper of other moderator. +* Fixed a bug where a teacher could not access question paper for a course. +* Fixed a bug where a teacher could become the course creator while editing a course. +* Fixed a bug where a student could attempt a module even though the previous module was incomplete. +* Added a feature where a moderator/teacher could activate or deactivate a lesson and learningmodule. +* Updated clone course feature to create copy of course, lessons, quizzes and learning modules. +* Changed Student dashboard to show the days remaining for a course to start. +* Changed UI for student and moderator dashboard. +* Updated documentation +* Added a feature where a noderator can create exercises. +* Added grading feature which allows a moderator to create a grading system and apply it for a course. === 0.7.0 (15-11-2017) === -- cgit From dcd42b1e071a565aad0f264e697d715eb54e8108 Mon Sep 17 00:00:00 2001 From: adityacp Date: Fri, 23 Mar 2018 16:19:27 +0530 Subject: Update files for release 0.8 --- CHANGELOG.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 85b1c20..01d80dd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -=== 0.8.0 (Tentatively on 22-03-2018) === +=== 0.8.0 (23-03-2018) === * Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator. * Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv. @@ -12,18 +12,16 @@ * Added MCQ/MCC Shuffle testcases feature for question paper. * Added Arrange in Correct Order question type feature. * Added a feature to create a course with lessons, quizzes and exercises. -* Fixed a bug where a oauth users' email is not verified +* Fixed a bug where a oauth users' email is not verified. * Added a feature to show per student course completion status. * Fixed a bug where a moderator could change question paper of other moderator. * Fixed a bug where a teacher could not access question paper for a course. * Fixed a bug where a teacher could become the course creator while editing a course. -* Fixed a bug where a student could attempt a module even though the previous module was incomplete. -* Added a feature where a moderator/teacher could activate or deactivate a lesson and learningmodule. * Updated clone course feature to create copy of course, lessons, quizzes and learning modules. * Changed Student dashboard to show the days remaining for a course to start. * Changed UI for student and moderator dashboard. * Updated documentation -* Added a feature where a noderator can create exercises. +* Added a feature where a moderator can create exercises. * Added grading feature which allows a moderator to create a grading system and apply it for a course. -- cgit From a6284b34e69140ba2a4f2f277ca0708b1c231ebc Mon Sep 17 00:00:00 2001 From: adityacp Date: Mon, 18 Jun 2018 11:49:11 +0530 Subject: Release 0.8.1 changes - Add information about feature additions and changes in CHANGELOG.txt - Add migrations for model changes - Change version number in __init__.py --- CHANGELOG.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 01d80dd..d603d34 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,19 @@ +=== 0.8.1 (18-06-2018) === + +* Fixed a bug where quiz completion shows inprogress even after completing. +* Changed send bulk mail to add recipients to BCC list instead of TO list. +* Changed course status feature to view student progress more easily and quickly. +* Changed student course dashboard to view completion percentage per module and + overall course. +* Added support for nose asserts for python assertion based evaluation. +* Added a new feature to show error line number in student code for python + based questions only. +* Replaced django render_to_response function with render function in views. +* Upgraded Django version from 1.9.5 to 1.10. +* Fixed pep8 for the code base. +* Fixed a bug that allows answer to be true if there are no test cases to a code + question. + === 0.8.0 (23-03-2018) === * Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator. -- cgit