aboutsummaryrefslogtreecommitdiff
path: root/GradeBook_lib.tcl
Commit message (Expand)AuthorAgeFilesLines
...
* begin/end transaction placed correctly to achive fast stats updateEugeniy Mikhailov2014-05-081-9/+4
* looks begin/update transaction wrapping doesnot work, commenting it outEugeniy Mikhailov2014-05-081-4/+4
* when insert to table transaction should endEugeniy Mikhailov2014-05-081-0/+4
* added begin/end transactions during stat updates: significant speedupEugeniy Mikhailov2014-05-081-0/+5
* added fixme columnEugeniy Mikhailov2014-05-081-0/+1
* stddev treated differently in GrandTotal, i.e. no letter gradeEugeniy Mikhailov2014-05-081-5/+8
* added stded rowEugeniy Mikhailov2014-05-081-3/+30
* added capabilities to calculate mean and media for gradesEugeniy Mikhailov2014-05-081-4/+49
* pad missing default permission to existing in the tableEugeniy Mikhailov2014-03-291-0/+34
* created default Access Right table each DB access table use it as templateEugeniy Mikhailov2014-03-291-37/+136
* typoEugeniy Mikhailov2014-03-291-1/+1
* Output of high or low grade moved in one procEugeniy Mikhailov2014-03-291-29/+23
* on user group change stat recalculated for grades tableEugeniy Mikhailov2014-03-291-0/+1
* created access rights for staticstic updatesEugeniy Mikhailov2014-03-291-0/+1
* added statistics update as web actionEugeniy Mikhailov2014-03-291-0/+3
* Added update of statistics for the whole tableEugeniy Mikhailov2014-03-291-1/+34
* proc change to a more general nameEugeniy Mikhailov2014-03-291-3/+3
* do not convert max min in percent in for statictic rowsEugeniy Mikhailov2014-03-291-8/+0
* expect html string and then output it instead of relying on proc puts commandEugeniy Mikhailov2014-03-291-28/+28
* special treatment of html out for some info in weighted columnEugeniy Mikhailov2014-03-291-1/+2
* improved column value to html form transformEugeniy Mikhailov2014-03-291-7/+12
* html formatting proc return string instead of using putsEugeniy Mikhailov2014-03-291-4/+15
* column value html format in separate procEugeniy Mikhailov2014-03-291-34/+38
* added update of high/low for parent category and Grand TotalEugeniy Mikhailov2014-03-281-3/+33
* inforow added to table with check of their existenceEugeniy Mikhailov2014-03-281-5/+5
* added max and min calculationEugeniy Mikhailov2014-03-281-0/+79
* fix: add forgotten/moved separator variableEugeniy Mikhailov2014-03-281-0/+1
* added new infousers into the table creationEugeniy Mikhailov2014-03-271-0/+2
* Added routines to output class high and low, Max Possible simplified tooEugeniy Mikhailov2014-03-271-19/+82
* Small logic simplificationEugeniy Mikhailov2014-03-271-3/+1
* moved grades table html header formatting into separate procEugeniy Mikhailov2014-03-271-62/+71
* wrong sort column variable name was used in subroutineEugeniy Mikhailov2014-03-271-1/+1
* max point html table raw moved into separate procEugeniy Mikhailov2014-03-271-24/+28
* wrapped UpdateGrades and UpdateGradesCategory in begin/end transaction for speedEugeniy Mikhailov2013-12-091-0/+4
* improved error messagesEugeniy Mikhailov2013-12-081-2/+6
* Delete column wrapped in end/begin transactionEugeniy Mikhailov2013-12-081-0/+2
* dbg messaging redone to show location of the caller as wellEugeniy Mikhailov2013-12-081-7/+10
* htmlError remade to show location of the errorEugeniy Mikhailov2013-12-081-2/+6
* fixed html in edit categories pageEugeniy Mikhailov2013-12-081-2/+2
* improved logic of the lowest grades dropoutEugeniy Mikhailov2013-12-081-2/+15
* begin, end transaction script replaced with functionsEugeniy Mikhailov2013-12-081-13/+2
* removed debugging outputEugeniy Mikhailov2013-12-081-3/+0
* UpdateGradesCategores updated NumberToDrop columnEugeniy Mikhailov2013-12-081-0/+3
* proper indentation in EditGradesCategoriesEugeniy Mikhailov2013-12-081-29/+29
* EditGradesCategories takes care of NumberToDrop columnEugeniy Mikhailov2013-12-081-1/+4
* Creation of GradesCategoryTable adds NumberToDrop clolumnEugeniy Mikhailov2013-12-081-2/+10
* instead of excused points calculate gained and maximum possible directlyEugeniy Mikhailov2013-12-081-4/+2
* number of points for a students calculated with taking in account the lowest ...Eugeniy Mikhailov2013-12-081-7/+35
* added function which calculates grades sum with dropped lowestEugeniy Mikhailov2013-12-081-0/+50
* added function to read from table number of grades to dropEugeniy Mikhailov2013-12-081-0/+22