← Back to team overview

mahara-contributors team mailing list archive

[Bug 1381807] A change has been merged

 

Reviewed:  https://reviews.mahara.org/3807
Committed: http://gitorious.org/mahara/mahara/commit/ca009175b38c97c39be8abdf247c989de7111b79
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit ca009175b38c97c39be8abdf247c989de7111b79
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Thu Oct 16 11:45:46 2014 +1300

Add validation error for non url input (Bug #1381807)

Change-Id: I743d481c7775079c807e4e93b4bba4d39ceeb61d
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1381807

Title:
  external media not returning an error for bad non url input

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Need additional check so that inputs that fail the url check should be
  checked for tag structure

  So to test:

  Should pass:

  - http://youtu.be/vDy3NXVBQtI
  - <iframe width="560" height="349" src="http://www.youtube.com/embed/vDy3NXVBQtI"; frameborder=0></iframe>

  Should fail:
  - blahblah  (random text)
  - <iframe width="560" height="349" src="http://www.yo  (incomplete tag structure)
  -

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381807/+subscriptions


References