Commit Graph

84 Commits (493eda437fdedb90faaa310b04aa9cb49092939f)

Author SHA1 Message Date
Julio 61952d43df Minor - fix namespace 8 years ago
jmontoyaa 9cc9903a9e Replace $_SESSION['sec_token'] with Security::getTokenFromSession() 8 years ago
jmontoyaa f753f97350 Minor - format code. 8 years ago
jmontoyaa 71cfdebcf6 Minor - format code, replace "else if" with "elseif". 8 years ago
jmontoyaa 4a8471b4a8 Add multiple url support in buycourse plugin session and course 8 years ago
Scrutinizer Auto-Fixer 3a1787b2d5 Scrutinizer Auto-Fixes 8 years ago
jmontoyaa a444e67791 Use CourseManager::get_user_course_categories instead of custom code. 9 years ago
Yannick Warnier fc8fe965b7 Minor - Code style - Use "self" instead of classname within the class and remove spaces around :: operator 9 years ago
Yannick Warnier 313f2d81fb Add parameter to CourseManager::getCourseVisibilitySQLCondition() to avoid showing hidden and closed courses in catalogues - refs GH#1683 fixes #1683 9 years ago
jmontoyaa d84d27df82 Format code 9 years ago
jmontoyaa 33a2f013ca Minor - format code. 9 years ago
David Nos 7c993b1ba5 Apply small format corrections following Chamilo code style. 9 years ago
David Nos 43ad39178e Add backend feature to let choose which users can see or not see which courses in the courses catalogue 9 years ago
jmontoyaa 73314b2f6a Format code 9 years ago
Yannick Warnier ac516b0107 Minor - Update type of properties definition to match value types + code style improvements 9 years ago
jmontoyaa 680a87425f Fix namespacing/use 9 years ago
Alex Aragon 213bfe371f fix css items list courses, hotcourses, catalog courses BT#11017 10 years ago
jmontoya 681cb93eb0 Add AccessUrlRelCourseCategory entity + course_category.php file converted to Class see #8164 10 years ago
Angel Fernando Quiroz Campos 44489fdd1f Fix pagination when try subscribe to course with password protection - refs #8092 10 years ago
Angel Fernando Quiroz Campos f74e4d97b4 Fix pagination when try subscribe to course with password protection - refs #8092 10 years ago
Yannick Warnier 07d93646ce Fix e-mail sending when students register to a course all by themselves - refs CT#7885 10 years ago
Julio Montoya 80111b53fb Format code, remove comments 10 years ago
Angel Fernando Quiroz Campos d4c1b86acb Don't limit session list - refs #7768 10 years ago
Julio Montoya e326572e46 Format code, fix PHP warning, add/fix docs 10 years ago
Angel Fernando Quiroz Campos 2ce8bedf32 Add method for search session by name on course catalog - refs BT#10219 #TMI 10 years ago
Julio Montoya d11faad238 Fix move query 10 years ago
Julio Montoya ffadc5389d Use button functions. 10 years ago
Angel Fernando Quiroz Campos 27f375e568 Use entities when browse session on catalog - refs BT#9887 #TMI 10 years ago
Angel Fernando Quiroz Campos 257ffbba6b Search session by their courses tag - refs BT#9887 #TMI 10 years ago
Angel Fernando Quiroz Campos f753b61519 Restore function to search courses on the catalog - refs BT#9887 #TMI 10 years ago
Angel Fernando Quiroz Campos a4a4ebe9a4 Fix session catalog - refs BT#9887 #TMI 10 years ago
Yannick Warnier 0fe954e854 Switch all session.date_start and date_end to session.access_start_date and access_end_date - refs #7719 10 years ago
Julio Montoya 327c07aae1 Unify extra fields in one table. 10 years ago
Julio Montoya 932c7bbb67 Fix queries. 11 years ago
Julio Montoya 4935f93d77 Replace id with real_id. Because "id" is the "course code" ... 11 years ago
Julio Montoya b0f7a0c993 Remove course.db_name calls. 11 years ago
Julio Montoya 54db037671 Replace course_code with c_id 11 years ago
Julio Montoya 065e4863a4 Replace course_rel_user.course_code with course_rel_user.c_id 11 years ago
Julio Montoya 592090d48a affected_rows() function now needs a parameter. 11 years ago
Julio Montoya ab5244cf84 Replace function name. 11 years ago
Yannick Warnier 7964fe977a Minor - Rename function isUserSusbcribedAsStudent() to isUserSubscribedAsStudent() 11 years ago
Julio Montoya 277c7fdb37 Add c_id in track tables 11 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 11 years ago
Julio Montoya 57eeea7543 Removing require_once already loaded with composer. 11 years ago
Angel Fernando Quiroz Campos c94787cda4 Add description to session - refs BT#9049 11 years ago
Julio Montoya c839677b8c Fixing queries see #7440 11 years ago
Julio Montoya 9071f14910 Format code, fixing PHP warning 11 years ago
Daniel Barreto 220539616a Update Improve documentation, Delete unused function - refs #7273 11 years ago
Daniel Barreto 61f286a01d Add pagination to course session catalogue - refs #7273 11 years ago
Angel Fernando Quiroz Campos 4c15217780 Fix filter for list the session by date - refs #7275 11 years ago