Commit Graph

7603 Commits (f2cd874cdaf13efc0dafe4e989bd282fc61dfd05)

Author SHA1 Message Date
Julio Montoya f2cd874cda Adding function that display a "6 of 10" label 13 years ago
Julio Montoya 21c52457a1 Moving functions in the class Exerciselib 13 years ago
Julio Montoya c9b55ed522 Removing exercise.lib.php file calls, now we use lazy loading (composer) 13 years ago
Julio Montoya 33cd962f07 Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 13 years ago
Julio Montoya e707fd5c2f Reformat code, adding comments and moving db tables inside functions in events.lib.inc.php 13 years ago
Julio Montoya 876771ea9c Saving memory issues, do not load classes if we don't need it 13 years ago
Julio Montoya 2eba54efd4 Minor - fixing PHP notice 13 years ago
Julio Montoya c16ea2ba08 Adding new fields for the QuizCategory in order to use the Tree - Nestedset behavior of Doctrine2 13 years ago
Julio Montoya e5d9a384b5 Adding user_id in extra_field_values tables (course, session, question, user) 13 years ago
Julio Montoya 73323bbd2c Adding question extra fields in the question form see BT#6098 13 years ago
Julio Montoya 3b60576f0c Improving extra field management, with 1 script we can manage all extra fields (course, session, question) see BT#6098 13 years ago
Julio Montoya b5acc6cb3b Reformat code 13 years ago
Julio Montoya 3f0a244bf8 Deleting exam_password extra user field only to students see BT#5637 13 years ago
Julio Montoya 68fe06f9b6 Adding missing function needed for the widescale plugin see BT#5637 13 years ago
Julio Montoya 0427f8defb Fixing a bug when loading plugins due recent changes in the Chamilo 1.10 structure 13 years ago
Julio Montoya ea39532e4a Minor - updating comments 13 years ago
Julio Montoya 84908ccdcb Fixing copy course due the recent changes in the exercise tool (iid field added) see BT#5638 13 years ago
Julio Montoya e3883f43b9 Fixing phpqrcode autoload. The lib was always loaded no matter what. This need to be fixed in the phpqrcode lib repo. For now we use composer to generate the class map for this library. 13 years ago
Julio Montoya 1df55367aa Fixing _user session variable in order to load once the _user array 13 years ago
Julio Montoya 9b188cbb68 Disabling invitations notifications (just for now) 13 years ago
Julio Montoya 97cd7e5b09 Fixing PHP notices 13 years ago
Julio Montoya 677b483dfa Fixing php notices 13 years ago
Yannick Warnier aaa521d1b1 Fixed missing 'student view' button in session courses - refs BT#6127 13 years ago
Julio Montoya 75d984a90b Minor - comment debug 13 years ago
Julio Montoya e25a2610ad Moving service definitions in services + fixing a bug in cidreset when loading a course with out a cidreq 13 years ago
Julio Montoya 49e24acd4c Fixing fckeditor when adding images, creating folders 13 years ago
Julio Montoya 0dca6ac2eb Minor - cosmetic changes 13 years ago
Julio Montoya 1478e27745 Minor - cosmetic changes 13 years ago
Julio Montoya 96b2c934af Removing require_once learnpathList.class.php already loading the class via composer 13 years ago
Julio Montoya 99274401a7 Separation of concerns moving services definitions in a services.php and routes definitions in a routes.php in order to have a cleaner global.inc.php 13 years ago
Julio Montoya 98ec088a65 Cosmetic changes 13 years ago
Julio Montoya 5471142a10 Fixing missing iid keys, adding c_id in query 13 years ago
Julio Montoya a43937636d Fixing fatal error due a wrong class name learnpathList changed to LearnpathList 13 years ago
Julio Montoya 01971a0391 Fixing course settings behaviour when the setting doesn't exist. 13 years ago
Julio Montoya 585afd31dd Minor adding api_get_cidreq and fixing PHP warning 13 years ago
Julio Montoya 0f4c7493a1 Adding missing table c_quiz_question_rel_category 13 years ago
Julio Montoya 8165129407 Fixing url_append assignation 13 years ago
Julio Montoya 7ad45b4dda Fixing queries, php notices and warnings due recent changes (adding c_id in new tables) 13 years ago
Julio Montoya c1a8ff3dc9 Minor commenting code 13 years ago
Julio Montoya 7d760729ee Fixing token bug 13 years ago
Julio Montoya 9bba9105ce Fixing draggable question 13 years ago
Julio Montoya aaa286944a Fixing queries due recent changes in the DB see BT#5638 13 years ago
Julio Montoya 01c79247da Adding middlewares to set course permissions in global.inc 13 years ago
Julio Montoya dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 13 years ago
Julio Montoya 522e551ad1 Cosmetic changes 13 years ago
Julio Montoya 96a244b18c More changes in the configuration.file see #6104 13 years ago
Julio Montoya 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 13 years ago
Julio Montoya 2bf62cca94 Adding c_id field in track_e_hotspot 13 years ago
Julio Montoya 6a12538a5e Restoring $_configuration['url_append'] now is set in global.inc.php and does not depends in the user 13 years ago
Julio Montoya 4f50329704 Replacing root_sys with api_get_path(SYS_PATH), setting sys path in global inc instead of api_get_path() changing some other paths due the new "data" folder see #6104 13 years ago