You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/rest_api/rest_api_authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ For details, see [RFC 2617](https://datatracker.ietf.org/doc/html/rfc2617).
353
353
Most HTTP client libraries and REST libraries support this method.
354
354
[Creating content with binary attachments](rest_requests.md#creating-content-with-binary-attachments) is an example of using basic authentication with [cURL](https://www.php.net/manual/en/book.curl.php) and its `CURLOPT_USERPWD`.
355
355
356
-
**Raw HTTP request with basic authentication**
356
+
See the following raw HTTP request with basic authentication example:
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/cache/persistence_cache.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Use of Redis as shared cache back end is a requirement for use in clustering set
54
54
For an overview of this feature, see [Clustering](clustering.md).
55
55
Filesystem adapters, for example, are **not** intended to be used over a shared filesystem.
56
56
57
-
**Cache service**
57
+
### Cache service
58
58
59
59
The underlying cache system is exposed as an `ibexa.cache_pool` service, and can be reused by any other service as described in the [Using Cache service](#using-cache-service) section.
Copy file name to clipboardExpand all lines: docs/search/search_engines/elasticsearch/elasticsearch_overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Thanks to this mechanism, it's able to achieve fast response.
17
17
For a detailed description of advanced settings that you might require in a specific production environment, see the documentation provided by Elastic.
18
18
Start with the [Set up Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/8.19/setup.html) section.
19
19
20
-
**Prerequisite**
20
+
## Prerequisite
21
21
22
22
To proceed you need to be familiar with how indexing, filtering and queries work.
XHTML IDs needs to be unique. The following `ezxmltext` results in a warning:
435
437
@@ -445,7 +447,7 @@ XHTML IDs needs to be unique. The following `ezxmltext` results in a warning:
445
447
The conversion tool replaces the duplicate id (`inv5`) with a random value. If you need the ID value to match your CSS, you need to change it manually.
446
448
The conversion tool also complains about IDs which contain invalid characters.
447
449
448
-
**Links with non-existing `object_remote_id` or `node_remote_id`.**
450
+
###### Links with non-existing `object_remote_id` or `node_remote_id`
449
451
450
452
In `ezxmltext` you may have links which refer to other objects by their remote ID. This isn't supported in `richtext`, so the conversion tool must look up such remote IDs and replace them with the `object_id` or `node_id`. If the conversion tool cannot find the object by its remote id, it issues a warning about it.
451
453
@@ -457,15 +459,15 @@ In older eZ Publish databases you may also have invalid links due to lack of ref
457
459
458
460
When the conversion tool detects links with no reference it issues a warning and rewrite the URL to point to current page (`href="#"`).
459
461
460
-
**`<literal>`**
462
+
###### `<literal>`
461
463
462
464
The `<literal>` tag isn't yet supported in eZ Platform.
463
465
464
466
When you're ready to migrate your eZ Publish XmlText content to the eZ Platform RichText format and start using pure eZ Platform setup, start the conversion script without the `--dry-run` option. Execute the following from <new-ez-root>:
0 commit comments