* Internal: Move display_order from ResourceNode to ResourceLink #5137
* Internal: Use ResourceLink $displayOrder instead of ResourceNode $displayOrder #5137
* Internal: Remove ResourceNode $displayOrder #5137
* Vendor: Bump stof/doctrine-extensions-bundle version to 1.10 #5137
* Forum: Fix query to get forums in category ordered by resourceLink.displayOrder
* LP: Refactoring delete method to mark the resource link as deleted instead of remove the lp as resource
* LP: Fix query to set a custom order in lp list
* LP: Fix buttons to sort learn paths
* Rename ResourceNode::getResourceLinkByTypeGroup to ResourceNode::getResourceLinkByContext and change order or its params
* LP: Change display resource link display order when moving category position
* LP: Fix layout for old list view
* Forum: Fix sorting for forums and categories
* Course Progress: Fix sorting for sections
* Internal: Enable SoftDeleteable for ResourceLink entities
* Remove ResourceLink::VISIBILITY_DELETED in favor of soft delete
* Internal: Refactoring migration about display_order in course tools
* LP: Refactoring the category delete method to make a soft delete of the resource link
* LP: Refactoring the thematic delete method to make a soft delete of the resource link
* LP: Refactoring the forum delete methods to make a soft delete of the resource link
* Add shortcut method to remove resource link from its resource
* CI: Fix ResourceNodeRepositoryTest by adding a link to the resource node
* Internal: Migration: Drop display_order column from c_lp table
* Internal: Migration: Drop position column from c_lp_category table
* Internal: Migration: Drop cat_order column from c_forum_category table
* Internal: Migration: Drop forum_order column from c_forum_forum table
* Internal: Migration: Drop display_order column from c_thematic table
* Minor: Format code
* Announcement: Fix order of the course announcements
* Internal: Refactoring migration
* Internal: Migration: Drop display_order column from c_glossary table
* Refactoring method to move display order of resource links
* Set thephpleague/glide-symfony version to ^2.0
Currently, upstream master branch, i.e. dev-master, is pointing to 2.0.1
tag, so it is a good time to start using the latest stable instead of
the tip of its development branch.
* Set lexik/jwt-authentication-bundle version to ^2.20
Let us use the usual semantic versioning version constraint instead of
any latest version.
Upstream seems to be good at making releases.
* Set phpstan related dependencies versions more explicitly
Both phpstan/phpstan-symfony and phpstan/phpstan-doctrine depend on
phpstan 1.10 series, so let us reflect that on the required version.
Also, latest phpstan/phpstan-doctrine is 1.3 series, so reflect that
too.
* Use base php as 8.1
Restrict dependencies to not try to install a version that is not
compatible with php 8.1 for now.
Let us move to 8.2 as soon as possible.
* Set doctrine/doctrine-fixtures-bundle version requirement
Use latest series available instead of an unconstrained version.
* Set symfony/flex version requirement
Use latest available series, 2.4.
* Allow tracking changes on composer and symfony lock files
* Start tracking composer lock file
* Start tracking symfony lock file