Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added max and min calculation | Eugeniy Mikhailov | 2014-03-28 | 1 | -0/+79 | |
| | ||||||
* | fix: add forgotten/moved separator variable | Eugeniy Mikhailov | 2014-03-28 | 1 | -0/+1 | |
| | ||||||
* | added new infousers into the table creation | Eugeniy Mikhailov | 2014-03-27 | 1 | -0/+2 | |
| | ||||||
* | Added routines to output class high and low, Max Possible simplified too | Eugeniy Mikhailov | 2014-03-27 | 1 | -19/+82 | |
| | ||||||
* | Small logic simplification | Eugeniy Mikhailov | 2014-03-27 | 1 | -3/+1 | |
| | ||||||
* | moved grades table html header formatting into separate proc | Eugeniy Mikhailov | 2014-03-27 | 1 | -62/+71 | |
| | ||||||
* | wrong sort column variable name was used in subroutine | Eugeniy Mikhailov | 2014-03-27 | 1 | -1/+1 | |
| | ||||||
* | max point html table raw moved into separate proc | Eugeniy Mikhailov | 2014-03-27 | 1 | -24/+28 | |
| | ||||||
* | changelogv2.2.2 | Eugeniy Mikhailov | 2014-01-17 | 1 | -0/+2 | |
| | ||||||
* | added usage for banner2csv.pl | Eugeniy Mikhailov | 2014-01-17 | 1 | -1/+14 | |
| | ||||||
* | added usage section for csv2GradeBook.tcl | Eugeniy Mikhailov | 2014-01-17 | 1 | -2/+12 | |
| | ||||||
* | changelogv2.2.1 | Eugeniy Mikhailov | 2013-12-09 | 1 | -1/+3 | |
| | ||||||
* | wrapped UpdateGrades and UpdateGradesCategory in begin/end transaction for speed | Eugeniy Mikhailov | 2013-12-09 | 1 | -0/+4 | |
| | ||||||
* | changelogv2.2.0 | Eugeniy Mikhailov | 2013-12-08 | 1 | -0/+3 | |
| | ||||||
* | improved error messages | Eugeniy Mikhailov | 2013-12-08 | 1 | -2/+6 | |
| | ||||||
* | removed transaction pragmas from test | Eugeniy Mikhailov | 2013-12-08 | 1 | -14/+0 | |
| | ||||||
* | Delete column wrapped in end/begin transaction | Eugeniy Mikhailov | 2013-12-08 | 1 | -0/+2 | |
| | ||||||
* | debuging improved in begin/end transaction procs | Eugeniy Mikhailov | 2013-12-08 | 1 | -4/+4 | |
| | ||||||
* | debugging improved in DeleteColumnFromTable | Eugeniy Mikhailov | 2013-12-08 | 1 | -3/+3 | |
| | ||||||
* | dbg messaging redone to show location of the caller as well | Eugeniy Mikhailov | 2013-12-08 | 1 | -7/+10 | |
| | ||||||
* | htmlError remade to show location of the error | Eugeniy Mikhailov | 2013-12-08 | 1 | -2/+6 | |
| | ||||||
* | fixed html in edit categories page | Eugeniy Mikhailov | 2013-12-08 | 1 | -2/+2 | |
| | ||||||
* | improved logic of the lowest grades dropout | Eugeniy Mikhailov | 2013-12-08 | 1 | -2/+15 | |
| | ||||||
* | begin, end transaction script replaced with functions | Eugeniy Mikhailov | 2013-12-08 | 1 | -13/+2 | |
| | ||||||
* | removed debugging output | Eugeniy Mikhailov | 2013-12-08 | 1 | -3/+0 | |
| | ||||||
* | added begin and end db transaction functions | Eugeniy Mikhailov | 2013-12-08 | 1 | -0/+28 | |
| | ||||||
* | UpdateGradesCategores updated NumberToDrop column | Eugeniy Mikhailov | 2013-12-08 | 1 | -0/+3 | |
| | ||||||
* | proper indentation in EditGradesCategories | Eugeniy Mikhailov | 2013-12-08 | 1 | -29/+29 | |
| | ||||||
* | EditGradesCategories takes care of NumberToDrop column | Eugeniy Mikhailov | 2013-12-08 | 1 | -1/+4 | |
| | ||||||
* | 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 | |
| | | | | dropped | |||||
* | 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 studentsv2.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 | 2 | -18/+19 | |
| | ||||||
* | changelogv2.1.0 | Eugeniy Mikhailov | 2013-12-05 | 1 | -0/+2 | |
| | ||||||
* | added profiling and test file | Eugeniy Mikhailov | 2013-12-05 | 2 | -0/+254 | |
| | ||||||
* | Access to database wrapped in one transaction | Eugeniy Mikhailov | 2013-12-05 | 1 | -0/+20 | |
| | | | | | | This speedups weights recalculations which use a lot of update statements. Strangely on some computers it works fast even without enabling one transaction mode. | |||||
* | Changelog | Eugeniy Mikhailov | 2013-12-04 | 1 | -1/+2 | |
| | ||||||
* | update grades does not recalculate grades weights if cancel is selected | Eugeniy Mikhailov | 2013-12-04 | 1 | -2/+3 | |
| | ||||||
* | added css style for deleted column | Eugeniy Mikhailov | 2013-12-04 | 1 | -0/+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 | |
| | | | | Now deletion is recoverable operation | |||||
* | changelog | Eugeniy Mikhailov | 2013-12-04 | 1 | -0/+3 | |
| | ||||||
* | 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 | |
| | | | | This is done at higher level function | |||||
* | Delete non web function does not call weight recalculation | Eugeniy Mikhailov | 2013-12-04 | 1 | -2/+2 | |
| | | | | This is done in the higher level function | |||||
* | Update column function now calls rename column specificly | Eugeniy Mikhailov | 2013-12-04 | 1 | -17/+2 | |
| |