Skip to content

Commit

Permalink
IBX-1853: Used rebranded Ibexa name in codebase (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn authored Feb 3, 2022
1 parent e861440 commit 9774b6a
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"authors": [
{
"name": "eZ Systems dev team",
"email": "dev-team@ez.no"
"email": "dev-team@ibexa.co"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Handler implements VersatileHandler
/**
* Result extractor.
*
* @deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0. Use $contentResultExtractor or $locationResultExtractor instead of $resultExtractor.
* @deprecated since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0. Use $contentResultExtractor or $locationResultExtractor instead of $resultExtractor.
*
* @var \Ibexa\Solr\ResultExtractor
*/
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Indexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(

public function getName()
{
return 'eZ Platform Solr Search Engine';
return 'Ibexa Solr Search Engine';
}

public function purge()
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Query/Common/FacetBuilderVisitor/Aggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Visits the facet builder tree into a Solr query.
*
* @deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0.
* @deprecated since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.
*/
class Aggregate extends FacetBuilderVisitor implements FacetFieldVisitor
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Query/Common/FacetBuilderVisitor/ContentType.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Visits the ContentType facet builder.
*
* @deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0.
* @deprecated since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.
*/
class ContentType extends FacetBuilderVisitor implements FacetFieldVisitor
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Query/Common/FacetBuilderVisitor/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* Visits the Section facet builder.
*
* @deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0.
* @deprecated since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.
*/
class Section extends FacetBuilderVisitor implements FacetFieldVisitor
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Query/Common/FacetBuilderVisitor/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* Visits the User facet builder.
*
* @deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0.
* @deprecated since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.
*/
class User extends FacetBuilderVisitor implements FacetFieldVisitor
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Query/FacetBuilderVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Visits the facet builder tree into a Solr query.
*
* @deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0.
* @deprecated since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.
*/
abstract class FacetBuilderVisitor
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Query/FacetFieldVisitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Visits Solr results into correct facet and facet builder combination.
*
* @deprecated since eZ Platform 3.2.0, to be removed in eZ Platform 4.0.0.
* @deprecated since eZ Platform 3.2.0, to be removed in Ibexa 4.0.0.
*/
interface FacetFieldVisitor
{
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Resources/config/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
- eng-GB
ignored_storage_files:
-
var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png
var/ibexa_demo_site/storage/images/design/plain-site/172-2-eng-US/Ibexa-Demo-Design-without-demo-content1.png
ezpublish.solr.endpoint.class: Ibexa\Solr\Gateway\Endpoint

ezpublish.search.solr.default.distribution_strategy: cloud
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Resources/config/multicore_dedicated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
- eng-GB
ignored_storage_files:
-
var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png
var/ibexa_demo_site/storage/images/design/plain-site/172-2-eng-US/Ibexa-Demo-Design-without-demo-content1.png
ezpublish.solr.endpoint.class: Ibexa\Solr\Gateway\Endpoint

ibexa.search.solr.entry_endpoints:
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Resources/config/multicore_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
- eng-GB
ignored_storage_files:
-
var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png
var/ibexa_demo_site/storage/images/design/plain-site/172-2-eng-US/Ibexa-Demo-Design-without-demo-content1.png
ezpublish.solr.endpoint.class: Ibexa\Solr\Gateway\Endpoint

ibexa.search.solr.entry_endpoints:
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/Resources/config/single_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
- eng-GB
ignored_storage_files:
-
var/ezdemo_site/storage/images/design/plain-site/172-2-eng-US/eZ-Publish-Demo-Design-without-demo-content1.png
var/ibexa_demo_site/storage/images/design/plain-site/172-2-eng-US/Ibexa-Demo-Design-without-demo-content1.png
ezpublish.solr.endpoint.class: Ibexa\Solr\Gateway\Endpoint

ibexa.search.solr.entry_endpoints:
Expand Down

0 comments on commit 9774b6a

Please sign in to comment.