Commit Graph

436 Commits (5aa76ef211d7304f04ab22164d3ba62b69ae2b7e)

Author SHA1 Message Date
Julio Montoya 5aa76ef211 Replacing function get_statistic_table() with get_main_table() see BT#6220 13 years ago
Julio Montoya d9d92e9f4d Replaced Database::get_course_info() with api_get_course_info(), 13 years ago
Julio Montoya b21e70a90b Minor - Fixing PHP warning 13 years ago
Julio Montoya 9ed6dc66f5 Minor - format code 13 years ago
Julio Montoya 1aac12bc6f Fixing SQL queries when creating a course with contents 13 years ago
Julio Montoya a36be610ce Fixing "enable_exercise_auto_launch" setting when creating new courses see BT#6221 13 years ago
Julio Montoya d69f4ffe83 Fixing delete course see #6183 13 years ago
Julio Montoya 84967c9123 Fixing PHP warning 13 years ago
Julio Montoya 78caeb5f1e Adding new question pool filters in /web/exercise/question-pool 13 years ago
Julio Montoya 58ba691d2d Adding option $app['full_width'] that makes the portal full width instead of a fixed width see BT#5881 13 years ago
Julio Montoya 20d06fd085 No need to create a index.php when creating a new course. 13 years ago
Julio Montoya 2484327c77 Fixing reporting tab due recent changes in track_* tables adding c_id, removing string course_codes 13 years ago
Julio Montoya 80e410a874 Using c_id instead of course code 13 years ago
Julio Montoya 97cd7e5b09 Fixing PHP notices 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 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 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 6cc22982ff Moving courses to data/courses see #5871 13 years ago
Julio Montoya 2e1090a122 Adding setting allow_fast_exercise_edition when creating a new course 13 years ago
Julio Montoya 3519c18564 Adding new action menu in order to view the session history 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 623054a385 Adding new block in userportal in order to browse courses, special courses, sessions, session categories with pagination see BT#6048 13 years ago
Julio Montoya 390467c991 Minor cleaning code 13 years ago
Julio Montoya cfac24c461 Removing deprecating function function get_setting() is replaced with api_get_setting(), 13 years ago
Julio Montoya da115d7767 Fixing php notices and document list bug when adding default course content 13 years ago
Julio Montoya f6beb2420f Improving performace: loading user info once in local.inc. Moving requires in global.inc instead of adding the requires in other files in inc/lib (internationalization) 13 years ago
Julio Montoya 3eb2b5571c Minor improvements in the template, bug link and help content are executed with twig templates 13 years ago
Julio Montoya 24e27da7cc Removing unused functions. 13 years ago
Julio Montoya cde49a77df Fixing query in order to have the right students see BT#5765 13 years ago
Julio Montoya 57fe799a6c start_visible and start_end_visibble accept null values 13 years ago
Julio Montoya 308a29ffac Removing PHP warnings 13 years ago
Julio Montoya c76bfec267 Adding autoincrement id in course_rel_user and c_item_property 13 years ago
Julio Montoya c89e879030 Minor - removing unused code 13 years ago
Julio Montoya ef88fd5c56 Removing unused virtual courses functions 13 years ago
Julio Montoya 2dfef1275f Adding some @asserts in course.lib.php 13 years ago
Julio Montoya f5d9d34cb6 Adding group reporting see BT#5758 13 years ago
Julio Montoya 1d1e3c086e Adding columns in company_report.php see BT#5741 13 years ago
Julio Montoya b9b2ebbe6f Adding group_id in survey invitations see BT#5715 13 years ago
Julio Montoya f6f433e11e Removing old virtual courses code in groups 13 years ago
Julio Montoya e3595838de Fixing num rows see BT#5476 13 years ago
Julio Montoya 88cf683385 Adding new column CountOfUsers 13 years ago
Julio Montoya d31f38d7ec Course order - Minor imporvements adding break in order to stop the loop when searching for the course code see BT#5558 13 years ago
Yannick Warnier 15017708c7 Fixed typo deteriorating results of report by replacing += by =. refs BT#5703 13 years ago
Yannick Warnier 2a8f248505 Fix minor issue with HTML5 compat 13 years ago
Julio Montoya a308a976d3 Removing text_filter function calls (function is unused) 13 years ago
Julio Montoya 27b8538175 Fixing pagination bug see BT#5476 13 years ago
Julio Montoya 52c9ef5e8b Fixing pagination bug see BT#5476 13 years ago