Release Notes 2022.1.6.0
The May 11, 2022 release of the GlobalLink Vasont Inspire CCMS is available!
What's in this release?
- Enhancements to content authoring
- Enhancements to translation management
- Enhancements to project management
- Enhancements to administration
If you have trouble accessing Inspire, you might need to clear your browser cache.
- Press Ctrl+Shift+Del.
- From the Time range list, select All time, and then select all checkboxes.
- Close the browser.
- Try to access Inspire again.
Enhancements to content authoring
- See titles in a map when viewing topic content
When you're organizing topics into a map's hierarchy, you can change how you see the content in a map. You can view the actual content in the topic without leaving the Oxygen map editor.
You can now see the Topic Title in the Topic Content view.
For more details, read:
- Viewing a read-only component doesn't allow spell check or removal of all comments
If you don't want to edit the content in a component, you can just view it in Oxygen as Read-Only.
- Use new options for comparing versions in Oxygen
While developing content in Inspire, you have more choices when comparing content.
- History - opens a list of related snapshots so you can select an older version to compare to the component you're currently editing.
- Branch - opens a screen to find branches related to the component you're currently editing.
- Component - opens a screen so you can select an unrelated component to compare to the one you're currently editing
For more details, read:
- Use the new actions menu when you select multiple components
To perform an action on multiple components at once, you can select a few components, an entire page, or all pages of components in a folder.
When you select more than one component, Inspire opens the Selected Components panel.
On the Selected Components panel, after the name of the component, there is a new context menu (three horizontal dots).
- Edit - Opens the component in the Oxygen XML Editor. If the component is a workflow, then it's opened in the workflow editor. This option doesn't work for binary components.
- View - Opens the component in the Oxygen XML Editor as Read Only. If the component is a workflow, then it's opened in the workflow editor as Read Only. If the component is a binary, then it's opened in a viewer.
- Go to - Displays the component on the Components tab in the grid and selects the component. If the component isn't listed on the first page, then Inspire displays the page where the component is listed.
You can access this new menu when you select multiple components from:
- The Components browser
- A project when you add components
For more details, read:
- Understand import restrictions on malformed XML
Malformed XML is no longer imported.
- If you import an XML that has incorrect syntax or uses an illegal characters, Inspire no longer imports the XML file as a binary with an InvalidXML file type.
- After Inspire shows you an error, the malformed XML file is skipped.
- You can correct the XML errors and try again.
Important
- During import, Inspire does not check to see if your document conforms to the XML syntax rules of a Document Type Definition (DTD) , XML Schema, or other type of schema that defines the structure of an XML document.
- Well-formed XML that doesn’t parse against the Schema is imported without error.
- To see any schema errors, you can:
- Export the XML errors reported in Oxygen
- Go to the Component's browser and use the Validate XML option
For more details, read:
- Comply with file name restrictions
File names must be 200 characters or less.
- When you create a component in Inspire, you must use a component name of 100 characters or less.
- When you export a component, a GUID (globally unique identifier) is added to the file name.
- When you import a file back into Inspire, the file name and GUID together must not exceed 200 characters.
- If the file name and GUID length exceeds 200 characters, Inspire won't import the file.
For more details, read: Create a component.
- Compare and Merge As two read-only components
You can use a component's snapshot history to select two versions and display the differences between them in two side-by-side panes in a read-only viewer.
- This feature is only available for components that are not binary or workflow components.
- You can use this feature to view two read-only components at the same time.
- You can't change any components or snapshots you view as read-only, but you can now use Merge As to save merged changes to a new file.
For more details, read: Compare component snapshots side-by-side
- Open and submit changes in a file referenced by map without loss of toolbar functionality
Previously, if you:
- Open a map component.
- In the map, open a referenced file for editing.
- Make a change to the file.
- Click Save and Submit.
- In the Oxygen map editor, refresh the map to see updates in the referenced file.
- Repeat steps 2 and 3.
You see this result: If you click an option on the toolbar, nothing happens.
Now, when you make changes to components referenced in a map, if you click an option on the toolbar, the option functions as expected
For more details, read: Display topic content in a map.
- Include components with comments or track changes in a completeness report
Previously, if you:
- Go to
Components.
- Create a new map.
- Create a new concept.
- Open the map and add a topic reference to the new concept.
- Open the concept and add some track changes and comments.
- In the Components pane, select the new map.
- Right-click the map's row, and the select Check component completeness.
You see these results:
- For both new and updated maps and components, a completeness report is generated.
- When you view the report, in the section called Components with Comments or Track Changes, it displays a message that "No components match this criteria."
Now, when you include components that have comments or tracked changes, they are listed in the completeness report in the section called Components with Comments or Track Changes.
For more details, read: View a completeness report.
- Go to
- Search for snapshots
Previously, if you:
- Click
Components.
- In the Folders pane, locate the component that you want to restore to a previous version.
- In the Components pane, right-click the component and then select Details...
- On the Component Details screen, select the History tab.
- In Search, enter a keyword or phrase found in a snapshot's name.
- Click
Search.
- Click
- Save a read-only component
Previously, if you:
- Click
Components.
- To view a component and not make changes, right-click the component, and then select View...
- In the Oxygen editor, to save a copy for editing, in the toolbar, click
Save as.
You see this result: No screen opens so you can save the read-only file with another name.
Now, when you click
Save as, a screen opens so you can save the read-only file with another name
For more details, read: View a component without locking it.
- Click
- Open an Arabic topic in Oxygen from a map
Previously, if you:
- Click
Components.
- In the Folders pane, navigate to a map using the Arabic language that you want to update.
- In the Components pane, right-click the map component and then select Edit...
- To see a topic's content that is written in Arabic, click
the blue expand button.
You see these results:
- No content displays.
- An error similar to: "Conversion of one or more characters from XML to target collation impossible" is caused by "RetrieveXmlComponentElementsWithAttribute" cast to varchar rather than nvarchar. nvarchar is required for Arabic.cast(XmlContent.query('//*[@{0}]') as varchar(max))
Now, when you click the blue expand button, the topic's content is shown and DITA keys are built properly.
For more details, read: Display topic content in a map.
- Click
- Add profiling attributes only when the element allows them
Previously in Inspire you could add a profiling attribute to any DITA element, even if the element didn't allow their use. In this case you would see a validation error.
For example, you could:
- Open a component for editing.
- Insert a table.
- Add a profiling attribute to a table cell element.
You see this result: The DITA element doesn't allow for the use of a profiling attribute, and it generates an error.
Now, if you:
- Open a component for editing.
- Select a DITA element that doesn't allow for profiling attributes.
- Click
Update Profiling Attributes (Ctrl+Alt+F).
You see these results on the Update profiling attributes screen:
- No attributes are listed.
- You only see profiling attributes if the element allows them.
If you need to apply a profiling attribute to content, move the content into a DITA element that allows for the use of profiling attributes.
For more details, read:
Enhancements to translation management
- Understand new ways to describe translation jobs
Report changes
- Cancel a Transport translation job
If a component is sent to translation using GlobalLink Transport, you can now cancel the translation job from Transport.
Cancelling the job in this way also unlocks all the components in Inspire that were used in the translation job.
For more details, read: Cancel a Transport translation job.
- Use updates on the Translation Configuration tab
If you want translation coordinators to reuse a group of translation options repeatedly without making them re-enter or select the information for every translation job, an Administrator can create a translation configuration.
After you do any of the following actions, the list of configurations is automatically refreshed:
- Creating or updating a translation configuration
- Changing the display language
- Adding or removing filters
- Submission attributes are saved and an update shows them in the list.
On the Create Translation Configuration screen:
- Translation Project (vendor) displays the required asterisk
- After you select a vendor, you can create a translation configuration
- After you update a translation configuration, user names in the Created By and Updated By columns are not removed after a refresh of the list.
- You can now sort the list of configurations by the Updated By column.
- The Start Date column has been re-named to Created Date.
For more details, read:
- Configure a Translation Configuration's Default and Active status
If you want to reuse a group of translation options repeatedly without having to re-enter or select the information for every translation job, an Administrator can create a configuration.
When an Administrator creates a translation configuration, there are two new options to identify the configuration as:
Default – select if you want this configuration to be shown by default on the Translate Component screen when a coordinator is sending files to translation.
- If you create only one configuration, it's automatically selected for the translation coordinator.
- If you create multiple configurations, the one marked as Default is selected for the translation coordinator.
- When the Translation coordinator opens the Translate Component screen, in Configuration, Inspire selects the first translation configuration in alphabetical order that is configured as both Default and Active.
- If no translation configuration is configured as Default, nothing is selected.
Active - select if you want this configuration to be available to the translation coordinator on the Translate Component screen when they're sending files to translation.
For more details, read:
- Use expand all and collapse all buttons when selecting translation languages
When you send files to translation, on the Translate component screen, on the Details tab, you must select the Target Languages.
- On the Select translation languages screen, by default you see all of the groups and individual languages.
- You can now use the buttons in the title bar to quickly
collapse all groups and then
re-expand them all.
For more details, read:
Enhancements to project management
- Save all projects to a CSV file from Project Management tab
Previously, if you:
- Click
Projects.
- On the Project Management tab, all projects in your organization are listed.
- To download a list of specific projects, you can:
- Filter the list of available projects by words in the project name. In the Search text box, enter a keyword, and then click
Search.
- Filter the list of available projects to include only those you own or are participating in. In Type, select an option to filter the list by that criteria.
- Include completed projects in the list by selecting Include Completed and then clicking
Search.
- Filter the list of available projects by words in the project name. In the Search text box, enter a keyword, and then click
- Click Save as CSV.
- Click
Enhancements to administration
- Use new options to manage notifications
By default, Inspire sends a notification to:
- A user's Notifications tab
- The email address associated with their Inspire account
If you want Inspire to also send the notification to a user's Slack workspace, you can update an Inspire webhook.
- You must be an Administrator to work with webhooks.
- Use the webhook Link action to log into Slack and identify your company's Slack workspace.
- Once linked to Slack, Inspire sends notifications to users in that workspace.
- Inspire identifies the user in the Slack workspace by the email address associated with their Inspire account.
- If a user is not found in the Slack workspace, Inspire doesn't send a Slack notification.
For more details, read: