Commit Graph

19954 Commits (268782dbf7eb2b7c5eec1fa54efb7b1f3bf113ea)
 

Author SHA1 Message Date
Julio Montoya 268782dbf7 Minor - cosmetic changes + improving UI 14 years ago
Julio Montoya 09a71c6da5 Minor - cosmetic changes 14 years ago
Julio Montoya 9dbec1bb7a Minor - cosmetic changes 14 years ago
Julio Montoya 81eee880c6 Fixes use with upper cases user answers see #5703 (Do not use api_strtolower) 14 years ago
Julio Montoya 1547b0a4f8 Minor - Removing console.log comments 14 years ago
Julio Montoya 629b419dd3 Merge 14 years ago
Julio Montoya 1cdc567615 Addin $userPasswordCrypted for backward compatibility see BT#5155 14 years ago
Hubert Borderiou 27b8cd01b9 Add a plugin to enable/disable and change behaviour of logout button, if you use external authentication 14 years ago
Julio Montoya 65e8fb3897 Fixes bug when the student can see the exercise results see BT#5168 In case data_tracking is empty load the question list from the exercise this case should be really rare, Normally data_tracking should be ALWAYS registered. 14 years ago
Julio Montoya a28f2cf107 Minor cosmetic changes 14 years ago
Julio Montoya caa3200147 Fixing "if" validation 14 years ago
Yoselyn Castillo 2d5d22c370 Replacing icon see #5700 14 years ago
Julio Montoya d2090e808f Changing debug to 0 14 years ago
Julio Montoya 1a7221d577 Removing unused divs, loading lp item list if value is not set 14 years ago
Julio Montoya 9227616ca9 The scorm status is now set in the lp_ajax_save_utem.php file and not in the savedata() function in scorm_api.php 14 years ago
Julio Montoya fab5432018 When setting a score if the mastery_score is not set we take the max score see BT#5153 14 years ago
Julio Montoya a0d2886cf8 Minor cleaning files 14 years ago
Julio Montoya 231430afe6 Undo scorm_export 14 years ago
Julio Montoya 46bf85ab81 Fixing category name if is empty see BT#5165 14 years ago
Julio Montoya 7c403c11c5 Minor - adding comments 14 years ago
Julio Montoya 547b6c757b Implements a Scorm constraint: If SCO_MasteryScore does not evaluate to a number, passed/failed status won't be set at all see BT#5153 This is an improvement because set_score already sets the status 14 years ago
Julio Montoya 8766188f8c Merge 14 years ago
Julio Montoya 4e410263ca Implements a Scorm constraint: If SCO_MasteryScore does not evaluate to a number, passed/failed status won't be set at all. see BT#5153 14 years ago
Julio Montoya 0ace67a681 Minor cosmetic changes 14 years ago
Julio Montoya fa07e76962 When entering in a LP list we removed the LP from the session 14 years ago
Julio Montoya cef17ede38 Minor cosmetic changes 14 years ago
Julio Montoya 0b810b4b93 Should fix bug when uploading swf files in 1.8.8.x 14 years ago
Julio Montoya 5493bd31a3 Minor - removing old comments + adding error_logs 14 years ago
Hubert Borderiou fdf0fbcbf8 Minor - Add id="logout_button" in template file for logout link 14 years ago
Julio Montoya bc8f0852f9 Minor - cosmetic changes 14 years ago
Julio Montoya 96734f2f9c Minor - Removing "New LP" in error logs 14 years ago
Julio Montoya f186721f8f Removing commented code: $objResponse->addScript + replacing date() with api_get_utc_datetime 14 years ago
Julio Montoya a23fb143e1 Fixing logit_scorm and logit_lms functions, now score is correctly saved 14 years ago
Julio Montoya ffb5518658 Fixing document validation for swf files 14 years ago
Julio Montoya b90b6d851b Merge 14 years ago
Julio Montoya 840c6704ba Minor - using api_get_course_info instead of CourseManager :: get_course_information 14 years ago
Julio Montoya ebe52fdb01 Minor - putting SQL in a variable 14 years ago
Julio Montoya 04d7cc81c1 Adding some validation if $_POST[course] is not loaded 14 years ago
Julio Montoya 168ae397d9 Fixes swf upload problem in chamilo 1.8.x. When uploading a file with the character "-" the filename was changed from "-" to "_" in the DB for no reason see BT#5144 This fix resolves the problem only for *.swf files. 14 years ago
Julio Montoya 111c5032a2 Minor rewriting query 14 years ago
Julio Montoya 042923686c Fixing bug when saving exercises, apache error "Request-URI Too Large" see BT#5151 14 years ago
Hubert Borderiou 37085980b8 Add plugin to add link that hide/unhide local login form if you use other authentication 14 years ago
Julio Montoya bab9983e74 Using a more updated function to gather if user is a member is subscribed to the course 14 years ago
Julio Montoya 196867f7a6 This file fixes the issue in #5677 You can select which file you want to recover only available for teachers 14 years ago
Julio Montoya b72ed3e90e Fixing query in order to view/delete correctly files in the dropbox see #5677 14 years ago
Julio Montoya 5901f561f4 Minor query fix 14 years ago
Julio Montoya edbe042ae6 Minor query correction see #5677 14 years ago
Julio Montoya d6166c4155 When login via SSO we can show the userportal so admins can still login instead of redirecting ALWAYS to the external system see BT#5145 14 years ago
Julio Montoya 2e6e641c7f Now when login via SSO we can show the complete_name in the menu see BT#5145 14 years ago
Julio Montoya 302fef972f "only one question in exercise bug" fixed. When question_order is 1,1,1,1 instead of 1,2,3,4 see BT#5140 14 years ago