---
title: "Release Notes – Version 5.9607 (18 September 2018)"
source: https://dev.pageseeder.com/guide/installation/release_notes/release_notes_version_5.96.html
last_updated: 2026-09-05T17:35:12+10:00
tokens: ~2589
---

# Release Notes – Version 5.9607 (18 September 2018)

| Description | ID | Date | Version |
| --- | --- | --- | --- |
| **Added:** references to non-PSML files to publication TOC. | 662296 | 18 Sep 2018 | 5.9606 |
| **Fixed:** problems viewing and editing MathML that uses namespace prefixes. | 662036 | 17 Sep 2018 | 5.9606 |
| **Fixed:** only 10 images appearing on insert image page. | 662153 | 17 Sep 2018 | 5.9606 |
| **Added:** support for attribute `repeat/@daysofweek` in `schedule-config.xml` to schedule the event for only the days listed. For example: daysofweek="mon,tue,wed,thu,fri" The value must be a repeat interval of 1 day or less. | 661731 | 4 Sep 2018 | 5.9605 |
| **Added:** new `ps:diff` ANT task that uses DiffX to add a `<diff>` element under each `<compare>` element in portable PSML. | 661850 | 3 Sep 2018 | 5.9605 |
| **Fixed:** errors when deleting a document that is a publication root and has versions. | 660919 | 21 Aug 2018 | 5.9605 |
| **Fixed:** possible errors when PSML contains an XML namespace. | 660120 | 31 Jul 2018 | 5.9604 |
| **Fixed:** stripping XML namespaces such as MathML, and the creation of a duplicate `<media-fragment>` element when uploading PSML. | 659746 | 27 Jul 2018 | 5.9602 |
| **Modified:** to display URLs as links in validation reports. | 659817 | 27 Jul 2018 | 5.9602 |
| **Fixed:** slow saving and validation of Schematron files. | 660025 | 27 Jul 2018 | 5.9602 |
| **Fixed:** saving **usage schema** in the wrong location and added an option to save it under a **Document Type**. | 659744 | 25 Jul 2018 | 5.9602 |
| **Fixed:** the incorrect display of changes in document history for upload events. | 659741 | 25 Jul 2018 | 5.9602 |
| **Fixed:** listing publications for a URI when using an OAuth token. Use the following new service for this: GET /members/\{member\}/groups/\{group\} /uris/\{uri\}/publications | 659690 | 24 Jul 2018 | 5.9602 |
| **Fixed:** uploading a folder path with a different case to a folder or shared folder expressed with UPPER case. | 657824 | 6 Jul 2018 | 5.9600 |
| **Modified:** default import and export mapping of "[HTML Code](../../publishing/ant_api/extensions/microsoft_word_docx_import_config_usage.md)" and "`HTML Preformatted`" styles in Word to `<monospace>` and `<preformat>` elements in PSML. | 657673 | 3 Jul 2018 | 5.9600 |
| **Added:** support for the following parameters to the `Default` servlet: `publication` – whether to make publication adjustments (e.g. numbering) in content - requires `ps-transclude=true` (default `false`).`publicationid` – the `ID` of the publication context for this document. This will default to first publication found for URI.`position` – the position (instance number) of this document in the publication. This will default to first embedded position. | 656897 | 29 Jun 2018 | 5.9600 |
| **Added:** The following new services: GET /groups/\{group\}/uris/history GET /groups/\{group\}/publications GET /groups/\{group\}/publications /\{publicationid\} GET /members/\{member\}/publications GET /groups/\{group\}/uris/\{uri\} /publications POST /members/\{member\}/groups/ \{group\}/publications/ \{publicationid\}/version GET /members/\{member\}/groups/ \{group\}/uris/\{uri\}/toc GET /members/\{member\}/groups/ \{group\}/uris/\{uri\} /documenttoc GET /groups/\{group\}/uris/ \{uri\}/toc GET /groups/\{group\}/uris/\{uri\} /documenttoc GET /projects/\{group\}/publications /configs POST /projects/\{group\} /publications/configs/ \{type\}/reload **Modified:** The existing services as follows: Added `publicationid` and `publicationtype` parameters to: PATCH /members/\{member\}/groups/ \{group\}/uris/\{uri\} Added `publicationid` and `position` parameters to: GET /members/\{member\}/groups/\{group\} /uris/\{uri\}/fragments/\{fragment\} PUT /members/\{member\}/groups/\{group\} /uris/\{uri\}/fragments/\{fragment\} Added `publicationid` parameter to: GET /members/\{member\}/export GET /members/\{member\}/uris/\{uri\} /export GET /members/\{member\}/groups/ \{group\}/export GET /members/\{member\}/groups/ \{group\}/uris/\{uri\}/export POST /members/\{member\}/groups/ \{group\}/uris/\{uri\}/versions | 656896 | 29 Jun 2018 | 5.9600 |

| **Added:** support for publications to `ps:process` ANT task by allowing the following element under `<ps:process>`: \<publication config="\[publication config path\]" rootfile="\[path relative to src\]" generatetoc="\[true\|false\]" headingleveladjust="\[true\|false\]"/\> Publications have made the following elements/attributes obsolete under `<ps:process>` : `@generatetoc``xrefs/@levels``<number>` | 655242 | 29 Jun 2018 | 5.9600 |
| --- | --- | --- | --- |
| **Updated:** default `word-export-template.docx` to support footnotes, endnotes and citations. In `word-export-config.xml` the `default/xref` element has been renamed to `default/xrefs`. Any projects with this element must be updated. | 656699 | 27 Jun 2018 | 5.9600-beta-5 |
| **Modified:** cross references (XRefs) as follows: **Added:** support for `xref-config.xml` file which can be used to configure XRefs across a whole project to make it easy for users to create XRefs consistently for different purposes.**Updated:** XRef user interface to give users a choice of predefined XRef configurations such as footnote, definition, citation and so on.**Added:** to `<xref>` and `<blockxref>` elements an optional `@config` attribute and support for `@display="template"` to dynamically replace the following tokens in `@title` : \{document\} \{filename\} \{docid\} \{fragment\} \{heading\} \{prefix\} \{parentnumber\} **Added:** support for `@type="math"` to transclude **MathML** or **AsciiMath** equations inline. For consistency `editor-config.json` files have been replaced by `editor-config.xml` files (files will be automatically converted when PageSeeder is started). To preserve the integrity of template files in a source code control systems, the new `editor-config.xml` files created by PageSeeder must be copied in and the old `editor-config.json` files removed. | 638092 | 5 Jun 2018 | 5.9600-beta-4 |
| **Fixed:** duplicate document label problem when multiple `document-config.xml` specify the same creation label. | 656001 | 4 Jun 2018 | 5.9600-beta-4 |
| **Modified:** indexing of `.docx` files so the `document.xml` file is indexed as XML. Also increased the default `maxIndexingSize` to 30MB. For `.docx` this means the uncompressed size of `document.xml`. | 655961 | 4 Jun 2018 | 5.9600-beta-4 |
| **Modified:** services and default servlet so that gzip is used for response only if content size \> 1024 bytes and `gzip` is accepted by client. | 654705 | 4 Jun 2018 | 5.9600-beta-4 |
| **Added:** support for [publications](../../configuration/publication_types.md) document collections expressed by *embed* or *transclude* XRefs and stored in a document with a **publication ID**. Among other thins, this enables documents to be displayed as part of a numbered table of contents spanning multiple documents. | 654346 | 1 Jun 2018 | 5.9600-beta-4 |
| **Fixed:** `list-uri-discussions` service returning empty archived discussions when `archived=false`. | 655899 | 28 May 2018 | 5.9600-beta-3 |
| **Added:** "**Sort by**" option to Image search pages. | 654738 | 25 May 2018 | 5.9600-beta-3 |
| **Fixed:** problem with folder names that have a space, when displaying bread crumb bar in Search and Images pages. | 654741 | 25 May 2018 | 5.9600-beta-3 |
| **Added:** `Created date` and `Version date` to **Change columns** dialog on **Search** page. | 655590 | 25 May 2018 | 5.9600-beta-3 |
| **Added:** the following fields to the index for comments and updated index version to `5401`: pscomment-status pscomment-priority pscomment-assignedto pscomment-assignedtoid pscomment-duedate | 654237 | 23 May 2018 | 5.9600-beta-3 |
| **Added:** support for displaying and editing `AsciiMath` to the standard perspective. | 655462 | 23 May 2018 | 5.9600-beta-3 |
| **Fixed:** markdown problem when line starts with 4 spaces within fenced text. | 655302 | 21 May 2018 | 5.9600-beta-3 |
| **Upgraded:** to `Lucene v5.5.5` for `Java 9` support. | 655370 | 16 May 2018 | 5.9600-beta-3 |
| **Added:** '`Validate All`' button on **Publish scripts** page to check all ANT scripts for obsolete or deprecated code. | 655308 | 15 May 2018 | 5.9600-beta-3 |
| **Removed:** preview page from document view because table of contents and numbering are now available through the publication feature. | 653974 | 15 May 2018 | 5.9600-beta-3 |
| **Added:** a `location` filter to the **Edit sheet** which also preserves the location when navigating to the Edit Sheet from the **Search** or **Document browse** pages. | 654742 | 15 May 2018 | 5.9600-beta-3 |
| **Fixed:** problem with deleting **Edit Notes**. | 654665 | 15 May 2018 | 5.9600-beta-3 |
| **Modified:** document [activity](../../../reference/glossary/activity_group.md) page to be consistent with the individual document [history](../../../reference/glossary/document_history.md) page and added an “`Export as CSV`” button to both pages. **Added:** filters for `location`, `label` and `document type` to **document activity** page. | 642073 | 15 May 2018 | 5.9600-beta-3 |
| **Modified:** upload so that each document has an upload event even when numbers are large. But not to list documents in the upload notification if numbers exceed the global.property: maxUploadNotificationAttachments (default number is 20). | 653836 | 15 May 2018 | 5.9600-beta-3 |
| **Modified:** upload to log a warning, rather than fail, on a validation error in the PSML metadata. | 653852 | 15 May 2018 | 5.9600-beta-3 |
| **Added:** to services and the Default servlet, support for **CORS requests** from URLs matching any OAuth client URI configured in PageSeeder. | 652794 | 15 May 2018 | 5.9600-beta-3 |
| **Modified:** the document view page now automatically outlines transclusions on mouse over. | 652914 | 15 May 2018 | 5.9600-beta-3 |
| **Fixed:** problem when starting PageSeeder with Java 9, by upgrading to Tomcat 9.0.8, Tika 1.18 and adding JAXB library. | 652812 | 15 May 2018 | 5.9600-beta-3 |
| **Fixed:** the display of **edit notes** created after a version not appearing with that version. | 654713 | 11 Apr 2018 | 5.9600-beta-3 |
| **Fixed:** problem inserting image by listing images from another group. | 653975 | 26 Mar 2018 | 5.9600-beta-3 |

