Commit Graph

39972 Commits (aaed6f151098b1a02c27ba4fa83aaaa915cc8796)
 

Author SHA1 Message Date
jmontoyaa aaed6f1510 Space between casting: $a = (int) $a; 8 years ago
jmontoyaa f2a2876739 Minor - format code 8 years ago
jmontoyaa 04047d2932 Adding my_students_lp/my_progress_lp tracking column settings 8 years ago
jmontoyaa b2141e6b0c Use Display::dateToStringAgoAndLongDate 8 years ago
jmontoyaa ca8ee7f55c Fix work field list see BT#12100 8 years ago
jmontoyaa 69b7284329 Put icons outside the "for", format code. 8 years ago
Angel Fernando Quiroz Campos 9f224fa4e1 Fix admin calendar - refs BT#12664 8 years ago
Angel Fernando Quiroz Campos 88093b2711 Show session duration on session catalog 8 years ago
Angel Fernando Quiroz Campos 21901adfa3 Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 8 years ago
Alex Aragon Calixto 5cef2b2d64 Merge pull request #1864 from aragonc/1.11.x 8 years ago
Alex Aragon 16adcd2d72 add sessions dates in the catalog of sessions 8 years ago
Angel Fernando Quiroz Campos 2e4374b720 Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 8 years ago
Angel Fernando Quiroz Campos 1f7644e557 Removing session name to form when adding forum 8 years ago
Alex Aragon Calixto cd6f858d4f Merge pull request #1862 from aragonc/1.11.x 8 years ago
Alex Aragon 536d52304a Improvement in the catalog of courses 8 years ago
Angel Fernando Quiroz Campos 8db557c66f Fix travis-ci when downloading Google Chrome 8 years ago
Angel Fernando Quiroz Campos 57a6730012 Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 8 years ago
Angel Fernando Quiroz Campos 7d6e9953e3 Check if user is subcribed to course when importing groups #1530 8 years ago
Alex Aragon Calixto c2425beb10 Merge pull request #1859 from aragonc/1.11.x 8 years ago
Alex Aragon b255bc08f4 Improvement in the catalog of sessions 8 years ago
Angel Fernando Quiroz Campos 2b3748c87f Fix import groups with max_students #1530 8 years ago
Alex Aragon Calixto 0ac2781da0 Merge pull request #1858 from aragonc/1.11.x 8 years ago
Alex Aragon cb13c0d1a8 fix css chat 8 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 8 years ago
Yannick Warnier 7a83fddccf Reduce memory usage of get_all_exercise_results_by_course() by 60% - refs BT#12663 8 years ago
Jose Loguercio b90565686e Fix wrong Skill Wheel Template - BT#12635 8 years ago
Yannick Warnier 79dc506bd2 Merge remote-tracking branch 'origin/1.11.x' into 1.11.x 8 years ago
Yannick Warnier 0d7196ed65 Fix warnings in student skills wheel view - WIP 8 years ago
Yannick Warnier 213fdf397e Fix undefined variable in SkillVisualizer 8 years ago
Angel Fernando Quiroz Campos c046a987bd Fix session list for DRH on Works In Session report - refs BT#12660 8 years ago
Angel Fernando Quiroz Campos 6f5f7282f8 Add pdf header when exporting - refs BT#12441 8 years ago
Angel Fernando Quiroz Campos 9ac68524c1 Fix breadcrumb in basis course - refs BT#12539 8 years ago
Angel Fernando Quiroz Campos 3ff4bf84c3 Fix #1854 8 years ago
Angel Fernando Quiroz Campos 6e221d59da Show information message with the duration days left - refs BT#12539 8 years ago
Angel Fernando Quiroz Campos fdab116cf5 Calculate total session duration when calculate duration days left - refs BT#12539 8 years ago
Angel Fernando Quiroz Campos cf248fb2ce Minor - Format code - refs BT#12539 8 years ago
Angel Fernando Quiroz Campos 032477c7f1 Fix #1853 8 years ago
Angel Fernando Quiroz Campos 249a0c3d3f Fix check all languages when create cms page 8 years ago
Yannick Warnier ad9531782e Revert usage of addFlash() in promotions, where template is not used yet 8 years ago
Yannick Warnier 65188b0510 Update deprecated display_*_message() calls 8 years ago
Yannick Warnier 6193d198f6 Update deprecated display_*_message() calls 8 years ago
Yannick Warnier 6e3164d478 Minor - Improve deprecation documentation in Display::display_*_message() methods to allow for copy-paste. A good formula to regex search and replace in editors is Display\s?::\s?display_([^_)]*)_message\(([^,)]*)(.*)\); -> Display::addFlash(Display::return_message($2, '$1', $3)); 8 years ago
Yannick Warnier 32176bcc23 Update deprecated display_normal_message() calls 8 years ago
Yannick Warnier 0d4d1d276e To be watched: change complex condition to avoid use of empty conditions 8 years ago
Yannick Warnier a16d75f72b Minor - Remove empty (unused) conditions 8 years ago
Yannick Warnier 782b5a2adb Minor - PHP Doc + change one weird do..while loop for a more understandable one 8 years ago
Yannick Warnier 5748688417 Minor - Remove unused variables and redefine PHPDoc return params 8 years ago
Yannick Warnier 2cc7335b78 Fix issue in auth ldap code not setting the _uid in session correctly 8 years ago
Yannick Warnier eb1d7ffe01 Minor - Remove empty (unused) conditions 8 years ago
Yannick Warnier d0daa49b53 Return empty array or 0 in Database methods when first param is null 8 years ago