aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* changelogv2.2.2Eugeniy Mikhailov2014-01-171-0/+2
* added usage for banner2csv.plEugeniy Mikhailov2014-01-171-1/+14
* added usage section for csv2GradeBook.tclEugeniy Mikhailov2014-01-171-2/+12
* changelogv2.2.1Eugeniy Mikhailov2013-12-091-1/+3
* wrapped UpdateGrades and UpdateGradesCategory in begin/end transaction for speedEugeniy Mikhailov2013-12-091-0/+4
* changelogv2.2.0Eugeniy Mikhailov2013-12-081-0/+3
* improved error messagesEugeniy Mikhailov2013-12-081-2/+6
* removed transaction pragmas from testEugeniy Mikhailov2013-12-081-14/+0
* Delete column wrapped in end/begin transactionEugeniy Mikhailov2013-12-081-0/+2
* debuging improved in begin/end transaction procsEugeniy Mikhailov2013-12-081-4/+4
* debugging improved in DeleteColumnFromTableEugeniy Mikhailov2013-12-081-3/+3
* 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
* added begin and end db transaction functionsEugeniy Mikhailov2013-12-081-0/+28
* 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
* if column moved to deleted category it become hidden from studentsv2.1.1Eugeniy Mikhailov2013-12-051-0/+1
* added deletion timestamp to deleted columnEugeniy Mikhailov2013-12-051-1/+2
* wrap inside of transaction only weights recalculationEugeniy Mikhailov2013-12-052-18/+19
* changelogv2.1.0Eugeniy Mikhailov2013-12-051-0/+2
* added profiling and test fileEugeniy Mikhailov2013-12-052-0/+254
* Access to database wrapped in one transactionEugeniy Mikhailov2013-12-051-0/+20
* ChangelogEugeniy Mikhailov2013-12-041-1/+2
* update grades does not recalculate grades weights if cancel is selectedEugeniy Mikhailov2013-12-041-2/+3
* added css style for deleted columnEugeniy Mikhailov2013-12-041-0/+3
* Added deleted column categoriesEugeniy Mikhailov2013-12-041-0/+2
* Web deletion actually renames the columnEugeniy Mikhailov2013-12-041-1/+11
* changelogEugeniy Mikhailov2013-12-041-0/+3
* Do not recalculate column weights if it was not changed during updateEugeniy Mikhailov2013-12-041-3/+16
* Add column non web does not call for weight recalculationEugeniy Mikhailov2013-12-041-4/+4