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
Christian
24c480efc9
Messages - Add option to remove message from reporting - refs BT#19400
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
Julio Montoya
fd5dc537e0
Update from 1.11.x
5 years ago
Julio Montoya
bd76b1f8cb
Security fixes + minor update from 1.11.x
5 years ago
Julio Montoya
fec82f7490
Update from 1.11.x
6 years ago
Angel Fernando Quiroz Campos
0e30e29682
Webservice: Add method to update message status - refs BT#15928
7 years ago
Angel Fernando Quiroz Campos
542fc051db
Webservice: Add method to update message status - refs BT#15928
7 years ago
Angel Fernando Quiroz Campos
22a12335ff
Webservice: Add method to update message status - refs BT#15928
7 years ago
Julio Montoya
1f232314dd
Update after merge with 1.11.x
7 years ago
Julio Montoya
f8024eca25
Fixes after merge with 1.11.x
7 years ago
Julio Montoya
c2b5967e40
Partial merge with 1.11.x see BT#15952
7 years ago
Julio Montoya
b86e717198
Fix set to unread BT#15543
7 years ago
Julio
b100f6309d
Fix merge with 1.11.x
7 years ago
Julio
20df33657d
Update from 1.11.x
7 years ago
Julio Montoya
5d3af80da0
Minor - flint fixes
7 years ago
Julio Montoya
dd858edfba
Minor - update from 1.11.x
7 years ago
Julio Montoya
f5c57ac4a9
Minor - Flint fixes
7 years ago
Julio Montoya
54ebb2dbe7
Merge from 1.11.x
7 years ago
Julio Montoya
7dd64d42ed
Add download option in social network see BT#15172
7 years ago
Julio Montoya
90711d72f1
Fix delete comments in posts
7 years ago
Julio Montoya
7e076fc2e9
Add files in wall messages and show them in the social page
7 years ago
Julio Montoya
97046e977e
WIP - Social home UI changes see BT#15174
7 years ago
Julio Montoya
f2c97adaef
Minor - flint fixes
8 years ago
Julio Montoya
618c56cd90
Add "Delete legal agreement" button see #2555
8 years ago
Julio Montoya
74e32e33bb
Use classic query instead of using doctrine repository.
...
To avoid an error because the message.msg_status is boolean instead
of smallint in the entity Message.php we use a simple query.
message.msg_status is fixed already in v2
8 years ago
Julio Montoya
834622f8f6
LpCalendar WIP - See BT#14608
...
- New config: private_messages_about_user_visible_to_user,
allow_teachers_to_classes
- Format code, ui fixes for the new calendar year view
8 years ago
Julio
90a09b545c
Minor - flint fixes
8 years ago
Julio
0a345a939a
Add voice recorder button when sending a msg in the chamilo inbox
...
See BT#14453
8 years ago
jmontoyaa
ae3abaf322
Minor - format code, remove php warnings
8 years ago
jmontoyaa
c6ec467508
Check if announcement was already sent by email and skip it see BT#14363
8 years ago
jmontoyaa
6deecc23cd
Minor - flint fixes
8 years ago
jmontoyaa
52f45128ba
Minor - format code
8 years ago
jmontoyaa
3c1271c222
Fix add attachment by email see BT#14332
8 years ago
jmontoyaa
4bf22d97ff
When forwarding a message, also forward attachment files see BT#14332
8 years ago
jmontoyaa
3743e267cb
Minor - format code
8 years ago
jmontoyaa
5bca09ffa5
Minor - remove tag "@throws \Doctrine\DBAL\DBALException"
...
Exceptions are handle depending of the chamilo environment
- If test, symfony ExceptionHandler will be fired
- If prod, api_not_allowed() + an error_log in apache
8 years ago
jmontoyaa
e55d2c7ae7
Fix send message from teacher stats and message list see BT#14165
8 years ago
jmontoyaa
9fd25551e9
Fix send message from teacher stats and message list see BT#14165
8 years ago
jmontoyaa
1a99b73b3f
Minor - format code
8 years ago
jmontoyaa
f7ae684752
Minor - format code
8 years ago
jmontoyaa
9cf0839cff
Don't send attachment when sending document notification see BT#13964
8 years ago
Julio Montoya
9c979e63e8
Applied fixes from FlintCI
8 years ago
jmontoyaa
f12154c597
WIP: Add config "send_notification_when_document_added" BT#13964
8 years ago