mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
XSS and encoding fixes. Textual updates as required by doc team.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10855 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -8,10 +8,9 @@
|
|||||||
<id>${id}</id>
|
<id>${id}</id>
|
||||||
<updated>${xmldate(date)}</updated>
|
<updated>${xmldate(date)}</updated>
|
||||||
<summary type="html">
|
<summary type="html">
|
||||||
<![CDATA[${username} added <a href="${contentURL}" target="_blank">${fileName}</a> to the <a href="${browseURL}">Document Library</a>.]]>
|
<![CDATA[${username?html} added <a href="${contentURL}" target="_blank">${fileName?html}</a> to the <a href="${browseURL}">Document Library</a>.]]>
|
||||||
</summary>
|
</summary>
|
||||||
<author>
|
<author>
|
||||||
<name>${userId!""}</name>
|
<name>${userId!""}</name>
|
||||||
</author>
|
</author>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
@@ -7,5 +7,4 @@
|
|||||||
<link>${browseURL?xml}</link>
|
<link>${browseURL?xml}</link>
|
||||||
<guid>${id}</guid>
|
<guid>${id}</guid>
|
||||||
<description>${username?xml} added ${(fileName!'a new file')?xml} to the Document Library.</description>
|
<description>${username?xml} added ${(fileName!'a new file')?xml} to the Document Library.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
@@ -8,10 +8,9 @@
|
|||||||
<id>${id}</id>
|
<id>${id}</id>
|
||||||
<updated>${xmldate(date)}</updated>
|
<updated>${xmldate(date)}</updated>
|
||||||
<summary type="html">
|
<summary type="html">
|
||||||
<![CDATA[${username} added ${fileCount!"multiple"} files to the <a href="${browseURL}">Document Library</a>.]]>
|
<![CDATA[${username?html} added ${fileCount!"multiple"} files to the <a href="${browseURL}">Document Library</a>.]]>
|
||||||
</summary>
|
</summary>
|
||||||
<author>
|
<author>
|
||||||
<name>${userId!""}</name>
|
<name>${userId!""}</name>
|
||||||
</author>
|
</author>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
@@ -7,5 +7,4 @@
|
|||||||
<link>${browseURL?xml}</link>
|
<link>${browseURL?xml}</link>
|
||||||
<guid>${id}</guid>
|
<guid>${id}</guid>
|
||||||
<description>${username?xml} added ${fileCount!"multiple"} files to the Document Library.</description>
|
<description>${username?xml} added ${fileCount!"multiple"} files to the Document Library.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
Reference in New Issue
Block a user