-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 9.1.0 - September 1, 2024 - **Improved:** Use file extension arrays instead of enumerating image and documents formats so that FileManager is displayed faster when the page is first accessed (on application startup). Enumerating formats to find Document Viewer and Image Viewer support, triggered loading of native DLLs, which should be delayed to when they are actually used. - **Improved:** Disabling FileManagerPermissions.Download permission will also disable DocumentViewerPermissions.DownloadAsPdf. In the past we allowed DownloadAsPdf as the user could already print the document and save as PDF but it makes more sense to disable it to prevent confusion as it has "Download" word in it. So currently; Disabling FileManagerPermissions.Download -> disables DocumentViewerPermissions.Download and DocumentViewerPermissions.DownloadAsPdf Disabling FileManagerPermissions.Print -> disables DocumentViewerPermissions.Print and DocumentViewerPermissions.SelectText - **Fixed:** Since v9.0.0, when clicking "Download Original" button in DocumentViewer, the download dialog prompted to save "SessionExpired.html" instead of the actual file. This was caused by stateId being overwritten by FileManager. - **Fixed:** Embedded resource overriding from App_GlobalResources folder was broken since v9.0.0. For example custom language files put under App_GlobalResources, were not being loaded. - **Fixed:** When using DisplayMode.Window for FileManager and Modal mode, the modal mask should cover the entire page/window because most of the time container element can have collapsed height which would make the synched size mask useless. - **Improved:** Document Viewer: - **Improved:** PDF conversions are now faster and more accurate. Support high-load environments. - **Improved:** DocumentViewer will show generic subfolders for attachments that has path info in PDF portfolio files. - **Fixed:** Signatures in some PDF files were removed in conversions and thus were not visible in DocumentViewer. - **Fixed:** "Full Screen" menu item should not be visible on mobile devices just like "Presentation Mode". - **Improved:** Delete legacy folders and left-over temporary files under GleamTechConfiguration.TemporaryFolder on startup.
- Loading branch information
Showing
20 changed files
with
127 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.