aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change column fix: proper html tag closingEugeniy Mikhailov2014-09-051-1/+1
* edit course info fix: proper htnl tag closingEugeniy Mikhailov2014-09-051-1/+1
* edit new user info fix: proper htnl tag closingEugeniy Mikhailov2014-09-051-1/+1
* chose new passford fix: proper htnl tag closingEugeniy Mikhailov2014-09-051-1/+1
* change group page fix: proper hml tag closingEugeniy Mikhailov2014-09-051-1/+1
* fix in ask to logon page: proper html tag closingEugeniy Mikhailov2014-09-051-1/+1
* fix in footer: proper html tag closingEugeniy Mikhailov2014-09-051-1/+1
* added code for the single user grade value modificationEugeniy Mikhailov2014-09-041-2/+49
* added draft of edit_user_grade actions, html pointers onlyEugeniy Mikhailov2014-09-031-0/+20
* the categories weight was wrong, grades book code is fineEugeniy Mikhailov2014-09-011-3/+0
* added FIXME fileEugeniy Mikhailov2014-09-011-0/+3
* improved usage methodEugeniy Mikhailov2014-08-291-3/+3
* begin/end transaction placed correctly to achive fast stats updateEugeniy Mikhailov2014-05-081-9/+4
* changelogv2.3.3Eugeniy Mikhailov2014-05-082-0/+3
* 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
* transaction end/begin enhanced to have force flagsEugeniy Mikhailov2014-05-081-10/+27
* changelogv2.3.2Eugeniy Mikhailov2014-05-081-0/+3
* reworked transaction start/end logic now it is not closing if someone else wa...Eugeniy Mikhailov2014-05-081-14/+15
* 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
* Changelogv2.3.1Eugeniy Mikhailov2014-03-301-0/+2
* Usage clarified for passwd_db fileEugeniy Mikhailov2014-03-301-1/+1
* 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
* changelogv2.3.0Eugeniy Mikhailov2014-03-291-0/+2
* 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