Commit Graph

81 Commits (57d5ccdb8f4eef0f4bbc19e26722d9b3ef4e4519)

Author SHA1 Message Date
jmontoyaa 3917be86c1 Minor - format code 8 years ago
Yannick Warnier b358b8a0bf Internal: Remove useless quoting and rename some variables inside methods 8 years ago
Yannick Warnier a2bdf73df1 Internal: Rename variables in Events::updateEventExercise() and avoid unecessary Database::escape_string() calls 8 years ago
Yannick Warnier 0feba7c055 Internal: Convert all intval() calls to (int) casting (micro-optimization) 8 years ago
jmontoyaa fbc26a3ea0 Minor - format code, flint issues 8 years ago
Yannick Warnier f5a05ac052 Internal: Add validation on values used as params to other functions in events.lib.php 8 years ago
Yannick Warnier 8838160983 Internal: Minor: Change phpdoc to allow array type as $event_value argument to addEvent() 8 years ago
jmontoyaa 3743e267cb Minor - format code 8 years ago
Julio Montoya ecdc2037e2 Applied fixes from FlintCI 8 years ago
Julio Montoya 3c271b5819 Applied fixes from FlintCI 8 years ago
Julio Montoya bf885f42f4 Applied fixes from FlintCI 8 years ago
jmontoyaa d4d25fb38a Minor - format code, remove unused session id. 8 years ago
jmontoyaa c382eb331d Minor - format code 8 years ago
jmontoyaa 2ef12b5fd9 Minor - format code 8 years ago
jmontoyaa c49cfa81a4 When closing tab/windows execute a Event::courseLogout see BT#13552 8 years ago
jmontoyaa 2ca2d64415 Minor - format code, fix php docs, fix variable names 8 years ago
jmontoyaa cbf0ed71fa Add best score not in LP column see BT#13439 8 years ago
jmontoyaa f1e7965b2a Minor - format code. 8 years ago
jmontoyaa 6336f45a48 Minor - fix phpdoc 8 years ago
Julio 19eccdc89d Avoid big hours in total course time see BT#13267 8 years ago
jmontoyaa 73aa87a7f5 Minor - format code. 8 years ago
jmontoyaa 5a27b57a30 Minor - format code. 8 years ago
jmontoyaa 99729d41f5 Minor - Fix variable name, use "self" instead of "this" 8 years ago
jmontoyaa d384f674d3 Remove $_SESSION + format code 8 years ago
jmontoyaa a31ed90455 Minor - chang function name, move function to Event class. 8 years ago
jmontoyaa 74405485b2 Update to 5 minutes. 8 years ago
jmontoyaa e6b7eb95c3 Update course user session tracking every 5 minutes see BT#13267 8 years ago
jmontoyaa 19f7d58571 Fix typo "whoIsOnlineInIhisSessionCount" + format code 9 years ago
jmontoyaa 7b74817091 Minor - format code, remove unused variables. 9 years ago
jmontoyaa 2170661f90 Minor - format code. 9 years ago
Yannick Warnier e73ca6ec6a Minor - PHPDoc updates as suggested by @scrutinizer-auto-fixer 9 years ago
Scrutinizer Auto-Fixer ddf46f7fca Scrutinizer Auto-Fixes 9 years ago
Yannick Warnier 35f8dc45e9 Reduce database usage of get_all_exercise_results_by_course() by removing query of which results are unused. In test case with 1000 students and 5M records in track_e_attempt, provides a performance gain of 29% for "My progress" page - refs BT#12663 9 years ago
Yannick Warnier 7a83fddccf Reduce memory usage of get_all_exercise_results_by_course() by 60% - refs BT#12663 9 years ago
jmontoyaa 13bad22c14 Minor - format code. 9 years ago
Yannick Warnier a6f61fc538 Minor - Code style - Use "self" instead of classname within the class and remove spaces around :: operator 9 years ago
jmontoyaa 8c1a7ef2d0 Fix function, exeId must be set. 9 years ago
Yannick Warnier 3f95da6721 Fix issue preventing the removal of virtual time when more than one assignment are removed - refs BT#12212 9 years ago
jmontoyaa ea6e24f9fc Minor - format code, update docs 9 years ago
Yannick Warnier 0e77c2ed48 Add support for work removal when using considered_working_time setting - refs BT#12212 9 years ago
Yannick Warnier a729ce8860 Move, rename, change order and default values for function api_add_sub_hours_to_date_time to(base-time, interval, operation) ChamiloAPI::AddOrSubTimeToDateTime(interval, optional base-time, optional operation) - refs BT#12212 9 years ago
José Loguercio 344a54aaad Add tracking logs to determine working time in course access details - Refs BT#12212 9 years ago
jmontoyaa 41b9e00154 Fix update_event_exercise function name. 9 years ago
jmontoyaa ff4d29006c Avoid mysql is null error. 9 years ago
Angel Fernando Quiroz Campos 2ae500a748 Fix multiple answer when showing correct answers on last attempt - refs BT#11024 9 years ago
jmontoyaa 54815998df Minor - format code 9 years ago
jmontoyaa e56398e404 Add logs when deleting work folder and files 9 years ago
jmontoyaa d22ddd98ee Fix params saveExerciseAttemptHotspot 9 years ago
Angel Fernando Quiroz Campos ec0df618a2 Using iid for hotspots - refs BT#11764 9 years ago
jmontoyaa f8a668d41b Minor - format code 9 years ago