jmontoyaa
0356a28a08
Minor - Fix query adding "session" prefix
8 years ago
jmontoyaa
04d30c87d9
Fix wrong duration time when doing an exercise inside a LP see BT#14149
...
Changes come from ofaj_dev branch:
- Fix firefox issue when loading events during "unload"
- Add ajax call to save exercise duration when page unload
-
8 years ago
jmontoyaa
9c5860abe3
Update lp_view_item.total_time see BT#14149
...
- Get SUM of time from track_e_exercises.exe_duration
instead of lp_view_item.total_time.
8 years ago
jmontoyaa
0068a7cda9
Minor - Improve function performance. Avoid calling unused code.
8 years ago
jmontoyaa
d866b762a9
Show correct time duration not calculated time duration see BT#14149
8 years ago
jmontoyaa
e67e735576
Add setting $_configuration['allow_teacher_access_student_skills']
...
Allow teachers to access student skills BT#14161,
skills setting must be enabled in the platform.
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
66bbbbe820
Minor - Fix PHP warning, validate that result is a number. BT#5758
8 years ago
Julio Montoya
3c271b5819
Applied fixes from FlintCI
8 years ago
Angel Fernando Quiroz Campos
fd7af52f78
Fix #2301 Sorting of the list of the Student
8 years ago
Angel Fernando Quiroz Campos
ffe59354c4
Fix sort user list in tracking tool #2301
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
jmontoyaa
f4cee57d55
Set correctly the course id see #2251
8 years ago
jmontoyaa
76ed9b41a6
Use get_group_list instead of custom code, add $getCount parameter
8 years ago
jmontoyaa
8d0c2dbf47
Fix query allow validation if session id is 0 or null #2251
...
- Format code
8 years ago
jmontoyaa
6aee6eecfa
Use course id instead of course code
8 years ago
jmontoyaa
3b8bef4972
Minor - round values
8 years ago
jmontoyaa
bab80c91f8
Fix PHP warnings, remove unused code, fix fill group with users
...
- Fix /course_log_groups.php reports #2251
8 years ago
Yannick Warnier
759d8f7428
Minor: Tracking: Use security icon for new audit report - refs #2215
8 years ago
jmontoyaa
7518a6ba49
WIP: Improve left navigation bar see #2215
...
- Left menu code centralized in one function.
- New language translation added "EventsReport"
- @todo missing icon.
8 years ago
jmontoyaa
9d7cde9a15
Rename function isAllow to isAllowed
8 years ago
Julio
25775b61a5
Unify user skills UI see BT#13587
...
- UI depends of setting: "skill_levels_names"
8 years ago
Julio
4920086a06
Improve skill rendering see BT#13587
...
- Skill badge and skill title UI are now configured in one place.
- Add skill badge sizes mini, small and big.
- Skill images are now configured in one place skill->get()
- Improve skill table ordered by parents see BT#13587
8 years ago
jmontoyaa
ee0d2d47c2
Add parameter validation in function get_time_spent_on_the_course
8 years ago
Julio
83c1818849
Show correct progress value to force use of session_id = 0
...
See BT#13552
8 years ago
Julio
96446928cc
Adding report to see diff between total course time and total LP time
...
- Check the course/course-session list users and shows a warning
if the total LP time is bigger than course time
- see BT#13552
8 years ago
jmontoyaa
e64253a9a5
Fix query if "lp_item_view_id" is null or 0 see #2199
8 years ago
jmontoyaa
69b7163fb9
Minor - format code
8 years ago
jmontoyaa
9ac1e721ec
Minor - fix tests
8 years ago
jmontoyaa
9136d6143e
Add new option for setting "my_progress_courses" see BT#13439
8 years ago
jmontoyaa
69faf05098
Minor - fix notice
8 years ago
jmontoyaa
cbf0ed71fa
Add best score not in LP column see BT#13439
8 years ago
Angel Fernando Quiroz Campos
b0faac4925
Add "Triple Select" extra field type - refs BT#13347
8 years ago
Angel Fernando Quiroz Campos
061f923557
Add "Select with text field" extrafield type - refs BT#13338
8 years ago
jmontoyaa
7af047969f
Fix namespace conflict
8 years ago
jmontoyaa
5d2a5f94c1
Use ChamiloSession class
8 years ago
Yannick Warnier
45c42a6fe7
Fix pChart issue with custom colors palette with PHP 7.1 - Bump pChart version to 3.0.4
9 years ago
jmontoyaa
940cfc55ab
Add configuration "allow_private_skills" see BT#12902
...
- Skills can only visible for admins, teachers (related to a user via a course)
and HRM users (if related to a user).
- Add new function to handle permissions in the skill tool
- Use Skill::isAllow() to block pages.
9 years ago
jmontoyaa
d2a8845682
Minor - format code
9 years ago
jmontoyaa
59a169bb3b
Fix CSV export (a tag included) See BT#13089
9 years ago
Angel Fernando Quiroz Campos
062280cc10
Fix export Course Resources report to CSV - refs BT#13109
9 years ago
Angel Fernando Quiroz Campos
f666af45af
Fix sort by date in course resources log - refs BT#13019
9 years ago
jmontoyaa
6d2f81db30
Fix PHP warning
9 years ago
jmontoyaa
4612d643b4
Minor - format code.
9 years ago
jmontoyaa
b3e2a2b8b5
Consider LP stats only if total_time > 0 see BT#12474
...
- Consider LP stats only if user really enter the LP and not just
an empty row registered by the system.
9 years ago
jmontoyaa
46a2256521
Minor - format code.
9 years ago
jmontoyaa
a5f06b88a3
Remove unused userlogCSV.php file, format code.
...
Remove unused classes TrackingUserLogCSV, TrackingUserLog
classes move functions To Tracking.
9 years ago
jmontoyaa
cacc344c95
Fix user information export to CSV
9 years ago
jmontoyaa
8aad1d949d
Fix average value see BT#12931
...
When getting the lp list we ignore the category filter,
otherwise it will return an empty array (if all lps are in a category).
So we can get all the lps no matter the category.
9 years ago
jmontoyaa
2b51f40933
Minor - format code.
9 years ago