November 2015
Update Patch Release Notes
The following updates have been implemented in this release:
In the current version of IGP:Digital Publisher(DP), the "Created By" and "Modified By" fields are not available in some cases. Due to which it becomes difficult to track this information when it is needed.
These fields are now displayed in the following interface.
Note: For all the above four interfaces, existing records will display 'None' as create/modify values, as there is no data available for the same in the Database.
However, existing records will be updated with the Modified By value, on modifying any of the previous records.
A new option named Format Output is now introduced on the Presentation Template Component interface.
The Format Output option is available on both Presentation Template Component interface under the Administration panel as well as the Master Template Component.
Using the Format Output option an Administrator can set template specific default settings for a particular template.
On clicking the Format Output option the Format Output Setup interface will be launched in a window of its own. The account Administrator can set template specific default settings by simply selecting the check-box against individual options that should appear as default selection at template level and click the Save button to save the changes.
Every document that is created using the particular presentation template, will have the default settings applied and will save the time of the editors during the production process.
The Master Presentation Templates will be updated by IGP during the update activity. If you have created any custom templates based on the IGP Master Templates, please check that these updates are applied in your templates if applicable.
Index Links - Links applied using "Hyperlinking Tools" to index page number gets removed in output. This is now fixed.
ePub2 - Spaces were getting stripped when two same class inline spans were appearing together. This is now fixed.
AIE JS fixes - The following fixes have been done
AIE QAA Set score fixed when user reset their result and click on Check button without providing any input answer
The score appears 0/0 when user just press check in set exercises, while in the rest of the exercises, when user just press check without having done anything, the result is different
The Save event on DPI form was displaying ERROR message. This was due to Keyword field of Metadata form, having a limitation of maximum 255 characters. This is now fixed.
Proof21 Importer - The following have been fixed.
Soft-hyphen inserted for the end of lines results to inserting an extra space after Proof21 package imported into Digital Publisher.
Hard Copy books were facing the jointstring issues after Proof21 package imported into Digital Publisher.
Margin Inside Outside and Margin left and right update issue inside the Page dimension block. The @page property specifies the page dimension properties. It is possible to write the margin left and right as margin outside and inside by CSS Editor > Doc tab. The same properties are mirrored inside .PAGE-SETUP selector for using in browser. A past update overwrote the margin left and right properties in PAGE-SETUP as margin inside and outside. And this caused display issues in TIB. This is now fixed.
In some cases Index section page numbers were rendering as zero in output pdf. There was a bug in a code which produce prince base version as string. This is now fixed