omeka / plugin-Contribution

Makes an Omeka site into one that accepts public contributions. The plugin provides a form to collect stories, images, or other files from the public and manages those contributions in your Omeka archive as items. This contribution is useful when creating digital memory banks
http://omeka.org/codex/Plugins/Contribution
8 stars 15 forks source link

Edit contribution #61

Open Daniel-KM opened 7 years ago

Daniel-KM commented 7 years ago

Hi,

Added the possibility for a contributor to edit his/her contributions. This patch merges all previous commits.

Sincerely,

Daniel Berthereau Infodoc & Knowledge management

patrickmj commented 7 years ago

It's going to be pretty tricky to sort through this many changes. There's no code conflicts reported by git, but I'm hesitant to pull in so much at once. Could you pare this down to just what 'Edit Contribution' does?

Daniel-KM commented 7 years ago

Hi,

This patch allows the contributors to be allowed to modify their contribution. Normally, the admin board is designed for that, but I needed it for one site.

This patch contains all the previous ones, plus merge fixes, plus specific commits. If you don't want this feature, you can see #46, #47 and #48, and the #54 that contains fixes, and let #52 and #61 that are very specific.

Note that I didn't check the code in the api, because I don't use it.

Sincerely,

Daniel Berthereau Infodoc & Knowledge management

patrickmj commented 7 years ago

Since this would eventually be coming from RRCHNM, I'm still hesitant to add it all in. I'm comfortable with forks existing to meet specific needs, and people generally grabbing code that more specifically meets their needs. That's open source as it should be. But, it'd take a lot of analysis and testing to make sure it makes sense in general to propagate your user case in the base.