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
Yannick Warnier
c43e06b8ea
Replace "objeto" instances by "myObject" in several JS codes. Does not seem to be used in any part.
8 years ago
Julio
36f8b2d3d7
Add setting to hide lp item prerequisite label see BT#14437
...
Setting "hide_accessibility_label_on_lp_item"
8 years ago
Angel Fernando Quiroz Campos
dda242e42b
Allow save_titles_as_html in portfolio - refs BT#14391
8 years ago
Angel Fernando Quiroz Campos
6942706600
Fix doc about save_titles_as_html - refs BT#14391
8 years ago
jmontoyaa
dec201b557
Fix setting definition "show_conditions_to_user" see BT#14371
8 years ago
jmontoyaa
44833e2d82
Add new setting to show conditions during sign up see BT#14371
...
$_configuration['show_conditions_to_user']
8 years ago
jmontoyaa
4473bd11ac
Add setting to show pending survey link in user menu BT#14395
8 years ago
jmontoyaa
73ae4cf7f6
Add new options "hide gradebook graph" and "pdf report button" BT#14385
...
// Hide gradebook graph
// $_configuration['gradebook_hide_graph'] = false;
// Hide gradebook "download report in PDF" button
// $_configuration['gradebook_hide_pdf_report_button'] = false;
8 years ago
jmontoyaa
76040c66b3
Hide announcement "sent to" label see BT#14365
...
Setting: "hide_announcement_sent_to_users_info
8 years ago
jmontoyaa
1326c86973
Add "allow_import_scorm_package_in_course_builder" see BT#14324
...
- When export a course backup file the course/ABC/scorm/ folder is added
in the zip packages.
- This setting imports that folder example: course/ABC/scorm/my_scorm
is saved in the new location course/DESTINATION/scorm/my_scorm/
8 years ago
Angel Fernando Quiroz Campos
252dff9409
Rename lock_course_in_session conf setting to session_courses_read_only_mode - refs BT#14196
8 years ago
Angel Fernando Quiroz Campos
409ca7ad2c
Add conf setting lock_course_in_session - refs BT#14196
...
Allow to lock edition for courses in session. Require DB changes
8 years ago
jmontoyaa
caad4bbb94
Add setting "disable_token_in_new_message" see BT#14113
8 years ago
jmontoyaa
e3fcfb1863
Minor - flint fixes
8 years ago
jmontoyaa
a6a085a820
Install - Fix query BT#14293
...
gradebook_link.id is already unique just make sure it's the right row
8 years ago
jmontoyaa
5dbffe6ce4
My courses session order see BT#14252
...
Possible "field" values: "start_date" or "end_date".
"Order" values: "asc" or "desc"
$_configuration['my_courses_session_order'] = [
'field' => 'end_date',
'order' => 'desc'
];
8 years ago
jmontoyaa
204172f4ba
Enable speed controller in video player #2511
...
// $_configuration['video_features'] = ['features' => ['speed']];
8 years ago
jmontoyaa
90ea4936eb
Add auto launch settings for documents and exercises see BT#14251
...
- configuration "allow_exercise_auto_launch" requires DB change
8 years ago
jmontoyaa
244afaf867
Allow sharing options for the documents inside a group category BT#10769
...
Setting added in configuration.php "group_category_document_access"
Requires DB change
8 years ago
jmontoyaa
fe0aaebfea
Add setting "allow_lp_chamilo_export" to export LP with course builder
...
BT#10885
8 years ago
jmontoyaa
74145843ab
Minor - comment error_log
8 years ago
jmontoyaa
c056499ecf
Allow sharing options for the documents inside a group BT#10769
...
//ALTER TABLE c_group_info ADD document_access INT DEFAULT 0 NOT NULL;
//$_configuration['group_document_access'] = false;
8 years ago
Angel Fernando Quiroz Campos
fbb1fb065f
Add exercise_attempts_report_show_username conf setting - refs BT#14212
...
See e6a724bdee
8 years ago
Alex Aragón
53cf769dfb
Added accordion view option for lp view - rf BT#14200
8 years ago
Alex Aragón
b99aaa338a
add hots sessions - sessions_current.tpl
8 years ago
jmontoyaa
6773bc839a
Fix lp.id to lp.iid migration see BT#14174
8 years ago
jmontoyaa
266155f586
Minor - Apply flint fixes + format code
8 years ago
jmontoyaa
3211afcf02
Minor - Use connection obj to get data from database
8 years ago
jmontoyaa
e67e735576
Add setting $_configuration['allow_teacher_access_student_skills']
...
Allow teachers to access student skills BT#14161,
skills setting must be enabled in the platform.
8 years ago
jmontoyaa
904ed17eb9
Minor - Include fixLpId() inside fixIds() in order to be called by chash
8 years ago
jmontoyaa
1ebd8ae596
Migration from 1.9.x/1.10.x - Add fix LP.id to LP.iid see BT#13954
...
Based in script tests/fix_lp_id_to_iid.php
8 years ago