Closed (fixed)
Project:
Hosting
Version:
6.x-0.4-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2010 at 22:25 UTC
Updated:
12 Jun 2014 at 08:59 UTC
Jump to comment: Most recent
This is on 0.4-alpha8
I just had a user attempt to create a domain name with uppercase characters in it and it didn't work so well :). This was using the site signup form. Checking the code, I noticed that in hosting_site_nodeapi you use a "case submit", but according to the nodeapi docs submit isn't a valid op. Also, even if it was I think it would still miss submissions from the signup form as the site node form isn't being submitted in that case.
This patch replaces the submit case with a presave case.
| Comment | File | Size | Author |
|---|---|---|---|
| hosting_site_lower_title.patch | 420 bytes | hadsie |
Comments
Comment #1
adrian commented[master 741e5a3] Fixed the strtolower not being called on site titles. Thanks @hadsie - #830866
1 files changed, 1 insertions(+), 1 deletions(-)