NicoDucou
33e132248c
Session: fix session list ordering, restore commit c54685608f remove by error -refs BT#15055
3 years ago
Yannick Warnier
5213b58554
Webservice: Add filter on PPT filename for remote PPT2LP converter
3 years ago
NicoDucou
5cb197459d
Forum : Add option subscribe_users_to_forum_notifications_also_in_base_course and fix session subscription of user to do automatic subscription to notification in Forum - refs BT#19183
4 years ago
Angel Fernando Quiroz Campos
2604526254
Fix display LP content hidding loader - refs BT#20011
4 years ago
Angel Fernando Quiroz Campos
5cf3399d3c
frameReady.js doesn't inject deps when contentDocument is null - refs BT#20011
4 years ago
Angel Fernando Quiroz Campos
cf1c88e8cc
Agenda: Load session as events in JS calendar only - refs BT#19392
4 years ago
NicoDucou
c03c3242f6
Agenda: Social: Fix error in personal data page due to new option in agenda activated without the option -refs BT19356 BT#19393
4 years ago
Angel Fernando Quiroz Campos
74c0c762d7
Calendar: Dont' show session without date limits when personal_calendar_show_sessions_occupation is enabled - refs BT#19393
4 years ago
Christian
18256e6c2e
Course Intro - Fix PB with ckeditor - BT#19687
4 years ago
Angel Fernando Quiroz Campos
b36c1caa5f
Agenda: Allow set reminder from announcement - refs BT#19392
4 years ago
Christian
3c9d623fbc
Search diagnosis - Add searching by course multilanguage and count of users - refs BT#19560
4 years ago
Angel Fernando Quiroz Campos
9f2182ce12
Agenda: Fix event type for sessions with personal_calendar_show_sessions_occupation - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
df34ce247f
Agenda: Fix load reminders for session event - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
93e9260003
Agenda: Fix update reminders in course event - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
8de064be1d
Agenda: Validate attachment to update in course event - refs BT#19392
4 years ago
Alex Aragón
8e872b5035
fix flintci
4 years ago
Alex Aragón
1c68e7fb75
adding time increment for DateRangePicker
4 years ago
Angel Fernando Quiroz Campos
866ebedf98
LP: fix iframe spinner for Scorm content - refs BT#19389
4 years ago
Angel Fernando Quiroz Campos
34d45f6b3b
LP: Don't load frameReady resources for external content - refs BT#19446
4 years ago
Julio
63268e0f2d
Add numeric type field BT#16385
4 years ago
Angel Fernando Quiroz Campos
18ca7305d6
Message: Update tags from inbox - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
866c76b9f2
Message: Improve form to add and filter by tags - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
66f96f82f9
Message: Allow filter by tags - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
07fbeece7f
Message: Allow set tags from inbox - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
5d75a745a2
Add enable_message_tags configuration setting - refs BT#19396
...
Allows add tag to filter messages in inbox. Requires add an tag type extrafield for messages.
```sql
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 (22, 10, 'tags', 'Etiquetas', '', 0, 1, 0, 1, 1, NOW());
```
4 years ago
Angel Fernando Quiroz Campos
e7c47b7948
Message: Allow set extra fields - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
b37fe6b662
Add loading spinner when using frameReady - refs BT#19389
4 years ago
Yannick Warnier
2cb3285db4
Ticket: Fix configuration setting name - refs #3564
4 years ago
Yannick Warnier
b890851365
Security: Add filter to new code using GET variables - refs #3564
4 years ago
Angel Cubas
9368779786
Ticket: Add configuration setting $_configuration['ticket_lp_quiz_info_add'] to add extra data, learningpath_id and exercise id in tickets report - refs #3564
4 years ago
Angel Fernando Quiroz Campos
8b68ba8734
Calendar: Fix edit reminders already sent - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
56ae16f6bb
Minor: Format code - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
3e1dfc63b2
Calendar: Show reminders in calendar - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
56c46e34d3
Calendar: Allow edit reminders - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
abcbdb363e
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
c022f7e162
Agenda: Add method to get invitees for personal event - refs BT#19392
4 years ago
Christian
24c480efc9
Messages - Add option to remove message from reporting - refs BT#19400
4 years ago
Angel Fernando Quiroz Campos
60a4b28035
Datetime picker use time picker in 24 hour format - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
5fd4646a7b
Calendar: Allow add event as announcement in course only - refs BT#19390
4 years ago
Christian
9f556a7e5d
Search diagnosis: Fix order by start date only in load search - refs BT#19395
4 years ago
Christian
8f56014e8d
Search diagnosis - Add filter of session status and order by start day - refs BT#19395
4 years ago
Angel Fernando Quiroz Campos
b173f45b2e
Calendar: Fix content from message with broken HTML - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
0adb174848
Remove unnecessary HTML code in message view - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
90edc6ac6f
Calendar: Allow create event from message - refs BT#19391
4 years ago
Angel Fernando Quiroz Campos
16ed43e7f6
Minor: initialize variable and format code
4 years ago
NicoDucou
4fd8843524
Calendar: Fixing entity error when not activating Collaborative event invitation -refs BT19475 BT19390
4 years ago
Angel Fernando Quiroz Campos
8e1ae7d22b
Minor - Coding standards - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
8050e5f9e6
Calendar: save collective properties when add/edit event - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
12a4a1f160
Calendar: Fix form to add collective event - refs BT#19390
4 years ago
Angel Fernando Quiroz Campos
d653e90122
Minor: coding standards
4 years ago