Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,8 @@ The `value` property of an Image field returns an `Ibexa\Core\FieldType\Image\V
|`uri`|string|`var/ezdemo_site/storage/images/0/8/4/1/1480-1-eng-GB/image.png`|The original image's URI.|
|`imageId`|string|`240-1480`|A special image ID, used by REST.|
|`inputUri`|string|`var/storage/images/test/199-2-eng-GB/image.png`|Input image file URI.|
|`width`*|int|`null`|Original image width in pixels. For more details see Caution note below.|
|`height`*|int|`null`|Original image height in pixels. For more details see Caution note below.|

!!! caution

Properties marked with an asterisk are currently unsupported.
They're available but their value is always `null`.

Follow [EZP-27987](https://issues.ibexa.co/browse/EZP-27987) for future progress on this issue.
|`width`|int|`null`|Original image width in pixels.|
|`height`|int|`null`|Original image height in pixels.|

### Settings

Expand All @@ -46,8 +39,8 @@ They're `Ibexa\Contracts\Core\Variation\Values\ImageVariation` objects with th

| Property | Type | Example | Description|
|----------------|----------|----------|------------|
| `width`* | int | `null` | The variation's width in pixels. For more details see Caution note below.|
| `height`* | int | `null` | The variation's height in pixels. For more details see Caution note below.|
| `width` | int | `null` | The variation's width in pixels.|
| `height` | int | `null` | The variation's height in pixels.|
| `name` | string | `medium` | The variation's identifier, name of the image variation.|
| `info` | mixed |n/a| Extra information about the image, depending on the image type, such as EXIF data. If there is no information, the `info` value is `null`.|
| `fileSize` | int |`31010` |Size (in byte) of current variation.|
Expand All @@ -57,13 +50,6 @@ They're `Ibexa\Contracts\Core\Variation\Values\ImageVariation` objects with th
| `uri` | string |`var/storage/images/test/199-2-eng-GB/apple.png`| The variation's URI. Complete path with a name of image file.|
| `lastModified` | DateTime |``"2017-08-282 12:20 Europe/Berlin"``| When the variation was last modified.|

!!! caution

Properties marked with an asterisk are currently unsupported.
They're available but their value is always `null`.

Follow [EZP-27987](https://issues.ibexa.co/browse/EZP-27987) for future progress on this issue.

### Field Definition options

The Image field type supports one `FieldDefinition` option: the maximum size for the file.
Expand Down
1 change: 0 additions & 1 deletion docs/content_management/url_management/url_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ For each URL alias definition the history of changes is preserved, so that users
!!! caution "Legacy storage engine limitation"

The [Legacy storage engine](field_type_storage.md#legacy-storage-engine) doesn't archive URL aliases, which initially had the same name in multiple languages.
For more information, see [the Jira ticket](https://issues.ibexa.co/browse/EZP-31818).

URL aliases aren't SiteAccess-aware. When creating an alias, you can select a SiteAccess to base it on.
If the SiteAccess root path (configured in `content.tree_root.location_id`) is different than the default,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ Clear all caches and reload, and that's it.

## Migrate your existing binary data to S3

You can [migrate existing binary data](clustering.md#migrating-to-a-cluster-setup) to S3 with the `php bin/console ibexa:io:migrate-files` command that was added in [EZP-25946](https://issues.ibexa.co/browse/EZP-25946).
You can [migrate existing binary data](clustering.md#migrating-to-a-cluster-setup) to S3 with the `php bin/console ibexa:io:migrate-files` command.
13 changes: 5 additions & 8 deletions docs/release_notes/ez_platform_v1.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#### API: Simplified usage with translations

As part of ongoing effort to simplify everyday aspects of the API for v2, [one notable part](https://issues.ibexa.co/browse/EZP-27428) that did not cause any BC was added to v1.10, enabling you to simplify how you deal with SiteAccess languages and translations.
As part of ongoing effort to simplify everyday aspects of the API for v2, you can now simpler deal with SiteAccess languages and translations.

###### Example

Expand Down Expand Up @@ -64,8 +64,6 @@
$value = $content->getFieldValue('body');
```

*Further improvements such as getting the system to inject languages on API calls as shown in the first call above [are planned as part of the API epic](https://issues.ibexa.co/browse/EZP-26519)**, suggestions for further improvements are always welcome.*

#### SOLR: Index time boosting & Improved Facets support

One of the new features in 1.10 *(Solr Bundle 1.4)* is the possibility to [configure index time boosting](https://doc.ibexa.co/en/latest/guide/search/solr/#boost-configuration), which enables you to properly tune the search results to be relevant for your content architecture.
Expand All @@ -81,20 +79,19 @@
#### Miscellaneous

- Kernel: Don't store full User object in Sessions anymore, just User Id
- [![](https://issues.ibexa.co/images/icons/issuetypes/bug.png)EZP-24852](https://issues.ibexa.co/browse/EZP-24852?src=confmacro) - Add UserReference support in Authentication/User providers Closed

### eZ Platform Enterprise Edition - Studio

- Form deletion is managed more gracefully, including warnings and the option to download collected data before deleting a form ([EZEE-1400](https://issues.ibexa.co/browse/EZEE-1400))
- Form deletion is managed more gracefully, including warnings and the option to download collected data before deleting a form

![Deleting a form with data](delete-form.gif "Deleting a form with data")

- [EZEE-1411](https://issues.ibexa.co/browse/EZEE-1411): Schedule block logic has been updated and improved.
- Schedule block logic has been updated and improved.

Check failure on line 89 in docs/release_notes/ez_platform_v1.10.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.10.0.md#L89

[Ibexa.Lists] Do not put fullstops at the end of bullets
Raw output
{"message": "[Ibexa.Lists] Do not put fullstops at the end of bullets", "location": {"path": "docs/release_notes/ez_platform_v1.10.0.md", "range": {"start": {"line": 89, "column": 55}}}, "severity": "ERROR"}

### eZ Platform Enterprise Edition - Studio Demo

- [DEMO-102](https://issues.ibexa.co/browse/DEMO-102): [NovaeZSEOBundle](https://github.com/Novactive/NovaeZSEOBundle/) is now included in Studio Demo. NovaeZSEOBundle includes a new field type that lets you manage your SEO strategy in very advanced and powerful ways.
- [DEMO-100](https://issues.ibexa.co/browse/DEMO-100): We also improved the way we provide personalization in the site using a profiling block and letting the end user manage their preferences by themselves. In this new version, the end user, once logged on the site, can access a page where they can define their content preferences. See [here](https://ez.no/Blog/Personalization-Does-Not-Have-to-Be-that-Complex) for more information.
- [NovaeZSEOBundle](https://github.com/Novactive/NovaeZSEOBundle/) is now included in Studio Demo. NovaeZSEOBundle includes a new field type that lets you manage your SEO strategy in very advanced and powerful ways.

Check failure on line 93 in docs/release_notes/ez_platform_v1.10.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.10.0.md#L93

[Ibexa.Lists] Do not put fullstops at the end of bullets
Raw output
{"message": "[Ibexa.Lists] Do not put fullstops at the end of bullets", "location": {"path": "docs/release_notes/ez_platform_v1.10.0.md", "range": {"start": {"line": 93, "column": 100}}}, "severity": "ERROR"}

Check warning on line 93 in docs/release_notes/ez_platform_v1.10.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.10.0.md#L93

[Ibexa.VerySimply] Avoid using 'very'.
Raw output
{"message": "[Ibexa.VerySimply] Avoid using 'very'.", "location": {"path": "docs/release_notes/ez_platform_v1.10.0.md", "range": {"start": {"line": 93, "column": 186}}}, "severity": "WARNING"}
- We also improved the way we provide personalization in the site using a profiling block and letting the end user manage their preferences by themselves. In this new version, the end user, once logged on the site, can access a page where they can define their content preferences. See [here](https://ez.no/Blog/Personalization-Does-Not-Have-to-Be-that-Complex) for more information.

Check warning on line 94 in docs/release_notes/ez_platform_v1.10.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.10.0.md#L94

[Ibexa.FirstPersonPronouns] Do not use first person pronouns unless specifically referring to our company.
Raw output
{"message": "[Ibexa.FirstPersonPronouns] Do not use first person pronouns unless specifically referring to our company.", "location": {"path": "docs/release_notes/ez_platform_v1.10.0.md", "range": {"start": {"line": 94, "column": 5}}}, "severity": "WARNING"}

Check warning on line 94 in docs/release_notes/ez_platform_v1.10.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.10.0.md#L94

[Ibexa.FirstPersonPronouns] Do not use first person pronouns unless specifically referring to our company.
Raw output
{"message": "[Ibexa.FirstPersonPronouns] Do not use first person pronouns unless specifically referring to our company.", "location": {"path": "docs/release_notes/ez_platform_v1.10.0.md", "range": {"start": {"line": 94, "column": 30}}}, "severity": "WARNING"}

Check failure on line 94 in docs/release_notes/ez_platform_v1.10.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.10.0.md#L94

[Ibexa.Lists] Do not put fullstops at the end of bullets
Raw output
{"message": "[Ibexa.Lists] Do not put fullstops at the end of bullets", "location": {"path": "docs/release_notes/ez_platform_v1.10.0.md", "range": {"start": {"line": 94, "column": 156}}}, "severity": "ERROR"}

## Full list of new features, improvements and bug fixes since v1.9.0

Expand Down
8 changes: 3 additions & 5 deletions docs/release_notes/ez_platform_v1.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ If you're looking for the Long Term Support (LTS) release, see [https://ezplatfo

#### Improved way of writing field type gateways

[EZP-26885](https://issues.ibexa.co/browse/EZP-26885): you now have access to the Doctrine connection instead of
You now have access to the Doctrine connection instead of
the Zeta Components Database connection-like object which has been exposed to field types until now.
The former way will be removed in a future major version.

#### Content type limitation for Relation (single) field

[EZP-24800](https://issues.ibexa.co/browse/EZP-24800): you can now specify a content type limitation for the Relation field,
You can now specify a content type limitation for the Relation field,
just like with the Relation List field. This enables you to limit what kind of relations Editors can select also on singular relation fields.

![Adding a new Relation (single) Field with allowed content types](relation_single_allowed_cts.png)
Expand All @@ -27,7 +27,7 @@ This has been made possible by initial legacy contribution from [@peterkeung](ht

#### API endpoint for removing translations

[EZP-27417](https://issues.ibexa.co/browse/EZP-27417) provides an API endpoint to remove a given translation completely from a content item.
You can now use an API endpoint to remove a given translation completely from a content item.

### eZ Platform Enterprise Edition

Expand All @@ -54,8 +54,6 @@ Fetching recommendations was also refactored to use the v2 of the Recommendation
With this step the *clickrecommended* event now includes detailed feedback information about how recommendations were generated.
This is very important for the analysis of statistics to measure the performance of recommendations.

See [EZEE-1611](https://issues.ibexa.co/browse/EZEE-1611) for details.

#### Official Enterprise Support for Legacy Bridge

Starting with this release we are going to officially support an alternative *(and perhaps simpler)* way to gradually migrate
Expand Down
5 changes: 1 addition & 4 deletions docs/release_notes/ez_platform_v1.12.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ You also have new options to format your text using subscript, superscript, quot

![New text formatting options](oe-formatting-new-options.png)

For more information, see [EZP-28030](https://issues.ibexa.co/browse/EZP-28030).

#### Improved full text search capabilities

For more information, see [EZP-26806](https://issues.ibexa.co/browse/EZP-26806).
Added support for full-text search query syntax in Solr.

#### Deleting translations

Expand All @@ -29,7 +27,6 @@ You can now remove translations from content item Versions through the PHP API.
For more information, see the section on [deleting translations](https://doc.ibexa.co/en/latest/api/public_php_api_creating_content/#deleting-a-translation).

You also have a new endpoint available for deleting a single Version.
For more information, see [EZP-27864](https://issues.ibexa.co/browse/EZP-27864).

#### Improved Security for password storage

Expand Down
10 changes: 5 additions & 5 deletions docs/release_notes/ez_platform_v1.13.0_lts.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@

### Copying subtrees in the back office

Following [EZP-27759](https://issues.ibexa.co/browse/EZP-27759) you can now copy a content item with all of its sub-items in the back office.
You can now copy a content item with all of its sub-items in the back office.

The maximum number of content items that can be copied this way can be set in configuration, see [Copy subtree limit](https://doc.ibexa.co/en/latest/guide/config_back_office/#copy-subtree-limit).

![Copy subtree option in the menu](copy_subtree_button.png)

### REST API improvements

- [EZP-27752](https://issues.ibexa.co/browse/EZP-27752) adds a REST endpoint for deleting a translation from all versions of a content item.
- [EZP-28253](https://issues.ibexa.co/browse/EZP-28253) adds a `fieldTypeIdentifier` field to the REST response for Version, which provides the field type.
- Added a REST endpoint for deleting a translation from all versions of a content item.

Check failure on line 32 in docs/release_notes/ez_platform_v1.13.0_lts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.13.0_lts.md#L32

[Ibexa.Lists] Do not put fullstops at the end of bullets
Raw output
{"message": "[Ibexa.Lists] Do not put fullstops at the end of bullets", "location": {"path": "docs/release_notes/ez_platform_v1.13.0_lts.md", "range": {"start": {"line": 32, "column": 87}}}, "severity": "ERROR"}
- Added s a `fieldTypeIdentifier` field to the REST response for Version, which provides the field type.

Check warning on line 33 in docs/release_notes/ez_platform_v1.13.0_lts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.13.0_lts.md#L33

[Ibexa.DontCapitalize] Don't capitalize 'Version' if inside the sentence.
Raw output
{"message": "[Ibexa.DontCapitalize] Don't capitalize 'Version' if inside the sentence.", "location": {"path": "docs/release_notes/ez_platform_v1.13.0_lts.md", "range": {"start": {"line": 33, "column": 66}}}, "severity": "WARNING"}

Check failure on line 33 in docs/release_notes/ez_platform_v1.13.0_lts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.13.0_lts.md#L33

[Ibexa.Lists] Do not put fullstops at the end of bullets
Raw output
{"message": "[Ibexa.Lists] Do not put fullstops at the end of bullets", "location": {"path": "docs/release_notes/ez_platform_v1.13.0_lts.md", "range": {"start": {"line": 33, "column": 104}}}, "severity": "ERROR"}

### ezplatform-http-cache extensibility

[EZEE-1780](https://issues.ibexa.co/browse/EZEE-1780) makes ezplatform-http-cache extensible in third party bundles.
Made ezplatform-http-cache extensible in third party bundles.

### Fastly

Following [EZEE-1781](https://issues.ibexa.co/browse/EZEE-1781) you can [serve Varnish through Fastly](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/cache/http_cache/reverse_proxy/).
You can [serve Varnish through Fastly](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/cache/http_cache/reverse_proxy/).

## Full list of new features, improvements and bug fixes since v1.12.0

Expand Down
22 changes: 11 additions & 11 deletions docs/release_notes/ez_platform_v1.7.0_lts.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
##### Notable technical improvements:

- Search:
- Solr Search Engine: Plugins, extend the Solr index with custom data on Content, Translation and Location block level ([EZP-26368](https://issues.ibexa.co/browse/EZP-26368))
- Solr Search Engine: Plugins, extend the Solr index with custom data on Content, Translation and Location block level

Check warning on line 46 in docs/release_notes/ez_platform_v1.7.0_lts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.7.0_lts.md#L46

[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.
Raw output
{"message": "[Ibexa.OxfordComma] Use a comma before the last 'and' or 'or' in a list of four or more items.", "location": {"path": "docs/release_notes/ez_platform_v1.7.0_lts.md", "range": {"start": {"line": 46, "column": 28}}}, "severity": "WARNING"}
- For when you need to extend the index with additional data not applicable for FieldType custom fields feature
- *[See Solr Bundle documentation for more info ](https://doc.ibexa.co/en/2.5/guide/search/solr/)*
- Solr Search Engine: Support for FieldRelation on location search ([EZP-26756](http://jira.ez.no/browse/EZP-26756))
- Legacy Search Engine: Improve word boundaries detection ([EZP-26499](http://jira.ez.no/browse/EZP-26499))
- ezplatform:reindex added, a generic command for reindexing search index on the SiteAccess configured search engine ([EZP-26098](http://jira.ez.no/browse/EZP-26098))
- Solr Search Engine: Support for FieldRelation on location search
- Legacy Search Engine: Improve word boundaries detection
- ezplatform:reindex added, a generic command for reindexing search index on the SiteAccess configured search engine
- Extensibility:
-  QueryType's now support using alias when being used as service so you can define several services with same  QueryType class ([EZP-26628](http://jira.ez.no/browse/EZP-26628))
-  QueryType's now support using alias when being used as service so you can define several services with same  QueryType class
-  Example: Generic location child QueryType being reused several times for specific services for article or blog post listings 
- API:
- New method:` Location->getSortClauses()` to get Sort Clauses based on what kind of sorting has been set on the Location ([EZP-26528](http://jira.ez.no/browse/EZP-26528))
- Add Content Version archives limit by configuration & enforce on publish ([EZP-23281](http://jira.ez.no/browse/EZP-23281))
- New method:` Location->getSortClauses()` to get Sort Clauses based on what kind of sorting has been set on the Location
- Add Content Version archives limit by configuration & enforce on publish

Check warning on line 57 in docs/release_notes/ez_platform_v1.7.0_lts.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/ez_platform_v1.7.0_lts.md#L57

[Ibexa.DontCapitalize] Don't capitalize 'Version' if inside the sentence.
Raw output
{"message": "[Ibexa.DontCapitalize] Don't capitalize 'Version' if inside the sentence.", "location": {"path": "docs/release_notes/ez_platform_v1.7.0_lts.md", "range": {"start": {"line": 57, "column": 21}}}, "severity": "WARNING"}
- Debug:
- ez-support-tools:dump-info command now able to dump system info in several formats, and default is now json ([EZP-26549](http://jira.ez.no/browse/EZP-26549))
- ez-support-tools:dump-info command now able to dump system info in several formats, and default is now json
- *Making it more useful for attaching system info when reporting issues*
- Add SiteAccess collector to debug toolbar ([EZP-26375](http://jira.ez.no/browse/EZP-26375))
- Make IO exceptions more user friendly ([EZP-26683](http://jira.ez.no/browse/EZP-26683))
- Make it possible to retrieve original exception when repo->commit() fails ([EZP-26407](http://jira.ez.no/browse/EZP-26407))
- Add SiteAccess collector to debug toolbar
- Make IO exceptions more user friendly
- Make it possible to retrieve original exception when repo->commit() fails



Expand Down
6 changes: 3 additions & 3 deletions docs/release_notes/ez_platform_v1.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To reflect this change, the content tree button has been renamed **Content brows

### eZ Platform Enterprise Edition - Studio

- It's now possible to configure landing page blocks used by the landing page editor in a simpler way. The configuration is done in a YAML file (see <https://issues.ibexa.co/browse/EZEE-1421>)
- It's now possible to configure landing page blocks used by the landing page editor in a simpler way. The configuration is done in a YAML file
- *..lots of other bug fixes and smaller improvements..*

### eZ Platform Enterprise Edition - Studio Demo
Expand All @@ -59,8 +59,8 @@ The eZ Enterprise Demo now uses the [Netgen Tags bundle](https://github.com/netg

#### Miscellaneous

- [DEMO-94](https://issues.ibexa.co/browse/DEMO-94): As an editor, I want to personalize content based on user persona
- [DEMO-87](https://issues.ibexa.co/browse/DEMO-87): As an editor, I want to embed a video
- As an editor, I want to personalize content based on user persona
- As an editor, I want to embed a video

## Full list of new features, improvements and bug fixes since v1.8.0

Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/ez_platform_v2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The biggest benefit of this feature is saving load time on complex landing pages

### Update eZ Enterprise v2.4 to v2.4.2

This release brings [full support for Map\Host matcher](https://issues.ibexa.co/browse/EZEE-2572) when SiteAccesses are configured for different domains.
This release brings full support for Map\Host matcher when SiteAccesses are configured for different domains.

Token-based authentication (based on JSON Web Token specification) replaced cookie-based authentication that did not work with SiteAccesses configured for a different domains in the Page Builder.
Authentication mechanizm is enabled by default in v2.4.2, however, the following steps are required during upgrade from v2.4 to v2.4.2+ Enterprise installation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,3 @@ Here are the most common issues you may encounter:
to balance performance and load on your Solr instance against needs you have for "[NRT](https://solr.apache.org/guide/7_7/near-real-time-searching.html)".
- Running out of memory during indexing
- In general make sure to run indexing using the prod environment to avoid debuggers and loggers from filling up memory.
- Flysystem: You can find further info in https://issues.ibexa.co/browse/EZP-25325.
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ There are no additional update steps to execute.

##### Remove duplicated entries in `ezcontentobject_attribute` table

This release comes with a command to clean up duplicated entries in the `ezcontentobject_attribute` table, which were created due to an issue described in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562).
This release comes with a command to clean up duplicated entries in the `ezcontentobject_attribute` table, which were created due to an issue related to previewing content in different languages.

If you're affected, remove the duplicated entries by running the following command:
``` bash
Expand Down
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ If the new bundle `ibexa/core-search` has not been added by the recipes, enable

## v4.6.13

This release comes with a command to clean up duplicated entries in the `ezcontentobject_attribute` table, which were created due to an issue described in [IBX-8562](https://issues.ibexa.co/browse/IBX-8562).
This release comes with a command to clean up duplicated entries in the `ezcontentobject_attribute` table, which were created due to an issue related to previewing content in different languages.

If you're affected, remove the duplicated entries by running the following command:
``` bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ The command can be executed in two modes:
- list / dry-run - prints table with all corrupted Relations that are deleted (to be executed first)
- fix - executes clean up

You can read more about this issue here: [EZP-27254](https://issues.ibexa.co/browse/EZP-27254)

## Always available flag set on all fields

Always available flag is set on all fields, instead of only on fields in the main language.
Expand All @@ -73,8 +71,6 @@ php bin/console ezpublish:update:legacy_storage_fix_fields_always_available_flag

Only affected fields are processed by the cleanup command.

You can read more about this issue here: [EZP-24882](https://issues.ibexa.co/browse/EZP-24882)

## Listing sub-content

It's possible that after upgrade `sort_key_string` is left empty.
Expand All @@ -86,5 +82,3 @@ Execute the following command from the installation root directory:
```
php bin/console ezpublish:update:legacy_storage_update_sort_keys
```

You can read more about this issue here: [EZP-23924](https://issues.ibexa.co/browse/EZP-23924)
Loading