Fixes and Changes in Release 1.01
This page lists all work items related to Smartsite iXperion 1.0.1 Build .
The WI column lists the number from our internal issue management system, the Build column lists the release build in which the fix/change was introduced.
Work items, listed in green, refer to builds that have not (yet) been released.
Work items related to Smartsite iXperion 1.0.1
Number of work items: 33.
WI | Build | Description |
---|---|---|
3594 | 1 | Previewing a new (not yet saved) item within the cms manager failed Previewing a new item within the cms manager resulted in the exception "the given key was not present in dictionary", due to the fact that the contenttype was not resolved correctly. This has been fixed. |
3902 | 1 | When exporting files the temp-directory shared_files is not always deleted after creating the zip file When you use the Export Files Wizard within the cms manager, with the options "include linked data" and "create zip file" selected, the temp directory shared_files is not always deleted after creating the zip file. This happens when the shared_files directory contains files which are marked as read-only. To resolve this issue, the Exporter now removes the read-only flag of the copied files. |
4036 | 2 | Workflow errors during import and in Outscaling. |
4142 | 2 | Export wizard now supports selecting a view to determine which items must be exported. |
4209 | 2 | Import wizard now supports "keep itemnumbers" option (if SmartNumbering has been enabled). |
4233 | 2 | Unexpected -1 return value from Smartsite.Activator. |
4274 | 2 | License validator can now be installed on a system without the shared CMS components. |
3369 | 3 | The Config Editor now validates the user principal for service client section. |
4060 | 3 | The webservice macro now supports secure connections. The webservice macro now has two extra parameters: username and password. When these parameters has been provided, the webservice macro automatically establishes a secure connection to the specified Url, using basic authentication. |
4166 | 3 | The webservice macro failed if you use the LiteralMethodNode parameter without specifying a MethodName parameter. When you used the LiteralMethodNode parameter in a webservice macro, the call failed if you did not also provide the MethodName parameter. However, the MethodName parameter shouldn't be needed when you provide the LiteralMethodNode parameter, this parameter (should) contains all the necessary information. |
4223 | 3 | De Config Editor now validates the server address at design time. |
4229 | 3 | A bug was fixed in the Config Editor that sometimes occured when cancelling a pending validation operation. |
4261 | 3 | Incorrect ampersand unescaping during import. The Importer always executed ampersand unescaping, regardless of the contenttype field configuration. This has been fixed, now ampersand unescaping is only executed on fields which do have a textfilter ctfp. |
4262 | 3 | Escaped CDATA sections were converted to unescaped CDATA sections during export/import. Sometimes it is necessary to use escaped CDATA sections within SXML. When exporting/importing an item containing such escaped CDATA sections, these were converted to unescaped CDATA sections. To resolve this issue, the Exporter and Importer now both use different escaping sequences for unescaped CDATA sections, making sure that originally escaped CDATA sections will be kept intact. |
4275 | 3 | "Bulk import" option added to the Import wizard. The Importer code has been enhanced with several options, culminating in the "bulk import" option, which has been added to the Import XML File(s) dialog. This option is intended to be used for large import xml files (containing e.g. >100 items). When using the bulk import option, the following applies: - Within the import wizard itself, schema validation and import file analysis is skipped (takes a lot of time for large files). - ContentChange.Activation events generated during import are consumed by the Importer and at the end of the import process, the publication engine is signalled to clear its memory and disk caches. - Detailled import summary information will not be sent to the progress dialog (which would be potentially hundreds/thousands lines of html). |
4305 | 3 | When the Smartsite.Licensing.config uses an invalid product-id no clear exception was shown. |
4327 | 3 | Previewing an image within the CMS manager failed with the message "cannot convert to byte array". The passed image data was not handled correctly, resulting in the exception "cannot convert to byte array" when previewing an image within the CMS manager. |
4329 | 3 | Smartsite.Activator now includes the option to install updates. |
4336 | 3 | The License Activator now supports multiple generic licenses. You can now activate generic licenses by creating a subfolder with a descriptive name in %ProgramFiles%\Smartsite Software\Licenses\ and copying the license file to the newly created subfolder. |
4346 | 3 | Smartsite.Srm now supports a fallback licensehost. When Smartsite.Srm tries to login into a specific feature and this call fails (with a specific exception), it will automatically try to connect to the fallback licensehost (if specified). |
4359 | 3 | Smartsite.Activator will now write the Hasp Key ID to the Smartsite.Licensing.config when activating a product license. Since Smartsite will need to know the Hasp Key ID of your local Hasp License manager when you want to request a license modification, the Smartsite.Activator will write this Hasp Key ID to the Smartsite.Licensing.config file when you first activate a product license. Then, all you have to do when requesting a license update/modification is send the Smartsite.Licensing.config to Smartsite, and we have all the information necessary to create an update/modification. |
4371 | 3 | License exceptions could occur if the read-only memory data was lacking certain nodes. The read-only memory data parsing and handling has been improved to be able to handle the lack of certain nodes. |
4377 | 3 | ExternalCachePath registry setting should never be empty. The CMS site will no longer start up if the ExternalCachePath setting is made empty. |
4380 | 3 | The CheckSiteFeature of Smartsite.Srm could return false for a licensed feature. The CheckSiteFeature returned false for a licensed feature if the trial version of the same feature has been expired. |
4399 | 3 | Smartsite.Srm now includes additional support for virtual environments. This makes it possible to create/deploy licenses for virtual machines (e.g. VMware ESX server). |
4437 | 3 | Adding an image within a CMS folder causes the image control to render an error page. The error occurred because the image control was trying to render the parent. |
4440 | 3 | Previewing a new, not saved image within the CMS manager failed. The image data was displayed as string content, because the http contenttype was not set correctly. |
4451 | 3 | Xlinks would revert to default behaviour when inputdata contains 0 rows. When using Xlinks to filter inaccessible items from a list of items generated by a different macro and that list happened to be empty for whatever reason, Xlinks would return a list of children of the current page as if no inputdata was passed. Xlinks has been fixed to return the empty datatable directly. |
4458 | 3 | Opening item in external did not work properly. In the TestSuite, opening an item in an external browser did not always open the expected item in the expected browser. |
4459 | 3 | Edit item in the TestSuite did not always show all the fields When editing an item in the TestSuite, opening a group did not always show all the fields. |
4464 | 3 | The se:code macro couldn't be used due to "metadata file [...] could not be found" exceptions The se:code macro automatically adds a number of basic Smartsite iXperion assemblies to the referenced assemblies. However, no full path was specified, resulting in the "metadata file [...] could not be found" exceptions. |
4472 | 3 | Post-processing in Importer is aborted unexpectedly The post-processing of items within the Importer could be aborted unexpectedly when within the item data an external url with an ".html" extension was encountered. |
4992 | 4 | se:embeduri did not work with multiple querystring parameters. The ampersands between querystring parameters were accidentally escaped internally. |
- Release Notes voor Smartsite 8.1
- Release Notes voor Smartsite 8.0
- Release Notes for 7.11 (build 3)
- Release Notes for 7.11 (build 2)
- Release Notes for 7.10 build 5
- Release Notes for 7.10 build 4
- Release Notes for 7.10 build 3
- Release Notes for 7.10 build 2
- Release Notes for 7.10
- Hotfixes
-
Archief
- Release Notes for 7.9
- Release Notes for 7.8 build 2
- Release Notes for 7.8
- Release Notes for 7.7 build 3
- Release Notes for 7.7 build 2
- Release Notes for 7.7
- Release Notes for 7.6
- Release Notes for 7.5 build 2
- Release Notes for 7.5
- Release Notes for 7.4
- Release Notes for 7.3
- Release Notes for 7.2
- Release Notes for 7.1
- Release Notes for 7.0
- Release Notes for 2.0
- Release Notes for 1.4
- Release Notes for 1.3
- Release Notes for 1.2
- Release Notes for 1.1
- Release Notes for 1.02
- Release Notes for 1.01