Skip to content

Commit 65364b7

Browse files
committed
Removed Jira mentions from the doc (#3051)
1 parent 5130bcb commit 65364b7

15 files changed

Lines changed: 34 additions & 52 deletions

File tree

docs/content_management/field_types/field_type_reference/imagefield.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ They're `Ibexa\Contracts\Core\Variation\Values\ImageVariation` objects with the
3939

4040
| Property | Type | Example | Description |
4141
|----------------|----------|--------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
42-
| `width` | int | `200` | The variation's width in pixels. For more details see Caution note below. |
43-
| `height` | int | `112` | The variation's height in pixels. For more details see Caution note below. |
42+
| `width` | int | `200` | The variation's width in pixels. |
43+
| `height` | int | `112` | The variation's height in pixels. |
4444
| `name` | string | `medium` | The variation's identifier, name of the image variation. |
4545
| `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`. |
4646
| `fileSize` | int | `31010` | Size (in byte) of current variation. |

docs/content_management/url_management/url_management.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ For each URL alias definition the history of changes is preserved, so that users
147147
!!! caution "Legacy storage engine limitation"
148148

149149
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.
150-
For more information, see [the Jira ticket](https://issues.ibexa.co/browse/EZP-31818).
151150

152151
URL aliases aren't SiteAccess-aware. When creating an alias, you can select a SiteAccess to base it on.
153152
If the SiteAccess root path (configured in `content.tree_root.location_id`) is different than the default,

docs/infrastructure_and_maintenance/clustering/clustering_with_aws_s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ Clear all caches and reload, and that's it.
9393

9494
## Migrate your existing binary data to S3
9595

96-
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).
96+
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.

docs/release_notes/ez_platform_v1.10.0.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information, see [Bundle documentation](https://github.com/ezsystems/ez
3131

3232
#### API: Simplified usage with translations
3333

34-
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.
34+
As part of ongoing effort to simplify everyday aspects of the API for v2, you can now simpler deal with SiteAccess languages and translations.
3535

3636
###### Example
3737

@@ -64,8 +64,6 @@ $name = $content->getName();
6464
$value = $content->getFieldValue('body');
6565
```
6666

67-
*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.*
68-
6967
#### SOLR: Index time boosting & Improved Facets support
7068

7169
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.
@@ -81,20 +79,19 @@ Starting with 1.10, a new command `ezplatform:io:migrate-files` has been added
8179
#### Miscellaneous
8280

8381
- Kernel: Don't store full User object in Sessions anymore, just User Id
84-
- [![](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
8582

8683
### eZ Platform Enterprise Edition - Studio
8784

88-
- 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))
85+
- Form deletion is managed more gracefully, including warnings and the option to download collected data before deleting a form
8986

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

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

9491
### eZ Platform Enterprise Edition - Studio Demo
9592

96-
- [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.
97-
- [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.
93+
- [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.
94+
- 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.
9895

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

docs/release_notes/ez_platform_v1.11.0.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ If you're looking for the Long Term Support (LTS) release, see [https://ezplatfo
1212

1313
#### Improved way of writing field type gateways
1414

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

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

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

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

2828
#### API endpoint for removing translations
2929

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

3232
### eZ Platform Enterprise Edition
3333

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

57-
See [EZEE-1611](https://issues.ibexa.co/browse/EZEE-1611) for details.
58-
5957
#### Official Enterprise Support for Legacy Bridge
6058

6159
Starting with this release we are going to officially support an alternative *(and perhaps simpler)* way to gradually migrate

docs/release_notes/ez_platform_v1.12.0.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ You also have new options to format your text using subscript, superscript, quot
1616

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

19-
For more information, see [EZP-28030](https://issues.ibexa.co/browse/EZP-28030).
20-
2119
#### Improved full text search capabilities
2220

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

2523
#### Deleting translations
2624

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

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

3431
#### Improved Security for password storage
3532

docs/release_notes/ez_platform_v1.13.0_lts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ You can edit a link in the manager and it's updated automatically in all content
2121

2222
### Copying subtrees in the back office
2323

24-
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.
24+
You can now copy a content item with all of its sub-items in the back office.
2525

2626
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).
2727

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

3030
### REST API improvements
3131

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

3535
### ezplatform-http-cache extensibility
3636

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

3939
### Fastly
4040

41-
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/).
41+
You can [serve Varnish through Fastly](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/cache/http_cache/reverse_proxy/).
4242

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

docs/release_notes/ez_platform_v1.7.0_lts.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@ Community members are more than welcome to contribute to the translation process
4343
##### Notable technical improvements:
4444

4545
- Search:
46-
- 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))
46+
- Solr Search Engine: Plugins, extend the Solr index with custom data on Content, Translation and Location block level
4747
- For when you need to extend the index with additional data not applicable for FieldType custom fields feature
4848
- *[See Solr Bundle documentation for more info ](https://doc.ibexa.co/en/2.5/guide/search/solr/)*
49-
- Solr Search Engine: Support for FieldRelation on location search ([EZP-26756](http://jira.ez.no/browse/EZP-26756))
50-
- Legacy Search Engine: Improve word boundaries detection ([EZP-26499](http://jira.ez.no/browse/EZP-26499))
51-
- 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))
49+
- Solr Search Engine: Support for FieldRelation on location search
50+
- Legacy Search Engine: Improve word boundaries detection
51+
- ezplatform:reindex added, a generic command for reindexing search index on the SiteAccess configured search engine
5252
- Extensibility:
53-
-  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))
53+
-  QueryType's now support using alias when being used as service so you can define several services with same  QueryType class
5454
-  Example: Generic location child QueryType being reused several times for specific services for article or blog post listings 
5555
- API:
56-
- 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))
57-
- Add Content Version archives limit by configuration & enforce on publish ([EZP-23281](http://jira.ez.no/browse/EZP-23281))
56+
- New method:` Location->getSortClauses()` to get Sort Clauses based on what kind of sorting has been set on the Location
57+
- Add Content Version archives limit by configuration & enforce on publish
5858
- Debug:
59-
- 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))
59+
- ez-support-tools:dump-info command now able to dump system info in several formats, and default is now json
6060
- *Making it more useful for attaching system info when reporting issues*
61-
- Add SiteAccess collector to debug toolbar ([EZP-26375](http://jira.ez.no/browse/EZP-26375))
62-
- Make IO exceptions more user friendly ([EZP-26683](http://jira.ez.no/browse/EZP-26683))
63-
- Make it possible to retrieve original exception when repo->commit() fails ([EZP-26407](http://jira.ez.no/browse/EZP-26407))
61+
- Add SiteAccess collector to debug toolbar
62+
- Make IO exceptions more user friendly
63+
- Make it possible to retrieve original exception when repo->commit() fails
6464

6565

6666

docs/release_notes/ez_platform_v1.9.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To reflect this change, the content tree button has been renamed **Content brows
4646

4747
### eZ Platform Enterprise Edition - Studio
4848

49-
- 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>)
49+
- 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
5050
- *..lots of other bug fixes and smaller improvements..*
5151

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

6060
#### Miscellaneous
6161

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

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

docs/release_notes/ez_platform_v2.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The biggest benefit of this feature is saving load time on complex landing pages
175175

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

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

180180
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.
181181
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:

0 commit comments

Comments
 (0)