Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 nowv2.0.10 | Eugeniy Mikhailov | 2013-03-03 | 1 | -1/+1 | |
| | ||||||
* | New required parameters and instructor defaultsv2.0.9 | Eugeniy Mikhailov | 2013-02-07 | 1 | -6/+34 | |
| | ||||||
* | 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 emailv2.0.8 | Eugeniy Mikhailov | 2013-01-29 | 1 | -1/+1 | |
| | ||||||
* | sql injection protection in SelectItemFromCourseInfoTablev2.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 | 2 | -1/+3 | |
| | ||||||
* | using verbosity level from config file | Eugeniy Mikhailov | 2012-12-18 | 1 | -1/+2 | |
| | ||||||
* | updated config fields | Eugeniy Mikhailov | 2012-12-18 | 2 | -0/+3 | |
| | ||||||
* | allow email sending for reset password actionv2.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 | |
| | ||||||
* | safe column selection | Eugeniy Mikhailov | 2012-12-15 | 1 | -1/+1 | |
| | ||||||
* | dbg out for isActionGranted | Eugeniy Mikhailov | 2012-12-15 | 1 | -0/+1 | |
| | ||||||
* | remove update file fields | Eugeniy Mikhailov | 2012-12-15 | 1 | -3/+0 | |
| | ||||||
* | added dbg about reset password | Eugeniy Mikhailov | 2012-12-15 | 1 | -1/+2 | |
| | ||||||
* | added log entry about requested actionv2.0.5-reset_password_disabled | Eugeniy Mikhailov | 2012-12-12 | 1 | -0/+1 | |
| | ||||||
* | plugged sql attack via reset password proc | Eugeniy Mikhailov | 2012-12-12 | 1 | -0/+4 | |
| | | | | * it disable reset functionality | |||||
* | log message changed to show user categoryv2.0.5 | Eugeniy Mikhailov | 2012-12-12 | 1 | -3/+3 | |
| | ||||||
* | added time stamp proc | Eugeniy Mikhailov | 2012-12-12 | 1 | -0/+4 | |
| | ||||||
* | added version output to the logfile | Eugeniy Mikhailov | 2012-12-12 | 1 | -1/+1 | |
| | ||||||
* | check against sql injection during password database accessv2.0.4 | Eugeniy Mikhailov | 2012-12-12 | 1 | -1/+2 | |
| | ||||||
* | added remote IP to log outputv2.0.3 | Eugeniy Mikhailov | 2012-12-12 | 1 | -1/+3 | |
| | ||||||
* | removed unneeded new line selector | Eugeniy Mikhailov | 2012-09-03 | 1 | -5/+5 | |
| | ||||||
* | split out first name and initial, print with join statement | Eugeniy Mikhailov | 2012-09-03 | 1 | -6/+11 | |
| |