Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarsique committed Dec 13, 2016
1 parent b3134a0 commit 6223e8a
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 66 deletions.
19 changes: 9 additions & 10 deletions releasenotes/8.10/administrators.html
Expand Up @@ -80,7 +80,7 @@ <H2>Environment Information Dumping with nuxeoctl connect-report</H2>
<p>The addon <a href="https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-connect-tools-report-web" target="_blank">Nuxeo Connect Tools Report Web</a> is available to provide a basic user interface to get the report.
</p>
<h2>Startup Wizard Improvements on Module Selection</h2>
<p><span class="release new">8.10</span> The Module selection step of the startup wizard has been reviewed to provide a more user-friendly interface, take into consideration the distribution changes and make dependencies betweens addons and UIs more straightforward.
<p><span class="release new">8.10</span> The Module selection step of the startup wizard has been reviewed to provide a more user-friendly interface, take into consideration the distribution changes and make dependencies between addons and UIs more straightforward.
</p>
<div>
<img class="lightbox" src="./wizard_module_selection.png" />
Expand All @@ -95,7 +95,7 @@ <h2>MongoDB 3.2</h2>
</p>
<h2>PostgreSQL 9.5</h2>
<p>
<span class="release">8.3</span> PostgreSQL 9.5 is now supported as a storage backend. 8.10 also works with 9.6 although not yet added to CI.
<span class="release">8.3</span> PostgreSQL 9.5 is now supported as a storage backend. Nuxeo 8.10 also works with PostgreSQL 9.6 although not yet added to CI.
</p>

<h2>Elasticsearch 2.X</h2>
Expand Down Expand Up @@ -155,12 +155,12 @@ <h2>GridFS as Part of the Default Distribution</h2>
</p>
<h2>JCloud Binary Manager</h2>
<p>
<span class="release new">8.10</span> The JClouds binary manager that allows to store files on the main cloud blobstores has been upgraded to use the version 1.9.2 of the underlying Apache libary. Some bugs have been fixed to handle large files and a new property <code>jclouds.blobstore.endpoint</code> allows to configure the endpoint to use.
<span class="release new">8.10</span> The JClouds binary manager that allows to store files on the main cloud blobstores has been upgraded to use the version 1.9.2 of the underlying Apache library. Some bugs have been fixed to handle large files and a new property <code>jclouds.blobstore.endpoint</code> allows to configure the endpoint to use.
</p>
<h2>Quartz MongoDB Backend</h2>
<p><span class="release new">8.10</span> Quartz is now automatically enabled in cluster mode when using the mongodb template and do not require a SQL backend anymore.</p>
<h2>Quartz MYSQL Backend</h2>
<p><span class="release new">8.10</span> Quartz is now automatically enabled in cluster mode when using the mysql template.</p>
<p><span class="release new">8.10</span> Quartz is now automatically enabled in cluster mode when using the MongoDB template and does not require an SQL backend anymore.</p>
<h2>Quartz MySQL Backend</h2>
<p><span class="release new">8.10</span> Quartz is now automatically enabled in cluster mode when using the MySQL template.</p>
<h2>SAML Addon Compatible with ADFS</h2>
<p>
<span class="release">8.2</span> After adjusting a few blind parts of the specification, the SAML plugin
Expand All @@ -184,10 +184,10 @@ <h2>Elasticsearch Indexing Operations</h2>
</ul>
<h2>Indexing Optimization Using Scroll API</h2>
<p>
<span class="release new">8.10</span> Instead of loading all document ids to reindex, the new repository scroll API is used to remove memory pressure.
<span class="release new">8.10</span> Instead of loading all document IDs to reindex, the new repository scroll API is used to remove memory pressure.
</p>
<H2>Full-Text Indexing Optimization</H2>
<p><span class="release">8.3</span>We optimized the indexing flow by using ES bulk indexing features, when full-text indexation is disabled at the repository level. Number of works queued is now divided by two.
<p><span class="release">8.3</span>We optimized the indexing flow by using ES bulk indexing features, when full-text indexing is disabled at the repository level. Number of works queued is now divided by two.
</p>

<h2>Allow Separate Repository DDL Generation</h2>
Expand Down Expand Up @@ -318,7 +318,7 @@ <h2>JDK Required</h2>
</p>

<h2>Configurable Content-Security-Policy Header</h2>
<p><span class="release new">8.10</span>
<p><span class="release new">8.10</span></p>
The Content-Security-Policy header is useful to protect against a variety of attacks, one of them being clickjacking (<a href="https://www.owasp.org/index.php/Clickjacking" target="_blank">https://www.owasp.org/index.php/Clickjacking</a>). Nuxeo now includes a permissive Content-Security-Policy. The default Nuxeo configuration is:
<pre>
&lt;header name="Content-Security-Policy"&gt;default-src *; script-src 'unsafe-inline' 'unsafe-eval' data: *; style-src 'unsafe-inline' *; font-src data: *&lt;/header&gt;
Expand All @@ -331,7 +331,6 @@ <h2>Configurable Content-Security-Policy Header</h2>
&lt;header name="Content-Security-Policy"&gt;default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' data: connect.nuxeo.com apis.google.com app.box.com; style-src 'self' 'unsafe-inline' fonts.googleapis.com; img-src 'self'; font-src 'self' data: fonts.gstatic.com; media-src 'self'; frame-src 'self' www.nuxeo.com accounts.google.com; frame-ancestors 'self'&lt;/header&gt;
&lt;/extension&gt;
</pre>
</p>
</div>
</div>
<!--
Expand Down
24 changes: 12 additions & 12 deletions releasenotes/8.10/developers.html
Expand Up @@ -112,7 +112,7 @@ <h3>Document.Suscribe</h3>
<p>
<span class="release new">8.10</span> The operations
<code>Document.Subscribe</code> and <code>Document.Unsubscribe</code>
are now available to suscribe a user to notifications on the input document.
are now available to subscribe a user to notifications on the input document.
</p>
<h3>Document.MoveCollectionMember</h3>
<p>
Expand Down Expand Up @@ -158,10 +158,10 @@ <h3>List Existing Directories</h3><p>
<h3>New Content-Type Header</h3>
<p>
<span class="release">8.2</span>Content-Type header now returns the nuxeo-entity type as well:
</p>
<pre>
application/json; nuxeo-entity=documents
</pre>
</p>
<h3>Constraints and References on Schema Endpoint</h3><p>
<span class="release new">8.10</span>New JSON writers have been enabled and old ones removed. On the schema endpoint (http://demo.nuxeo.com/nuxeo/api/v1/config/schemas/)
a new <code>fetch.schema=fields</code> property allows to return extended schema fields containing validation constraints.
Expand All @@ -170,10 +170,10 @@ <h3>Constraints and References on Schema Endpoint</h3><p>
<h3>New Content-Type Header</h3>
<p>
<span class="release">8.2</span>Content-Type header now returns the nuxeo-entity type as well:
</p>
<pre>
application/json; nuxeo-entity=documents
</pre>
</p>


<h3>Remove a Blob from a Batch</h3>
Expand All @@ -186,7 +186,7 @@ <h3>Prevent a Batch from Being Dropped</h3>
<code>X-Batch-No-Drop</code>. When set to true the batch won't be dropped after operated on or referenced. The default is false.
</p>

<h3>Client-Side Localisation</h3>
<h3>Client-Side Localization</h3>
<p><span class="release">8.3</span>The client is now responsible for sending the locale it is interested in via a dedicated request header.</p>

<h3>Fetching Members of Group Object</h3>
Expand All @@ -198,7 +198,7 @@ <h3>Fetching Members of Group Object</h3>
</ul>
<p>
This endpoint supports pagination and returns the full objects (full users and groups). And by default when
fetching a user or a group, users and groups members are no more marshaled (only ids are returned), you can use
fetching a user or a group, users and groups members are no more marshaled (only IDs are returned), you can use
<code>fetch.group=memberUsers</code>
and/or
<code>fetch.group=memberGroups</code>
Expand All @@ -207,7 +207,7 @@ <h3>Fetching Members of Group Object</h3>
<h3>isPoxy, isVersion</h3>
<p><span class="release new">8.10</span> Now the documents returned by the REST API have "isProxy" and "isVersion" properties.</p>
<h3>subtypes Enricher</h3>
<p><span class="release new">8.10</span>Using the <code>subtypes</code> enricher, you can get document types that can be instanciated under a given document.</p>
<p><span class="release new">8.10</span>Using the <code>subtypes</code> enricher, you can get document types that can be instantiated under a given document.</p>

<h2>Directories</h2>

Expand Down Expand Up @@ -366,19 +366,20 @@ <h3>Nuxeo-Server Is the New CAP</h3>
</p>
<h3>Optional Dependency</h3>
<p><span class="release new">8.10</span>The Nuxeo Package system now offers the ability to state an optional dependency for situations where some bundles of the package must be installed only if another specific package is installed. The typical use case is when an addon has bundles for the JSF UI and for the new Web UI. The JSF bundle must be installed only if the JSF Application has been installed.
</p>
<div><pre>
&lt;optional-dependencies&gt;
&lt;package&gt;nuxeo-jsf-ui&lt;/package&gt;
&lt;/optional-dependencies&gt;
</pre>
</div>
</p>
<h3>Protection against Network Corruption</h3>
<p><span class="release new">8.10</span>Sometimes content streams get corrupted over the wire. Content Stream hashes are now supported following RFC 3230/5843 "Digest" request header if present, as well as RFC 3230 "Want-Digest". </p>

<h2>Quick Filters for Page Providers</h2>
<p><span class="release new">8.10</span>
Quick Filters have been added to PageProvider object. They allow to add actionable additional "filters + Sort". They are typically bound to some switches in user interface, to implement things like "Remove Folders From The Result". The REST API has been updated accordingly.
</p>
<pre>
&lt;quickFilters&gt;
&lt;quickFilter name="noFolder"&gt;
Expand All @@ -392,7 +393,6 @@ <h2>Quick Filters for Page Providers</h2>
&lt;sort column="dc:modified" ascending="false" /&gt;
&lt;/quickFilter&gt;
</pre>
</p>
<h2>documentImportedWithPlatformImporter Event</h2>
<p><span class="release new">8.10</span> An event <code>documentImportedWithPlatformImporter</code> is now fired at the end when a document is imported, to ensure the import process is done for that document. Relying on document created or modified is indeed not enough as several modifications happen during the import process. </p>

Expand Down Expand Up @@ -442,10 +442,10 @@ <h2>Random Generation of Documents with Nuxeo Platform Importer</h2>
<h2> Parameters on CommandLine</h2>
<p> <span class="release new">8.10</span>
It's now possible in the extension point for a command to include a <code>testParameterString</code> to allow to test commands that require parameters:
</p>
<pre>
&lt;extension target=&#34;org.nuxeo.ecm.platform.commandline.executor.service.CommandLineExecutorComponent&#34; point=&#34;command&#34;&gt;&#10; &lt;command name=&#34;mycommand&#34;&gt;&#10; &lt;commandLine&gt;somecommand&lt;/commandLine&gt;&#10; &lt;parameterString&gt;arg1 --arg2 --arg3&lt;/parameterString&gt;&#10; &lt;winCommand&gt;somecommand.exe&lt;/winCommand&gt;&#10; &lt;winParameterString&gt;arg1 /arg2 /arg3&lt;/winParameterString&gt;&#10; &lt;testParameterString&gt;--exists&lt;/testParameterString&gt;&#10; &lt;winTestParameterString&gt;/exists&lt;/winTestParameterString&gt;&#10; &lt;/command&gt;&#10; &lt;/extension&gt;
</pre>
</p>
<h2>Platform Explorer Addon Evolution</h2>
<p> <span class="release">8.3</span>The Platform Explorer addon has been greatly improved: better search features, cleaner look &amp; feel. We reviewed the browsing pattern, simplifying each view to navigate between Extension Points, Services, Operations, Components and Bundles. We have also extended the XML generation feature to help developers have a working sample. Check it out on <a href="http://explorer.nuxeo.com/" target="_blank">explorer.nuxeo.com</a> or by installing the <a href="https://connect.nuxeo.com/nuxeo/site/marketplace/package/platform-explorer" target="_blank">Platform Explorer Nuxeo Package</a>.</p>

Expand All @@ -464,25 +464,25 @@ <h3>
<p>
<span class="release new">8.10</span>
You can now disable the document constraint validation in creation and modification forms.
</p>
<pre>
&lt;require&gt;org.nuxeo.ecm.platform.ui.web.DocumentValidationService.activations&lt;/require&gt;&#10; &lt;extension target=&#34;org.nuxeo.ecm.core.api.DocumentValidationService&#34; point=&#34;activations&#34;&gt;&#10; &lt;validation context=&#34;jsfValidator&#34; activated=&#34;false&#34; /&gt;&#10; &lt;/extension&gt;
</pre>
</p>

<h2>Let Content Be Part of Your Application Definition</h2>
<p><span class="release new">8.10</span>
If you install the Nuxeo Showcase Content Sample package, you can then add Nuxeo Archives into other bundles and provide a contribution so that this Nuxeo Archive is automatically imported.
</p>
<pre>
&lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; ?&gt;&#10;&lt;component name=&#34;org.nuxeo.test.showcase.content&#34;&gt;&#10; &lt;extension target=&#34;org.nuxeo.ecm.showcase.content&#34; point=&#34;contents&#34;&gt;&#10; &lt;content name=&#34;mycontent&#34;&gt;&#10; &lt;filename&gt;export.zip&lt;/filename&gt;&#10; &lt;/content&gt;&#10;&#10; &lt;content name=&#34;disabled&#34; enable=&#34;false&#34;&gt;&#10; &lt;filename&gt;export.zip&lt;/filename&gt;&#10; &lt;/content&gt;&#10; &lt;/extension&gt;&#10;&lt;/component&gt;
</pre>
</p>
<h2>Finer Control on Nuxeo Vision Processing</h2>
<p><span class="release new">8.10</span>
<a href="https://connect.nuxeo.com/nuxeo/site/marketplace/package/nuxeo-vision" target="_blank">Nuxeo Vision</a> has been improved to allow to trigger event (typically, an asynchronous event) and process business logic after nuxeo-vision has extracted tags or text. Example: for a Picture, nuxeo-vision stores by default in <code>dc:source</code> the text extracted via OCR. Adding a listener for <code>visionOnImageDone</code> is a good idea if one wants to check for unauthorized words (start a workflow, tag the picture, change its ACL so only an administrator can access it, ...).
</p>

<h2>No More Selenium Tests</h2>
<p><span class="release">8.3</span>Selenium has been fully replaced by Webdriver for the functional tests of the Nuxeo Platform and is no longer used.</p>
<p><span class="release">8.3</span>Selenium has been fully replaced by WebDriver for the functional tests of the Nuxeo Platform and is no longer used.</p>

<h2>Miscellaneous</h2>No More Selenium Tests
<p><span class="release">8.3</span>The UIDSequencer interface now supports long integer.
Expand Down
8 changes: 5 additions & 3 deletions releasenotes/8.10/farewell.html
Expand Up @@ -92,7 +92,7 @@ <h2>Deprecated Addons</h2>
<li>Nuxeo Forum</li>
<li>Nuxeo Categorization</li>
<li>Nuxeo Platform Sync</li>
<li>Nuxeo Web Embeded</li>
<li>Nuxeo Web Embedded</li>
<li>Nuxeo Additional Themes</li>
<li>Nuxeo Web Mobile</li>
<li>Nuxeo Share Bookmarks / Nuxeo Classification</li>
Expand All @@ -104,8 +104,8 @@ <h2>
</h2>
<ul>
<li><span class="release">8.2</span>Annotations have been removed.</li>
<li><p><span class="release new">8.10</span>Everything related to AssetLibrary (coming from legacy DAM application) has also been removed. See <a href="https://doc.nuxeo.com/nxdoc/upgrade-from-lts-2015-to-lts-2016/" target="_blank">upgade documentation</a> for migrating your data.</li>
<li><p><span class="release new">8.10</span>nuxeo-webengine-features has been removed, removing WebEngine Admin site.</li>
<li><span class="release new">8.10</span>Everything related to AssetLibrary (coming from legacy DAM application) has also been removed. See <a href="https://doc.nuxeo.com/nxdoc/upgrade-from-lts-2015-to-lts-2016/" target="_blank">upgrade documentation</a> for migrating your data.</li>
<li><span class="release new">8.10</span>nuxeo-webengine-features has been removed, removing WebEngine Admin site.</li>
</ul>
<script src="../../javascripts/strftime.js">
</script>
Expand All @@ -115,5 +115,7 @@ <h2>
</script>
<script src="../../javascripts/lightbox.js">
</script>
</div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion releasenotes/8.10/index.html
Expand Up @@ -77,7 +77,7 @@
<ul class="second-label" id="developers"></ul></li>
<li><a href="upgrade_notes.html">Upgrade Notes</a></li>
<li><a href="issues.html">Known Issues</a></li>
<li><a href="farewell.html">Deprecated and EOL Features</li>
<li><a href="farewell.html">Deprecated and EOL Features</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion releasenotes/8.10/issues.html
Expand Up @@ -55,7 +55,7 @@ <h1 style="margin-left:-0.5em !important;">Known Issues</h1>



<p>The <a href="https://jira.nuxeo.com/issues/?jql=project%20%3D%20NXP%20AND%20status%20%3D%20Open%20AND%20affectedVersion%20%3C%3D%208.10%20ORDER%20BY%20created%20DESC%2C%20priority%20DESC%2C%20key%20DESC" target="_blank">list of known issues</a> is available on our JIRA.</p>
<p>The <a href="https://jira.nuxeo.com/issues/?jql=project%20%3D%20NXP%20AND%20resolution%20%3D%20Unresolved%20AND%20affectedVersion%20%3C%3D%208.10%20ORDER%20BY%20created%20DESC%2C%20priority%20DESC%2C%20key%20DESC" target="_blank">list of known issues</a> is available on our JIRA.</p>
</div>
</div>

Expand Down

0 comments on commit 6223e8a

Please sign in to comment.