Last modified: 2012-04-19 21:43:20 UTC
Created attachment 6663 [details] URL Validation error Reporting against Babaco Release r57575. Steps to reproduce:: 1. Click to add an external link 2. Type google.com without http:// << string value shows as [google.com]>> 3. Type test URL <<string value shows as test URL>> Expected output:: External link URL format should be validated Test Environment:: Browser (User-Agent): Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 Time and Date: 9:54:29 AM - Monday, October 12, 2009 Javascript: EnabledNot Available/Enabled Cookies Enabled: Enabled
URLs are currently just validated for non-emptyness, but we should do more. I'll be on this later today.
Fixed in r57707
Verified and closed