Yannick Warnier
bb1fa6f5db
Install: Set chamilo website to https
4 years ago
Yannick Warnier
4711493e96
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
4 years ago
Yannick Warnier
bcc69979eb
Install: Set version to 1.11.18 dev in version.php
4 years ago
Nicolas Ducoulombier
896d9eee46
Merge pull request #4399 from AngelFQC/BT20083
...
Fix indicator for password rules in auth/profile
4 years ago
Yannick Warnier
418d5c8e9c
Announcement: Fix e-mail sender (if provided) - refs BT#20235
...
Also might affect other e-mail sending processes. Was using global platform sender setting before, no matter what.
4 years ago
Angel Fernando Quiroz Campos
23312bdbf4
Fix indicator for password rules in auth/profile - refs BT#20083
4 years ago
Angel Fernando Quiroz Campos
19bed63b77
Document: Change BigUpload when finishing upload and renaming file
4 years ago
Angel Fernando Quiroz Campos
2beec7d262
Minor: Format code
4 years ago
Angel Fernando Quiroz Campos
0cbedc53ec
Secure web services with administrative effect - refs BT#20233
4 years ago
Nicolas Ducoulombier
ee7a61b28f
Merge pull request #4394 from AngelFQC/BT20086
...
Exercise: Score by answer for multiple answer dropdown
4 years ago
NicoDucou
ce34fbe923
Portfolio : update partial translation in FR, EN, ES for the tags management in Portfolio tool - refs BT#18201
4 years ago
Nicolas Ducoulombier
8e6252ea34
Merge pull request #4392 from AngelFQC/BT18201
...
Portfolio: Allow filter comments by date and search text
4 years ago
Angel Fernando Quiroz Campos
69fb4e8f84
Exercise: Consider score by answer for multiple answer dropdown - refs BT#20086
4 years ago
Angel Fernando Quiroz Campos
98d479a5a2
Exercise: Fix create answers for multiple answer dropdown - refs BT#20086
4 years ago
Angel Fernando Quiroz Campos
d701fdfe2d
Portfolio: Allow filter comments by date and search text - refs BT#18201
4 years ago
Nicolas Ducoulombier
090363241a
Merge pull request #4388 from AngelFQC/BT20083
...
Consider password requirements in progress bar when indicating strength
4 years ago
Nicolas Ducoulombier
b2fca60647
Merge pull request #4386 from christianbeeznest/MJT-20103
...
Plugins - Improve report lti provider with learnpaths - refs BT#20103
4 years ago
NicoDucou
c56dd73ab6
Exercise: option to allow lowsecurity filtering on result end test -refs BT#20194
4 years ago
Angel Fernando Quiroz Campos
9aa3b52057
Vendor: Remove pwstrength-bootstrap from JS deps - refs BT#20083
4 years ago
Angel Fernando Quiroz Campos
23082c8c35
Check password requirements instead of password strength - refs BT#20083
4 years ago
Yannick Warnier
e95da46427
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
4 years ago
Yannick Warnier
f751c54bba
Admin: Add configuration setting 'course_visibility_change_only_admin' to prevent teachers from changing course visibility - refs BT#20214
4 years ago
NicoDucou
e2e7a0c298
SSO: Extending LDAP synchronisation script with many options -refs BT#19168
4 years ago
NicoDucou
2928475989
Language: Partial update in FR, ES and EN for eportfolio tool -refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
5cfd309a4d
Consider password requirements in progress bar when indicating strength - refs BT#20083
4 years ago
Christian
8bb5b30804
Plugins - Improve report lti provider with learnpaths - refs BT#20103
4 years ago
Angel Fernando Quiroz Campos
b92887c6de
Documents: BigUpload disable dangerous chars in temp name
4 years ago
Nicolas Ducoulombier
2938d82f2e
Merge pull request #4385 from AngelFQC/BT18201
...
Portfolio: Tags management by course
4 years ago
Nicolas Ducoulombier
9f574b7f34
Merge pull request #4384 from christianbeeznest/Aix-20060-2
...
Course Import - Improve assigment settings from moodle values - refs BT#20060
4 years ago
Angel Fernando Quiroz Campos
088402a2f0
Portfolio: Tags management by course - refs BT#18201
...
Requires DB changes:
CREATE TABLE portfolio_rel_tag (id INT AUTO_INCREMENT NOT NULL, tag_id INT NOT NULL, c_id INT NOT NULL, session_id INT DEFAULT NULL, INDEX IDX_DB734472BAD26311 (tag_id), INDEX IDX_DB73447291D79BD3 (c_id), INDEX IDX_DB734472613FECDF (session_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
ALTER TABLE portfolio_rel_tag ADD CONSTRAINT FK_DB734472BAD26311 FOREIGN KEY (tag_id) REFERENCES tag (id) ON DELETE CASCADE;
ALTER TABLE portfolio_rel_tag ADD CONSTRAINT FK_DB73447291D79BD3 FOREIGN KEY (c_id) REFERENCES course (id) ON DELETE CASCADE;
ALTER TABLE portfolio_rel_tag ADD CONSTRAINT FK_DB734472613FECDF FOREIGN KEY (session_id) REFERENCES session (id) ON DELETE CASCADE;
You also need to edit src/Chamilo/CoreBundle/Entity/PortfolioRelTag.php and follow the instructions about the @ORM\Entity() line
4 years ago
Christian
4fb1bc2958
Course Import - Improve assigment settings from moodle values - refs CT#20060
4 years ago
Angel Fernando Quiroz Campos
0f0e95d250
Portfolio: Tag filter by course - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
f46d87a68f
Merge pull request #4368 from AngelFQC/BT18201
...
Portfolio
4 years ago
Yannick Warnier
df8c168dd3
Learnpath: Fix unplanned access to students to hidden learning paths
4 years ago
Yannick Warnier
3092274bd4
Announcement: Add username tag to scheduled announcements
4 years ago
Angel Fernando Quiroz Campos
ff6419d8f4
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
4 years ago
Angel Fernando Quiroz Campos
3cabe95e40
Script: Fix user id passed - BT#20141
4 years ago
Yannick Warnier
db5aa3fc6a
Plugin: BigBlueButton: Internationalize pagination terms - refs #4336
4 years ago
Juan Cortizas Ponte
c91d81db48
Plugin: BigBlueButton: Add pagination to conferences listing
...
Authored-By: @juan-cortizas-ponte
4 years ago
Angel Fernando Quiroz Campos
fde4156b79
Script: Add script to delete or disable students before last connection - refs BT#20141
4 years ago
Yannick Warnier
660787e2cb
Tracking: Fix form to send a reminder to users not connected since x
4 years ago
Angel Fernando Quiroz Campos
bc12c8a58a
Portfolio: Allow reuse comments - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
be7b972132
Minor: Format code - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
5eb254faac
Plugin: XAPI: Move code of statement attachments for portfolio items - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
66a42bc6c4
Portfolio: Allow select post template to template author - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
c83c9a05b5
Portfolio: Fix select template for post - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
b55191596f
Portfolio: Tags filter is a multiple select - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
95923072a8
Portfolio: Add email_alert_teachers_student_new_comment to send notifications to teachers and the author when commenting - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
4e97921354
Portfolio: Enable email_alert_teachers_new_post by default + show post title and excerpt in email - refs BT#18201
4 years ago
Angel Fernando Quiroz Campos
e45cbf1d05
Portfolio: Allow reuse items - refs BT#18201
4 years ago