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
6 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
Angel Fernando Quiroz Campos
9c5371b448
Rename entity MessageLikes to MessageFeedback
...
See 9af667f5af
7 years ago
Alex Aragón
0994740109
fix css
7 years ago
Julio Montoya
ca3d00d747
Minor - format code
7 years ago
Angel Fernando Quiroz Campos
9af667f5af
Add social_enable_likes_messages conf setting - refs BT#15393
...
Allows to user add likes or dislikes to posts in social wall. Requires DB changes:
```sql
CREATE TABLE message_likes (id BIGINT AUTO_INCREMENT NOT NULL, message_id BIGINT NOT NULL, user_id INT NOT NULL, liked TINYINT(1) DEFAULT '0' NOT NULL, disliked TINYINT(1) DEFAULT '0' NOT NULL, updated_at DATETIME NOT NULL, INDEX IDX_B66CB196537A1329 (message_id), INDEX IDX_B66CB196A76ED395 (user_id), INDEX idx_message_likes_uid_mid (message_id, user_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;
ALTER TABLE message_likes ADD CONSTRAINT FK_B66CB196537A1329 FOREIGN KEY (message_id) REFERENCES message (id) ON DELETE CASCADE;
ALTER TABLE message_likes ADD CONSTRAINT FK_B66CB196A76ED395 FOREIGN KEY (user_id) REFERENCES user (id) ON DELETE CASCADE;
```
- edit src/Chamilo/CoreBundle/Entity/MessageLikes.php
and follow the instructions about the @ORM\Entity() line
- edit src/Chamilo/CoreBundle/Entity/Message.php
and fllow the instruccions about the @ORM\OneToMany line for the $likes property
- launch composer install to rebuild the autoload.php
7 years ago
Alex Aragón
5c44af7556
fix dialog ui - refs BT#7683
7 years ago
Julio Montoya
4b26ef5a86
Use default/macro/macro.tpl, "get_template" doesn't work in some installations
7 years ago
Angel Fernando Quiroz Campos
ad09135a1d
Don't use default template #2844
...
See 152fddee63
7 years ago
Julio Montoya
152fddee63
Use default macro instead of using get_template (fix errors with twig)
7 years ago
Angel Fernando Quiroz Campos
1722c48c1e
Move modals out of footer
7 years ago
Julio Montoya
a3feb1d773
Update from ofaj_dev branch
7 years ago
Julio Montoya
2521f40bd5
New social, forum and chat UI (from ofaj branch)
7 years ago
Angel Fernando Quiroz Campos
7e3fc8c58d
Survey: Hide menu/chat/whoisonline when filling anonymouse survey - refs BT#15281
7 years ago
Julio Montoya
0928cb0bc2
Remove setFrameReady() function that hardcoded portal URL in the main.js file
...
See:
c7b881eecc ?diff=unified
7 years ago
Julio Montoya
cada956e67
Add temporal fix in order to avoid not found paths in multiple URLs portals
...
c7b881eecc (commitcomment-31975665)
7 years ago
Julio Montoya
c1cb854f44
Replace twig variable with js variable (fix js error in multiple url portals)
...
c7b881eecc
7 years ago
Julio Montoya
7ca20397af
Change course tool bar position see BT#13954
7 years ago
Julio Montoya
7c67563ef7
Minor - Add escape js in template
7 years ago
Julio Montoya
82bd13b183
Fix template show breadcrumb/shortcut tool bar if show header = true
7 years ago
Alex Aragón
68ec6b4a0b
fix ubication tools course navigation - refs #2732
7 years ago
Julio Montoya
a69446b407
Fix "show_course_shortcut" position closes #2732
7 years ago
Alex Aragón
a08ec978ec
update ajax notifications in menu.tpl
7 years ago
Alex Aragón
edc8f495a6
update tpl fix - refs BT#14992
7 years ago
Alex Aragón
1a42f02b6d
update tpl fix - refs BT#14992
7 years ago
Angel Fernando Quiroz Campos
c7b881eecc
Load VRView in documents and LP - refs #2622
8 years ago
Yannick Warnier
7f3d13fd70
Display: revert some of 38e649ac17 changes as they generate incompatibilities with WCAG AAA
8 years ago
Yannick Warnier
51969d0939
Revert "Revert "Add vrview plugin for mediaelement #2622""
8 years ago
Yannick Warnier
7e2bccca59
Revert "Add vrview plugin for mediaelement #2622"
8 years ago
Alex Aragón
38e649ac17
fix footer
8 years ago
Alex Aragón
c267e71b7f
update fix show_footer and show_header tpl
8 years ago
Alex Aragón
248d9d9a43
improvement of template layout and css structure
8 years ago
Julio Montoya
a65d4121c2
Add VR video fixes see #2622
8 years ago
Julio Montoya
f7e784db9a
BBB plugin - Add copy text to clipboard, add warning message
8 years ago
Julio Montoya
3ed6737f3b
Minor - send title item or a new question to the popup
8 years ago
Julio Montoya
17d9203a6a
Minor - format code
8 years ago
Julio Montoya
a8c84dd864
Minor - format code, remove URL from main.js.tpl, fix course logout url
...
See #2584
8 years ago
Julio Montoya
0607d0b29c
Minor - Rename twig/js file from header.js.tpl tp main.js.tpl #2584
8 years ago
Yannick Warnier
ba8bb15e13
Make main.js file generation language-aware - refs #2584
8 years ago
Julio Montoya
08b02307a7
Minor - Fix delete document test
8 years ago
Julio Montoya
de60f7ed3b
Improve delete popup #2584
8 years ago
Julio Montoya
0af3ddabe6
Move js code into a file web/build/main.js #2584
8 years ago