summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authormaheshgudi2018-03-22 12:56:16 +0530
committermaheshgudi2018-03-22 12:56:16 +0530
commit61b9917e99817b9a6e862bbff624bb222867da48 (patch)
tree71b0a57e0739e4f360ba53bb30e13745fcb533b0 /CHANGELOG.txt
parentc9dc758af9c80f4363b90abf3ca47cf4edc34f40 (diff)
downloadonline_test-61b9917e99817b9a6e862bbff624bb222867da48.tar.gz
online_test-61b9917e99817b9a6e862bbff624bb222867da48.tar.bz2
online_test-61b9917e99817b9a6e862bbff624bb222867da48.zip
Add changes wrt v0.8 to the changelog.txt file
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt24
1 files changed, 16 insertions, 8 deletions
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.
-