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
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;
```
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
Angel Fernando Quiroz Campos
e0f6063641
Message: Allow set tags from inbox - refs BT#19396
4 years ago
Julio Montoya
fd54f61942
Fix course title add Security::remove_XSS
5 years ago
Julio Montoya
3ffbf5dbca
Minor - Remove debug, fix delete message
5 years ago
Julio Montoya
33754fe29d
Minor - format code, remove debug
5 years ago
Julio Montoya
6e703a761d
Course home: User category courses have same layout as other elements.
...
BT#18278
5 years ago
carlos alvarado
18b44a51d8
Display: Show messages before home welcome and prevent duplicate message - refs BT#17931
5 years ago
Yannick Warnier
6982ca1909
Admin: Add configuration setting to hide the sidebar navigation (for exams, etc) - refs BT#17952
5 years ago
Alex Aragon
69382865a1
fix navbar toolbar admin
5 years ago
Angel Cubas
62f646c403
Admin: WYSIWYG: Add configuration setting 'ck_editor_block_image_copy_paste' to block image copy & paste creating a base64 image in HTML source (and ending up filling the database) - refs #3322
6 years ago
Yannick Warnier
671f348ecb
Internal: Remove text/javascript type attribute for JavaScript files - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
6 years ago
Yannick Warnier
320f16abee
Display: Update modals.tpl to fix HTML compliance by renaming modal element id attribute
6 years ago
Angel Fernando Quiroz Campos
c0ab14e4d7
Close HTML tag in no_layout template #3427
6 years ago
Yannick Warnier
ef6ac7c3c4
WCAG: Convert <i> tags to <em> for better accessibility (WCAG AA)
6 years ago
Yannick Warnier
8cf4fc017e
Notification: Add check on user being logged in before showing user menu (fix previous typo) - refs BT#16386
6 years ago
Yannick Warnier
e239616ea7
Notification: Add check on user being logged in before showing user menu - refs BT#16386
6 years ago
Yannick Warnier
00f44b58a3
Minor: Add alt attribute to key icon for keycloak to validate WCAG A
6 years ago
Julio Montoya
a098c38dd9
Fix my publications UI see BT#17508
6 years ago
Julio Montoya
9320354f3d
Add my publications page see BT#17508
6 years ago
Julio Montoya
9bc91383d7
Fix reuse mass action in question_pool.php BT#17325
6 years ago
Angel Fernando Quiroz Campos
9aab29a1ad
CKEditor: Integrate vimeo embed plugin
6 years ago
Angel Fernando Quiroz Campos
9f0244f64c
Add mediaelement plugins in chamilo JS folder
6 years ago
Julio Montoya
b12ed6329c
Show answer comment in direct feedback question see BT#17229
6 years ago
Julio Montoya
b7d5a6c812
Add missing count message notification tpl BT#17152
6 years ago
Julio Montoya
ba458fedd4
Refactor course catalog, remove CoursesController BT#16815
6 years ago
Angel Fernando Quiroz Campos
0b4a8c784a
Add pass_reminder_custom_link conf setting - refs BT#9859
...
Use this link as the "Forgot password?" link instead of the default.
This setting should be transformed into a hook for plugins at a later time
6 years ago
Angel Fernando Quiroz Campos
0135ecb154
Add CSS style for embeddable quiz - refs BT#16576
6 years ago
Angel Fernando Quiroz Campos
7f80943f93
Fix link to course in hot courses section
6 years ago
Julio Montoya
983a7c75fc
Fix notification UI BT#16386
6 years ago
Julio Montoya
89194e527c
Fix merge, refactor css base.css BT#16386
6 years ago
Julio Montoya
b5d83332c0
Update notification UI see BT#16386
6 years ago
Alex Aragón
791ca31508
extracting css - refs BT#16577
6 years ago
Alex Aragón
f848919fa7
design and css for notifications - refs BT#16577
6 years ago
Julio
df1ee89672
Add event id + notification UI improvemenets BT#16386
6 years ago
Julio
6b96c4f716
Add event text BT#16386
6 years ago
Julio
c9cfd78876
Fix notification JS BT#16386
6 years ago
Julio
382656b503
Minor - update CSS
6 years ago
Julio
52895e328e
Admin: add config setting "notification_event" BT#16386
...
Show notification events in the main nav bar.
6 years ago
Julio Montoya
f58027e3b0
Minor - format code
6 years ago
Julio Montoya
9aaf70ca9d
Fix login button BT#16164
...
Don't hide the logo
6 years ago
Alex Aragón
9c579c7009
fix btn login movil - refs bt#16164
6 years ago
Julio Montoya
6559b30935
Add setting "hide_course_catalog_welcome" BT#16096
...
To hide welcome message
6 years ago
Alex Aragón
4b15938164
add btn login key - refs #16024
6 years ago
Julio Montoya
d86398e471
Exercise popup feedback: add js changes see BT#15827
6 years ago
Julio Montoya
886b1054bd
Fix like/dislike icons see BT#15934
7 years ago
Alex Aragón
52ca7cac2d
fix count notifications -refs BT#15686
7 years ago
Alex Aragón
86a67fe9ac
Redirection of inscription to the course in the popular course
7 years ago
Angel Fernando Quiroz Campos
d9b6639348
Add CKEditor plugin Quiz Markers Rolls - refs BT#15389
...
This plugin allows set quizzes markers in video with mediaelement
7 years ago