Yannick Warnier
4afa7c5d3b
Assignments: Set expiry date to 1 week from now and end date to 1 week + 1 day from now - see #1646
8 years ago
Yannick Warnier
13b985f6f9
Assignments: Set default end date to be one day later than start date - see #1646
8 years ago
Yannick Warnier
95dcb23620
Minor - Replace deprecated display_warning_message() by return_message(..., 'warning')
8 years ago
jmontoyaa
8f98f90c5d
Only show upload form depending in work setting see BT#12747
8 years ago
Scrutinizer Auto-Fixer
14488458e2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
Scrutinizer Auto-Fixer
0746c59ba3
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
Scrutinizer Auto-Fixer
a9a8ec5a55
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
99b4536011
Work UI changes, add correction title in drag n drop see BT#12100
8 years ago
jmontoyaa
b38295aed9
Work
8 years ago
jmontoyaa
8bc77d1299
Show correction status even if work doesn't have score see BT#12100
8 years ago
Scrutinizer Auto-Fixer
6cd214a50f
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
2a5a63e6be
Use group info instead of group id as parameter
...
Function api_item_property_update
8 years ago
jmontoyaa
030ecb7bd3
Fix array key see BT#12100
8 years ago
Scrutinizer Auto-Fixer
c4449d534b
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
69b7284329
Put icons outside the "for", format code.
8 years ago
Scrutinizer Auto-Fixer
d23a5f6a1c
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
f8191a1821
Add status + add has correction not yet to show in work list.
...
- format code
- Replace Database :: get_course_table to Database::get_course_table
8 years ago
Scrutinizer Auto-Fixer
9ba150d7c1
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
Scrutinizer Auto-Fixer
7a56f3fbb3
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
14194fde53
Minor - format code, update docs
8 years ago
Scrutinizer Auto-Fixer
1c47b10a5e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
450a49df67
Fix query, restore use of groupIid see BT#12609
8 years ago
jmontoyaa
3c285f525f
Fix group id after migration see BT#12609
8 years ago
Angel Fernando Quiroz Campos
3c15c718c1
Fixing toolbar actions
...
Related with 48202b086e
8 years ago
Angel Fernando Quiroz Campos
0407630444
Fix toolbars action
8 years ago
Angel Fernando Quiroz Campos
8ff55e2077
Allow define PDF signatures - refs BT#12441
8 years ago
Scrutinizer Auto-Fixer
b8f1505d5e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
Angel Fernando Quiroz Campos
70946e7e2f
Remove work_time when work is deleted - refs BT#12212
8 years ago
jmontoyaa
51322bd6d8
Minor - format code
8 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.
8 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.
8 years ago
jmontoyaa
365083395a
Fix PHP warning
8 years ago
Yannick Warnier
055aadec5d
Minor - Improve PHPDoc
8 years ago
jmontoyaa
3da03a5e03
Change icon see BT#10893
8 years ago
jmontoyaa
3f5bb90ae9
Add security::remove_XSS see BT#12486
8 years ago
jmontoyaa
78925cd36f
Event::event_download() only if file is found
...
- Fix if item doesn't exists.
8 years ago
jmontoyaa
176c718b33
Fix query fatal error when loading jqgrid.
8 years ago
Angel Fernando Quiroz Campos
ab442aa16e
Use api_get_person_name to show users fullname in assignments tool #1653
8 years ago
Yannick Warnier
3f95da6721
Fix issue preventing the removal of virtual time when more than one assignment are removed - refs BT#12212
8 years ago
Yannick Warnier
a38eb049ca
Fix wrong bugfix in 1996736626
preventing time to be registered for considered_working_time
8 years ago
Yannick Warnier
ea659a3a78
Minor - Update code comment
8 years ago
jmontoyaa
1996736626
Use iid instead of id see BT#12212
8 years ago
jmontoyaa
ea6e24f9fc
Minor - format code, update docs
8 years ago
jmontoyaa
78502cded4
Fix PHP warnings
8 years ago
jmontoyaa
67e703c67c
Add hover in drag n drop see BT#6760
8 years ago
jmontoyaa
42f36f51d9
Fix send_date column + fix upload/download corrections see BT#6770
8 years ago
Yannick Warnier
0e77c2ed48
Add support for work removal when using considered_working_time setting - refs BT#12212
...
Rename eventCoutseVirtualLogin() to eventAddVirtualCourseTime()
8 years ago
Yannick Warnier
a729ce8860
Move, rename, change order and default values for function api_add_sub_hours_to_date_time to(base-time, interval, operation) ChamiloAPI::AddOrSubTimeToDateTime(interval, optional base-time, optional operation) - refs BT#12212
...
Change event_course_login() back to previous state (hack not necessary anymore)
Add reasonable documentation to new code
Expect IP address to be given to eventCourseVirtualLogin()
8 years ago
José Loguercio
344a54aaad
Add tracking logs to determine working time in course access details - Refs BT#12212
8 years ago
jmontoyaa
2c31b7b8c7
Minor - format code
8 years ago