Christian
0b39c27215
Work: Add parameter to validate invisible subfolders with ajax - refs BT#20589
3 years ago
Christian
fff9269deb
Work: Allow invisible subfolders from documents - refs BT#20589
3 years ago
Christian
c336df09ef
Exercise: Rename globals questions by combination in code - refs BT#20518
3 years ago
Christian
4caa233d2c
Attendance: Add author of the comment - refs BT#20363
3 years ago
Christian
0d759dc954
Exercise: Fix display question attempt in modal - refs BT#20366
3 years ago
Christian
74dd8b0734
Minor - Improve code styles - refs BT#20363
3 years ago
Angel Fernando Quiroz Campos
949f8cce6c
Agenda: Allow import course events in CSV - refs BT#20356
...
Author: @AngelFQC
3 years ago
NicoDucou
ba8d1ce3fb
Fix company report pagination pb and incoherent calculation -refs BT#20446
3 years ago
Christian
8a0f8fdd3b
Attendance - Improve date management and adding comments - refs BT#20363
3 years ago
Angel Fernando Quiroz Campos
4562ee16d0
Add conf setting resource_sequence_show_dependency_in_course_intro - refs BT#20395
...
Allows to show the sequence graphic in the course intro
3 years ago
Angel Fernando Quiroz Campos
e9353ba96c
Minor: Format code
3 years ago
Yannick Warnier
b4d6a7566e
Minor: Fix language variable name in admin/statistics/index.php - refs BT#16108
3 years ago
Borja Sánchez
bebdf2d739
Admin - Add quarterly report in statistics - refs BT#16108
...
Author: @BorjaSanchezBeezNest
3 years ago
Angel Fernando Quiroz Campos
3a07f527a8
Tracking: fix course log access (ajax) - refs BT#20297
3 years ago
Angel Fernando Quiroz Campos
2362f1c363
Tracking: Change behaviour for configuration setting hide_course_report_graph - refs BT#20297
...
Disable course report graphs
0 = Shown
1 = Hidden
2 = Click to show
3 years ago
Christian
3684cca0b4
Plugin - Improve User session with lti client and provider - refs BT#20093
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
bc12c8a58a
Portfolio: Allow reuse comments - 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
e45cbf1d05
Portfolio: Allow reuse items - 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
db8904df55
Portfolio: Change checkbox list to select ajax to filter by tag - refs BT#18201
3 years ago
NicoDucou
df79f8dee9
Exercise: fix iid instead of id for question category in exercise_results_report - refs BT#20166
3 years ago
Yannick Warnier
1284429650
Gradebook: Add possibility to assign skill-item inside an evaluation. Can be improved by declaring the JS function only once - refs BT#13334
3 years ago
Angel Fernando Quiroz Campos
9398169e0c
COURSEMANAGER and SESSIONADMIN can be course teachers - refs BT#20094
3 years ago
Angel Fernando Quiroz Campos
3461886c46
COURSEMANAGER and SESSIONADMIN can be course teachers - refs BT#20094
3 years ago
Angel Fernando Quiroz Campos
1594cb3227
LP: Enable acquisition field when not existing lp view - refs BT#20042
3 years ago
Juan Cortizas Ponte
8fb6252d27
Validación por isallowtoedit
3 years ago
Christian
d1075fb7e2
Exercise - Fix option to hide IP in reports - refs BT#19979
3 years ago
Christian
ad31ba6b9b
Attendance - Add option to block calendar and sign it - refs BT#18271
3 years ago
Christian
31656269da
Attendance - Add sign for user as student - refs BT#18271
3 years ago
Christian
ccfec6298f
Attendance - Add sign for user in attendance sheet - refs BT#18271
3 years ago
Christian
6e1e436679
Reporting - Add export csv and xls to new session report - refs BT#19971
4 years ago
Christian
6b59b41283
Exercise - add 4 type of questions with global score - refs BT#19930
4 years ago
Angel Fernando Quiroz Campos
20be8a2a0c
Minor - Format code
4 years ago
Juan Cortizas Ponte
4796f6a368
filter lp items with visibility zero for students
4 years ago
Angel Fernando Quiroz Campos
aea292da3e
Calendar: Add allow_careers_in_global_agenda conf option - refs BT#19497
...
Allow career/promotions in global calendar. Require DB changes:
```sql
ALTER TABLE sys_calendar ADD COLUMN career_id INT DEFAULT 0;
ALTER TABLE sys_calendar ADD COLUMN promotion_id INT DEFAULT 0;
```
4 years ago
Christian
be236126d5
UserGroup : Wrong number of users under classes inside courses - refs CT#3967
4 years ago
Christian
efa7d00dbd
Minor : Clean code with php-cs-fixer
4 years ago
Christian
8457b73559
Upload : Add chunk for multiple upload files - refs BT#19380
4 years ago
Angel Fernando Quiroz Campos
4d1ced3eda
Notification: Format + readability code - refs BT#19838
4 years ago
Christian
2c1e588585
Exercise : Fix sortable in exercise reporting and clean with cs-fixer - refs BT#19872
4 years ago
Angel Fernando Quiroz Campos
1679732e43
Group: Don't use $_REQUEST directly
4 years ago
Christian
171de8a89c
User - Add option to set default expiration date by roles - refs BT#19632
4 years ago
Angel Fernando Quiroz Campos
b11eebd277
Message: Update tags from inbox - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
e0f6063641
Message: Allow set tags from inbox - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
ad71f6d787
Add agenda_reminders configuration setting - refs BT#19392
...
Enable reminders for agenda events. Requires database changes:
```sql
CREATE TABLE agenda_reminder (id BIGINT AUTO_INCREMENT NOT NULL, type VARCHAR(255) NOT NULL, event_id INT NOT NULL, date_interval VARCHAR(255) NOT NULL COMMENT '(DC2Type:dateinterval)', sent TINYINT(1) NOT NULL, created_at DATETIME NOT NULL, updated_at DATETIME NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE `utf8_unicode_ci` ENGINE = InnoDB;
```
4 years ago
Angel Fernando Quiroz Campos
1592afbd46
Calendar: save collective properties when add/edit event - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
5669fa9c69
Add agenda_collective_invitations conf setting - refs BT#19390
...
It allows to send invitations to friends for an agenda event. Requires DB changes:
4 years ago
Angel Fernando Quiroz Campos
e7427e2e2f
Add quiz_keep_alive_ping_interval conf setting - refs BT#19345
...
Define how many seconds an AJAX request should be started to avoid loss of connection
4 years ago