From 7f56f81d6e1a40a5e10a70bada41db88ce61d5aa Mon Sep 17 00:00:00 2001 From: Nattfarinn Date: Wed, 2 Feb 2022 19:31:29 +0100 Subject: [PATCH 1/3] IBX-1853: Used rebranded Ibexa name in codebase --- .github/pull_request_template.md | 2 +- bootstrap.php | 2 +- composer.json | 2 +- docs/using_tags.md | 6 +++--- .../HiddenLocationExceptionSubscriberSpec.php | 2 +- spec/EventSubscriber/HttpCacheResponseSubscriberSpec.php | 2 +- spec/EventSubscriber/RestKernelViewSubscriberSpec.php | 2 +- spec/EventSubscriber/XLocationIdResponseSubscriberSpec.php | 2 +- spec/Handler/TagHandlerSpec.php | 2 +- spec/ProxyClient/VarnishSpec.php | 2 +- src/bundle/Resources/config/services.yml | 2 +- src/lib/Twig/ContentTaggingExtension.php | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f20d694..5db9e9c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ | Question | Answer | ------------------ | ------------------ -| **JIRA issue** | [EZP-XXXXX](https://jira.ez.no/browse/EZP-XXXXX) +| **JIRA issue** | [EZP-XXXXX](https://jira.ibexa.co/browse/EZP-XXXXX) | **Type** | Bug/Improvement/Feature/Misc | **Target version** | latest stable `0.8` for bug fixes, `master` for new features | **BC breaks** | yes/no diff --git a/bootstrap.php b/bootstrap.php index 92dc3a9..a9fe1d5 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -1,7 +1,7 @@ headers->set('X-Location-Id', '123,212,42'); ``` -*NOTE: This is currently marked as Deprecated, and for rendering eZ content it is thus adviced to refactor to use Content +*NOTE: This is currently marked as Deprecated, and for rendering Ibexa content it is thus adviced to refactor to use Content View. For other needs there is an FOS tag handler for Twig and PHP that can be used, see below for further info.* ### For custom needs using FOSHttpCache (tagging relations and more) -For custom needs, including template logic for eZ content relations which is here used for examples, there are two ways +For custom needs, including template logic for Ibexa content relations which is here used for examples, there are two ways to tag your responses. #### Twig use diff --git a/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php b/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php index 17efecc..d80a803 100644 --- a/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php +++ b/spec/EventSubscriber/HiddenLocationExceptionSubscriberSpec.php @@ -1,7 +1,7 @@ Date: Thu, 3 Feb 2022 09:48:06 +0100 Subject: [PATCH 2/3] fix: Code Review --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5db9e9c..e2de47b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ | Question | Answer | ------------------ | ------------------ -| **JIRA issue** | [EZP-XXXXX](https://jira.ibexa.co/browse/EZP-XXXXX) +| **JIRA issue** | [EZP-XXXXX](https://issues.ibexa.co/browse/EZP-XXXXX) | **Type** | Bug/Improvement/Feature/Misc | **Target version** | latest stable `0.8` for bug fixes, `master` for new features | **BC breaks** | yes/no From 4cb5774793fa878f276860f218a2cd760df10b0a Mon Sep 17 00:00:00 2001 From: Nattfarinn Date: Thu, 3 Feb 2022 12:10:37 +0100 Subject: [PATCH 3/3] fix: Code Review --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e2de47b..7850709 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ | Question | Answer | ------------------ | ------------------ -| **JIRA issue** | [EZP-XXXXX](https://issues.ibexa.co/browse/EZP-XXXXX) +| **JIRA issue** | [IBX-XXXXX](https://issues.ibexa.co/browse/IBX-XXXXX) | **Type** | Bug/Improvement/Feature/Misc | **Target version** | latest stable `0.8` for bug fixes, `master` for new features | **BC breaks** | yes/no