Files
alfresco-community-repo/config/alfresco/extension/web-client-config-custom.xml.unicode.sample
Kevin Roast ba3f9629b5 Merged V3.2 to HEAD
16740: Fix for ETHREEOH-2563 and ETHREEOH-2899.
   16741: Fix for ETHREEOH-1781 - web-client-config-custom.xml.unicode.sample has incorrect comment.
   16757: Merged DEV-TEMPORARY to V3.2
      16730: ETHREEOH-2749: Entering a search containing a single quote breaks the script that performs next/previous page in OpenSearch JSF component
      16731: ETHREEOH-2411: Error message appears when trying to create advanced workflow with long description
      16732: ETHREEOH-1944: Navigation via shortcuts brings up incorrect dialogs
   16761: Merged DEV-TEMPORARY to V3.2
      16750: ETHREEOH-2405: system error if user goto Web Projects space from any web project which was deleted by another user.
   16762: Displaying error title when error text is displayed
   16763: Merged DEV-TEMPORARY to V3.2
      16756: ETHREEOH-258: System Error message appears while clicking "Manage Task" icon in "My Completed Task" component for the task, if the user to whom the workflow was assign to is deleted.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16911 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-10-14 11:08:21 +00:00

121 lines
8.7 KiB
Plaintext

<alfresco-config>
<!-- Example of overriding the from email address -->
<!--
<config>
<client>
<from-email-address>someone@your-domain.com</from-email-address>
<search-max-results>100</search-max-results>
</client>
</config>
-->
<!-- Example of adding languages to the list in the login page -->
<!--
<config evaluator="string-compare" condition="Languages">
<languages>
<language locale="ca_ES">Català (Catalan)</language>
<language locale="da_DK">Dansk (Danish)</language>
<language locale="de_DE">Deutsch (German)</language>
<language locale="es_ES">Español (Spanish)</language>
<language locale="el_GR">Ελληνικά (Greek)</language>
<language locale="fr_FR">Français (French)</language>
<language locale="it_IT">Italiano (Italian)</language>
<language locale="ja_JP">日本語 (Japanese)</language>
<language locale="du_NL">Nederlands (Dutch)</language>
<language locale="pt_BR">Português (Portugese-BR)</language>
<language locale="ru_RU">Русский (Russian)</language>
<language locale="fi_FI">Suomi (Finish)</language>
<language locale="tr_TR">Türkçe (Turkish)</language>
<language locale="zh_CN">中文 Zhōngwén (Chinese)</language>
</languages>
</config>
-->
<!-- Example of configuring advanced search -->
<!--
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
</content-types>
<custom-properties>
<meta-data aspect="app:simpleworkflow" property="app:approveStep" />
</custom-properties>
</advanced-search>
</config>
-->
<!-- Example of changing the sort direction for a view in the client -->
<!--
<config evaluator="string-compare" condition="Views">
<views>
<view-defaults>
<topic>
<sort-direction>ascending</sort-direction>
</topic>
</view-defaults>
</views>
</config>
-->
<!-- Example of adding a custom icon to the Create Space dialog -->
<!--
<config evaluator="string-compare" condition="cm:folder icons">
<icons>
<icon name="space-icon-custom" path="/images/icons/space-icon-custom.gif" />
</icons>
</config>
-->
<!-- The config below shows how to incorporate the example model-->
<!-- into the web client, for this to work you will need to -->
<!-- rename example-model-context.xml.sample to example-model-context.xml -->
<!--
<config evaluator="string-compare" condition="Content Wizards">
<content-types>
<type name="my:sop" />
</content-types>
</config>
<config evaluator="node-type" condition="my:sop">
<property-sheet>
<show-property name="mimetype" display-label-id="content_type"
component-generator="MimeTypeSelectorGenerator" />
<show-property name="size" display-label-id="size"
converter="org.alfresco.faces.ByteSizeConverter"
show-in-edit-mode="false" />
<show-property name="my:publishedDate" />
<show-association name="my:signOff" />
<show-property name="my:authorisedBy" />
<show-child-association name="my:processSteps" />
</property-sheet>
</config>
<config evaluator="aspect-name" condition="my:imageClassification">
<property-sheet>
<show-property name="my:width"/>
<show-property name="my:height"/>
<show-property name="my:resolution"/>
</property-sheet>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<aspects>
<aspect name="my:imageClassification"/>
</aspects>
</config>
<config evaluator="string-compare" condition="Advanced Search">
<advanced-search>
<content-types>
<type name="my:sop" />
</content-types>
<custom-properties>
<meta-data type="my:sop" property="my:authorisedBy" />
<meta-data aspect="my:imageClassification" property="my:resolution" />
</custom-properties>
</advanced-search>
</config>
-->
</alfresco-config>