2017 © Pedro PelĂĄez
 

ezpublish-legacy-extension legacy-operations-bridge

Netgen's eZ Publish Legacy to eZ Platform bridge

image

netgen/legacy-operations-bridge

Netgen's eZ Publish Legacy to eZ Platform bridge

  • Thursday, June 21, 2018
  • by Netgen
  • Repository
  • 4 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 50 % Grown

The README.md

Legacy Operations Bridge

Downloads Latest stable License PHP, (*1)

This eZ Publish Legacy extension allows override of some operations to be performed using eZ Platform Repository API. Main motivation behind this is better integration of Legacy Admin UI with Solr Search Engine, which otherwise requires delayed indexing for some trivial operations, like adding another Location to Content., (*2)

Caution

eZ Platform uses a database connection separate from eZ Publish Legacy. If you use bridged operations inside a transaction initiated from eZ Publish Legacy database connection, the transaction will not apply to them., (*3)

Installation

1. Enable kernel override and kernel override autoload

In the ezpublish_legacy/config.php enable kernel override by uncommenting the following constant definition:, (*4)

define( 'EZP_AUTOLOAD_ALLOW_KERNEL_OVERRIDE', true );

In your composer.json add the call to generate kernel override autoload array to the bottom of symfony-scripts array under the scripts key:, (*5)

...
"scripts": {
    "symfony-scripts": [
        ...
        "eZ\\Bundle\\EzPublishLegacyBundle\\Composer\\ScriptHandler::generateKernelOverrideAutoloads"
    ],
    ...
},
...

2. Install through Composer

Use Composer to install the bundle:, (*6)

composer require netgen/legacy-operations-bridge:^1.0

3. Activate legacy ngoperationsbrige extension

Add the following in your central site.ini.append.php file (usually ezpublish_legacy/settings/override/site.ini.append.php):, (*7)

[ExtensionSettings]
ActiveExtensions[]=ngoperationsbrige
...

Configuration

See ngoperationsbridge.ini for available configuration options., (*8)

The Versions

21/06 2018

dev-master

9999999-dev

Netgen's eZ Publish Legacy to eZ Platform bridge

  Sources   Download

GPL-2.0-only

The Requires

 

by Petar Ć panja

ezpublish ezplatform netgen

07/03 2018

1.0.0

1.0.0.0

Netgen's eZ Publish Legacy to eZ Platform bridge

  Sources   Download

GPL-2.0-only

The Requires

 

by Petar Ć panja

ezpublish ezplatform netgen