Commit Graph

2075 Commits (f2cd874cdaf13efc0dafe4e989bd282fc61dfd05)

Author SHA1 Message Date
Julio Montoya 33cd962f07 Moving exercise.lib.php to the inc/lib/ folder in order to lazy load the class 13 years ago
Julio Montoya f5f1392ff9 Using the ExtraFieldValue obj instead of a custom script 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 58db885a50 Fixing PHP notice 13 years ago
Julio Montoya 68fe06f9b6 Adding missing function needed for the widescale plugin see BT#5637 13 years ago
Julio Montoya 4ec71d388b Updating settings latest update when plugins are modified. 13 years ago
Julio Montoya 96b2c934af Removing require_once learnpathList.class.php already loading the class via composer 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 aaa286944a Fixing queries due recent changes in the DB see BT#5638 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 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 13 years ago
Julio Montoya 04a69225e1 Adding track_e_hotpotatoes.c_id, track_e_exercices.c_id, and track_e_attempt.c_id fields see #6090 13 years ago
Julio Montoya d1a859da53 Replacing folder name from fck_templates to document_templates see #6100 13 years ago
Julio Montoya b46d2ad26d Using $app['template'] instead of new Template 13 years ago
Yannick Warnier 84376c9e74 Minor: Removed notice messages 13 years ago
Julio Montoya 6cc22982ff Moving courses to data/courses see #5871 13 years ago
Julio Montoya 2a86c0ed41 Minor - Adding comments, preparing code to move whoisonline.php to web/users/online but not for 1.10 13 years ago
Julio Montoya 4b6afee605 Removing require_once of libs already added in the autoload script 13 years ago
Julio Montoya cae3b1e818 Adding missing function (due recent merge of social group into social class) + using api_get_user_language() instead of a $_SESSION variable 13 years ago
Julio Montoya c7063bd7c7 Fixing fatal error because of missing deprecated function "get_setting" 13 years ago
Julio Montoya c4f2782c41 Fixing SQL queries + PHP notices (old files) 13 years ago
Julio Montoya b6dbf5767b Fixing PHP notices, moving common js in the footer.tpl 13 years ago
Julio Montoya 793e515e02 Adding a js function called maxCharForTextarea() in the main portal, merging 4 forms into 1 form in the usergroup.lib.php 13 years ago
Julio Montoya f39d0d90e3 Merging the Social Group with the Classes(usergroup). Now the social groups are inserted in the usergroup table. See BT#4301 13 years ago
Julio Montoya 75523ff530 Removing require libs already loaded in global.inc.php (autoloading) 13 years ago
Julio Montoya dac6350c3e Removing require_once already added in global.inc or via composer 13 years ago
Julio Montoya 41dcf8a8c2 Improving Userportal now you can filter by courses, courses with my personal categories, special courses, sessions, session in categories, also adding PageController class as a service and replacing calls see BT#4890 13 years ago
Julio Montoya 3bc4d8dd4d Fixing PHP notices 13 years ago
Julio Montoya 57349c9673 Fixing PHP notices 13 years ago
Julio Montoya 5a1d010dbf Minor - adding comments, cosmetic changes 13 years ago
Julio Montoya cb3020e45a Removing var_dumps 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya 5672e0f235 Replacing $_SESSION['sec_token'] with Security::getCurrentToken() 13 years ago
Julio Montoya 2b25fd7a02 Moving configuration files in the app/config folder, removing *.conf files from all scripts, conf files should be called in global.inc 13 years ago
Julio Montoya c6cabff18c Moving searchdb to the app/data/searchdb folder 13 years ago
Julio Montoya 3f9ab12f1a sincro/index.php moved to admin/syncro see #5793 13 years ago
Cesar Perales 2d69b5d9f4 custom stylesheet in archive - client denied by server configuration - refs #5967 13 years ago
Yoselyn Castillo 3eee47d8a1 Fixing user import CSV see #5746 13 years ago
Julio Montoya 4ee0c34b3e Minor code style changes 13 years ago
Yannick Warnier 6359ffac47 Fixed course quota bug 13 years ago
Julio Montoya 1a5c95c4b0 Teachers can create/edit sessions depends in a platform setting see BT#4296 13 years ago
Yannick Warnier 8cde9a0598 Added PSD as accepted filetype for stylesheet uploads, so downloading + uploading can work seamlessly 13 years ago
Julio Montoya 2e89bc4b97 Adding support to $app container in all files see #4467 and #5523 13 years ago
Julio Montoya 2866dd5d17 Adding 4 level for course categories see #5850 13 years ago
Julio Montoya 129b124c53 Minor - removing "<!--" 13 years ago
Julio Bonifacio 4e3b438948 Implement the api_set_memory_limit function for to change ini_set memory_limit 13 years ago
Julio Montoya 23f364d2cf Removing fileUpload.lib and fileManager.lib calls lib already loaded with composer. fileManage.lib.php renamed to fileManager.lib.php 13 years ago
Julio Montoya efc4ecaadf Moving function from fileDisplay.lib.php to fileManage.lib.php 13 years ago
Julio Montoya f4f0ea6397 Removing require_once for "mail.lib.inc.php" 13 years ago
Julio Montoya dca6d44591 Removing require_once for "fckeditor.php" and tracking.lib.php already loaded in the autoloader 13 years ago