Go to file
☃ Stephen Shkardoon ☃ 83cde3c931 Merge pull request #5 from silverstripe-elliot/disallow-javascript-in-url
Disallow javascript protocol in IFrameURL
2014-07-16 16:20:16 +12:00
.tx Transifex support 2013-10-24 22:21:58 +02:00
code Disallow javascript protocol in IFrameURL using a whitelist of allowed schemes. Includes unit testing and a docblock to IFramePage validate function to explain exceptions and return types 2014-07-16 16:17:17 +12:00
docs/en Add user docs 2013-02-27 17:09:14 +13:00
javascript ENHANCEMENT: refactor the IFramePage, add tests 2012-06-05 11:30:13 +12:00
lang Disallow javascript protocol in IFrameURL using a whitelist of allowed schemes. Includes unit testing and a docblock to IFramePage validate function to explain exceptions and return types 2014-07-16 16:17:17 +12:00
templates/Layout More globalisation in module 2013-10-24 22:24:39 +02:00
tests Disallow javascript protocol in IFrameURL using a whitelist of allowed schemes. Includes unit testing and a docblock to IFramePage validate function to explain exceptions and return types 2014-07-16 16:17:17 +12:00
LICENSE Create LICENSE 2013-09-02 11:43:35 +02:00
README.md Transifex support 2013-10-24 22:21:58 +02:00
_config.php ENHANCEMENT: add auto-sizing iframes, cleanup 2012-06-01 17:21:05 +12:00
composer.json Add composer.json 2012-12-10 13:21:48 +13:00

README.md

IFrame module

Introduction

The iframe module provides an IFrame page type that allows you to embed an IFrame into a page without resorting to custom code.

Requirements

  • SilverStripe 3.0

Installation

Copy the iframe directory into your SilverStripe project, then append dev/build?flush=all to the website URL in your browser. e.g. http://mysite.com/dev/build?flush=all

Instructions

For usage instructions see user manual.

Contributing

Translations

Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.

Please use https://www.transifex.com/projects/p/silverstripe-iframe to contribute translations, rather than sending pull requests with YAML files.