Christian
b11c050ab2
Document: Fix export folder in students view - refs BT#20649
3 years ago
Angel Fernando Quiroz Campos
1e0231f5cf
Minor: Update lang files - refs BT#20250
3 years ago
Angel Fernando Quiroz Campos
a517729ebe
Session: Don't subscribe all users from usergroups when importing session and classes doesn't exist - refs BT#20250
3 years ago
Angel Fernando Quiroz Campos
7a1e7ced2a
Minor: Format code - refs BT#20250
3 years ago
Nicolas Ducoulombier
30cd2deffa
Merge pull request #4660 from christianbeeznest/FS-20638
...
Course: Add filter to show courses in catalogue with extrafield - refs BT#20638
3 years ago
Nicolas Ducoulombier
f5232bc730
Merge branch '1.11.x' into FS-20638
3 years ago
Christian
5bb00f8d73
Course: Improve filter for courses in catalogue - refs BT#20638
3 years ago
Angel Fernando Quiroz Campos
8d988947dc
Calendar: Set instructions to enable agenda_event_subscriptions - refs BT#20637
3 years ago
Angel Fernando Quiroz Campos
0684ace026
Minor: Calendar: Improve form - refs BT#20637
3 years ago
NicoDucou
51c72b2e56
Course catalog: fix incoherence on user unsubscribe call so that it works in the catalog and also in other parts -refs BT#20594
3 years ago
Angel Fernando Quiroz Campos
e92e2c30b2
Calendar: Allow to set subscription visibility to members of usergroup (class) - refs BT#20637
3 years ago
Christian
7812c65ae4
Course: Add filter to show courses in catalogue - refs BT#20638
3 years ago
Christian
3612b7001c
Course: Improve filter to show courses in catalogue with extrafield - refs BT#20638
3 years ago
Angel Fernando Quiroz Campos
ddfe225166
Calendar: Fix form to edit personal event with invitations - refs BT#20637
3 years ago
Angel Fernando Quiroz Campos
4682d74927
Calendar: Allow to subscribe/unsubscribe users to events - refs BT#20637
3 years ago
NicoDucou
6defb35766
Tracking: Course: Finalization date fix column order -refs BT#20542
3 years ago
NicoDucou
5e15f2c6ba
Merge remote-tracking branch 'christian/RNA-20657' into 1.11.x
3 years ago
Nicolas Ducoulombier
9076e7f687
Merge pull request #4659 from christianbeeznest/FS-20639
...
Learnpath: Add dates as item prerequisites - refs BT#20639
3 years ago
Nicolas Ducoulombier
8b28f850c5
Merge pull request #4667 from christianbeeznest/FS-20652
...
Catalogue: Add option to hide the link to the course catalog in the menu when the catalog is public - refs BT#20652
3 years ago
Christian
79bb45fa16
Session: Fix course tool intro is removed when duplicate a session - refs BT#20657
3 years ago
Angel Fernando Quiroz Campos
6c617c5798
Calendar: Add agenda_event_subscriptions configuration setting - refs BT#20637
...
It allows to other users to subscribe for events. Requires DB changes:
```sql
ALTER TABLE personal_agenda ADD subscription_visibility INT DEFAULT 0 NOT NULL, ADD max_subscriptions INT DEFAULT 0 NOT NULL;
```
Then uncomment the "use EventSubscribableTrait;" line in the PersonalAgenda class.
3 years ago
Christian
8288eee32d
Catalogue: Add option to hide the link to the course catalog in the menu when the catalog is public - refs BT#20652
3 years ago
NicoDucou
c6f7cb98f3
User : allow @ in username field -refs BT#20574
3 years ago
Nicolas Ducoulombier
08d4255849
Merge pull request #4663 from christianbeeznest/encora-20644
...
Work: Add cidReq parameter to bigUpload url - refs BT#20644
3 years ago
Christian
966959718b
Work: Add cidReq parameter to bigUpload url - refs BT#20644
3 years ago
Christian
8f745a2b2b
Course: Add filter to show courses by categories - refs BT#20638
3 years ago
Yannick Warnier
4306b4d1ed
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
3 years ago
Yannick Warnier
30bc4e52be
Minor: Partial changelog update
3 years ago
NicoDucou
b1cf75718c
Plugin: ExtraMenuFromWebservice: Menu is closed by default. - refs BT#18337
3 years ago
Yannick Warnier
69ad3db8cf
Plugin: AI Helper: Minor: Documentation: Add link to models list
3 years ago
Christian
be5bc900c9
Course: Add filter to show courses in catalogue with extrafield - refs BT#20638
3 years ago
Christian
ea42311b32
Learnpath: Add dates as item prerequisites - refs BT#20639
3 years ago
Angel Fernando Quiroz Campos
c3dbabec37
Merge pull request #4657 from AngelFQC/orm-proxies-generate
...
Internal: Only autogenerate Doctrine proxies if they don't exist
3 years ago
Angel Fernando Quiroz Campos
445afd6462
Plugin: LTI Client: Fix version for tools v1.1
3 years ago
Angel Fernando Quiroz Campos
ada61aa4f5
Internal: Only autogenerate Doctrine proxies if they don't exist
3 years ago
Angel Fernando Quiroz Campos
f99329dfc5
Require global.inc.php when running doctrine scripts
3 years ago
Angel Fernando Quiroz Campos
b4bcee9ff9
Fix composer script
3 years ago
Nicolas Ducoulombier
1e459ec89e
Merge pull request #4651 from christianbeeznest/GH-4650-bigupload
...
Learnpath: Fix special character when importing scorm with bigupload - refs #4650
3 years ago
NicoDucou
0ffc7c26d2
Plugin: ExtraMenuFromWebservice: Fix missing z-index- refs BT#20442
3 years ago
Angel Fernando Quiroz Campos
a45ef720a2
Minor: Fix typo
3 years ago
Yannick Warnier
2c54870442
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
3 years ago
Yannick Warnier
2efc7244df
Internal: Avoid auto-generating Doctrine proxy files all the time in production env - refs BT#20616
3 years ago
Yannick Warnier
f3442dc06c
Merge pull request #4656 from AngelFQC/orm-proxies-b
...
Internal: Composer: Generate ORM proxies post composer install
3 years ago
Nicolas Ducoulombier
7db26647ac
Merge pull request #4655 from BorjaSanchezBeezNest/BT#20442_v2
...
Plugin: ExtraMenuFromWebservice: Menu is open by default. Fix z-index- refs BT#20442
3 years ago
Borja Sánchez
cf295a1bc5
Plugin: ExtraMenuFromWebservice: Fix z-index - refs BT#20442
3 years ago
Borja Sánchez
839f14ace5
Plugin: ExtraMenuFromWebservice: Fix z-index - refs BT#20442
3 years ago
Borja Sánchez
73044c5235
Plugin: ExtraMenuFromWebservice: Fix z-index - refs BT#20442
3 years ago
Angel Fernando Quiroz Campos
60d11d25e8
Composer: Generate ORM proxies post composer install
3 years ago
Angel Fernando Quiroz Campos
b711d610ab
Minor: Format code
3 years ago
Borja Sánchez
40c58d9745
Plugin: ExtraMenuFromWebservice: Menu is open by default. Fix z-index - refs BT#20442
3 years ago