chamilo-lms:1.9.x

Last commit made on 2017-04-24
Get this branch:
git clone -b 1.9.x https://git.launchpad.net/chamilo-lms

Branch merges

Branch information

Name:
1.9.x
Repository:
lp:chamilo-lms

Recent commits

0e31916... by Yannick Warnier

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

6c4ebde... by Yannick Warnier

Reduce memory usage of get_all_exercise_results_by_course() by 60% - refs BT#12663

816a809... by gugli

Apply PHPMailer security fix see:

https://github.com/PHPMailer/PHPMailer/commit/4835657cd639fbd09afd33307cef164edf807cdc#diff-ace81e501931d8763b49f2410cf3094dR1449

7e426ea... by gugli

exercise_attempt_hotspot don't set correct to zero

f25bdf0... by gugli

Don't set answer and score to 0 if attempted was reach.

9ef1716... by gugli

If folder exists then update it

5b9a6fa... by gugli

Setting cidReq _real_cid and id_session from parameter

c9bb525... by gugli

Merge branch '1.9.x' of github.com:chamilo/chamilo-lms into 1.9.x

d9ce3cd... by gugli

Fix wrong course code value in the database

c3c277b... by Angel Fernando Quiroz Campos

Add loader when statistic from session index page is loading - refs BT#11991