Project.pm: allow _new for all does_exist projects
commitc4af00a99bd2e579c3f591481213e7d858d60765
authorKyle J. McKay <mackyle@gmail.com>
Wed, 7 Aug 2013 17:30:25 +0000 (7 10:30 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 7 Aug 2013 17:30:25 +0000 (7 10:30 -0700)
treef23b43980a89b827790aae2a63fc158e8579cc27
parent6a423303caa370e28a35cff69dcdd5de4e4ba4a2
Project.pm: allow _new for all does_exist projects

The valid_name check is more restrictive than the does_exist check which
prevents loading some projects that actually exist (e.g. a fork that has
been kept but has had its forkee removed).

If the project actually does_exist go ahead and allow the _new to succeed.
Girocco/Project.pm