diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-05-08 14:24:55 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-05-08 14:24:55 -0400 |
commit | eaadc7fc0e4fa746e60c759845e92d21bcb7b50c (patch) | |
tree | ecff01dc32a1422f3737b6b8631bb584c5a6bf6a | |
parent | 6374fb0dc3e54ffe1cc48d68309437210de863b5 (diff) | |
download | GradeBook-eaadc7fc0e4fa746e60c759845e92d21bcb7b50c.tar.gz GradeBook-eaadc7fc0e4fa746e60c759845e92d21bcb7b50c.zip |
changelogv2.3.3
-rw-r--r-- | Changelog | 2 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +v2.3.3 + * removed start/end for stats updates, values were not saved into the table. v2.3.2 * added statistics info for mean, median, and stdev * reworked start/end transaction logic, now it is safe for recursive calls @@ -1,3 +1,4 @@ +- see why begin/end transaction block SAVES into the table - add web form for editing grading scheme - remove sort action from student, droped and guest groups - Sort columns properly: currently all columns are text so they are not sorted according their numerical values. This could be done by choosing proper column type (text or real) during creation and modification. |