Christian
efa7d00dbd
Minor : Clean code with php-cs-fixer
3 years ago
Christian
8457b73559
Upload : Add chunk for multiple upload files - refs BT#19380
3 years ago
Nicolas Ducoulombier
95396ed648
Merge pull request #4151 from AngelFQC/BT19534
...
Plugin: Zoom: allow attendance signatures - refs BT#19534
3 years ago
Angel Fernando Quiroz Campos
5926dbf7dd
Gradebook: Show display text for extrafield of type select - refs BT#19821
3 years ago
Christian
ebfdcc9f86
Skills : Fix reecalculate results for skills - refs BT#19823
3 years ago
Angel Fernando Quiroz Campos
eebc43c536
Course Catalog: Fix style for select fields - refs BT#19827
3 years ago
Angel Fernando Quiroz Campos
57c47838ce
Calendar: Dont' show session without date limits when personal_calendar_show_sessions_occupation is enabled - refs BT#19393
3 years ago
Angel Fernando Quiroz Campos
f871b090e3
Notification: Add types global and specific users - refs BT#19838
...
Requires DB changes
```sql
CREATE TABLE IF NOT EXISTS notification_event_rel_user (
id INT UNSIGNED AUTO_INCREMENT NOT NULL,
event_id INT unsigned,
user_id INT,
INDEX FK_EVENT (event_id),
INDEX FK_USER (user_id),
PRIMARY KEY (id)
);
ALTER TABLE notification_event_rel_user ADD CONSTRAINT FK_EVENT FOREIGN KEY (event_id) REFERENCES notification_event (id) ON DELETE CASCADE;
ALTER TABLE notification_event_rel_user ADD CONSTRAINT FK_USER FOREIGN KEY (user_id) REFERENCES user (id) ON DELETE CASCADE;
```
3 years ago
Angel Fernando Quiroz Campos
4d1ced3eda
Notification: Format + readability code - refs BT#19838
3 years ago
Angel Fernando Quiroz Campos
3dcefb8156
Plugin: Justification: Avoid show event type when plugin is disabled - refs BT#19838
3 years ago
Angel Fernando Quiroz Campos
c1591155cf
Merge pull request #4237 from lautarobeeznest/4223
...
Statistics: FIX Zombies error - refs #4223
3 years ago
Angel Fernando Quiroz Campos
3df0c622a0
Merge pull request #4239 from christianbeeznest/gbif-19827
...
Course Catalogue : Improve display of search form - refs BT#19827
3 years ago
Christian
ee58d64660
Skills : Recalculate results for skills from gradebook - refs BT#19823
3 years ago
Nicolas Ducoulombier
07e6c77af9
Merge pull request #4238 from christianbeeznest/batisseur-19380-2
...
Upload : Improve loading progress bar for upload files - refs BT#19380
3 years ago
Angel Fernando Quiroz Campos
22b205159f
Plugin: OAuth + Azure: Fix show error when getting error - refs BT#19734
3 years ago
Angel Fernando Quiroz Campos
5e14478c29
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
3 years ago
Angel Fernando Quiroz Campos
7992d86bd9
Plugin: OAuth + Azure: Fix show error when getting error - refs BT#19734
3 years ago
Nicolas Ducoulombier
829492365f
Merge pull request #4242 from christianbeeznest/majorel-19872
...
Exercise : Fix sortable in exercise reporting and clean with cs-fixer - refs BT#19872
3 years ago
Christian
2c1e588585
Exercise : Fix sortable in exercise reporting and clean with cs-fixer - refs BT#19872
3 years ago
Angel Fernando Quiroz Campos
baa1d91a3f
Webservice: Validate user is admin for request admin-only - refs BT#19868
3 years ago
Angel Fernando Quiroz Campos
955bb606a2
Merge pull request #4241 from AngelFQC/BT19868
...
Webservice: add methods admin-only to get user api keys - refs BT#19868
3 years ago
Christian
0983f1a488
Course Catalogue : Improve layout of search form - refs BT#19827
3 years ago
Angel Fernando Quiroz Campos
84c16149af
Webservice: add methods admin-only to get user api keys - refs BT#19868
...
Add conf setting `webservice_enable_adminonly_api`
3 years ago
Angel Fernando Quiroz Campos
67c83490a5
Webservice: code conventions + use Request class - refs BT#19868
3 years ago
Christian
c63b13d800
Course Catalogue : Improve display of search form - refs BT#19827
3 years ago
Christian
b979280705
Upload : Improve loading progress bar for upload files - refs BT#19380
3 years ago
Nicolas Ducoulombier
3e5ef89430
Merge pull request #4214 from AngelFQC/BT19795
...
Exercise: Fix destinations with feedback direct - refs BT#19795
3 years ago
LautaroTiamat
453c5ffc59
Statistics: Zombies error FIX - refs #4223
3 years ago
NicoDucou
fe28809ec1
SSO: CAS: MultiURLs fix redirect all the time to main page after login -refs BT#19857
3 years ago
Angel Fernando Quiroz Campos
fde968d207
Merge pull request #4232 from AngelFQC/BT19827
...
Course catalog: add course_catalog_display_in_home conf setting - refs BT#19827
4 years ago
Angel Fernando Quiroz Campos
1c7285c2aa
Course catalog: fix button styles in cards - refs BT#19827
4 years ago
Angel Fernando Quiroz Campos
6e0c84cff3
Course catalog: add course_catalog_display_in_home conf setting - refs BT#19827
...
Display the course catalog in home page
4 years ago
Angel Fernando Quiroz Campos
e725f32a5a
Course catalog: refactor - refs BT#19827
4 years ago
Angel Fernando Quiroz Campos
6191cf7f8c
Course catalog: format + clean code - refs BT#19827
4 years ago
Angel Fernando Quiroz Campos
a5874c1d06
Survey: Fix add option for multiplechoiceother type #4229
4 years ago
NicoDucou
b577549db4
Language: Minor partial translation update in ES FR EN for flow in LP -refs BT#19626
4 years ago
Nicolas Ducoulombier
0c32898f73
Merge pull request #4176 from christianbeeznest/EFC-19626
...
Learnpath - Add flow buttons in lp view - refs BT#19626
4 years ago
Nicolas Ducoulombier
79832bf0be
Merge branch '1.11.x' into EFC-19626
4 years ago
Angel Fernando Quiroz Campos
81a5365d32
Survey: Show missing icons in multiple-choice-other and selective-display questions #4225
4 years ago
Yannick Warnier
53e358de88
Merge pull request #4227 from lautarobeeznest/4162
...
Learnpath: Set video size responsive by default - refs #4162
4 years ago
LautaroTiamat
fb74fef18c
Learnpath: Set video size responsive by default - refs #4162
4 years ago
Yannick Warnier
3ef3a7a018
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
4 years ago
Yannick Warnier
a11f941469
Learnpath: Add webm to video formats managed through showinframes - refs #4162
4 years ago
Yannick Warnier
17dcbdb84d
Merge pull request #4215 from lautarobeeznest/BT#19831
...
Certificates: Added profile image tag refs BT#19831
4 years ago
Yannick Warnier
84e8351b4c
Merge pull request #4226 from nosolored/patch-6
...
Enable cache and text compression
4 years ago
Nosolored SL
5f470a432c
Enable cache and text compression
4 years ago
Yannick Warnier
9ec8d57342
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
4 years ago
Yannick Warnier
a54bd3bdad
Scripts: Add support for sender messages in delete_old_message_attachments.php - refs BT#19673
4 years ago
Yannick Warnier
8c256f5b66
Scripts: Add script to gently remove old works (set date in script) - refs BT#19673
4 years ago
Angel Fernando Quiroz Campos
73a7907a8f
Exercise: Fix pop-up result with shuffle answers
...
Fix #4181
4 years ago