Julio Montoya
afad5156ec
Admin course list: Add teachers multiple ajax select BT#17478 (WIP)
5 years ago
Julio Montoya
5b279b9cd8
Admin: Add config add_teachers_in_course_list see BT#17478
...
Add new "trainers" column in main/admin/course_list.php
5 years ago
Julio Montoya
c50146e3fa
LP: Add edit icon to return to build menu BT#17524
5 years ago
Julio Montoya
20752ea528
Minor - flint fixes
5 years ago
Julio Montoya
51e396f23b
Minor - format code
5 years ago
Julio Montoya
c9bb3bd78f
LP: Fix missing icon in lp list
5 years ago
Angel Fernando Quiroz Campos
a15a89a788
Quiz: accept savec questions is mandatory with quiz_confirm_saved_answers - refs BT#17519
5 years ago
Yannick Warnier
8aa9c353cb
Install: Remove literal mention of required field (now shown with a red asterisk - refs #3300
5 years ago
Yannick Warnier
1213b3139c
Merge pull request #3312 from carlangas159/3300
...
Install: URL field has "Required Field" text instead of red star and space between words #3300
5 years ago
Yannick Warnier
ef975c4a9f
merge
5 years ago
Yannick Warnier
862f2b7c10
Minor - Spacing and naming changes in visibility switch for tools on course homepage - refs #3301
5 years ago
Yannick Warnier
e81dd33dcf
Merge branch '3301' of https://github.com/carlangas159/chamilo-lms into 3301
5 years ago
Yannick Warnier
8db03f03b2
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
5 years ago
Yannick Warnier
012e5a028f
Merge branch '3293' into 1.11.x
5 years ago
Yannick Warnier
9a0be15404
Plugin: Google Meet: Merging into Chamilo - refs #3293
5 years ago
Julio Montoya
dac10cbcd3
Merge pull request #3354 from juan-cortizas-ponte/1.11.x.prevent-course-creation-based-on-configuration-limits
...
Check course limits to allow a new course creation
5 years ago
Yannick Warnier
a1181254dd
Merge branch 'google-meet' of github.com:aragonc/chamilo-lms into 3293
5 years ago
juan-cortizas-ponte
0c08ecfc78
refactoring checkCreateCourseAccessUrlParam function
5 years ago
Yannick Warnier
8fe5350512
Merge pull request #3285 from spacecabbie/patch-2
...
Plugin: Maintenance: Change HOST to ADDR in visitors IP address filtering in maintenance plugin
5 years ago
Julio Montoya
07600bc456
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
5 years ago
Julio Montoya
c28a5e005f
Fix LP audio upload BT#17524
5 years ago
Julio Montoya
7507b54756
Merge pull request #3357 from sebastiendu/16297-user_remote_service_plugin
...
user remote service plugin PHP < 7.3 compatibility - refs BT#16297
5 years ago
Sébastien Ducoulombier
a53833b9ce
user remote service plugin PHP < 7.3 compatibility - refs BT#16297
5 years ago
Julio Montoya
07e11708a6
Minor - format code
5 years ago
Julio Montoya
039984b97a
Learning path: Add audio from different folder BT#17524
5 years ago
Julio Montoya
6cb3746eff
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
5 years ago
Angel Fernando Quiroz Campos
88d8b8e8b0
Minor - Update lang files - refs BT#17519
5 years ago
Angel Fernando Quiroz Campos
85b38d646b
Gradebook: Fix lp by session when session not matching - refs BT#17140
5 years ago
Angel Fernando Quiroz Campos
738d899aa5
Merge pull request #3356 from AngelFQC/BT17519
...
Add a checkbox to allow to user confirm the number of answers saved in quiz attempt
5 years ago
Angel Fernando Quiroz Campos
2183f63fa4
Quiz: Don't show help message in form to confirm saved answers - refs BT#17519
5 years ago
Angel Fernando Quiroz Campos
f4b792fefe
Minor - Flint fixes - refs BT#17519
5 years ago
Julio Montoya
2339dcecb5
Use LP item audio with different path BT#17524
5 years ago
Julio Montoya
0ba1308c36
Minor - remove unused code
5 years ago
Julio Montoya
76155eab0a
Block page if config is not set + format code
5 years ago
Julio Montoya
b7e740753e
My publications page - fix query BT#17508
5 years ago
Julio Montoya
636aa77dc5
Merge pull request #3353 from sebastiendu/16297-custom-iframe
...
User Remote Services - refs BT#16297
5 years ago
Julio Montoya
24970b6787
Fix add lp audio BT#17524
5 years ago
Angel Fernando Quiroz Campos
1e9d9e6c1c
Quiz: Improve end message and saved answers - refs BT#17519
5 years ago
Angel Fernando Quiroz Campos
adbd49989c
Add quiz_confirm_saved_answers conf setting - refs BT#17519
...
Add a checkbox to allow to user confirm the number of answers saved in quiz attempt
- Requires to edit the src/Chamilo/CoreBundle/Entity/TrackEExerciseConfirmation.php file adding the "@" in the ORM phpdoc block
- Requires DB changes:
CREATE TABLE track_e_exercise_confirmation (id INT AUTO_INCREMENT NOT NULL, user_id INT NOT NULL, course_id INT NOT NULL, attempt_id INT NOT NULL, quiz_id INT NOT NULL, session_id INT NOT NULL, confirmed TINYINT(1) DEFAULT '0' NOT NULL, questions_count INT NOT NULL, saved_answers_count INT NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME DEFAULT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
5 years ago
Julio Montoya
0ed6f68634
Minor - Flint fixes
5 years ago
Julio Montoya
04d26b9448
Fix calendar js, Fix ListViewGrid error
5 years ago
juan-cortizas-ponte
faf3d26fd4
check course limits to allow a new course creation
5 years ago
Julio Montoya
075861cb2c
Admin: add configuration setting my_space_users_items_per_page BT#16343
...
- Add calendar plan from ofaj
5 years ago
Julio Montoya
4e29ffd64d
Add TC and TI report BT#16341
5 years ago
Julio Montoya
c1680683d5
Fix boss profile redirect BT#17514
5 years ago
Julio Montoya
a26779daf5
Minor - flint fixes
5 years ago
Julio Montoya
a098c38dd9
Fix my publications UI see BT#17508
5 years ago
Yannick Warnier
7a2629e9dd
Merge branch '3142' into 1.11.x
5 years ago
Yannick Warnier
eaee08afb3
Admin - Improve menu item delete_all action display + fix JS issue selecting all languages - refs #3142
5 years ago
Yannick Warnier
647f77d89a
Merge branch 'delete-link' of git://github.com/jojo787898/chamilo-lms into 3142
5 years ago