Julio Montoya
|
6e85003e19
|
Admin: Add config allow_email_editor_for_anonymous BT#15596
- Allow anon users to send emails to the platform admin.
- Add captcha form type shortcut in FormValidator.class.php
|
6 years ago |
Julio Montoya
|
1405b1c22d
|
Admin: Add config allow_gradebook_comments see BT#18202
Requires DB changes
|
6 years ago |
Angel Fernando Quiroz Campos
|
d247d67971
|
Minor - Flint fixes
|
6 years ago |
Julio Montoya
|
ebf7c28ddd
|
Admin: Add config survey_duplicate_order_by_name see BT#18183
Survey duplicate: Order survey questions by student name
// $_configuration['survey_duplicate_order_by_name'] = true;
|
6 years ago |
Julio Montoya
|
bfb30e0e02
|
Admin: Add config send_only_messages_to_teachers BT#18174
Show only my teachers when creating a new message as a student.
|
6 years ago |
Julio Montoya
|
4d192d06fb
|
User notification:Add sender email to setting user_notification_settings
BT#18117
|
6 years ago |
lonesomewalker
|
169df71459
|
LDAP: Updated LDAP config file location/name mentioned in configuration.php
|
6 years ago |
Julio Montoya
|
b8921f280a
|
Admin: Add setting "user_notification_settings" BT#18117
Allows to send a custom notification to some emails after an user
updates his profile.
|
6 years ago |
Yannick Warnier
|
4676929a10
|
Install: Hard-set files and directories permissions to avoid deprecation warning with PHP 7.4 at install time
|
6 years ago |
Yannick Warnier
|
506f715a59
|
Bump version to 1.11.14
|
6 years ago |
Julio Montoya
|
581308d983
|
Exercises: Option block_category_questions requires an extra field
Variable: block_category
Type: checkbox
|
6 years ago |
Julio Montoya
|
defa11bef3
|
Admin: Add config add_exercise_best_attempt_in_report BT#18096
Shows the exercise best result in the course report
|
6 years ago |
Julio Montoya
|
e5ebc9e1bc
|
Admin: Add setting course_category_code_to_use_as_model BT#18083
Allow to group course templates by course category code.
|
6 years ago |
Julio Montoya
|
09e19d23dc
|
Exercises: Change skip_notification_if_user_in_extra_field to
send_notification_if_user_in_extra_field
See BT#17787
|
6 years ago |
Julio Montoya
|
f6bd3f5765
|
Exercises: option is_block_by_percentage
In setting exercise_finished_notification_settings BT#18068
|
6 years ago |
Yannick Warnier
|
cc79fbfab6
|
Admin: Add configuration setting 'survey_backwards_enable' to allow a backwards button in surveys - refs #3582
|
6 years ago |
Julio Montoya
|
bb8b075abe
|
Exercises: Add skip_notification_if_user_in_extra_field option in the
exercise_finished_notification_settings configuration
Add signature mandatory option
BT#17787
|
6 years ago |
Julio Montoya
|
4604ae78b3
|
Admin: Add config "cas_user_map" update user fields from CAS attributes
BT#17620
|
6 years ago |
Julio Montoya
|
10aa278875
|
Minor - make header smaller.
|
6 years ago |
carlos alvarado
|
1493d16b6d
|
Session: Add configuration setting 'security_block_inactive_users_immediately' to prevent a disabled user with an active session from accessing the courses - refs BT#17891 #3566
|
6 years ago |
Angel Cubas
|
84b413a01e
|
Ticket: Add configuration setting $_configuration['ticket_lp_quiz_info_add'] to add extra data, learningpath_id and exercise id in tickets report - refs #3564
|
6 years ago |
Carlos Alvarado
|
e97d8e16ac
|
TOOL: Added allow upload into configuration dist file - refs #3545
|
6 years ago |
Yannick Warnier
|
810673f9ec
|
Minor: Re-order instructions to enable scheduled_announcements
|
6 years ago |
Julio Montoya
|
8dfc932016
|
Exercises: allow_time_per_question requires DB change to save spent time
BT#17791
|
6 years ago |
Julio Montoya
|
3ab7908514
|
Admin: Add config disable_change_user_visibility_for_public_courses
BT#17978
- Block user tool if course is "public to the world" (visibility = 3)
for students.
- Block change visibility user tool for teachers.
|
6 years ago |
Julio Montoya
|
b1bb775741
|
Admin: Add config allow_time_per_question BT#17791
Show a countdown timer per question.
|
6 years ago |
Julio Montoya
|
d676dc9dd6
|
Admin: Add config course_sequence_valid_only_in_same_session BT#17789
Check only same course session
|
6 years ago |
Julio Montoya
|
9ff5505ecc
|
Admin: Add config allow_mandatory_question_in_category BT#17789
Allow mandatory selectable questions when using setting
"Question selection type" =
"Ordered categories alphabetically with random questions'
|
6 years ago |
Julio Montoya
|
10efb7d50e
|
Admin: Add config disable_my_lps_page BT#17772
To disable the main/lp/my_list.php page
|
6 years ago |
Julio Montoya
|
bf6b031e7e
|
Minor - Change track_e_exercises.blocked_categories to LONGTEXT
|
6 years ago |
Julio Montoya
|
9f573d95de
|
Admin: Add config block_category_questions BT#17789 (WIP)
Requires DB change.
|
6 years ago |
Yannick Warnier
|
6982ca1909
|
Admin: Add configuration setting to hide the sidebar navigation (for exams, etc) - refs BT#17952
|
6 years ago |
Yannick Warnier
|
983a64329f
|
Admin: Add configuration setting to hide the breadcrumb navigation (for exams, etc) - refs BT#17952
|
6 years ago |
Julio Montoya
|
fb7bf974ba
|
Admin: Add config quiz_results_answers_report BT#17914
Show a link on the results page to download an answers report
|
6 years ago |
Julio Montoya
|
c8e71a1b13
|
Admin: add config gradebook_pdf_export_settings.hide_feedback_textarea
In order to hide the feedback textarea in the pdf.
|
6 years ago |
Julio Montoya
|
87d370bc26
|
Admin: Add config gradebook_pdf_export_settings BT#17899
Gradebook student pdf export settings hide score weight column.
Admin: Add config gradebook_use_exercise_score_settings_in_total
Use exercise score settings in score category totals.
Remove decimals. Example: 100.00 replaced to 100
|
6 years ago |
Julio Montoya
|
f9cd5e9eac
|
Exercise: Refactor exercise_finished_notification_settings BT#17786
Allow multiple emails, multiple setups.
|
6 years ago |
Julio Montoya
|
40332a9c7a
|
Exercise: Rename exercise_finished_email_settings BT#17786
Use exercise_finished_notification_settings add new extrafield
|
6 years ago |
Julio Montoya
|
d172ccdafd
|
Exercise: Refactor exercise_finished_email_settings setting BT#17786
|
6 years ago |
Julio Montoya
|
03717c3785
|
LP: Add classes to LP category see BT#17854
|
6 years ago |
Julio Montoya
|
f9f0c3afb5
|
Exercises: Add pdf to email when using exercise_finished_email_settings
BT#17788
|
6 years ago |
Julio Montoya
|
c34bb50d23
|
Exercises: Refactor setting exercise_finished_email_settings BT#17787
|
6 years ago |
Julio Montoya
|
d564702f73
|
Admin: add config allow_lp_subscription_to_usergroups requires DB change
Allow register usergroups to a LP BT#17854
|
6 years ago |
Julio Montoya
|
eea5cfdfce
|
Admin - Add duplicate_specific_session_content_on_session_copy WIP
Add new action in session list to copy a session with
its course-session content into another session BT#17832
|
6 years ago |
Julio Montoya
|
ea5a077157
|
Admin: Add config "multiple_access_url_show_shared_course_marker"
Add icon in userportal.php if course was shared in other portals
Add url list in course_edit.php
See BT#17783
|
6 years ago |
Julio Montoya
|
7c94fa061b
|
Admin: Add config "setting exercise_finished_email_settings" BT#17786
Send emails to some users when a student finishes an exercise.
|
6 years ago |
Julio Montoya
|
512e1f6346
|
Admin: Add configuration setting "show_my_lps_page" BT#17714
Shows a link to the "my learning paths" page in the /index.php and
/user_portal.php
It also enables the main/lp/my_list.php page.
|
6 years ago |
Angel Fernando Quiroz Campos
|
45c84dbaaa
|
Add gradebook_score_display_custom_standalone conf setting - refs BT#17863
Allow show the score display custom (when it is enabled) in a standalone column in gradebook
|
6 years ago |
Julio Montoya
|
af2b65b0ec
|
Minor - flint fixes
|
6 years ago |
Angel Cubas
|
62f646c403
|
Admin: WYSIWYG: Add configuration setting 'ck_editor_block_image_copy_paste' to block image copy & paste creating a base64 image in HTML source (and ending up filling the database) - refs #3322
|
6 years ago |