Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sulu/sulu

Tags

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename Route::site to Route::webspace (#8418)

3.0.0-RC2

Toggle 3.0.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace Sulu Common Dir with Symfony new Share Dir (#8399)

2.6.17

Toggle 2.6.17's commit message
Merge branch '2.5' of https://github.com/sulu/sulu into 2.6

2.5.33

Toggle 2.5.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deal with absent default meta (#8330)

* Deal with absent default meta

* Fix access of getDefaultMeta in MediaTrashItemHandler

* Fix phpstan issues

---------

Co-authored-by: Alexander Schranz <[email protected]>

3.0.0-RC1

Toggle 3.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set site on route context for correct routing (#8352)

Set site on route context

2.6.16

Toggle 2.6.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix array-like filters (#8344)

3.0.0-beta4

Toggle 3.0.0-beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix handling of null in Resolvers (#8299)

* Handle nullable link items and teasers in property resolvers

Add null checks and nullable type hints to handle cases where external
links or teasers might not resolve to a resource. This prevents type
errors when resolvers receive null values.

* Ensure integer type for pagination limit in PageSmartContentProvider

Add explicit integer cast for filters['limit'] parameter to ensure
type safety when passing to pagination method.

* Move null resource handling to ResolvableResourceReplacer

Move null handling from individual property resolvers to the central
ResolvableResourceReplacer. This prevents executeResourceCallback from
being called with null resources, eliminating the need for null checks
in individual resolver closures.

* Refactor FormMetadata to use keyed field metadata array

Change getFlatFieldMetadata() to return an associative array with field
names as keys instead of an indexed array. Update consumers to use the
new getFlatFieldMetadata() method for direct field access by name.

* Add property filtering to NavigationRepository resolution

Change resolvePageContent visibility to protected for extensibility and
add properties parameter to contentResolver->resolve() to enable
selective field resolution in navigation contexts.

* Add phpcr-cleanup and route table migration steps to upgrade guide

Add pre-update cleanup step for phpcr-repository and instructions to
rename the old ro_routes table before creating the new structure during
the upgrade process.

* Fix various issues

* Fix tests

* Remove LinkProvider getter

* Revert Navigation adjustments

---------

Co-authored-by: Prokyonn <[email protected]>

2.6.15

Toggle 2.6.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove redundant var tag (#8310)

2.5.32

Toggle 2.5.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add some more type improvements for Admin and some more classes (#7558)

2.5.31

Toggle 2.5.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix clearing address field values via UI (#8318)