silverstripe-framework/admin
Hamish Friedlander 65030906ad BUGFIX: Add validation to fix open.silverstripe.org ticket #7494
When adding media via the HtmlEditorField dialog, the value of the URL field wasnt being validated. Youd get different errors depending on if the field was empty
or if it had text, but it didnt look like an absolute URL to HtmlEditorField#viewfile.

This adds some javascript validation to make the text field look like a URL field
2012-06-21 14:19:41 +12:00
..
code Merge pull request #528 from mango9/master 2012-06-14 16:43:20 -07:00
css BUGFIX: Add validation to fix open.silverstripe.org ticket #7494 2012-06-21 14:19:41 +12:00
images ENHANCEMENT: Change media insertion to use button and apply design 2012-06-11 10:54:48 +02:00
javascript BUGFIX When updating the tree from EditForm, ensure we only change the 2012-06-20 22:00:19 +12:00
scss BUGFIX: Add validation to fix open.silverstripe.org ticket #7494 2012-06-21 14:19:41 +12:00
templates BUGFIX CMS Breadcrumbs and tabs as inline blocks which can span multiple lines, rather than being cropped off (fixes #6882) 2012-06-06 21:05:33 +02:00
tests MINOR Fix broken test 2012-05-28 12:03:13 +12:00
thirdparty BUGFIX: typeof undefined error fix 2012-05-10 15:18:52 +12:00
_config.php BUGFIX Inlining TinyMCE HTML popup (fixes #7451) 2012-06-13 14:39:50 +02:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
config.rb MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver 2011-12-20 17:46:43 +01:00