Angel Fernando Quiroz Campos
2675965ec5
Plugin: External Notification Connect: Send notification when changing post visibility - refs BT#20443
3 years ago
Angel Fernando Quiroz Campos
c98683077f
Portfolio: Fix breadcrumb when choose visibility for comment - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
e1c0ef1854
Portfolio: Advanced sharing allow to hide comment except for author - refs BT18201
3 years ago
Angel Fernando Quiroz Campos
557217c904
Portfolio: Advanced sharing allow to hide post except for author - refs BT18201
3 years ago
Angel Fernando Quiroz Campos
90d9d4696c
Portfolio: Allow advanced selection of who can view the comments - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
84135b4045
Portfolio: Add portfolio_advanced_sharing config setting - refs BT#18201
...
Allow advanced selection of who can view the posts
3 years ago
Angel Fernando Quiroz Campos
df03d25871
Portfolio: Fix saving of comment item property - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
c8aa8821c5
Portfolio: Add hook for when an item is deleted - refs BT#20443
3 years ago
Angel Fernando Quiroz Campos
f4454b0494
Plugin: XAPI: Add statement when portfolio items/comments are edited - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
2d8720a9ad
Plugin: XAPI: Add statement when portfolio items/comments are scored - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
b0145600e8
Portfolio: Set items/posts visible to teacher when they are copied - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
9437458439
Plugin: XAPI: Add statement when user download the portfolio items - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
51e83db2b9
Plugin: XAPI: Add statement when user highlights the portfolio item - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
0c8825b91d
Portfolio: Allow delete comments - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
7838a8ca9a
Portfolio: Allow edit comments - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
66609a2d23
Portfolio: Fix action to copy item and comment list for social portfolio - refs BT18201
3 years ago
Angel Fernando Quiroz Campos
f3dc39b20b
Portfolio: Fix course access - refs BT18201
3 years ago
Angel Fernando Quiroz Campos
d701fdfe2d
Portfolio: Allow filter comments by date and search text - refs BT#18201
3 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
3 years ago
Angel Fernando Quiroz Campos
0f0e95d250
Portfolio: Tag filter by course - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
bc12c8a58a
Portfolio: Allow reuse comments - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
be7b972132
Minor: Format code - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
66a42bc6c4
Portfolio: Allow select post template to template author - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
c83c9a05b5
Portfolio: Fix select template for post - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
b55191596f
Portfolio: Tags filter is a multiple select - refs BT#18201
3 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
3 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
3 years ago
Angel Fernando Quiroz Campos
e45cbf1d05
Portfolio: Allow reuse items - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
0583dc8952
Portfolio: Add course config portfolio_number_items and portfolio_number_comments - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
c0acb1585f
Portfolio: Fix HTML structure for articles - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
80bc97a381
Portfolio: Allow filter highlighted posts - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
e98713a355
Portfolio: Allow teacher mark item as highlighted - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
39d474729a
Portfolio: Custom SelectAjax for users - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
1a82caaee3
Portfolio: Allow teacher edit all posts and save last user who edited - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
cdba6a3836
Portfolio: Fix visibility when exporting - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
c7fdba503a
Portfolio: Add filter by creation date - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
8620d438e9
Portfolio: Add visibility hidden except for teacher - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
c845aec93e
Portfolio: Fix items titles for breadcrumb - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
4ce93eaf76
Portfolio: Allow to send xAPI statement when viewing item - refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
45b49087b4
Portfolio: Fix blockquote tag for quoted items
...
- refs BT#18201
3 years ago
Angel Fernando Quiroz Campos
db8904df55
Portfolio: Change checkbox list to select ajax to filter by tag - refs BT#18201
3 years ago
Christian
6da2582c99
Portfolio: Add category title translated when you edit/create a post - refs BT#19052
4 years ago
Christian
011aac55aa
Portfolio: Fix categories input and translate variable - refs BT#19052
4 years ago
Angel Fernando Quiroz Campos
bd8f533fa9
Minor: Flint fixes
4 years ago
NicoDucou
6f3dc26ae4
Portfolio: all admins can edit and delete categories not only the owner -refs BT#19052
4 years ago
Yannick Warnier
e432cae570
Minor: Update changelog
4 years ago
Christian
c43e2ccd01
Minor: Improve code checking Flintci feedbacks - refs BT#19052
4 years ago
Christian
210a4e20a5
Portfolio: Add subcategories, templates, new filters - refs BT#19052
4 years ago
Angel Fernando Quiroz Campos
c0f4f5aa66
Portfolio: Add course setting to allow send notification - refs BT#18201
5 years ago
Angel Fernando Quiroz Campos
05a5e9f280
Portfolio: Allow teacher export learner portfolio - refs BT#18201
5 years ago