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
Angel Fernando Quiroz Campos
653d1d0afb
Minor - Rename variable - refs BT#12875
9 years ago
Angel Fernando Quiroz Campos
037aae36c9
Minor - Format code - refs BT#12875
9 years ago
Miguel C
35e8cfe9c9
Nueva versión de copiar encuestas de un curso a otro sea dentro o fuera de una sesion
9 years ago
jmontoyaa
293f83e816
Fix pagination in course catalog see BT#12849
9 years ago
Yannick Warnier
730b63ab6d
Minor - Add default value to default value setting in create_course_extra_field() and create_session_extra_field()
9 years ago
jmontoyaa
de9dac6ea3
Remove error_log, remover * character
9 years ago
Alex Aragon
adad453dfc
fix session grid tpl - refs BT#12794
9 years ago
Scrutinizer Auto-Fixer
9a9f1ff203
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
4601bc570e
New options added to setting 'email_alert_manager_on_new_quiz'
...
See BT#12303
- Fix Formvalidator to handle multiple checkboxes
- Rework exercise notifications
- CourseManager::saveCourseConfigurationSetting now accepts array
will be converted into a string comma separated values.
No database change needed.
9 years ago
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