christianbeeznest
bd6108f169
Merge b7513f284f
into e0507216f0
8 months ago
Yannick Warnier
e0507216f0
Internal: Avoid unnecessary loop condition in duplicate links deletion script - refs BT#22323
8 months ago
Yannick Warnier
13dbffa620
Merge pull request #6031 from christianbeeznest/escuela-22323
...
Internal: Fix duplicate links handling with improved LP checks and deletion logic - refs BT#22323
8 months ago
Christian Beeznest
b7513f284f
Setitngs: Fix PlatformLanguage setting to support multi-URL configurations - refs #6030
8 months ago
Christian Beeznest
2eb0030eed
Internal: Fix duplicate links handling with improved LP checks and deletion logic - refs BT#22323
8 months ago
Angel Fernando Quiroz Campos
15023ce630
display: Sanitize attributes for anchor tag in Display::url function
...
Refs advisory GHSA-gw58-89f7-4xgj
8 months ago
Angel Fernando Quiroz Campos
89d2026720
Glossary: Use entity to save glossary
...
Refs advisory GHSA-gw58-89f7-4xgj
8 months ago
Angel Fernando Quiroz Campos
8c9caf6ad3
Don't load i18n files for datepicker and timepicker when language ISO code is EN
8 months ago
christianbeeznest
e132519ceb
Merge pull request #6029 from christianbeeznest/ras-22335-3
...
User: Fix session redirect after login from custom page - refs BT#22335
8 months ago
Christian Beeznest
0a91306a2c
User: Fix session redirect after login from custom page - refs BT#22335
8 months ago
christianbeeznest
e908b96d2c
Merge pull request #6028 from christianbeeznest/ras-22335-2
...
User: Improve layout of custom login page - refs BT#22335
8 months ago
Christian Beeznest
cfa1f18c4f
User: Improve layout of custom login page - refs BT#22335
8 months ago
Yannick Warnier
4881433129
Merge pull request #6021 from christianbeeznest/ras-22335
...
User: Add custom login template support for session expiration page - refs BT#22335
8 months ago
Angel Fernando Quiroz Campos
27b344eeee
Fix params and return types
8 months ago
Angel Fernando Quiroz Campos
4d3c2a9533
Auth: Fix locale field when logging with facebook
8 months ago
Christian Beeznest
b7accd6d69
User: Add custom login template support for session expiration page - refs BT#22335
8 months ago
christianbeeznest
580b90ac6f
Merge pull request #6018 from christianbeeznest/C1-22330
...
Session: Add dynamic sorting for users table by name and date - refs BT#22330
8 months ago
Christian Beeznest
8f51bd8f11
Session: Add dynamic sorting for users table by name and date - refs BT#22330
8 months ago
Angel Fernando Quiroz Campos
135e61ebf5
Skill: Display: Use badge.design instead of openbadges.me/designer
8 months ago
Angel Fernando Quiroz Campos
30a7677cf2
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
8 months ago
Angel Fernando Quiroz Campos
060e433498
Add return and params types + format code
8 months ago
Angel Fernando Quiroz Campos
c343e89a88
Vendor: Use facebook/graph-sdk instead of facebook/php-sdk-v4
8 months ago
Angel Fernando Quiroz Campos
f6a7975909
Internal: Fix script to upload video to Vimeo
8 months ago
NicoDucou
18b2131d75
Plagiarism: Compilatio: fix analyses API query to work with all services and contracts for compilatio - refs BT#22318
8 months ago
NicoDucou
8f92e154b7
Gossary: complement to Fix load glossary from base course if not found in session - refs BT#22235 BT#22110
9 months ago
Nicolas Ducoulombier
3745abac8f
Merge pull request #6005 from christianbeeznest/stib-22319
...
Internal: Fix pagination issue in SortableTable session handling - refs BT#22319
9 months ago
Nicolas Ducoulombier
bf8f2dd147
Merge pull request #6003 from AngelFQC/BT21930-2
...
Plugin: Azure: Add option to filter groups by display name
9 months ago
Christian Beeznest
3d19c00147
Internal: Fix pagination issue in SortableTable session handling - refs BT#22319
9 months ago
Angel Fernando Quiroz Campos
38d8bce275
Plugin: Azure: Add option to filter groups by display name - refs BT#21930
9 months ago
Nicolas Ducoulombier
24858995a7
Merge pull request #5934 from AngelFQC/BT21930
...
Plugin: Azure: Add options to user delta queries when syncing
9 months ago
Angel Fernando Quiroz Campos
10b6d6125d
Fix undefined index in request
9 months ago
Angel Fernando Quiroz Campos
49816b6855
Display: Load missing i18n files for date and time pickers - refs BT#21354
9 months ago
Angel Fernando Quiroz Campos
7129190ada
Minor: Format code
9 months ago
Angel Fernando Quiroz Campos
1f95891d84
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
9 months ago
Yannick Warnier
8c16c19299
Internal: Revert PHP 8 compatibility improvement in api_htmlentities() as it causes issues filtering HTML tags in HTML titles - refs BT#22321
9 months ago
Nicolas Ducoulombier
31e06df39a
Merge pull request #6001 from AngelFQC/BT#22232-2
...
Portfolio: Add portfolio_show_base_course_post_in_sessions conf setting
9 months ago
Angel Fernando Quiroz Campos
c6880d3554
Vendor: Remove brumann/polyfill-unserialize
...
> In case you are using PHP 7.0+ the original unserialize() will be used instead.
9 months ago
Angel Fernando Quiroz Campos
a025de461a
Portfolio: Duplicate post in sessión when commenting if portfolio_show_base_course_post_in_sessions is enabled - refs BT#22232
9 months ago
Angel Fernando Quiroz Campos
918416a844
Portfolio: List course base content in session when portfolio_show_base_course_post_in_sessions is enabled - refs BT#22232
9 months ago
Angel Fernando Quiroz Campos
e661cbb293
Portfolio: Add portfolio_show_base_course_post_in_sessions conf setting - refs BT#22232
...
Show base course posts in session course. Requires DB changes and edit the Portfolio entity adding the "@" symbol to the beginning of ORM\ManyToOne, ORM\JoinColumn, ORM\OneToMany lines for the Portfolio::$duplicatedFrom and Portfolio::$duplicates properties.
ALTER TABLE portfolio ADD duplicated_from INT DEFAULT NULL;
ALTER TABLE portfolio ADD CONSTRAINT FK_A9ED1062FC4CB679 FOREIGN KEY (duplicated_from) REFERENCES portfolio (id) ON DELETE SET NULL;
CREATE INDEX IDX_A9ED1062FC4CB679 ON portfolio (duplicated_from);
9 months ago
Nicolas Ducoulombier
8a7a108d85
Merge pull request #5995 from christianbeeznest/Aix-21977-5
...
Course: Fix export mbz validation, root-only resources, skip empty folders - refs BT#21977
9 months ago
Christian Beeznest
542765cb63
Course: Fix export mbz validation, root-only resources, skip empty folders - refs BT#21977
9 months ago
Angel Fernando Quiroz Campos
34975cd966
Internal: Portfolio: Add types to entity properties - refs BT#22232
9 months ago
Angel Fernando Quiroz Campos
c60a4e23f5
Plugin: OnlyOffice: Fix E_NOTICEs when api_get_setting is not returning an array value
9 months ago
Yannick Warnier
9511cee2db
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
9 months ago
Yannick Warnier
4fead7c2bc
Minor: Code indentation & PHPDoc
9 months ago
Angel Fernando Quiroz Campos
2d12af3491
Internal: Remove return type mixed
...
The mixed return type is available from php8.0
9 months ago
Angel Fernando Quiroz Campos
d617e04be7
Internal: Fix ErrorCorrectionLevel::MEDIUM constant usage
9 months ago
Angel Fernando Quiroz Campos
e117d3f69f
Add missing use of ReflectionClass
9 months ago
Yannick Warnier
600d8a1a92
Internal: Fix various PHP8 compatibility issues to reduce error messages
9 months ago