mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 17:22:57 +00:00

* Add ability to allow secondary authors to upload an add-on. The secondary_authors attribute is a comma-delimited list of forum accounts that can also upload updates to an add-on. Secondary authors can't change the primary/secondary authors and can't delete the add-on. The primary author can also make someone else the primary author by: * Putting their username in the secondary_authors attribute * Putting someone else's username in the author attribute * Uploading the add-on while selecting themselves This works since they are still (until the upload is done) the primary author in the database, so they are allowed to change the authors list, including in this case.