- Issue created by @omahm
- Status changed to Closed: won't fix
9 months ago 7:50pm 15 May 2024 - πΊπΈUnited States drumm NY, US
Projects are not deleted from Drupal.org. Since there is a release, we would not put someone in a situation where something they are using is removed; and we certainly wouldnβt want the possibility of existing releases replaced with a different codebase.
If you would like to direct people to a replacement project, you can mark the releases and projects as unsupported and update the project to note what it is replaced by.
- π¬π§United Kingdom omahm Belfast
There is a release but nobody is using it because I just created it and realised the short name was used.
The issue with creating another project is that I cannot now use that project name as it's taken. - Status changed to Active
9 months ago 8:05pm 15 May 2024 - π¬π§United Kingdom omahm Belfast
I created a new project using the full name as the short name but now the releases use both as the composer package name.
composer require 'drupal/published_state_indicator-published_state_indicator:^1.0'
What is going on?
- π¬π§United Kingdom johan.gant Belfast, UK
@drumm I can see why deleting/unpublishing an actively used project would be a bad idea. I think it's pretty clear @omahm is in a bit of a stuck state due to being unfamiliar with the module/composer admin process so this is more of a support request to yourself or another person who might be able to help. A new project was created to supersede the original module but it's unclear why the composer package name has the structure @omahm outlined in comment #5.
I guess we need a steer on how to turn drupal/published_state_indicator-published_state_indicator into drupal/published_state_indicator, if possible? Any help or directions much appreciated, thanks
- Status changed to Fixed
6 months ago 10:56pm 13 August 2024 - πΊπΈUnited States hestenet Portland, OR πΊπΈ
Note that the prefixing of a project with its own name was not an error, but rather a way to prevent a namespace collision with the first project created.
Updating the namespaces is a manual process on the DA's part - I've gone ahead and made the following change now:
-
https://www.drupal.org/project/psi β
- Submodule old namespace:
published_state_indicator
- Submodule new namespace:
psi-published_state_indicator
- Submodule old namespace:
-
https://www.drupal.org/project/published_state_indicator β
- Old package namespace:
published_state_indicator-published_state_indicator
- New package namespace:
published_state_indicator
- Old package namespace:
-
https://www.drupal.org/project/psi β
- π¬π§United Kingdom omahm Belfast
@hestenet that's great and I really appreciate you cleaning up the namespaces.
Automatically closed - issue fixed for 2 weeks with no activity.