jmontoyaa
e6d2098bdb
Minor - format code
8 years ago
jmontoyaa
cc3883c87f
Minor - Format code, fix php warning
8 years ago
jmontoyaa
244afaf867
Allow sharing options for the documents inside a group category BT#10769
...
Setting added in configuration.php "group_category_document_access"
Requires DB change
8 years ago
jmontoyaa
217a3b355c
Minor - flint fixes
8 years ago
jmontoyaa
3bd3216d00
Minor - improve UI BT#10769
8 years ago
jmontoyaa
db3bcfb6d5
Minor - add flint fixes
8 years ago
jmontoyaa
67e9952316
Add extra document group access settings see BT#10769
...
- DOCUMENT_MODE_SHARE: default behaviour
- DOCUMENT_MODE_READ_ONLY: students can only see content cannot upload
or edit.
DOCUMENT_MODE_COLLABORATION: free for all, students can edit all content
8 years ago
jmontoyaa
c056499ecf
Allow sharing options for the documents inside a group BT#10769
...
//ALTER TABLE c_group_info ADD document_access INT DEFAULT 0 NOT NULL;
//$_configuration['group_document_access'] = false;
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
57200e26b2
Update csv examples, converted to UTF8 #2266
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
jmontoyaa
bab80c91f8
Fix PHP warnings, remove unused code, fix fill group with users
...
- Fix /course_log_groups.php reports #2251
8 years ago
jmontoyaa
93e262d2d4
Remove unused file using instead group/settings.php
8 years ago
jmontoyaa
98ec9fd48c
Fix category "select all" button see #2146
9 years ago
jmontoyaa
ffcddf6202
Minor - format code, fix php docs
9 years ago
jmontoyaa
b719e0a9b4
Minor - format code
9 years ago
jmontoyaa
7652716cca
Minor - format code.
9 years ago
Julio
5152642096
Minor - format code, remove double error_logs,
9 years ago
Angel Fernando Quiroz Campos
1d5f86b436
Fix group agenda from migrated version - refs BT#13244
9 years ago
jmontoyaa
885ba7b65d
Minor - format code, add cidReq, fix URL
9 years ago
jmontoyaa
f18938fa5a
Fix URL
9 years ago
Angel Fernando Quiroz Campos
2c6f562f26
Use Display::toolbarAction in group overview - refs BT#13287
9 years ago
jmontoyaa
ec243cbc34
Remove unclosed div
9 years ago
jmontoyaa
a49ff976cb
Fix agenda link
9 years ago
jmontoyaa
2af245a461
If default group category is empty and there are not groups, then skip.
...
See BT#12811
9 years ago
jmontoyaa
b74301c24d
Block group category CRUD if inside session see BT#12671
9 years ago
Yannick Warnier
afc337386e
Minor - Replace deprecated display_x_message() by return_message(..., 'x')
9 years ago
jmontoyaa
e6e9249025
Minor - format code
9 years ago
jmontoyaa
a535c73a31
Minor - format code
9 years ago
jmontoyaa
c37abc6eb9
Format code + change button UI.
9 years ago
jmontoyaa
3cf853ab47
Send message to coach instead of going to profile see BT#12671
9 years ago
Angel Fernando Quiroz Campos
7087b9fa17
Fix 65188b0510
9 years ago
Angel Fernando Quiroz Campos
7d6e9953e3
Check if user is subcribed to course when importing groups #1530
9 years ago
Yannick Warnier
65188b0510
Update deprecated display_*_message() calls
9 years ago
Scrutinizer Auto-Fixer
9ba150d7c1
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
4af8524c05
Minor - format function "Database ::" to "Database::"
9 years ago
Scrutinizer Auto-Fixer
1c47b10a5e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
a8624a545f
Format code, update doc, remove unused width (managed by bootstrap now)
9 years ago
jmontoyaa
3c285f525f
Fix group id after migration see BT#12609
9 years ago
Angel Fernando Quiroz Campos
0407630444
Fix toolbars action
9 years ago
Scrutinizer Auto-Fixer
fa1d80fab2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
308cd52ff4
Use api_get_origin()
...
- Remove 'origin' parameter from url (already added by api_get_cidreq)
- Remove double use of intval
- Use api_get_group_id() instead of $origin == 'group'
to detect were are in a group space.
9 years ago
jmontoyaa
b3cd32a437
Use api_get_origin()
...
- Remove 'origin' parameter from url (already added by api_get_cidreq)
- Remove double use of intval
- Use api_get_group_id() instead of $origin == 'group'
to detect were are in a group space.
9 years ago
Scrutinizer Auto-Fixer
cd3772310d
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
7d02344054
Use api_is_allowed_in_course() instead of variable set in local.inc
10 years ago
jmontoyaa
fab7a58076
Use __DIR__ when calling global.inc.php
...
This is needed for an easy migration to chamilo v2
10 years ago
jmontoyaa
3a9c18e342
Minor - format code , remove unused code
10 years ago
jmontoyaa
e75f5d8888
Minor - format code + add message
10 years ago
jmontoyaa
53ddc2c9cd
Remove filter "user_name_filter" makes 2 cols identical see BT#8454
10 years ago
jmontoyaa
5069c3fafe
Fix subscribe_users
10 years ago