Angel Fernando Quiroz Campos
c58798ec30
Plugin: Remedial Course: Fix conditions to inscription in remedial course - refs BT#18165
5 years ago
Angel Fernando Quiroz Campos
b7be4688e1
Plugin: Remedial Course: Simplify code - refs BT#18165
5 years ago
Angel Fernando Quiroz Campos
3a1c351d11
Plugin: Remedial Course: Move code to plugin class - refs BT#18165
5 years ago
NicoDucou
65999821c4
[LP][Script] fix starting date to get the day before only if needed -refs BT#18214
5 years ago
Julio Montoya
c8536f2d68
Admin: Add config 'disable_user_conditions_sender_id'
...
Add disable_user_conditions.php script, disabled by default,
5 years ago
Angel Fernando Quiroz Campos
0a4e75da63
Improve headers in tracking page - refs BT#18671
5 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
5 years ago
Angel Fernando Quiroz Campos
a45bceee5d
My progres: Fix link to course detail - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
34e389b6d4
Minor - Flint fixes
5 years ago
Angel Fernando Quiroz Campos
c44e5345c5
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
5 years ago
Julio Montoya
98aaea581f
Courses: Fix order by + fix PHP warning BT#18724
5 years ago
Julio Montoya
358bd293f9
Script: Hard delete in orphan question
5 years ago
Julio Montoya
dd0c227a77
Minor - add log
5 years ago
Julio Montoya
471996a62e
Reports: Fix works in session table when users are in different courses
...
See BT#18700
5 years ago
Angel Fernando Quiroz Campos
cb2b0f7aff
Remove E_NOTICE
5 years ago
Angel Fernando Quiroz Campos
37c511f93d
Minor - Remove unnecessary tag closing - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
dfbfee714d
Student follow page: Fix export learning paths - refs BT#18671
5 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
5 years ago
Angel Fernando Quiroz Campos
b527044155
Tracking: Move code to functions - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
83e94f7c63
My Progress: Replace HTML table with SortableTableFromArray - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
a9dc20ab64
My Progress: Replace HTML table with SortableTableFromArray - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
9c4f86f647
Minor - Tracking: Shrink session graph - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
24c456839a
Studen follow page: Allow show subscription info for groups - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
b9020670a4
LP: Fix list from course session - refs BT#18671
5 years ago
Julio Montoya
856c65dd18
LP: Fix order by adding "`" conflicts with the Doctrine DQL
5 years ago
Angel Fernando Quiroz Campos
c4ecbadcf9
Merge pull request #3859 from AngelFQC/BT18671
...
Add student follow page - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
cedf3d7d75
Minor - Flint fixes - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
d3e4b7a1d3
LP: Allow list not ignoring the subscription - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
3f250521d2
Tracking: Don't export hidden lp views when student_follow_page_add_LP_invisible_checkbox is enabled - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
217e05d3a8
Tracking: Change process to hide lp views when student_follow_page_add_LP_invisible_checkbox is enabled - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
09960a23d7
Minor - Format code - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
eb6b5a7d5c
Minor - Format code - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
4ecf77f994
Minor - Flint fixes - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
d9e3251712
Add student follow page in student tracking - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
e1a5ce7cc4
Tracking: Allow export student follow page to PDF - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
23a082b500
Fix header in LP tracking for student - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
da4c8fe4ed
Fix management for lp_view extrafields - refs BT#18671
5 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());
5 years ago
Angel Fernando Quiroz Campos
a67f006d4a
Follow student page: Change button with icon - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
a03388f633
Allow export columns added with student_follow_page configuration - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
1a051738fa
Move code to another class - refs BT#18671
5 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);
5 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
5 years ago
Angel Fernando Quiroz Campos
b6ee77ad00
Vendor: Remove php-xapi/model from composer.json
5 years ago
NicoDucou
774847e0b9
[Usergroup] completing removing unnecesary code related to session when only managing base course with usergroup in the funcion -refs BT#18607
5 years ago
NicoDucou
36c890d0c4
[Usergroup] removing unnecesary code related to session when only managing base course with usergroup in the funcion -refs BT#18607
5 years ago
Julio Montoya
d10a22f365
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
5 years ago
Julio Montoya
ac89f2c40b
Exercises: Fix word "HTML" in pdf report BT#18569
5 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
5 years ago
Julio Montoya
728eddec93
Documents: Fix folder creation, remove ending dots see BT#18698
5 years ago