---
title: "Release Notes – Version 5.7000 (31 October 2014)"
source: https://dev.pageseeder.com/guide/installation/release_notes/release_notes_version_5.7000.html
last_updated: 2026-09-08T14:06:40+10:00
tokens: ~3172
---

# Release Notes - Version 5.7000 (31 October 2014)

| Description | ID | Date | Version |
| --- | --- | --- | --- |
| **Fixed:** System Info page causing PageSeeder to crash while indexing by upgrading to Ehcache 2.8.3 and removing deprecated information from System Info and Cache Info pages. | 525029 | 27 Oct 2014 | 5.6918 |
| **Fixed:** unzip complete message on Document Upload page not appearing sometimes when there are warnings. | 524914 | 27 Oct 2014 | 5.6918 |
| **Fixed:** overwrite image not working in editor after overwrite message is displayed. | 523843 | 22 Oct 2014 | 5.6917 |
| **Fixed:** problem selecting members from a long list (without a mouse wheel) in Document Activity and Tasks pages. | 522668 | 21 Oct 2014 | 5.6917 |
| **Added:** the following label report section to the XML Usage Report (lab perspective, search page table view with documents and PSML documents selected) and added these label constraints to the Usage Schema. Also added a Documents column to the Usage Report containing up to 100 URI IDs for which the item occurred. Labels Report Type Name Nesting Nb Found URI IDs document label1 2 123,456 fragment label2 1 789 block label3 2 12,34 block label4 1 56 inline label5 2 78,90 inline label5 label3 2 12,34 inline label5 label3 \> label4 1 56 | 522706 | 21 Oct 2014 | 5.6917 |
| **Added:** **Dev** \> **PSML Migration** page in developer perspective which lists all projects and groups on the server not fully migrated to PSML including unmigrated configuration files. It also provides links to help with the migration of these including a new feature to Convert All Documents in a project's groups. | 523871 | 21 Oct 2014 | 5.6917 |
| **Fixed:** Document Activity page not displaying notes and comment replies. | 522682 | 14 Oct 2014 | 5.6916 |
| **Added:** PSML document template parameters as fields on the New Document page. They can be used in content or in the creation configuration (e.g. `<folder path="{$ui.my-param}"/>`). Only `<t:param>` with `@title` attributes will appear as fields. Also added support in the PSML document config for a `@creation`/`@folder`/`@transform` attribute with default `"charfolding,lowercase,underscore,trim"` which applies to the folder path. Fragment parameters which used to appear when adding fragments will now NOT appear unless the `<t:param>` has a `@title` attribute. | 522616 | 14 Oct 2014 | 5.6916 |
| **Fixed:** Ant task `ps:process` embeding or transcluding non-PSML content. | 522760 | 14 Oct 2014 | 5.6916 |
| **Added:** support for `adminEnable=access-personal` in `template.properties` to allow administrators access to any personal group. | 522751 | 14 Oct 2014 | 5.6916 |
| **Fixed:** email templates not using `customFolder` in `template.properties` | 522735 | 13 Oct 2014 | 5.6916 |
| **Fixed:** Processing Options not displayed in Document Upload page when there are more than `20` files. | 522674 | 10 Oct 2014 | 5.6916 |
| **Added:** the following services to make login to PageSeeder from external applications easier: [get-self](../../../api/services/get-self_get.md) (/self): Returns the account details for the logged in member.[list-self-memberships](../../../api/services/list-self-memberships_get.md) (/self/memberships): Returns the list of group memberships for the logged in member. Also removed archived groups from memberships returned by list-member-memberships service except when `archived=true` parameter is used. | 522292 | 10 Oct 2014 | 5.6916 |
| **Replaced:** the pageseeder-standalone/complete-x.sh Linux installer with an RPM that can be installed using yum. Also made the following changes: installation directory is now `/opt/pageseeder`PageSeeder runs as the 'pageseeder' user instead of 'root' for better securityadded support for using reverse proxies such as Nginx which allows PageSeeder to share a single IP with other websitesadded a maintenance page which can be displayed when PageSeeder is downadded heap dump on out of memory to `/home/pageseeder` directory to diagnose issuesadded option to create MySQL database (now there's no need to create it manually)removed `com.pageseeder.Update` servlet which previously had to be accessed to update the database - the database is now updated automatically when PageSeeder starts | 522478 | 3 Oct 2014 | 5.6916 |
| **Allowed:** use of \*.localhost domains with PageSeeder developer license. | 522245 | 3 Oct 2014 | 5.6916 |
| **Modified:** the Document Comments page for PSML to display the locations in document order and replaced the 'Location: x' link with an excerpt from the document. | 522126 | 1 Oct 2014 | 5.6916 |
| **Added:** `documentPort` and `documentScheme` to `template.properties` which are now the port and scheme used for all document URIs. These are independent from the `webSitePort` and `webSiteScheme` used to access the server. When changing the `webSitePort` or `webSiteScheme`, for the server you should generally NOT do Update Objects on the Hosts page. | 518678 | 26 Sep 2014 | 5.6916 |
| **Fixed:** some notifications not being sent to members with notification options set to send attachments. | 521950 | 26 Sep 2014 | 5.6916 |
| **Fixed:** incorrect number displayed at the top of the References block. | 521905 | 23 Sep 2014 | 5.6916 |
| **Upgraded:** Tomcat to version 6.0.41 | 522120 | 23 Sep 2014 | 5.6916 |
| **Fixed:** Insert/Edit XRef dialog having "This link is a reverse link" ticked when it is not a reverse link. | 521984 | 23 Sep 2014 | 5.6916 |
| **Added:** support for SMTP authentication of outgoing emails with `smtpServerUsername` and `smtpServerPassword` in `global.properties`. Also disabled `mailRelay` property due to spam issues. Other applications using PageSeeder to relay email will need to use an alternative SMTP server. | 520898 | 27 Aug 2014 | 5.6909 |
| **Modified:** the PageSeeder database as follows: Added constraint on `MEMBER_FOR_DGROUP` table to stop duplicate membership records.Increased `DGROUP.OwnerDirectory` size to `60` to stop issues with long project names.Added `DGROUP.XRefsModified` for future caching.Increased `MEMBER.FirstName` and `MEMBER.Surname` sizes to `50`.Changed `XLINK.ContentTitle` and `CONTENT.Data` to character set `utf8mb4` to support non-BMP characters (e.g. Emoji).Removed unused `AutoToolbar` and `AutoSeed` fields.Removed old references to Oracle and SQL Server. Supporting non-BMP characters requires MySQL 5.5.3 or higher and the `my.ini` file needs to be modified by changing all instances of `utf8` to `utf8mb`4 and RESTART MySQL. Also ensure that this version or later mysql-connector-java-5.1.32.jar is in the following folders: pageseeder/webapp/WEB-INF/drivers and lib BEFORE UPGRADING, any duplicate `MEMBER_FOR_DGROUP` records will need to be deleted. Check for duplicates via the MySQL command line using: SELECT DISTINCT t1.\* from MEMBER\_FOR\_DGROUP t1,MEMBER\_FOR\_DGROUP t2 WHERE t1.groupid = t2.groupid AND t1.memberid=t2.memberid AND t1.memberforgroupid\<\>t2.memberforgroupid; | 516438 | 19 Aug 2014 | 5.6909 |
| **Added:** support for `processed="false"` on `ps:process` Ant task to leave `document/@level="portable"` (useful if uploading result). Also fixed schema issues with `manifestdoc` option. | 520219 | 12 Aug 2014 | 5.6909 |
| **Improved:** search by ignoring character case, punctuation, hyphens, etc. when appropriate. | 513606 | 8 Aug 2014 | 5.6909 |
| **Fixed:** project labels not available in PSML editor if config folder for document type is missing. | 519933 | 6 Aug 2014 | 5.6909 |
| **Improved:** stability by removing `document()` and `doc-available()` functions in XSLT and changed the Insert XRef, Move Comment and Move Document pages to use breadcrumb bars. Also added the following services: list-groupfolders list-uri-uris list-uri-uris-forurl The relationship/level parameter value "ancestors-children" in external uri services is no longer allowed. Projects using this should be updated to use either "ancestors" or "children". | 504709 | 6 Aug 2014 | 5.6909 |
| **Fixed:** override="true" on `<publishing>` not working in document-config.xml. | 518857 | 1 Aug 2014 | 5.6909 |
| **Simplified:** document versions by moving task fields (`status`, `priority`, `assignedto` and `duedate`) to a separate task called a Workflow. The version name can be free text, a number or now a date (e.g. 2014-08-19). **Modified:** the following user interface pages: Document Versions Page: Removed task fields.Document Comments Page: Added Workflow section.Comment Thread Page: Handle Workflow statuses.Comment Reply Page: Handle Workflow statuses.Create Version Page: Removed task fields.Version Folder Page: Removed task fields.Batch Add Version Page: Removed task fields.Document Browse: Added 'Workflow' option on folders.Search Results: Added 'Add Workflow' batch option.Fragment History Page: Removed version status. **Added:** the following user interface pages: Create Workflow PageWorkflow Folder PageBatch Add Workflow Page Modifed PSML by removing from `<version>` the attributes `@status`, `@priority`, `@due` and element `<assignedto>` and adding `<author>` element. Also removed from `<compareto>` the attribute `@status`. Modified index to remove `psstatuschangeddate`, `pspriority`, `psduedate` and `psassignedto` from PS standard and PSML documents. Modified the following services: Removed parameters: `status`, `priority`, `duedate` and `assignedto`. [create-uri-version](../../../api/services/create-uri-version_post.md) Removed from `<version>` element, the attributes `@status`, `@priority`, `@due` and element `<assignedto>` and added `<author>` element. [list-uri-versions](../../../api/services/list-uri-versions_get.md) Added the following services: [create-uri-workflow](../../../api/services/create-uri-workflow_post.md) [get-uri-workflow](../../../api/services/get-uri-workflow_get.md) [list-fragment-edits](../../../api/services/list-fragment-edits_get.md) Modified Ant task `ps:export` by removing `<compareto>` and `<version>` element options. Existing versions will still appear but without task fields. Existing versions with status will now also appear under Workflows. Projects using status on versions or `psstatuschangeddate`, `pspriority`, `psduedate`, `psassignedto` index fields on documents will need to be updated to use workflows. | 518506 | 1 Aug 2014 | 5.6909 |
| **Fixed:** display errors for browsers with a timezone containing a half hour offset. | 518567 | 23 Jul 2014 | 5.6909 |
| **Fixed:** creating/editing schematron for PSML documents. | 516820 | 21 Jul 2014 | 5.6909 |
| **Fixed:** XRefs not appearing correctly when editing a document shared between groups with different `shareDocumentEdits` settings. | 517993 | 18 Jul 2014 | 5.6909 |
| **Updated:** user-preferences-membergroups page to only list a member's current groups, with an autosuggest box to invite/add them to other groups. Also, added a created date for all memberships created from now on. | 513476 | 11 Jul 2014 | 5.6909 |
| **Modified:** batch Validate by folder or search results to work with PSML documents and not PS Standard documents. The same for XML Usage schema creation from search results (Lab perspective). Projects that need batch validation of PS Standard documents will need to convert them to PSML. | 517520 | 11 Jul 2014 | 5.6909 |
| **Added:** warning on document upload if an image that is referenced can't be found. | 513365 | 20 Jun 2014 | 5.6909 |
| **Fixed:** "Uploading x documents" message on upload confirmation not displaying the correct number for large uploads. | 513324 | 20 Jun 2014 | 5.6909 |
| **Fixed:** notification missing text content for emails sent to `[groupname]--announce@[pageseeder server]`. | 511491 | 20 Jun 2014 | 5.6909 |
| **Fixed:** unresolved XRefs displaying as resolved and not creating edits when uploading exported documents. | 513193 | 18 Jun 2014 | 5.6909 |
| **Fixed:** Cancel button on Image Explorer page when inserting an image. | 511404 | 16 Jun 2014 | 5.6909 |
| **Fixed:** out of memory error viewing a PSML document caused by a `<cell>` with `@rowspan` attribute in the last `<row>` of a `<table>`. | 512192 | 16 Jun 2014 | 5.6909 |
| **Modified** the Document Upload page so "Convert PSML to PS Standard XML" is always unticked by default. Also, removed the "Validate" option so validation is always done. | 511399 | 13 Jun 2014 | 5.6909 |
| **Fixed:** comment notification not being sent if there are errors in the HTML of an incoming email. | 511731 | 13 Jun 2014 | 5.6909 |
| **Fixed:** table cell role not being saved when editing content. | 511177 | 2 Jun 2014 | 5.6909 |
| **Fixed:** non-administrators unable to add/view comments on URLs. | 511463 | 2 Jun 2014 | 5.6909 |

