Julio Montoya
37de23a463
Minor - format code, update CI files
8 years ago
Julio Montoya
12bab09cae
Minor - format code
8 years ago
Alex Aragón
156bcf8675
adding configuration parameter to activate view with ViewerJS PDF LP - refs BT#15044
8 years ago
Julio
77b8287979
Use exercise platform score settings in the gradebook graph
...
See BT#14972
$_configuration['gradebook_use_exercise_score_settings_in_categories'] = true;
8 years ago
Julio
40dcc1e7b4
Add option "hide_gradebook_percentage_user_result" + fix rank column
...
- Hide percentage in best/average gradebook results
See BT#14972
8 years ago
Julio
26d6fb48bd
Add config "allow_only_one_student_publication_per_user" see BT#15028
...
Students can only upload one publication
8 years ago
Julio Montoya
744479d6df
Add option to setting to hide lp navigation with arrows see BT#14938
...
New option in setting added "hide_lp_arrow_navigation":
$_configuration['lp_view_settings'] = [
'display' => [
'show_reporting_icon' => true,
'hide_lp_arrow_navigation' => false,
],
];
8 years ago
Angel Fernando Quiroz Campos
ed0d11a7c5
Add conf limit_session_admin_list_users - refs BT#15003
...
Limits that a session admin has access to list users
8 years ago
Angel Fernando Quiroz Campos
339b448adc
Revert "Add conf limit_session_admin_add_user - refs BT#15003"
...
This reverts commit 64a1667d87 .
8 years ago
Angel Fernando Quiroz Campos
64a1667d87
Add conf limit_session_admin_add_user - refs BT#15003
...
Limits that a session admin has access to add users
8 years ago
Julio Montoya
b175f7da10
Minor - add missing setting
8 years ago
Julio Montoya
501dcbe38a
Add setting "block_student_publication_add_documents" BT#14986
...
Block "add documents" in student publication feature
8 years ago
Julio Montoya
53f18dca32
Add config "block_student_publication_edition" see BT#14985
...
Teachers can't edit student publications
8 years ago
Julio Montoya
385a6aed5c
Minor - flint fixes
8 years ago
Julio Montoya
384a327774
Fix installation when using chash
8 years ago
Julio Montoya
60eaebf086
Add setting "hide_complete_name_in_whoisonline"
...
To hide name from who is on line BT#14906
8 years ago
Julio Montoya
cd9460d7fb
Hide country flags in the language switcher + fix login form BT#14372
...
New setting $_configuration['hide_flag_language_switcher'] = false;
8 years ago
Julio Montoya
46597a4676
Use "gradebook_number_decimals" to handle GradebookResultAttempt table
...
BT#14692
Hide edit button if multiple attempts option is on
8 years ago
Julio Montoya
4c603d5466
Add setting "gradebook_multiple_evaluation_attempts"
...
Allow the possibility to add more attempts to the gradebook
evaluation tool. Requires a DB change.
8 years ago
Angel Fernando Quiroz Campos
7b6f760c0c
Add hide_username_in_course_chat conf setting - refs BT#14769
8 years ago
Angel Fernando Quiroz Campos
afba2a6f73
Add hide_username_with_complete_name conf setting - refs BT#14769
...
Hide the username when showing the complete name for a user
8 years ago
Yannick Warnier
fd944a29fb
Add instructions about course portfolio activation to main/install/configuration.dist.php
8 years ago
Yannick Warnier
7d267caf86
Minor - Update version info
8 years ago
Angel Fernando Quiroz Campos
1629f2939d
Enabled by default vrview #2622
8 years ago
Yannick Warnier
51969d0939
Revert "Revert "Add vrview plugin for mediaelement #2622""
8 years ago
Yannick Warnier
7e2bccca59
Revert "Add vrview plugin for mediaelement #2622"
8 years ago
Angel Fernando Quiroz Campos
7263b060d2
Add vrview option to video_features for medialement #2622
8 years ago
Yannick Warnier
223dcb92f0
Privacy: Make GDPR enabled by default and allow disabling it by setting disable_gdpr in configuration.php - refs #2628
8 years ago
Julio Montoya
39744c61dd
Minor - format code, comments
8 years ago
Angel Fernando Quiroz Campos
dc7d27ba70
Fix escape queries on installation - refs #2620
8 years ago
Yannick Warnier
871e962268
Change install/version.php to beta version
8 years ago
Julio Montoya
848f744bc1
Minor - Comment unused get/set
8 years ago
Yannick Warnier
9472341ef0
WIP: GDPR ( #2606 )
...
Admin: Add configuration setting 'enable_gdpr' to enable special privacy options to ease implementation of European GDPR. Add personal data info page, LegalRepository, personal data treatment types display and update getLastLogin() results including track_e_login for legacy users - refs #2568 #GDPR
8 years ago
Julio Montoya
7b1bf11218
Add "webservice_validation" conf to validate login against a webservice
...
See BT#14613
8 years ago
Yannick Warnier
a546b7ad5d
Minor - fix English doc
8 years ago
Julio Montoya
475f58e72c
Add session_id = 0 to fix c_tool LP links see BT#14372
8 years ago
Angel Fernando Quiroz Campos
6750c5f582
Rename disable_gradebook_stats to gradebook_enable_best_score - refs BT#14687 #2609
8 years ago
Yannick Warnier
6f7957dae4
Internal - Bump version to 1.11.8 dev
8 years ago
Yannick Warnier
0de0e3a03d
Install: Remove date.timezone message for PHP versions >= 7.0 as it does not trigger a PHP Warning anymore.
8 years ago
Yannick Warnier
b0041b6250
Internal - Add documentation about X-Frame-Options in configuration.dist.php
8 years ago
Julio Montoya
bd7d1ad19b
Installation: replace check of app/course/X/test.php with an html file
...
See #2601
8 years ago
Julio Montoya
a4ed3a7b2d
Minor - flint fixes, format code
8 years ago
Yannick Warnier
ddf3db2c1b
CDN: Add CORS information to configuration.php in CDN feature block
8 years ago
Julio Montoya
834622f8f6
LpCalendar WIP - See BT#14608
...
- New config: private_messages_about_user_visible_to_user,
allow_teachers_to_classes
- Format code, ui fixes for the new calendar year view
8 years ago
Yannick Warnier
cba0999d2c
Remove duplicate header name from XSS protection default (disabled) params in configuration.dist.php
8 years ago
Angel Fernando Quiroz Campos
b03d8eab04
Fix constraints for portfolio - refs BT#14631
8 years ago
Angel Fernando Quiroz Campos
83840528ca
Portfolio: Fix lang var + set null on delete - refs BT#14560
8 years ago
Julio
0f25790214
Redirect index to url for logged in users see BT#14457
...
$_configuration['redirect_index_to_url_for_logged_users'] = 'user_portal.php';
8 years ago
Julio
b0081b6846
Add setting "exercise_category_round_score_in_export" BT#13187
...
- Round values using the ceil function in the exercise category reports
8 years ago
Angel Fernando Quiroz Campos
c2efa245d1
Add allow_survey_availability_datetime conf - refs BT#14468
...
Allows to set the date and time of availability for surveys.
Requires DB changes:
ALTER TABLE c_survey CHANGE avail_from avail_from DATETIME DEFAULT NULL, CHANGE avail_till avail_till DATETIME DEFAULT NULL;
Requires change the Doctrine type from date to datime in CSurvey::$availFrom and CSurvey::$availTill
8 years ago