jmontoyaa
00e4940863
Minor - format code.
9 years ago
Scrutinizer Auto-Fixer
0b2747f659
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
Yannick Warnier
88e7623cfa
Register course ID in track_e_default when using CourseManager::subscribe_user() and unsubscribe_user() - refs #1651
9 years ago
jmontoyaa
036b6aa03a
Minor - format code
9 years ago
jmontoyaa
139e3bbd04
Remove deprecated function count_rows_course_table.
9 years ago
Angel Fernando Quiroz Campos
d8b988f131
Removing check_parameter and check_parameter_or_fail functions from CourseManager
9 years ago
Yannick Warnier
65188b0510
Update deprecated display_*_message() calls
9 years ago
jmontoyaa
a444e67791
Use CourseManager::get_user_course_categories instead of custom code.
...
- Improve code foreach
- Fix PHP warning
- Format code
9 years ago
jmontoyaa
4735112fef
Fix session view - format code, fix php warnings
9 years ago
jmontoyaa
227c36526a
Fix "getUserCourseCategoryForCourse" calls and return value.
...
Fix query
9 years ago
jmontoyaa
4af8524c05
Minor - format function "Database ::" to "Database::"
9 years ago
Satyan JACQUENS
7bc02fbc4b
Fix codeclimate #2
...
Fix endline whitespaces
9 years ago
Satyan JACQUENS
e9d3cf68f4
Fix for codeclimate
...
- Line sizes
- Closing parenthesis
9 years ago
Satyan JACQUENS
7ae6411c4d
Add aria label for icon buttons
...
Those labels allow description to be associated with buttons and to be read by screen readers
9 years ago
Satyan JACQUENS
66b973f48e
Add aria label for icon buttons
...
Those labels allow description to be associated with buttons and to be read by screen readers
9 years ago
Satyan JACQUENS
5e50bff6cc
Add label for course description.
...
This link wasn't label.
9 years ago
Satyan JACQUENS
ef423e8dc5
Remove whitespaces at end of line
9 years ago
Satyan JACQUENS
c1b6929859
Fix codeclimate #2
...
Fix endline whitespaces
9 years ago
Satyan JACQUENS
fad13f512d
Fix for codeclimate
...
- Line sizes
- Closing parenthesis
9 years ago
jmontoyaa
3c285f525f
Fix group id after migration see BT#12609
9 years ago
Alex Aragon
ed4ad6cf6e
fix course student info
9 years ago
Alex Aragon
4345978251
fix for code climate
9 years ago
Alex Aragon
e473bd26e3
grid fix student course list
9 years ago
jmontoyaa
f9707fdbbe
Add missing validation hide_course_rating see #1766
9 years ago
Satyan JACQUENS
92ef60533b
Add aria label for icon buttons
...
Those labels allow description to be associated with buttons and to be read by screen readers
9 years ago
Satyan JACQUENS
c1c0918124
Add label for course description.
...
This link wasn't label.
9 years ago
Angel Fernando Quiroz Campos
c8ae6c6611
Show teacher avatar in course list - refs BT#12430
9 years ago
Satyan JACQUENS
5a1fdb5585
Add aria label for icon buttons
...
Those labels allow description to be associated with buttons and to be read by screen readers
9 years ago
jmontoyaa
0f9d2111a1
Reporting - course/session visibility see BT#12553
...
If user is course-coach he can also see the reporting.
9 years ago
Angel Fernando Quiroz Campos
6de5b9ce4d
Add option to hide the course notification - refs BT#12430
9 years ago
Angel Fernando Quiroz Campos
00ecb30cc9
Allow show course grouped by category in session list - refs BT#12430
9 years ago
Rafa
70c91603cf
done
9 years ago
Satyan JACQUENS
f81564a22a
Add label for course description.
...
This link wasn't label.
9 years ago
Yannick Warnier
926ebc4638
Minor - Code style - Use "self" instead of classname within the class and remove spaces around :: operator
9 years ago
Rafa
c274cd8733
- Fix missing sql data & wrong variable name
...
- Show Progress, Rating and Certificate only if they have been assigned
9 years ago
Angel Fernando Quiroz Campos
88de33947d
Add link for teacher for access to closed course - refs BT#12493
9 years ago
jmontoyaa
0f6f21b7ac
Fix userportal course list BT#12461
...
- Course cat can be 0 or null,
- Avoid double courses
9 years ago
jmontoyaa
48f1666661
Add logs.
9 years ago
jmontoyaa
046f054871
Add parameter $skipCourseList + fix message see BT#12458
9 years ago
jmontoyaa
862f7ec73d
Fix course list see BT#12458
...
- Add order in query
- Use function get_courses_list_by_user_id instead of custom query
- Use url id in query instead of custom query
- Add new parameter bool $loadSpecialCourses (true by default as before)
9 years ago
jmontoyaa
f44009af2f
Add deprecated
9 years ago
jmontoyaa
a97d11cd30
Add multiple URL support for function see BT#12450
9 years ago
jmontoyaa
af42cba60d
Fix #1736 query fatal error
9 years ago
Yannick Warnier
9bfffa048f
Improve fix for #1516 about deleting courses with skills assigned
9 years ago
jmontoyaa
ce37836102
"Buy/sell courses" plugin fixes
...
- Changed buyCoursesForGridCatalogVerificator to buyCoursesForGridCatalogValidator
- New function isEnabled
- Fix fatal error in session/about.php
- Fix typos and english
- Update docs
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
869ed502dc
Fix course image redirection see BT#12234
9 years ago
Rafa
dba07d6673
New feature "Show student progress in My courses page"
...
This feature will display to the student's progress, rating and certificate below the title of each of his courses. By default the feature will be deactivated and it will be up to the admin to activate it or not.
1 - Admin: activate new option (Show course progress to student)
main/admin/settings.php?category=Course
2 - Student: Progress displayed for each course
user_portal.php
9 years ago
jmontoyaa
6c6ac89858
Add logs
9 years ago
jmontoyaa
14a36f0ec7
Fix set of $userCourseCategoryId
9 years ago