Angel Fernando Quiroz Campos
44836e74d8
Minor - Format code - refs BT#16791
5 years ago
Angel Fernando Quiroz Campos
b50b752ee5
Quiz: Use template for exercise_result - refs BT#16791
5 years ago
carlos alvarado
d2afa7ae1d
Search in Documents does not work correctly #3352
...
The variable $search was not used. Currently $search is used to determine whether to omit the documentation between /
5 years ago
Sébastien Ducoulombier
9bffc0b673
Moved code from global scope to plugin class methods - refs BT#17288
5 years ago
carlos alvarado
54a9b9140d
Limit speed of user searches in social network #3191
...
Change casting to int.
if
$delay = (int)$this->getAttribute('delay');
is null then $delay will be 0. Is necesary change to
$delay = (0 !== $delay) ? "delay: $delay, " : '';
5 years ago
Angel Fernando Quiroz Campos
0080063840
Minor - Format code - refs BT#16791
5 years ago
Sébastien Ducoulombier
a7c9b71df9
global and per user conference options - refs BT#17288
5 years ago
Sébastien Ducoulombier
9098d657d5
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 17288-plugin-zoom
5 years ago
Julio Montoya
82ab68e350
Admin add config allow_working_time_edition BT#17516
...
Allow add/delete working time in reporting page
5 years ago
Sébastien Ducoulombier
c464ee3863
course settings creation moved to Course::createSettings - refs BT#17453
...
Course::prePersist calls Course::createSettings
5 years ago
Sébastien Ducoulombier
2357adb3f8
avoid integrity constraint violations on c_id - refs BT#17453
...
Fatal error: Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'c_id' cannot be null
5 years ago
Sébastien Ducoulombier
34c0d83e55
Minor code style fix (scrutinizer) - refs BT#17507
5 years ago
Julio Montoya
21533e911e
Minor - format code
5 years ago
Julio Montoya
85d9f1e873
User portal: Fix sequence requirements see BT#16255
5 years ago
Sébastien Ducoulombier
e28579f255
'create_global_event' web service - refs BT#17507
5 years ago
Sébastien Ducoulombier
61d49175f0
A SysCalendar event's default accessUrl is the current one
5 years ago
Julio Montoya
029ba09b24
Course Sequence: See graph by non admins BT#16255
5 years ago
Julio Montoya
2d6509788d
Userportal: Remove link in icon if requirements are needed BT#16255
5 years ago
Sébastien Ducoulombier
6926c917e9
'create_course_event' web service - refs BT#17507
5 years ago
Julio Montoya
924a34efa5
Edit profile: Fix profile tabs (justification/pause training)
...
BT#16298
5 years ago
Julio Montoya
e298106b65
Pause training plugin: Add email body content BT#16298
5 years ago
Julio Montoya
38fbab91d1
Minor - flint fixes
5 years ago
Angel Fernando Quiroz Campos
bb099be88f
Add hook at the end of the quiz - refs BT#16791
5 years ago
carlos alvarado
ec664797d1
Limit speed of user searches in social network #3191
...
Add delay of 1000ms user's search
5 years ago
carlos alvarado
be17286e01
Limit speed of user searches in social network #3191
...
Add delay to select2 search https://select2.org/data-sources/ajax
5 years ago
Sébastien Ducoulombier
8a381513b9
CalendarEvent id automatically set to iid value after creation - refs BT#17507
5 years ago
Sébastien Ducoulombier
1ef8c7a28d
'create_user_event' web service - refs BT#17507
5 years ago
Sébastien Ducoulombier
ba5beb6e64
ORM can create a user from username and email - refs BT#17507
5 years ago
Sébastien Ducoulombier
2ff29d30e5
Minor code fixes (scrutinizer) - refs BT#17453
5 years ago
Sébastien Ducoulombier
e635976ed7
Minor code fix (flintci) - refs BT#17453
5 years ago
Sébastien Ducoulombier
8081540c85
Course and LP can be created through ORM classes - refs BT#17453
...
Partialy simplified and already improved performance of these API functions:
api_item_property_update
api_max_sort_value
CourseManager::create_course
AddCourse::register_course
CourseManager::fillCourse
AddCourse::fill_db_course
learnpath::add_lp
5 years ago
Sébastien Ducoulombier
e2fa09759e
reusing 'Test Course' if already created - refs BT#17453
5 years ago
Julio Montoya
39267e5716
Announcements: Fix extra field tags not present in the message
...
- Disable use cache BT#17431
5 years ago
Julio Montoya
5c4c22dde6
Allow students to auto subscribe to private course if allowed
...
Fix legal condition to avoid api_not_allowed
See BT#17542
5 years ago
Julio Montoya
c9583d1055
Allow check legal if course is private and allows subscribtions
...
BT#17542
5 years ago
Julio Montoya
87967e252c
Allow subscription to private course if subscription is available
...
BT#17542
5 years ago
Julio Montoya
d0e0b39ed9
My students page: require field before sending a msg BT#17493
5 years ago
Sébastien Ducoulombier
f9c228f88a
Minor code style fix (Scrutinizer feedback) - refs BT#17453
5 years ago
Yannick Warnier
0a6ee65d91
Plugin: BigBlueButton: Fix missing field 'close' in plugin_bbb_room on install
5 years ago
Sébastien Ducoulombier
45556c1b11
Minor code style fix - refs BT#17453
5 years ago
Sébastien Ducoulombier
985f5024ca
create_learningpath web service - refs BT#17453
5 years ago
Sébastien Ducoulombier
e88b0b4926
Moving learning path creation code to ORM classes - refs BT#17453
5 years ago
carlos alvarado
b1cad90b5a
3125 Mail improvements
...
Fix tab space
5 years ago
carlos alvarado
f245d0f818
#3301 Course home: Add icon to switch visibility for all tools in course
...
Fix Loading message on single show/hide tool
5 years ago
carlos alvarado
72b858d074
minor - Course maintenance: Ask for course code before deleting *or* recycling #3302 #3315
...
Style fix
5 years ago
carlos alvarado
ea8bedb2e1
Export de vcard non-fonctionnel 3309
...
Verify relation between users to can dowload vcard.
5 years ago
carlos alvarado
84ed4aba98
minor - Export de vcard non-fonctionnel 3309
...
Add includeRH to get RH relationship.
Set int to function return.
5 years ago
Angel Fernando Quiroz Campos
c3fedc973a
Merge pull request #3360 from AngelFQC/whispeak-update
...
Update Whispeak plugin
5 years ago
Angel Fernando Quiroz Campos
a3d7685cbc
Minor - Whispeak: Update readme file - refs BT#17415
5 years ago
Julio Montoya
1263bdeaec
Compilatio: Fix multiple uploads - disable send button after sending
...
BT#17258
5 years ago