index
:
evmik/GradeBook.git
master
next
Students grades tracking
Eugeniy E. Mikhailov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
GradeBook_lib.tcl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Creation of GradesCategoryTable adds NumberToDrop clolumn
Eugeniy Mikhailov
2013-12-08
1
-2
/
+10
*
instead of excused points calculate gained and maximum possible directly
Eugeniy Mikhailov
2013-12-08
1
-4
/
+2
*
number of points for a students calculated with taking in account the lowest ...
Eugeniy Mikhailov
2013-12-08
1
-7
/
+35
*
added function which calculates grades sum with dropped lowest
Eugeniy Mikhailov
2013-12-08
1
-0
/
+50
*
added function to read from table number of grades to drop
Eugeniy Mikhailov
2013-12-08
1
-0
/
+22
*
if column moved to deleted category it become hidden from students
v2.1.1
Eugeniy Mikhailov
2013-12-05
1
-0
/
+1
*
added deletion timestamp to deleted column
Eugeniy Mikhailov
2013-12-05
1
-1
/
+2
*
wrap inside of transaction only weights recalculation
Eugeniy Mikhailov
2013-12-05
1
-0
/
+19
*
update grades does not recalculate grades weights if cancel is selected
Eugeniy Mikhailov
2013-12-04
1
-2
/
+3
*
Added deleted column categories
Eugeniy Mikhailov
2013-12-04
1
-0
/
+2
*
Web deletion actually renames the column
Eugeniy Mikhailov
2013-12-04
1
-1
/
+11
*
Do not recalculate column weights if it was not changed during update
Eugeniy Mikhailov
2013-12-04
1
-3
/
+16
*
Add column non web does not call for weight recalculation
Eugeniy Mikhailov
2013-12-04
1
-4
/
+4
*
Delete non web function does not call weight recalculation
Eugeniy Mikhailov
2013-12-04
1
-2
/
+2
*
Update column function now calls rename column specificly
Eugeniy Mikhailov
2013-12-04
1
-17
/
+2
*
addded RenameColumnNonWeb
Eugeniy Mikhailov
2013-12-04
1
-0
/
+30
*
added meta to html output to make it handheld friendly
Eugeniy Mikhailov
2013-05-18
1
-0
/
+1
*
Grade book list shown as sorted list now
v2.0.10
Eugeniy Mikhailov
2013-03-03
1
-1
/
+1
*
changed default labels for class title, year, and semester
Eugeniy Mikhailov
2013-02-07
1
-3
/
+3
*
TA can see UserName which is the same as email
v2.0.8
Eugeniy Mikhailov
2013-01-29
1
-1
/
+1
*
sql injection protection in SelectItemFromCourseInfoTable
v2.0.7
Eugeniy Mikhailov
2012-12-18
1
-1
/
+1
*
email sended has more log info and a catch for file delition
Eugeniy Mikhailov
2012-12-18
1
-2
/
+5
*
screen potential sql injection in Authenticate_User proc
Eugeniy Mikhailov
2012-12-18
1
-1
/
+1
*
added log file as config variable
Eugeniy Mikhailov
2012-12-18
1
-1
/
+2
*
using verbosity level from config file
Eugeniy Mikhailov
2012-12-18
1
-1
/
+2
*
updated config fields
Eugeniy Mikhailov
2012-12-18
1
-0
/
+2
*
allow email sending for reset password action
v2.0.6
Eugeniy Mikhailov
2012-12-15
1
-3
/
+0
*
simplified check of the sorting column
Eugeniy Mikhailov
2012-12-15
1
-8
/
+1
*
spell check
Eugeniy Mikhailov
2012-12-15
1
-1
/
+1
*
dbg out for isActionGranted
Eugeniy Mikhailov
2012-12-15
1
-0
/
+1
*
added dbg about reset password
Eugeniy Mikhailov
2012-12-15
1
-1
/
+2
*
plugged sql attack via reset password proc
Eugeniy Mikhailov
2012-12-12
1
-0
/
+4
*
added time stamp proc
Eugeniy Mikhailov
2012-12-12
1
-0
/
+4
*
check against sql injection during password database access
v2.0.4
Eugeniy Mikhailov
2012-12-12
1
-1
/
+2
*
added proper rounding for the final grades
v2.0.2
Eugeniy Mikhailov
2012-05-08
1
-0
/
+2
*
added link to statistics url into the footer
Eugeniy Mikhailov
2012-02-16
1
-1
/
+3
*
Added file with config and its generation from template. Main programs use it...
Eugeniy Mikhailov
2012-01-25
1
-2
/
+2
*
some log entry moved from critical to info level
Eugeniy Mikhailov
2012-01-25
1
-3
/
+3
*
set everywhere message level in dbg calls
v2.0.0
Eugeniy Mikhailov
2012-01-23
1
-40
/
+40
*
debug priority assigned
Eugeniy Mikhailov
2012-01-21
1
-2
/
+2
*
Password hash is not required to create databases offline
Eugeniy Mikhailov
2012-01-21
1
-14
/
+11
*
removed html output when setting non web new password
Eugeniy Mikhailov
2012-01-21
1
-1
/
+0
*
AccessGroupRights checks only against user name
Eugeniy Mikhailov
2012-01-21
1
-1
/
+1
*
Authenticate_User: rewritten to replace dummy
Eugeniy Mikhailov
2012-01-21
1
-2
/
+38
*
simplified password change proc
Eugeniy Mikhailov
2012-01-21
1
-1
/
+1
*
better logging
Eugeniy Mikhailov
2012-01-21
1
-4
/
+6
*
use of better logging in isActionGranted
Eugeniy Mikhailov
2012-01-21
1
-3
/
+3
*
resetforgottenpassword permitted to everyone
Eugeniy Mikhailov
2012-01-21
1
-1
/
+6
*
added password table creation function and check if the user in table
Eugeniy Mikhailov
2012-01-21
1
-0
/
+28
*
make use of Set_New_Password_Non_Web
Eugeniy Mikhailov
2012-01-21
1
-5
/
+6
[prev]
[next]