Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
441fe55
Undeprecated SectionService::countAssignedContents as it is used by a…
ViniTou Sep 20, 2024
fac457a
dropped \Ibexa\Core\Helper\FieldHelper::getFieldDefinition
ViniTou Sep 23, 2024
56fede6
dropped \Ibexa\Core\FieldType\StorageGateway
ViniTou Sep 23, 2024
6bf3701
dropped \Ibexa\Contracts\Core\Persistence\Content\ContentInfo::STATUS…
ViniTou Sep 23, 2024
d6837f8
dropped \Ibexa\Contracts\Core\Persistence\Content\ContentInfo::$isPub…
ViniTou Sep 23, 2024
330d764
dropped $name from bookmarks
ViniTou Sep 26, 2024
f9538e8
dropped \Ibexa\Contracts\Core\Persistence\Content\Handler::loadRelations
ViniTou Sep 27, 2024
e603ba4
dropped Identity contracts
ViniTou Oct 1, 2024
f32bb8e
undeprecated count in Section method
ViniTou Oct 1, 2024
d09af34
Inject TransactionHandler into repository
ViniTou Oct 1, 2024
ca01544
dropped imageValue::path
ViniTou Oct 1, 2024
395e685
dropped imageValue::path
ViniTou Oct 2, 2024
66ea9d7
dropped \Ibexa\Core\FieldType\Image\Value::fromString
ViniTou Oct 2, 2024
dc6f034
dropped \Ibexa\Contracts\Core\Persistence\Content\LoadStruct
ViniTou Oct 2, 2024
1ff0dfd
dropped \Ibexa\Core\Persistence\Cache\PersistenceLogger::getCount
ViniTou Oct 2, 2024
33d4026
dropped \Ibexa\Contracts\Core\Repository\PasswordHashService
ViniTou Oct 2, 2024
23ca5e9
Revert "dropped \Ibexa\Core\FieldType\Image\Value::fromString"
ViniTou Oct 2, 2024
bc2dfc0
undeprecated fromString method
ViniTou Oct 2, 2024
0104223
dropped Location::pathIdentificationString
ViniTou Oct 2, 2024
bba863f
dropped markSubtreeModified & updateSubtreeModificationTime
ViniTou Oct 7, 2024
70608da
dropped \Ibexa\Contracts\Core\Persistence\FieldType\IsEmptyValue
ViniTou Oct 8, 2024
c873aa8
dropped Indexer::createSearchIndex
ViniTou Oct 8, 2024
29eee9f
dropped \Ibexa\Contracts\Core\Persistence\User\Handler::loadPoliciesB…
ViniTou Oct 8, 2024
9fc82f1
dropped \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criteri…
ViniTou Oct 8, 2024
4d27bdd
dropped \Ibexa\Core\Repository\Helper\RoleDomainMapper
ViniTou Oct 8, 2024
97d9c77
dropped Ibexa\Core\Repository\Helper\NameSchemaService
ViniTou Oct 8, 2024
91354c2
dropped \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criteri…
ViniTou Oct 8, 2024
184aa81
dropped Location::SORT_FIELD_MODIFIED_SUBNODE
ViniTou Oct 8, 2024
592aabb
replaced abstract Criterion with CriterionInterface
ViniTou Oct 9, 2024
97ac334
Fixed Deprecations related code after rebase
ViniTou Nov 19, 2024
fa189c2
Fixed RepositoryFactory
ViniTou Nov 19, 2024
8f97013
Fixed phpstan issues mostly related to Criterion interface - all othe…
ViniTou Nov 20, 2024
1440e9c
Cleanup baseline
ViniTou Nov 20, 2024
fcad8a1
Fixed typing in PermissionCriterionResolver
ViniTou Nov 26, 2024
e2bc6e4
Added typehint to Query::query
ViniTou Nov 28, 2024
d935537
Code review fixes - mostly FQCN
ViniTou Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
undeprecated count in Section method
  • Loading branch information
ViniTou committed Dec 10, 2024
commit f32bb8ed812c56711b4186eb4d9ea43a7881775c
6 changes: 0 additions & 6 deletions src/lib/Repository/SectionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,6 @@ public function loadSectionByIdentifier(string $sectionIdentifier): Section

/**
* Counts the contents which $section is assigned to.
*
* @param \Ibexa\Contracts\Core\Repository\Values\Content\Section $section
*
* @return int
*
* @deprecated since 6.0
*/
public function countAssignedContents(Section $section): int
{
Expand Down