Julio Montoya
6559b30935
Add setting "hide_course_catalog_welcome" BT#16096
...
To hide welcome message
6 years ago
Julio Montoya
75f1644d2a
Add setting 'show_full_lp_item_title_in_edition' see BT#15259
6 years ago
Julio Montoya
f627e01dca
Add missing config info 'show_hidden_exercise_added_to_lp'
6 years ago
Angel Fernando Quiroz Campos
eb378c90c2
Gradebook: Add gradebook_flatview_extrafields_columns configuration setting - refs BT#16039
6 years ago
Julio Montoya
e6b7f3941f
Add setting "allow_online_users_by_status" see BT#15971
...
In order to show online counter by profile.
7 years ago
Julio Montoya
17a16e05d3
Add setting to hide course side bar BT#15970
7 years ago
Julio Montoya
815e3acafd
Add new option for configuration option "lp_view_settings" see BT#15962
...
Option: "show_toolbar_by_default" in order to show the LP toolbar
7 years ago
Julio Montoya
b17dedddf5
Score format "exercise_score_format" fixes see BT#15958
7 years ago
Julio Montoya
de0f6024e1
Add new score format "exercise_score_format" see BT#15958
7 years ago
Julio Montoya
3bdb2fa6cc
Add "disable_dislike_option" option see BT#15934
7 years ago
Julio Montoya
6719ca238f
Allow user to enter a LP item if it was validated in another session
...
Config added "validate_lp_prerequisite_from_other_session" BT#15930
7 years ago
Julio Montoya
106100a53d
Add fixes to compilation see BT#15698
7 years ago
Julio Montoya
b9944096ab
Option "use_new_tracking_in_lp_item" requires to add an LP extra field.
...
LP extrafield called "track_lp_item"
7 years ago
Julio Montoya
01a2af6085
Save lp_item_id and attempt id, new tracking system can check LP item spend.
...
See BT#15768
$_configuration['use_new_tracking_in_lp_item'] = false;
7 years ago
Julio Montoya
9a3514eb2e
Add option "language_flags_by_country" configuration see BT#15916
7 years ago
Julio Montoya
7d007c5456
Minor - add comment
7 years ago
Julio Montoya
dbbb577a48
Allow different "save_correct_answers" options see BT#15844
...
In order to get all answers (correct and incorrect) from previous attempt
Requires a DB change.
$_configuration['allow_quiz_save_correct_options'] = false;
7 years ago
Julio Montoya
84d4105a90
Add new exercise settings to handle page results UI see BT#15844
...
New config:
$_configuration['allow_quiz_results_page_config'] = false;
Requires a DB change.
7 years ago
Julio Montoya
22291a843d
Add new option "send_to_coaches" checkbox see BT#15899
...
This option will send a copy of the email to all the course coaches of the
session.
7 years ago
Julio Montoya
42f9e96adb
Add new setting send_inscription_notification_to_general_admin_only BT#15857
...
Allow to send the new user notification when 'allow_registration' = 'approval'
to the main admin.
7 years ago
Julio
b04fc3d65a
Lp title and lp item title can have html content see BT#15259
7 years ago
Julio
2c5c9afa9b
Minor - add DB change in allow_exercise_categories setting BT#15636
7 years ago
Julio
fb3483efbb
Allow exercise categories requires DB change and configuration BT#15636
...
configuration value: 'allow_exercise_categories'
7 years ago
Julio
e674b04981
Add setting "allow_general_certificate" see #2931 BT#13574
...
When a gradebook doesn't have a certificate use the general certificate
7 years ago
Angel Fernando Quiroz Campos
34f57596fc
Add quiz_generate_certificate_ending conf setting - refs BT#15760
...
Generate certificate when ending a quiz.
The quiz needs to be linked to a gradebook category and have set the pass percentage.
7 years ago
Julio Montoya
030527eb4e
Add option "allow_htaccess_import_from_scorm" see BT#15334
...
Allow .htaccess files when importing a SCORM zip file
7 years ago
Julio Montoya
524b305038
Add compilatio tool BT#15698
7 years ago
Julio Montoya
52c77b30d0
Add "block_my_files_access" config see BT#15586
...
Block anon users in the upload / my_files folder
7 years ago
Julio Montoya
4f0b6b4723
Add "help desk" notifications see BT#15586
7 years ago
Julio Montoya
53487be835
Add config to setup custom score style see BT#15652
...
config: gradebook_report_score_style
7 years ago
Julio Montoya
7b9b8a5d19
Add config "add_user_course_information_in_mailto" see BT#15596
7 years ago
Julio Montoya
0ab8cf8f06
Add option to "courses_list_session_title_link" to hide link but show session
...
BT#15126
7 years ago
Yannick Warnier
d9c0ba6166
Minor - Change location of new config option
7 years ago
Alex Aragón
4ac55d47f3
add configurations - refs #2880
7 years ago
Yannick Warnier
84b2e77c4b
Minor: Typo fix in configuration.dist.php
7 years ago
Yannick Warnier
1ff5c0b384
Minor - Fix erroneous introduction of multi-line comment without end in configuration.dist.php
7 years ago
Julio Montoya
f8e3bee082
Merge from ofaj_dev adding missing config settings:
...
profile_fields_visibility
required_extra_fields_in_profile
hide_forum_post_revision_language
7 years ago
Angel Fernando Quiroz Campos
6e2c7b4e82
Add missing settings when installing #2859
7 years ago
Julio
c07b9958a4
Replace $(document).ready with shortcut version
7 years ago
Angel Fernando Quiroz Campos
9c5371b448
Rename entity MessageLikes to MessageFeedback
...
See 9af667f5af
7 years ago
Julio
47f03518fd
Fix missing field BT#14357 when using config allow_gradebook_stats
7 years ago
Julio
efcd6d14dd
Add "allow_gradebook_stats" config to improve gradebook speed
...
See BT#14357
Requires:
- DB changes see configuration.dist.php
- editing the entities: GradebookLink.php and GradebookEvaluation
7 years ago
Julio
4cb8f2e1b4
Add config "block_editor_file_manager_for_students" BT#15437
...
Block student's access to the course documents
when using the ckeditor "Browse server" button
7 years ago
Angel Fernando Quiroz Campos
9af667f5af
Add social_enable_likes_messages conf setting - refs BT#15393
...
Allows to user add likes or dislikes to posts in social wall. Requires DB changes:
```sql
CREATE TABLE message_likes (id BIGINT AUTO_INCREMENT NOT NULL, message_id BIGINT NOT NULL, user_id INT NOT NULL, liked TINYINT(1) DEFAULT '0' NOT NULL, disliked TINYINT(1) DEFAULT '0' NOT NULL, updated_at DATETIME NOT NULL, INDEX IDX_B66CB196537A1329 (message_id), INDEX IDX_B66CB196A76ED395 (user_id), INDEX idx_message_likes_uid_mid (message_id, user_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;
ALTER TABLE message_likes ADD CONSTRAINT FK_B66CB196537A1329 FOREIGN KEY (message_id) REFERENCES message (id) ON DELETE CASCADE;
ALTER TABLE message_likes ADD CONSTRAINT FK_B66CB196A76ED395 FOREIGN KEY (user_id) REFERENCES user (id) ON DELETE CASCADE;
```
- edit src/Chamilo/CoreBundle/Entity/MessageLikes.php
and follow the instructions about the @ORM\Entity() line
- edit src/Chamilo/CoreBundle/Entity/Message.php
and fllow the instruccions about the @ORM\OneToMany line for the $likes property
- launch composer install to rebuild the autoload.php
7 years ago
Angel Fernando Quiroz Campos
89cbc14cd0
Add survey_anonymous_show_answered conf settings - refs BT#15280
...
Allow show answers in anonymous surveys
7 years ago
Julio Montoya
2126322664
Minor - add index docs for table track_e_access_complete see BT#15400
7 years ago
Julio Montoya
03bedd2143
Minor - format code
7 years ago
Angel Fernando Quiroz Campos
0de2668a71
Add exercise_additional_teacher_modify_actions conf settings - refs BT#15265
...
Allow add additional actions (as links) in exercises list for teachers.
7 years ago
Angel Fernando Quiroz Campos
6a758d8a52
Add mail_no_reply_avoid_reply_to conf setting #2699
...
Avoid add a reply-to header when a no-reply address is set.
7 years ago
Julio Montoya
5c4c90b28c
Translate HTML text based in the HTML "lang" attribute see BT#15166
...
$_configuration['translate_html'] = false;
7 years ago