-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EZP-28623: Display paragraph when user haven't permissions to see lin…
…ked content (#31) * EZP-28623: Display paragraph only when user don't have permissions to see linked content * Improved tests
- Loading branch information
Showing
7 changed files
with
41 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 2 additions & 6 deletions
8
tests/lib/FieldType/Converter/_fixtures/html5/output/104-expandAndLinkEmbed.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5"> | ||
<p class="dire"> | ||
<a href="" target="_self">Hello </a> | ||
</p> | ||
<p class="dire">Hello </p> | ||
<div/> | ||
<p class="dire"> | ||
<a href="" target="_self"> goodbye</a> | ||
</p> | ||
<p class="dire"> goodbye</p> | ||
<p class="fire">Hesperus entreats thy light, Goddess excellently bright.</p> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 2 additions & 6 deletions
8
...s/lib/FieldType/Converter/_fixtures/html5/output/107-expandAndLinkEmbedDoubleWrapped2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5"> | ||
<p class="bass">Stormy weather turns to blue</p> | ||
<p> | ||
<a href="" target="_self">don't come in<strong>again like that,<strong>it isn't funny</strong></strong></a> | ||
</p> | ||
<p>don't come in<strong>again like that,<strong>it isn't funny</strong></strong></p> | ||
<div/> | ||
<p> | ||
<a href="" target="_self"><strong><strong>and I can pay</strong>someone else</strong>to make the orchestrations</a> | ||
</p> | ||
<p><strong><strong>and I can pay</strong>someone else</strong>to make the orchestrations</p> | ||
<p class="sass">Here's a song to take with you</p> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters