hubdrop / development

Submit and track issues with HubDrop.io here.
6 stars 1 forks source link

Project names are case-sensitive, prevents updating. #5

Closed jonpugh closed 10 years ago

jonpugh commented 10 years ago

@populist tried to mirror Panopoly. It created https://github.com/hubdrop-projects/Panopoly, which is empty. panopoly.git was never cloned to the server.

We need to validate or format the project name before mirroring.

jonpugh commented 10 years ago

Fixed. On project creation, $project->name is strlowered.

Just make sure to use $project->name instead of $name when using the name after creating a new Project($name);