Merged V3.1 to HEAD

13285: Fix for ETHREEOH-1353 - Share Document URLs and Download URLs now can be opened in fresh browser session.
   13292: Merged V2.1-A to V3.1
      9099: *RECORD-ONLY* Upgraded TinyMCE to 3.0.8 so Safari is supported
   13294: Addition of TinyMCE lang packs for de, fr and jp.
          Locale detection in JSPs that utilise TinyMCE editor.
          NOTE: this makes the TinyMCE changes for rev 12136 on 2.1-A branch as merged.
   13298: Fix for ETHREEOH-1365 - FreeMarker date info link now correct.
   13299: I18N labels for page descriptions and associated fixes (from wabson)
   13300: WebScript framework fixes for ETHREEOH-1357.
          Set locale from browser headers when processing webscript directly via the webscript servlet.
          Fix to caching of JSON webscript message resources based on current locale.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13589 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2009-03-12 10:47:16 +00:00
parent 9884a406b6
commit 2bc702e125
52 changed files with 2379 additions and 1 deletions

View File

@@ -22,7 +22,7 @@
<tr><td><tt style="font-weight:bold;">extension</td></tt><td>The default extension associated with the mime-type configured for the rendering engine template. This variable is only available for rendition ouput path patterns.</td></tr>
<tr><td><tt style="font-weight:bold;">xml</td></tt><td>The xml instance data collected by the form.</td></tr>
<tr><td><tt style="font-weight:bold;">node</td></tt><td>The form instance data node. This variable is only available for rendition ouput path patterns.</td></tr>
<tr><td><tt style="font-weight:bold;">date</td></tt><td>The current date at which the form instance data is being saved. Refer to the <a style="color:blue;" href="http://freemarker.sourceforge.net/docs/ref_builtins_date.htm">FreeMarker date reference</a> for more information.</td></tr>
<tr><td><tt style="font-weight:bold;">date</td></tt><td>The current date at which the form instance data is being saved. Refer to the <a style="color:blue;" href="http://freemarker.sourceforge.net/docs/ref_builtins_date.html">FreeMarker date reference</a> for more information.</td></tr>
</tbody>
</table>