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
3 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
3 years ago
Angel Fernando Quiroz Campos
b5ae032cd1
Minor: Clean template
3 years ago
Angel Fernando Quiroz Campos
3a7a0d7422
Tracking: Fix session dates in table_pdf template
3 years ago
NicoDucou
4a33021a1d
Reporting: Fix the logo size in export to work with all size of logo -refs BT#19699
3 years ago
Angel Fernando Quiroz Campos
7b7819a4d6
Calendar: Improve design for form in calendar - refs BT#19497
3 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;
```
3 years ago
Angel Fernando Quiroz Campos
2c9b120182
Calendar: Fix reset session filter - refs BT#19497
3 years ago
Angel Fernando Quiroz Campos
eebc43c536
Course Catalog: Fix style for select fields - refs BT#19827
3 years ago
Angel Fernando Quiroz Campos
f871b090e3
Notification: Add types global and specific users - refs BT#19838
...
Requires DB changes
```sql
CREATE TABLE IF NOT EXISTS notification_event_rel_user (
id INT UNSIGNED AUTO_INCREMENT NOT NULL,
event_id INT unsigned,
user_id INT,
INDEX FK_EVENT (event_id),
INDEX FK_USER (user_id),
PRIMARY KEY (id)
);
ALTER TABLE notification_event_rel_user ADD CONSTRAINT FK_EVENT FOREIGN KEY (event_id) REFERENCES notification_event (id) ON DELETE CASCADE;
ALTER TABLE notification_event_rel_user ADD CONSTRAINT FK_USER FOREIGN KEY (user_id) REFERENCES user (id) ON DELETE CASCADE;
```
3 years ago
Christian
0983f1a488
Course Catalogue : Improve layout of search form - refs BT#19827
3 years ago
Christian
c63b13d800
Course Catalogue : Improve display of search form - refs BT#19827
3 years ago
Angel Fernando Quiroz Campos
1c7285c2aa
Course catalog: fix button styles in cards - refs BT#19827
4 years ago
Angel Fernando Quiroz Campos
6e0c84cff3
Course catalog: add course_catalog_display_in_home conf setting - refs BT#19827
...
Display the course catalog in home page
4 years ago
Angel Fernando Quiroz Campos
e725f32a5a
Course catalog: refactor - refs BT#19827
4 years ago
Angel Fernando Quiroz Campos
6191cf7f8c
Course catalog: format + clean code - refs BT#19827
4 years ago
Christian
fee87f26dc
Reporting: Add new reports from MJTecnoid - refs BT#19806
4 years ago
Angel Fernando Quiroz Campos
ddd2e3cfa3
Calendar: Fix modals positions
4 years ago
Christian
a0f012062a
Portal news: Add styles to link "See more" - refs BT#19621
4 years ago
Christian
7747661f12
Thematic: Fix display content in export single thematic - refs BT#19594
4 years ago
Christian
bfe97037d3
Reporting - Add logo in exported pdf from student report - refs BT#19717
4 years ago
Angel Fernando Quiroz Campos
d9d5e5c8a3
Display: Session link as foldable shows an indicator - refs BT#19664
4 years ago
Christian
9753629ff5
Learnpath - Add flow buttons in lp view - refs BT#19626
4 years ago
Angel Fernando Quiroz Campos
6cec02db8f
Minor: escape string in JS - refs BT#19664
4 years ago
Angel Fernando Quiroz Campos
fee9a60737
Template: session about page don't show coaches block if it is empty - refs BT#19664
4 years ago
Christian
db1e934b5e
Thematic - Improve display of all thematics in pdf - refs BT#19594
4 years ago
Christian
f794690199
Portal news - Clean css code - refs BT#19621
4 years ago
Christian
70a1af2dd3
Portal news - Improve idsplay of news in slider home - refs BT#19621
4 years ago
Angel Fernando Quiroz Campos
f9bba14816
Template: Add video_context_menu_hidden configuration setting - refs BT#19663
...
Hide the context menu on video player
4 years ago
Christian
4fe265ea0e
Learning path - Improve script cron to remind lp progress - refs BT#19569
4 years ago
Christian
5759a3d5ad
Tracking - Hide the icon of percentage in "Average of tests in Learning Paths" - refs BT#19627
4 years ago
Christian
c28a948345
Learning path - Add script cron to remind lp progress - refs BT#19569
4 years ago
Christian
0c0fd473d9
Learning path - Add script cron to remind lp progress , partial to check @todo - refs BT#19569
4 years ago
Angel Fernando Quiroz Campos
4d90c858d1
Agenda: Allow set reminder from announcement - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
f8d11e9dc0
Agenda: Fix event type for sessions with personal_calendar_show_sessions_occupation - refs BT#19392
4 years ago
Angel Fernando Quiroz Campos
e0f6063641
Message: Allow set tags from inbox - refs BT#19396
4 years ago
Angel Fernando Quiroz Campos
67df1a367f
Calendar: Fix edit reminders already sent - refs BT#19392
4 years ago