28 results found
-
Computed readonly field for a content type
A way to define a property or a method within a given content type having the following characteristics:
- It is a computed property: the value will be determined by querying other related database tables
- The property will be displayed as read-only / disabled on the Optimizely dashboard / edit content typeThe next approach does not display the property in Optimizely Admin UI
[Display( Name = "Total Price", Order = 130, GroupName = GroupNames.Plm)] public virtual decimal TotalPrice => Items?.Sum(i => i.Quantity * i.UnitPrice) ?? 0;
This happened because it looks like content graph, SearchText, and GetSearchableProperties() in…
5 votes -
Mechanism to Apply Application Settings via Redeployment of Existing Code.
Provide a mechanism via Deployment API and the DXP Management Portal (PaaSPortal.Episerver.net) for the redeployment of the currently existing code package. This functionality would allow for the application of updated Application Settings / Key Value pairs configured within the DXP Management Portal to be applied to a given environment without the need for code changes or other work arounds.
Alternatively provide functionality to allow for for Application Settings / Key Value pairs configured in the DXP Management Portal to be applied using the Environment Restart functionality.
5 votes -
Language Manager in combination with the auto translate feature
Language Manager in combination with the auto translate feature
2 votes -
Use more secure ciphers by default
When performing a security check for a DXP site on internet.nl the result is that "Your web server does not prefer 'Good' over 'Sufficient' over 'Phase out' ciphers" and "Your web server supports one or more ciphers that have a phase out status, because they are known to be fragile and are at risk of becoming insufficiently secure.".
I suggest that more secure ciphers should be used on all DXP sites by default. The more secure ciphers are referred to as "Modern", "Compatible", and "Legacy" in the cloudflare documentation. https://developers.cloudflare.com/ssl/edge-certificates/additional-options/cipher-suites/recommendations/
2 votes -
HSTS on the root domain
We are experiencing some redirection issues we have no control over as they are done in the root domain.
http://oldsite.com redirects to https://www.oldsite.com then finally to https://www.newsite.com
The redirection should be as follows:
http://oldsite.com -> https://oldsite.com -> https://www.newsite.com
Please update Optimzely’s configuration to do these redirects properly
2 votes -
1 vote
-
Database timeout during site starting up after removing properties of block type
I am a senior developer. We have been facing this issue where when we remove properties of block type the site fails to start and throws database timeout during ModelSyncInitialization. This happens even when a single property of block type is removed.
We have an open ticket with support and have tried a few solutions but the only option that works is to increase the DatabaseQueryTimeout to an hour or so.2 votes -
Make SSL / TLS Certificate Management Self Service
Provide self service tooling via PaaS Portal to allow customers to manage SSL / TLS certificates for their hostnames directly. This would ensure that customers can update custom certificates at their leisure and discretion
2 votes -
Make Management of WAF (Web Application Firewall) activities Self Service
Provide self service tooling via the PaaS Portal to allow the customer to OPT in to WAF modification, and then provide an interface within the PaaS Portal to make Allow Rules, and Block Rules within the WAF.
2 votes -
Make Hostname Setup/Removal/Modification Self Service
Provide self service tooling via PaaS Portal to allow customers to start and complete, hostname setup at their own pace. Provide Self Service tooling via PaaS Portal to manage the removal of hostnames, and or facilitate the moving of hostnames between customer projects as self service.
2 votes -
Make execution of SQL Scripts Self Service
Provide self service tooling to allow for customers to complete this activity directly. Given the high volume of requests Service Desk processes for this activity it is clear that customers and parters have a desire for this kind of utility in the platform.
2 votes -
Alerting for suspicious traffic spikes
Customers never get alerted to suspicious traffic spikes unless they impact site speed or uptime.
Ability to establish alerting for suspicious attacks, even if they are addressed by cloudflare before they impact site performance.2 votes -
Move ADE envs during migrations to CMS 12
Customers who upgrade CMS versions using Self service (11->12) tooling lose access to ADEs unless they specifically request them to be re-provisioned. They should be moved over as part of the migration process. As a standard all provisioned environments including ADE's should be spun up when a migration is completed.
2 votes -
Size estimates on CMS pages/media before deployment/publish
For a developer, or CMS editor: Is it possible to get a size estimate of the page, media etc before deployment, so that our teams dont accidentally publish something which has a huge size (like 2 TB) and impacts performance
2 votes -
Add display names to SaaS CMS instances in Opti ID
I am a CMS developer. I am just beginning to work with SaaS. In Opti ID, when I look at my SaaS instances, the instance names are not very human readable. Each begins with code representing the client name, and then a very generic environment name is added:
Production
Test 1
Test 2It would be very useful if we could set display names for these environments:
For myself, I work for an agency and may have access to many environments. Having to scroll the names as they currently exist is challenging. Am I looking at the right environment or…
1 vote -
[Language Manager] Improve the warning message to make it more meaningful
When translating the pages, you might get the following error:
"Error occurs while translating content, please check the logs for more details."Reason:
In most of cases, the issue happens when the page contains a block that was not enabled for the target language.
For an example: when translating a page from EN -> SV. The page contains a block in ContenArea. The issue happens when the 'sv' language is not enabled for the block.Solution:
As the above example, please enable 'Sv' language for the block.I think we need add more information to the message to make it…
1 vote -
Inconsistent trailing slash behavior with Simple Address in SaaS CMS + Content Graph
I'm encountering an inconsistency when working with URLs in the SaaS CMS frontend using Content Graph. All content URLs returned from Graph include a trailing slash except for those using the Simple Address feature — see screenshot for reference.
This inconsistency makes it difficult to reliably match URLs when resolving routing on the frontend. Since URL comparison often involves exact string matches, the mismatch in trailing slash behavior leads to additional logic and potential edge cases.
1 vote -
Saas CMS LongString TextArea
Adding an optional toggle to allow Longstring properties to display as Text areas for CMS editors would be useful.
1 vote -
SaaS CMS Inconsistent Date formats
When editing a DateTime property in the CMS Content Types panel the date time is using my local format of dd/mm/yyyy. When a CMS Editor edits on the page the DateTime format changed to mm/dd/yyyy. It would be nice if DateTime pickers used the users local DateTime format throughout the CMS.
1 vote -
sync status
This request is to make the status of the Synchronize with Optimizely Graph more visible. Currently content editors only see the graph sync status when clicking into the dropdown menu on a content item in the content editing pane. Would like to see graph sync status visible on the content editing interface without having to click and additional item. Perhaps even elevating items which are not synced to have a visible indicator within the content navigation pane setting a view for whether an item or subitems have unsynced content. Currently we are having issues with our sync jobs and users…
1 vote
- Don't see your idea?