← Back to Index

8.1 Release Notes

For Developers

A C# Nuxeo Client

A C# Nuxeo Client has been added. A sample application is provided so as to understand how to make use of it. Read the C# client documentation for more information.

Configuring TinyMCE Editor via Tag Properties

Plugins and options have been extracted to control them by tag properties in order to display different options depending on the field.

Understanding The Sequence Of Listeners Calls

You can now add this on your log4j.xml:

<category name="org.nuxeo.common.logging">
<priority value="DEBUG" />
</category>
                            

Then use the sequence.sh to generate a PNG with a sequence diagram of all threads and listeners.

Note that all events in the chart are in chronological order (not proportional) except for the Initiate link, where the origin points to the thread that has generated a work without telling when (earlier for sure).

HTML Content in Tipsy Tooltip

Tooltips generated with Tipsy now render HTML content properly.