2017 © Pedro Peláez
 

ezpublish-legacy-extension jcremoteid

jcRemoteID is an extension allowing user to manage Object RemoteID and Nodes RemoteID directly from edit mode

image

kaliop/jcremoteid

jcRemoteID is an extension allowing user to manage Object RemoteID and Nodes RemoteID directly from edit mode

  • Wednesday, January 13, 2016
  • by gggeek
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1,312 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

jcRemoteID extension for eZPublish

jcRemoteID is an extension allowing users to set Object RemoteID and Node RemoteID directly from the Administration Interface: - with a custom module/view (remoteid/update/) available from the context menu (main one, on full view) - or using a custom a datatype, (*1)

This extension has been created to avoid the usage of nodeID or objectID within configuration (any ini) and also override.ini (not documented but override are working on remote id condition)., (*2)

The main interest of this is to be able to use the same remote id in multiple environments (dev, test, production) for nodes or objects (whereas object id or node id are auto increment)., (*3)

Installation

  • download the extension, activate it, clear caches
  • to allow setting remote ids via the module, give to the users you want a policy to RemoteID/set

Using Remote ID in fetches

{def $object = fetch('content','object',hash('remote_id','MYOBJECT'))}
{def $node = fetch('content','node',hash('remote_id','MYNODE'))}

Using Remote ID in override

[full_myobject]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/myobject.tpl
Match[remode_id]=MYOBJECT


[full_mynode]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/mynode.tpl
Match[node_remode_id]=MYNODE


[full_mynode_children]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/mynode_child.tpl
Match[parent_node_remode_id]=MYNODE

[full_myobject_children]
Source=node/view/full
Subdir=templates
MatchFile=node/view/full/myobject_child.tpl
Match[parent_object_remode_id]=MYOBJECT

The Versions

13/01 2016

dev-master

9999999-dev

jcRemoteID is an extension allowing user to manage Object RemoteID and Nodes RemoteID directly from edit mode

  Sources   Download

GPL-2.0

The Requires

 

12/01 2016

1.1.0

1.1.0.0

jcRemoteID is an extension allowing user to manage Object RemoteID and Nodes RemoteID directly from edit mode

  Sources   Download

GPL-2.0

The Requires

 

11/01 2016

1.0.0

1.0.0.0

jcRemoteID is an extension allowing user to manage Object RemoteID and Nodes RemoteID directly from edit mode

  Sources   Download

GPL-2.0

The Requires