Yannick Warnier
dbe0e52c54
Calendar: Fix missing group context in event edition
...
Author: @TheTomcat14
2 years ago
Borja Sánchez
2b3e0363c5
Improve filter with hierarchy
2 years ago
Borja Sánchez
425dc17eaf
Block select own career as parent and improve hierarchy view
2 years ago
Borja Sánchez
564f15c51b
Career: Add 'career_hierarchy_enable' extra field and allow to hierarchy careers - refs BT#20711
2 years ago
Angel Fernando Quiroz Campos
1ddff468bc
Chat: Use security token when sending messages
3 years ago
Angel Fernando Quiroz Campos
80d1a8c906
Work: Remove xss for comment list
3 years ago
Angel Fernando Quiroz Campos
0684ace026
Minor: Calendar: Improve form - refs BT#20637
3 years ago
Angel Fernando Quiroz Campos
e92e2c30b2
Calendar: Allow to set subscription visibility to members of usergroup (class) - refs BT#20637
3 years ago
Angel Fernando Quiroz Campos
4682d74927
Calendar: Allow to subscribe/unsubscribe users to events - refs BT#20637
3 years ago
Angel Fernando Quiroz Campos
6c617c5798
Calendar: Add agenda_event_subscriptions configuration setting - refs BT#20637
...
It allows to other users to subscribe for events. Requires DB changes:
```sql
ALTER TABLE personal_agenda ADD subscription_visibility INT DEFAULT 0 NOT NULL, ADD max_subscriptions INT DEFAULT 0 NOT NULL;
```
Then uncomment the "use EventSubscribableTrait;" line in the PersonalAgenda class.
3 years ago
Yannick Warnier
81281f4058
Learnpath: Fix JS issue when trying to load WAMI on HTTP
3 years ago
Borja Sánchez
0d6eed0186
Plugin: ExtraMenuFromWebservice: New plugin region "header left logo" created. Style changes - refs BT#20442
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
b3807cb25f
Session: Allow import course agenda reminders for session students - refs BT#20356
3 years ago
Angel Fernando Quiroz Campos
222d6bf1e5
LP: Wrap the extra home button - refs BT#20399
3 years ago
Yannick Warnier
d7b54bf6db
Skill: Interface improvements between skill levels and skill level profiles - refs BT#20381
3 years ago
Angel Fernando Quiroz Campos
29f3aff64e
Add option to setting to show additional button to course home - refs BT#20399
...
New option in setting added "add_extra_quit_to_home_icon":
$_configuration['lp_view_settings'] = [
'display' => [
//...
'add_extra_quit_to_home_icon' => false,
],
];
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
Juan Cortizas Ponte
11a8191492
add remember password link to subscription to session email
3 years ago
Juan Cortizas Ponte
c6df2732cb
add username value on subscription to session confirmation email
3 years ago
Christian
12ecb7149d
Course - Add inscription button when sequence is completed - refs BT#20314
3 years ago
Christian
e35d455412
Course - Add button about course sequence in catalogue info - refs BT#20314
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
Borja Sánchez
72d2c217bf
Language: Show language in list of courses and filter by language in course catalog when 'show_different_course_language' is on - refs #4407
...
Author: @BorjaSanchezBeezNest
3 years ago
Angel Fernando Quiroz Campos
65204017bf
Minor: Code conventions + format code - refs BT#20297
3 years ago
Angel Fernando Quiroz Campos
bd72de327f
LP: Fix href attribute for button in safari/ios - refs BT#20284
3 years ago
Angel Fernando Quiroz Campos
1f48989d4e
Tracking: Improve code readability and clean code - BT#20297
3 years ago
Angel Fernando Quiroz Campos
0bfe6c956d
LP: Update iOS link when iframe load - refs BT#20284
3 years ago
Angel Fernando Quiroz Campos
d28770558c
LP: Improve button for iOS - refs BT#20284
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
c0acb1585f
Portfolio: Fix HTML structure for articles - 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
1a82caaee3
Portfolio: Allow teacher edit all posts and save last user who edited - 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
45b49087b4
Portfolio: Fix blockquote tag for quoted items
...
- refs BT#18201
3 years ago
Yannick Warnier
cd63f7e802
Display: Add feature to add CSS class to HTML main <section> element for specific enabled features that are used more globally through global variable $htmlContentExtraClass - refs BT#13334
3 years ago
Yannick Warnier
85711e8af3
Display: Make links actionable through CSS on courses list page and admin page - refs BT#19510
3 years ago
Christian
2fc4a64399
Thematic - Improve display general pdf - refs BT#19987
3 years ago
Christian
7e4235b70f
Thematic - Improve display general pdf export - refs BT#19987
3 years ago
Christian
6e1e436679
Reporting - Add export csv and xls to new session report - refs BT#19971
3 years ago
Christian
19b4e31c45
Reporting - Add new reporting of lp and certificate in session - refs BT#19971
3 years ago
Yannick Warnier
4eedf7de10
Mail: Add option to remove LD+JSON header in e-mails for users with e-mail clients that do not support it - refs #3917
4 years ago
Angel Fernando Quiroz Campos
c9523496f2
Add video_player_renderers configuration setting - refs BT#19897
...
It allows to use MediaElement's renderers like YouTube or Vimeo
4 years ago
Angel Fernando Quiroz Campos
b5ae032cd1
Minor: Clean template
4 years ago
Angel Fernando Quiroz Campos
3a7a0d7422
Tracking: Fix session dates in table_pdf template
4 years ago
NicoDucou
4a33021a1d
Reporting: Fix the logo size in export to work with all size of logo -refs BT#19699
4 years ago
Angel Fernando Quiroz Campos
7b7819a4d6
Calendar: Improve design for form in calendar - refs BT#19497
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
Angel Fernando Quiroz Campos
2c9b120182
Calendar: Fix reset session filter - refs BT#19497
4 years ago