Closed (fixed)
Project:
Drupal.org project ownership
Component:
Ownership transfer
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
1 Aug 2020 at 18:22 UTC
Updated:
24 Aug 2020 at 11:44 UTC
Jump to comment: Most recent
The wiki namepsace appears to be an unpublished Drupal 4/5 module.
I would like to takeover the namespace for a new module that will create a new wiki entity for creating wiki pages within Drupal. A new entity is needed in order to (hopefully) support wikitext.
davidwbarrattNone.
None.
None.
Comments
Comment #2
davidwbarratt commentedComment #3
avpadernoThe project has been unpublished; the project owner has been moved to Unsupported Projects, the account used to show the project is unsupported.
When taking over a project for creating a different project, the existing project needs to be cloned in a sandbox project. I am not sure if cloning an unpublished project is possible, or the project needs to first be published.
Comment #4
gisleYou can clone the existing project without it being published first. Just use this command locally:
The cloned project can then be pushed to an archive sandbox.
Added this as a task to the issue summary.
Interesting project. looking at the git log I see that ther repo contains three commits by Dries, and that the project's main developer was moshe weitzman – user #23 here. No indication about why it is unpublished, but development stopped in 2006. Back in those days, it may be that when a project became obsolete, it was unpublished rather than just marked as obsolete as we do now.
Comment #5
davidwbarratt commentedIs there anything I need to do?
Comment #6
gisleYes. As stated in the issue summary, you need to clone the existing project repo and push it to an archive sandbox.
Comment #7
davidwbarratt commentedDone! https://www.drupal.org/sandbox/davidwbarratt/3163156
Comment #8
davidwbarratt commentedComment #9
davidwbarratt commentedIs it ok to keep using this repo? Might be nice to keep the history in the main namespace (if you don't mind).
Comment #10
gisleI am assigning this to kiamlaluno. I think he is the only one that monitors this issue queue with sufficient access to publish an unpublished node.
Comment #11
avpadernoI changed ownership as requested.
Comment #12
davidwbarratt commentedkiamlaluno,
Thanks!
I tried to change the name to "Wiki" but I got the error "This project name is already in use." I searched for that name, but nothing came up, any ideas?
Comment #13
davidwbarratt commentedOh it's this sandbox...
https://www.drupal.org/sandbox/themeprofessional/1670942
Should I create a new issue to request the name?
Comment #14
gisleI don't think it is the sandbox (if I've understood things right, it does not have a short name, just a number).
The old project/repo still exist (as per your request in comment #9), i.e.: https://www.drupal.org/project/wiki . It is now owned by you. Just set it up as the remote in your local git configuration for your project, and push your project into its repo.
Comment #15
avpadernoIt happened to me in the past: I wanted to create a project with a specific name, but it was already taken. Then, I discovered it was the name used from a sandbox project.
Project names must be unique between sandbox projects and full projects. I guess it's done to allow a promoted sandbox project to keep its name. It also avoids users can create a sandbox project with the same name a full project already have.
I renamed the sandbox project and renamed the Wiki-NS project to Wiki.
Comment #16
gisleGot it. The name collision was the long name (human facing name) - not the short name. Learned something new today.
Comment #17
davidwbarratt commentedThank you so much!