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>
|
||||
<updated>${xmldate(date)}</updated>
|
||||
<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>
|
||||
<author>
|
||||
<name>${userId!""}</name>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
|
@@ -8,4 +8,3 @@
|
||||
<guid>${id}</guid>
|
||||
<description>${username?xml} added ${(fileName!'a new file')?xml} to the Document Library.</description>
|
||||
</item>
|
||||
|
||||
|
@@ -8,10 +8,9 @@
|
||||
<id>${id}</id>
|
||||
<updated>${xmldate(date)}</updated>
|
||||
<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>
|
||||
<author>
|
||||
<name>${userId!""}</name>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
|
@@ -8,4 +8,3 @@
|
||||
<guid>${id}</guid>
|
||||
<description>${username?xml} added ${fileCount!"multiple"} files to the Document Library.</description>
|
||||
</item>
|
||||
|
||||
|
Reference in New Issue
Block a user