Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Ezplatform Kernel Laravel Package

ezsystems/ezplatform-kernel

eZ Platform Kernel provides the core Symfony-based runtime for eZ Platform/Ibexa CMS: content repository, persistence, REST and siteaccess handling, security, and extension points. Used as the foundation for building and running eZ Platform applications.

View on GitHub
Deep Wiki
Context7
v1.3.37

ezsystems/ezplatform-kernel changes between v1.3.36 and v1.3.37

Bugs

  • IBX-8562: Fixed flooding content attributes table with duplicates
v1.3.36

ezsystems/ezplatform-kernel changes between v1.3.35 and v1.3.36

Bugs

  • IBX-6592: Removed unusable location/subtree limitations from state/assign policy
  • IBX-6494: Fixed copying of non-translatable fields to later versions
  • IBX-5388: Fixed performance issues of content updates after field changes
  • IBX-8019: Added performance consideration notice to LocationService::loadLocationChildren (#407)
  • IBX-6833: Fixed copying empty fields from a published version
v1.3.35

ezsystems/ezplatform-kernel changes between v1.3.34 and v1.3.35

Bugs

  • IBX-6880: Skipped normalizing directories in the normalizePath method
  • IBX-6880: Rollback
  • IBX-7015: Fixed Content Type cache_keys
  • IBX-5827: Replaced deprecated string interpolation (PHP 8.2+) (#386)
  • IBX-6880: Skipped normalizing directories in the normalizePath method
  • IBX-7346: Reindexed reverse-related content after deleting source content (#396)
  • IBX-7485: Skipped files with corrupted filenames when loading and deleting content
  • IBX-7172: Fixed Repository Filtering by multiple ObjectStateId criteria
  • IBX-7809: Fixed creating UserMetadata criterion from UserGroupLimitationType
v1.3.34

ezsystems/ezplatform-kernel changes between v1.3.33 and v1.3.34

Bugs

  • IBX-6484: Fixed Content Handler loadVersionInfoList database error
  • IBX-6631: Enriched TrashItem with removedLocationContentIdMap
  • IBX-6504: Gracefully handled URL generation in RoutingExtension
  • IBX-6207: Requests containing front controller script causes session-not-found exception (#377)
v1.3.33

ezsystems/ezplatform-kernel changes between v1.3.32 and v1.3.33

Bugs

  • IBX-6173: Added indexes to ezcontentobject_attribute and ezurl_object_link tables
v1.3.32

ezsystems/ezplatform-kernel changes between v1.3.31 and v1.3.32

Improvements

  • IBX-6185: Add more PHP file types to default upload blocklist (#3153) (#379)
  • IBX-6017: Implemented loadVersionInfoListByContentInfo PAPI method
  • IBX-6017: Fixed validation of ContentService::loadVersionInfoListByContentInfo input

Bugs

  • IBX-5663: Added paginated role assignments load method to API
  • IBX-5388: Added index on ezcontentobject_link.contentclassattribute_id field
  • EZP-29574: [Tests] Fixed randomly failing testLoadUserByToken
  • IBX-152: Optimized Legacy Search Engine FullText Word Indexer
  • IBX-4031: Ensured non-translatable field values are copied when publishing a draft
v1.3.31

ezsystems/ezplatform-kernel changes between v1.3.30 and v1.3.31

Improvements

  • IBX-5569: Switched to reusable generator workflow

Bugs

  • IBX-5505: Fixed preview response to have private Cache-Control headers
  • IBX-5068: Fixed mapping fields for update to account for language
v1.3.30

ezsystems/ezplatform-kernel changes between v1.3.29 and v1.3.30

Bugs

  • IBX-3972: Fixed password validation for UserService::updateUserPassword
  • IBX-5026: Fixed subtree op. perm. checks for Content with multiple Locations
  • IBX-5270: Implemented cache indices validator and fixed broken loadSubtreeIds pattern
  • IBX-5119: Added logging for invalid Content's Locations setup
v1.3.29

ezsystems/ezplatform-kernel changes between v1.3.28 and v1.3.29

Bugs

  • IBX-4877: Allow Location-based Content preview (#359)
  • IBX-4461: Fixed handling trailing slash for isUriPrefixExcluded
  • IBX-4477: Added LocationService::getSubtreeSize method (#360)
  • IBX-4647: Added WebpFormatVariationPathGenerator handling .webp images (#361)
v1.3.28

ezsystems/ezplatform-kernel changes between v1.3.27 and v1.3.28

Improvements

  • IBX-4857: Improved ibexa:reindex --subtree option help output

Bugs

  • IBX-4326: Custom URL aliases reparenting (#355)
  • IBX-4700: Added versionNo argument for Content Proxy (#357)
  • IBX-4581: Added missing groups setup when siteaccess is matched
v1.3.27

ezsystems/ezplatform-kernel changes between v1.3.26 and v1.3.27

Bugs

  • IBX-4384: Handled sort clauses in loadLocationChildren
  • IBX-146: Fixed resolving languageCode for embedded content
v1.3.26

ezsystems/ezplatform-kernel changes between v1.3.25 and v1.3.26

Improvements

  • IBX-4276: Created command to revoke user passwords

Bugs

  • IBX-3595: Fixed processing timestamps in ibexa:timestamps:to-utc command (#342)
  • IBX-4008: Fixed incorrect total count of LocationService::find items
  • IBX-3794: Implemented Repository Filtering count method
  • IBX-3794: Replaced Search with Filtering in LocationService::loadLocationChildren
  • IBX-4001: Made ezimagefile entries unique based on fieldId and path
  • IBX-4018: Implement supportsDenormalization method for CompoundMatcherNormalizer
v1.3.25

ezsystems/ezplatform-kernel changes between v1.3.24 and v1.3.25

Bugs

  • IBX-3445: Softened TargetContentValidator content check
  • IBX-3823: Fixed appending limitations, when there are no initial values (#335)
  • IBX-3877: Made SettingHandler cache transaction-aware
  • IBX-3856: Changed Checkbox's value to never be considered empty (#336)
v1.3.24

ezsystems/ezplatform-kernel changes between v1.3.23 and v1.3.24

Bugs

  • IBX-3606: Removed duplicate siteaccess names (#332)
  • IBX-3553: Moved common search service compiler passes to CoreBundle
  • IBX-3791: Fixed DFS queries for Postgres (#334)
v1.3.23

ezsystems/ezplatform-kernel changes between v1.3.22 and v1.3.23

Improvements

  • IBX-3588: Enhanced ContentFieldValidation exception (#329)

Bugs

  • IBX-360: Added \d+ requirement on contentId parameter for ez_content_download_field_id route (#325)
  • IBX-3167: Fixed performance issue in URL Alias cache invalidation (#326)
  • IBX-3451: [Behat] Removed depending on APP_ENV when loading Context services (#324)
  • IBX-3557: Provided Location target for updateLocation API method (#328)
  • IBX-3334: Skipped migrating binary file or its metadata when using the same handler (#322)
v1.3.22

ezsystems/ezplatform-kernel changes between v1.3.21 and v1.3.22

Bugs

  • IBX-2618: Added skipped Ibexa integration tests for Solr
  • IBX-2618: Aligned list of test languages with the ones supported by Solr
  • IBX-3110: Added version parameter validation in DownloadController
  • IBX-3051: Fixed custom non-string Criterion query value mapping
  • IBX-3036: Provided fallback for Content-Disposition header in DownloadController
v1.3.21

ezsystems/ezplatform-kernel changes between v1.3.20 and v1.3.21

Bugs

  • IBX-2618: Optimized search indexing performance
v1.3.20

ezsystems/ezplatform-kernel changes between v1.3.19 and v1.3.20

Bugs

  • IBX-2934: Proxified FieldsGroupsList with lazy
  • EZP-30746: Fixed respecting hidden Content when moving subtree
v1.3.19

ezsystems/ezplatform-kernel changes between v1.3.18 and v1.3.19

Improvements

  • IBX-2000: Added URL Wildcard Query with Criterion and Sort (#301)
  • IBX-2000: Aligned UrlWildcard namespace with the existing codebase

Bugs

  • IBX-2914: Fixed schema syntax error (#3148)
  • IBX-392: Fixed overriding view parameters for view_embed only permission
  • IBX-2825: Implemented Location target for Language Limitation
  • IBX-2880: Added PasswordExpiredException (#309)
  • IBX-1755: Implemented constant time authentication
v1.3.18

ezsystems/ezplatform-kernel changes between v1.3.17 and v1.3.18

Bugs

  • IBX-1669: Implemented destination content validation for relation fieldtypes
  • IBX-2844: Handled archived URL aliases cache invalidation
v1.3.17

ezsystems/ezplatform-kernel changes between v1.3.16 and v1.3.17

No significant changes.

v1.3.16

ezsystems/ezplatform-kernel changes between v1.3.15 and v1.3.16

Improvements

  • IBX-2663: Implemented --no-hash option in normalize-paths command (#298)

Bugs

  • IBX-2589: Added new commands for SearchField for EmailAddress and added transformByGroup lowercase for index
  • IBX-2610: Fixed processing all versions by images:normalize-paths command
v1.3.15

ezsystems/ezplatform-kernel changes between v1.3.14 and v1.3.15

Bugs

  • IBX-1090: DateTime for Date test should be in UTC (#290)
  • IBX-1090: DateTime for SOLR Date test should be in UTC (#291)
  • IBX-2291: Refactored images:normalize-paths command
  • IBX-2382: Changed the order in the command list for Legacy Search
  • IBX-2264: Handled missing thumbnail images
  • IBX-2500: Fixed number of iterations in normalize-paths command
v1.3.14

ezsystems/ezplatform-kernel changes between v1.3.13 and v1.3.14

Improvements

Bugs

  • IBX-2098: Handled missing files in 'images:normalize-paths' command
  • IBX-1090: Fixed calculations and displaying of ezdate FT, as it should always be represented in UTC (#285)
  • IBX-1281: Fixed & refactored evaluation of ObjectStateLimitation
  • IBX-2295: Fixed SiteAccess-aware ConfigScopeChangeSubscriber
v1.3.13

ezsystems/ezplatform-kernel changes between v1.3.12 and v1.3.13

Improvements

  • IBX-1784: Added getDefaultLanguageCode method to API/Repository/Values/Content/Content (#279)

Bugs

  • EZP-29574: the time life of the token has been adjusted to the same as in the platform (#3135)
  • IBX-1977: Changed calculate max file size, and displayed message about exceed file size
v1.3.12

ezsystems/ezplatform-kernel changes between v1.3.11 and v1.3.12

Improvements

Bugs

  • IBX-1517: Made quotes in exception for Ancestor criterion consistent (#262)
  • IBX-1518: Provided separate messages for Subtree Limitation validation (#261)
  • IBX-1564: Fixed undefined policies loading order (#267)
  • IBX-1467: Fixed OOM regression during Subtree copying (#3128)
  • IBX-1310: Created subscriber methods for assigning/unassigning user to groups (#269)
  • IBX-1310: Created slots for assigning/unassigning user to groups (#3125)
  • IBX-1549, IBX-1741, IBX-175: Limited Version validation to the only modified translations
  • IBX-1182: Added cache invalidation to liip:imagine:cache:remove command
  • IBX-1182: Fixed AliasGeneratorDecorator::getVariationNameTag

Misc

  • IBX-1489: Provided integration test for Installers for PHP8 (#264)
  • IBX-1489: Fixed mismatch in new namespace RepositoryInstaller
  • IBX-1489: Changed ProxyManager dependency (#274)
v1.3.11

ezsystems/ezplatform-kernel changes between v1.3.10 and v1.3.11

Bugs

  • IBX-1201: Added handling of already generated aliases during subtree copying
  • IBX-843: Introduced ContentLocationMapper
  • IBX-843: Aligned changes to 3.3
v1.3.10

ezsystems/ezplatform-kernel changes between v1.3.9 and v1.3.10

Improvements

  • IBX-1258: Fixed multiple FixtureImporter::import() calls not resetting sequences (#245)
  • IBX-1190: Updated readme to fit new template (#247)
  • IBX-1228: Prevented storing location-path 1 in the persistence cache

Bugs

  • IBX-1063: Fixed VersionValidator to rely on Field Def identifer
  • IBX-1237: Removed duplicated content tag (#3123)
  • IBX-1321: Moved DI core service alias definitions from AdminUI
  • IBX-1314: Fixed StreamFileListener using encoded uri for images
v1.3.9

ezsystems/ezplatform-kernel changes between v1.3.8 and v1.3.9

Improvements

  • IBX-1195: Added default value for DATABASE_URL in IbexaTestKernel (#238)
  • IBX-1196: Started respecting SEARCH_ENGINE env variable in IbexaTestKernel (#239)
v1.3.8

ezsystems/ezplatform-kernel changes between v1.3.7 and v1.3.8

Improvements

  • IBX-819: Shortened persistence cache tags to save memory usage
  • IBX-1111: Updated Ibexa Business License Agreement

Bugs

  • IBX-947: Modified deleteVersion API method to remove content if necessary
  • IBX-984: Replaced hautelook/templated-uri-bundle with Ibexa fork
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
craftcms/url-validator
directorytree/privacy-filter-classifier
directorytree/privacy-filter
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony