Juan Cortizas Ponte
4a66035b97
course log - option to set default extra fields as columns
4 years ago
Juan Cortizas Ponte
09d8152c9c
comment new parameter filter_interactivity_messages on configuration.php
4 years ago
Juan Cortizas Ponte
e9b43dc5c1
add filter_interactivity_messages option to configuration.dist.php
4 years ago
Julio Montoya
fcb8bfcf8b
Admin: Add config disable_webservices
...
In order to block access to v2.php/registration.soap.php webservices.
4 years ago
Julio Montoya
84b0a23480
Careers: Add career_diagram_legend and career_diagram_disclaimer config
...
In order to show a legend and a disclaimer below the career diagram
BT#18720
4 years ago
Julio Montoya
904f743983
Admin: Add config use_career_external_id_as_identifier_in_diagrams
...
In order to load the diagrams with the external career instead the
Chamilo ids.
BT#18720
4 years ago
Julio Montoya
0a4b4ea2e4
Admin: Add config allow_quick_question_description_popup
...
Allows a quick question description edition with a selected
image from a popup.
BT#18814
4 years ago
Julio Montoya
1557d10434
Admin: Add config "show_users_in_active_sessions_in_tracking"
...
In order to show only users from active sessions in tracking.
BT#18720
4 years ago
Angel Fernando Quiroz Campos
517abe3e03
Fix and rename student_follow_page_show_invisible_lp_students to student_follow_page_include_not_subscribed_lp_students - refs BT#18671
4 years ago
Angel Fernando Quiroz Campos
474ffc42c1
Add student_follow_page_show_invisible_lp_students conf setting - refs BT#18671
...
Show the LP not marked as invisible by teacher in tracking page
4 years ago
Julio Montoya
9d41b63eb5
Admin: Config add hide_graph_in_my_progress BT#18720
...
Hides the graph in the main/auth/my_progress.php page.
4 years ago
Julio Montoya
30d645d83d
Admin: Add config platform_logo_url BT#18778
...
Replace the Chamilo logo URL.
4 years ago
Julio Montoya
477e265e96
Admin: config "allow_session_admin_extra_access" BT#18774
...
Allow session admin access to main/admin/user_update_import.php and
main/admin/user_export.php
4 years ago
Julio Montoya
03d3380e5d
Minor - edit comment
4 years ago
Julio Montoya
7ae25268fa
Admin: Add config fullcalendar_settings BT#18748
...
In order to edit the FullCalendar v3 JS settings.
4 years ago
Angel Fernando Quiroz Campos
bcc22fbfdb
Quiz: Add quiz_question_allow_inter_course_linking config setting - refs BT#18452
...
Allow reuse of questions between courses
4 years ago
Yannick Warnier
481356fd33
Admin: Quiz: Add configuration setting 'quiz_hide_question_number' to remove numbering (still missing results page numbering removal). Fix code style and rename configuration variable from hide_question_number to quiz_hide_question_number - refs BT#18450
4 years ago
Julio Montoya
c8536f2d68
Admin: Add config 'disable_user_conditions_sender_id'
...
Add disable_user_conditions.php script, disabled by default,
4 years ago
Angel Fernando Quiroz Campos
a3fba7fa73
Add my_progress_session_show_all_courses conf setting - refs BT#18671
...
Allow show all details of each course in session when clicking on session details
4 years ago
Angel Fernando Quiroz Campos
339d5740a9
Add my_progress_course_tools_order conf setting - refs BT#18671
...
Allow change the order to show the tools in "My progress" page
4 years ago
Angel Fernando Quiroz Campos
cedf3d7d75
Minor - Flint fixes - refs BT#18671
4 years ago
Angel Fernando Quiroz Campos
da4c8fe4ed
Fix management for lp_view extrafields - refs BT#18671
4 years ago
Angel Fernando Quiroz Campos
3351d26d50
Add student_follow_page_add_LP_invisible_checkbox conf setting - refs BT#18671
...
Prepend a column in student LPs table to display a checkbox to select the LP category and its LPs. Requires DB changes:
INSERT INTO extra_field (extra_field_type, field_type, variable, display_text, default_value, field_order, visible_to_self, visible_to_others, changeable, filter, created_at) VALUES
(20, 13, 'invisible', 'Invisible', '', 0, 1, 0, 0, 0, NOW());
4 years ago
Angel Fernando Quiroz Campos
a5f46bcec0
Add student_follow_page_add_LP_acquisition_info conf setting - refs BT#18671
...
Add column "Acquisition" in student LPs table to display info about a lo adquisition. Requires DB changes:
INSERT INTO extra_field (extra_field_type, field_type, variable, display_text, default_value, field_order, visible_to_self, visible_to_others, changeable, filter, created_at) VALUES
(0, 3, 'acquisition', 'Acquisition', '', 0, 1, 0, 0, 0, NOW());
SET @ef_id = LAST_INSERT_ID();
INSERT INTO extra_field_options (field_id, option_value, display_text, priority, priority_message, option_order) VALUES
(@ef_id , '1', 'Acquired', NULL, NULL, 1),
(@ef_id , '2', 'In the process of acquisition', NULL, NULL, 2),
(@ef_id , '3', 'Not acquired', NULL, NULL, 3);
4 years ago
Angel Fernando Quiroz Campos
a3dbb2ed8e
Add student_follow_page_add_LP_subscription_info conf setting - refs BT#18671
...
Add column "Unlocked" in student LPs table to display info about a lp subscription
4 years ago
NicoDucou
c420126803
[Forum] enabling independant config allow_forum_category_language_filter instead of translate_html that was used incorrectly and mixed for 2 different use -Refs BT#18708
4 years ago
Yannick Warnier
2c97379de1
Admin: Add configuration setting to enable X-Sendfile headers (already in code, just missing doc in configuration.dist.php) - refs BT#18685
4 years ago
Julio Montoya
cb5789fc65
Admin: Add plugin_settings config to disable BBB settings
...
And use them in priority
See BT#18666
4 years ago
Julio Montoya
a2c2bce980
Admin: Add config gradebook_hide_table BT#18591
...
Hide gradebook table in student view.
5 years ago
Carlos Alvarado
312d370af4
Exercise: Added configuration to show or hide the question number in exercises - refs BT#18450
5 years ago
Julio Montoya
d87d35290a
Tracking: Remove config use_new_tracking_in_lp_item BT#18443
...
The new tracking system depends in the course/session not in the LP.
Requires testing.
5 years ago
Julio Montoya
0fc8fb6f2e
Admin: Add config my_courses_show_pending_exercise_attempts BT#18351
...
Show exercise report from all courses in a new page:
exercise/pending.php
5 years ago
Julio Montoya
f187da24c9
Admin: Add config my_courses_show_pending_work BT#18352
...
Show a link to the work/pending.php page in my courses (user_portal)
5 years ago
Julio Montoya
5a10163832
Admin: Add config assignment_base_course_teacher_access_to_all_session
...
Show all student publications (from course and from all sessions) in
the work/pending.php page if true see BT#18352
5 years ago
Julio Montoya
6e61e565b9
Update lang var + format code
5 years ago
Julio Montoya
9087b3dbfe
Admin: Add config lp_start_and_end_date_visible_in_student_view
...
In order to allow students to see the start/end time of a LP BT#18418
5 years ago
Julio Montoya
47842da0d6
Admin: Add config $_configuration['show_invisible_lp_in_course_home']
...
Allow students to see a lp shortcut in course home even if the LP
is invisible BT#17744
5 years ago
Angel Fernando Quiroz Campos
e2f6135108
Portfolio: Allow attach files in items/posts - refs BT#18201
5 years ago
Julio Montoya
413c235993
Admin - Add config "allow_coach_to_edit_announcements" BT#18385
...
To allow coach users to always edit announcements inside sessions.
5 years ago
Angel Fernando Quiroz Campos
c3c8b79ba9
Portfolio: Update SQL queries to enable - refs BT#18201
5 years ago
Julio Montoya
a6a7a3fd37
Admin: Add config "show_exercise_session_attempts_in_base_course"
...
Shows exercise session attempts in the base course. BT#18351
5 years ago
Julio Montoya
68d0c8472f
Admin: Add config documents_custom_cloud_link_list BT#18333
...
Allow to change the provider cloud list.
5 years ago
Julio
ea949a732d
Admin: Add config quiz_check_all_answers_before_end_test BT#18253
...
WIP
5 years ago
Carlos Alvarado
ed0c0983cc
Social: Changed settings_meta_linkedin_organization_id to linkedin_organization_id BT#17468 - refsBT#17468
5 years ago
Angel Fernando Quiroz Campos
bd7d3c2e24
Portfolio: Add extrafield type - refs BT#18201
5 years ago
Angel Fernando Quiroz Campos
56241cf6a8
Portfolio: Allow teacher mark comment as important - refs BT#18201
5 years ago
Carlos Alvarado
305f12506f
Social: Added LinkedIn Share certification BT#17468 - refsBT#17468
5 years ago
Carlos Alvarado
665d524a64
Exercise: Allow show some html characters, enabled by question_exercise_html_strict_filtering - refs BT#18242
5 years ago
Angel Fernando Quiroz Campos
1f064e95ab
Portfolio: Allow copy posts/comments in personal portfolio - ref BT#18201
5 years ago
Angel Fernando Quiroz Campos
dcc7e3a65e
Portfolio: Allow comment in items - refs BT#18201
5 years ago