Metadata attribution

Hello,
I’d like to know if there is an easy way to attribute an item with the user that was connected when the item was created? Maybe a changelog or something like that would allow to know who created the record, then who has been modifying it later ?

Thanks,
Sylvain

The user who created the item is already recorded. Omeka calls this the item’s “owner.” You can call getOwner() on the item to find who created it.

We don’t keep track of who edits the item thereafter though. There are plugins that do that, though. One that comes to mind is History Log.

Thanks @jflatnes I was not knowing of this plugin, will have a look at it.