Edit Wall Posts (preferably with Versioning) so attachment URLs don't change
Created by: Philzen
When writing a wiki we often like to include images which are preferably hosted together with the wiki in gitlab.
Now the git-noobs in our organisation can enter information on the wall and attach images and other documents in order to share them with the dev-team - but when they want to upload a new version of those files, new URLs are created, so it's futile to link those files in the wiki.
In order to bridge the gap between contributors to technical and/or project documentation and the actual developers, one of the following scenarios would be imaginable:
- A feature to edit existing wall entries and/or upload new versions of attachments on the wall (whilst maintaining a full history just like we have for repository files) OR
- A feature to upload new file versions to the repository directly - ideally with optional, configurable filter conditions by file extension, so the gitlab/project admin could restrict such upload to non-source-code files only