Skip to content

Commit fabdc8b

Browse files
committed
Release 8.1.0
1 parent 2937211 commit fabdc8b

File tree

58 files changed

+1224
-566
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1224
-566
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,6 @@ Thumbs.db
216216
# Folder config file
217217
Desktop.ini
218218
Website/Install/Temp/
219+
/App_LocalResources/IFrame.ascx.de-AT.resx
220+
/App_LocalResources/IFrameOptions.ascx.de-AT.resx
221+
/App_LocalResources/SharedResources.de-AT.resx

App_LocalResources/EditIFrame.ascx.resx

Lines changed: 0 additions & 372 deletions
This file was deleted.

App_LocalResources/IFrameOptions.ascx.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,10 @@
258258
<data name="SourceUrlValidator.ErrorMessage" xml:space="preserve">
259259
<value>A valid Url is required.</value>
260260
</data>
261+
<data name="IgnoreSourceUrlValidation.Help" xml:space="preserve">
262+
<value>Check this option when you are sure that your Url is valid, but the validation fails. This is because the Url is validated against a regular expression that may not include every case. Anyway, if you find a problem like this please post it to the issues part of the project page (&lt;a href="https://github.com/DNNCommunity/DNN.IFrame/issues" target="_blank"&gt;https://github.com/DNNCommunity/DNN.IFrame/issues&lt;/a&gt;).</value>
263+
</data>
264+
<data name="IgnoreSourceUrlValidation.Text" xml:space="preserve">
265+
<value>Ignore source validation</value>
266+
</data>
261267
</root>

0 commit comments

Comments
 (0)