jmontoyaa
000f93c6ac
Minor - merge with 1.11.x
8 years ago
jmontoyaa
ef667cb9c1
Minor - merge with 1.11.x
8 years ago
jmontoyaa
9ea0a4de77
Minor - merge with 1.11.x
8 years ago
jmontoyaa
78e1642cb9
Minor - merge with 1.11.x
8 years ago
Julio Montoya
5754a14dc9
Applied fixes from FlintCI
8 years ago
jmontoyaa
0024316e0c
Minor - Merge from 1.11.x
8 years ago
jmontoyaa
e68f02177e
Minor - Fix course creation, add notebook tool
8 years ago
jmontoyaa
3b2830ea34
Minor - Merge from 1.11.x
8 years ago
Julio
01b7c4f7ad
Change queries, use c_id instead of course_code (gradebook tables)
8 years ago
jmontoyaa
ed35d1f6ff
Fix query not working with symfony/doctrine container
8 years ago
Julio Montoya
f32ca6dc9b
Applied fixes from FlintCI
8 years ago
jmontoyaa
0937485fe2
Update old lib files
8 years ago
jmontoyaa
2d27ed3ca2
Minor - format code
8 years ago
jmontoyaa
244d38a3ed
Minor - format code.
8 years ago
jmontoyaa
8ed3049a9e
Add "hide_free_text" option, increase size of information icon BT#13816
8 years ago
jmontoyaa
f6fecd5559
Fix setuo of cidReq and id_session parameters from URL #2035
8 years ago
jmontoyaa
c9465c8e4a
Fix copy survey see #1857
8 years ago
jmontoyaa
80aa54d583
Fix select ordering see #2224
...
The space before "G" in the option value is needed in order to
advmultiselect.php js puts the group items first so:
So it will appear like this:
G: group 1
Aimee Mann
Bob
Instead of:
Aimee Mann
Bob
G: group 1
8 years ago
jmontoyaa
5964e9e235
Add security::remove_xss see #2000
8 years ago
jmontoyaa
e955d8c335
Fix sql error when "course.title" is present in order by
8 years ago
jmontoyaa
43826ff17b
Minor - UI improvements, add link to send email, add "btn" css class
8 years ago
jmontoyaa
9d7cde9a15
Rename function isAllow to isAllowed
8 years ago
jmontoyaa
f5906c1b33
Add text "This e-mail was sent via course %s" see BT#13672
...
- When sending a message to a teacher in the userportal page, add a text
that mentions the course/session.
- If "course_id "is set then add label
"This e-mail was sent via course %s" when sending emails from userportal
- If "course_id" is set and "session_id" is set
"This e-mail was sent via course %s in session %s" when sending emails
from userportal.
8 years ago
Yannick Warnier
c6a1a75141
Add alt attribute to teachers picture in popular courses list
8 years ago
jmontoyaa
b021ede719
Only show active users in announcements user list see BT#13578
8 years ago
jmontoyaa
1b4653da52
Fix typo, fix function name, remove unused code, use api_get_user_entity
8 years ago
jmontoyaa
2ca3eda102
Remove unused function "CourseManager!:get_real_and_linked_user_list"
...
Add parameter $filterByActive to "CourseManager::getCourseUsers"
8 years ago
jmontoyaa
b693dc652d
Minor - format code, fix php docs, cast parameters,
8 years ago
jmontoyaa
cf2bd42033
Add new course setting "email_to_teachers_on_new_work_feedback"
...
If setting is "on" then teachers receive an email notification when
a new work feedback is added.
See BT#13518
8 years ago
jmontoyaa
e2bba880fb
Fix fatal error due a query
8 years ago
Yannick Warnier
f6b3f7e110
Fix issue generating error if users list is empty in unsubscribe_user() method - refs BT#13406
8 years ago
Julio
6107c6b3de
Minor - format code.
8 years ago
jmontoyaa
10424a050b
Use simple call of api_get_utc_datetime()
8 years ago
jmontoyaa
e34da7399f
Add special course to complete course list see BT#13099
8 years ago
jmontoyaa
729432ecca
Add ""$useUserLanguageFilterIfAvailable" to ignore user language filter
...
See BT#13099
8 years ago
jmontoyaa
4709be2b9b
Add also filter for admin see BT#13183
...
- Filter name "my_courses_show_courses_in_user_language_only"
8 years ago
jmontoyaa
90c3827792
Minor - fix PHP notice
8 years ago
jmontoyaa
90301a41a0
Fix course list, depending in user language see BT#13183
8 years ago
jmontoyaa
c7e26fb6cd
Add filter because of setting see BT#13183
...
Setting: "my_courses_show_courses_in_user_language_only"
8 years ago
jmontoyaa
bde243e2ab
Filter special courses by user language see BT#13184
...
- Only if "setting my_courses_show_courses_in_user_language_only" is on
8 years ago
jmontoyaa
862cf0eb40
Add setting 'my_courses_show_courses_in_user_language_only' BT#13184
...
When using the my-courses list filter by category,
set this option to true to only show courses in the user's
configured language:
$_configuration['my_courses_show_courses_in_user_language_only']=true;
8 years ago
jmontoyaa
d535d28b27
Add missing "category code" in course list for special courses BT#13101
8 years ago
jmontoyaa
1e0b8856c2
Fix PHP warnings when getting course list
8 years ago
jmontoyaa
3a1c0dd565
Minor - format code.
8 years ago
jmontoyaa
940cfc55ab
Add configuration "allow_private_skills" see BT#12902
...
- Skills can only visible for admins, teachers (related to a user via a course)
and HRM users (if related to a user).
- Add new function to handle permissions in the skill tool
- Use Skill::isAllow() to block pages.
8 years ago
Angel Fernando Quiroz Campos
216734f60c
Add my_courses_list_as_category configuration setting - refs BT#13101
8 years ago
Angel Fernando Quiroz Campos
762861a945
Add assigned users course list for HRM - refs BT#12955
8 years ago
jmontoyaa
dc08aac0f4
Minor - format code.
8 years ago
Angel Fernando Quiroz Campos
d31cc327dd
Fix course/session catalog blocks - refs BT#12937
...
Fix grid for courses - refs BT#12937
8 years ago
jmontoyaa
33debc5659
Add setting "score_grade_model" see BT#12898
...
Allow to convert a score into a text/color label
using a model if score is inside those values.
WIP: This change only affects exercises.
8 years ago