This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












hrm... i don't see a problem with it as an option. but i don't see the reason either. it's generated from other fields. would user have to change the original attribute to affect a generated url?
The reason is when you have something like "Hey_Baby" and "Hey-Baby", the original field is unique, but the generated url is the same so the ensure unique bit kicks in. But the user may not remember that their url got a -1 added to it. So I want to disable the unique bit and just return a validation error.
if there's a need for it, rock it! :)