PHPackages                             brookinsconsulting/ezchangeowner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. brookinsconsulting/ezchangeowner

ActiveEzpublish-legacy-extension

brookinsconsulting/ezchangeowner
================================

eZ Publish Legacy extension which provides a simple solution to changing a content object owner user relation property. Great for smart developers!

14PHP

Since Feb 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/brookinsconsulting/ezchangeowner)[ Packagist](https://packagist.org/packages/brookinsconsulting/ezchangeowner)[ RSS](/packages/brookinsconsulting-ezchangeowner/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

eZ Change Owner extension for eZ Publish

Copyright (C) 2006 SCK-CEN Written by Kristof Coomans (  )

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Features

---

The owner extension allows you to change the owner of a content object. This extension uses the content browser to let the user choose the new owner.

Usage

---

The extension adds a menu "Change owner" to the context sensitive popup menu in the admin interface. Read [http://ez.no/doc/ez\_publish/user\_manual/3\_6/the\_administration\_interface/the\_content\_structure\_tab](http://ez.no/doc/ez_publish/user_manual/3_6/the_administration_interface/the_content_structure_tab) for more information about the usage of this menu.

You can also add a button for changing the owner to your own templates. In a view template for a node, you can put the following code:

{def $currentUser=fetch('user','current\_user') $canChangeOwner=fetch( 'user', 'has\_access\_to', hash( 'module', 'owner', 'function', 'all') )}

{if $canChangeOwner}

 {/if} {undef $canChangeOwner $currentUser} Additionally, you can specify where the content browser has to start when browsing for a new owner. The following code makes the content browser start at the parent node of the current owner's main node.

{def $currentOwner=$node.object.owner $currentOwnerGroup=$currentOwner.main\_node.parent $currentUser=fetch('user','current\_user') $canChangeOwner=fetch( 'user', 'has\_access\_to', hash( 'module', 'owner', 'function', 'all') )}

{if $canChangeOwner}

 {/if} {undef $canChangeOwner $currentUser $currentOwnerGroup $currentOwner}

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fda10bb840bcf345ab87d5ec5bd7c79da0be8858fc1b754db272ca1fc45e49e2?d=identicon)[brookinsconsulting](/maintainers/brookinsconsulting)

---

Top Contributors

[![brookinsconsulting](https://avatars.githubusercontent.com/u/617031?v=4)](https://github.com/brookinsconsulting "brookinsconsulting (4 commits)")[![kristofser](https://avatars.githubusercontent.com/u/5928907?v=4)](https://github.com/kristofser "kristofser (3 commits)")

### Embed Badge

![Health badge](/badges/brookinsconsulting-ezchangeowner/health.svg)

```
[![Health](https://phpackages.com/badges/brookinsconsulting-ezchangeowner/health.svg)](https://phpackages.com/packages/brookinsconsulting-ezchangeowner)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
