SemanticMediaWiki / SemanticMediaWiki/SemanticSignup
Allow uploading files
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
This is only possible with $wgGroupPermissions['*']['upload'] = true; set in LocalSettings.php which should rather be avoided. So allowing new people to upload e.g. a profile photo or some resumee or CV only during the registration process will indeed be a nice feature.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the registration flow and the LocalSettings.php upload-permission requirement described in the issue. Determine how profile photos or resumes should be accepted only during registration without enabling general uploads. Done means a new registrant can upload the intended file while unrestricted users still cannot upload files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100