Skip to content

CMS PaaS (Content Management System)

CMS PaaS (Content Management System)

Categories

JUMP TO ANOTHER FORUM

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

186 results found

  1. There are blocks that have the message 'not used anywhere' at the top. They were incorrectly created and need to be deleted. But from the offending block's edit URL, we're unable to find the Parent Block/Folder it was created under.
    We're needing a 'link' that takes you directly to the Parent of this block. Otherwise, I can't easily delete the block.

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. As a admin I would like to be able to add parameters for my scheduled jobs so I can make configurable certain actions within the scheduled jobs.
    In full framework there is a popular addon that does this.
    https://github.com/Geta/Geta.ScheduledParameterJob

    33 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Having one tab on PAAS portal for Azure Access Users. Only technical contact (TC will be able to see this tab, which having a list of current users who is having access to the customer's resource group because TC will be aware to correct the list, remove/update those who is not working on that project anymore. This is to prevent possible security risk for their environments.
    In the case, the technical contact becomes invalid, he/she can submit a button "Request to change technical contact information" on this tab. And a new form will be popped up for him/her to fill…

    58 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. We are facing an issue with non-existing english language cultures for local markets. Ex en-IT. We would like the possibility to add custom cultures in DXP with CMS 12.

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. We would like a single point of truth for identified security issues so that we can support our clients.
    Ideally this would include affected products/versions as well as suggested patches or remedies.
    Ideally this would include all Optimizely products, not just CMS or Commerce.

    16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. When we (as an Optimizely DXP customer expose APIs for partner vendors to invoke, including the Optimizely DXP, we need to ensure that we meet The Group's security standards and one of the many facets to this is IP whitelisting.
    This means we don't allow just any IP address to invoke our API. We have a firewall that implements a check on the incoming IP address(es and only allow ones that we know of.
    It is a problem if the Optimizely DXP cannot provide us with persistent IP address ranges that we can whitelist on our side. We don't want…

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. The CMS UI is mostly white, which can be straining on the eyes. I'm convinced that adding the option to switch to a dark themed interface would be greatly appreciated by a lot of users. The option could also be automatically configured based on browser preferences.
    "Dark mode all the things" MKBHD
    https://twitter.com/mkbhd/status/1048234335088852994?lang=en

    27 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  1 comment  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. The scheduled jobs are executed as tasks by the scheduled job executor (IScheduledJobExecutor. However the Execute method that is required to create and run a custom job does not support return type Task or Task<T> and therefore the async/await syntax cannot be used. When performing expensive procedures such as reading files or executing web requests the thread is kept busy as a result. Also as far as I'm aware if I need to call an async function/method in the job then a workaround has to be used. An example of how others do this can be seen in this forum…

    30 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. As a an editor I would like to translate the contents regarding "Send email after form submission" on the "Settings" tab in order to send e-mails with the correct language to end users, especially with regards to subject and message. This is not currently possible since this list-property is not culture specific.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Research & Design  ·  0 comments  ·  Forms  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. In case of issues it's not looking good that the signature of error and challenge pages is Cloudflare. Customers want to control all content that could be served to their visitors.
    It would be very useful if an DXP administrator could upload or edit the error pages and also be able to toggle a manual editable/uploadable "maintenance page". Both features should be near "live" and don't require code deployment.
    https://support.cloudflare.com/hc/en-us/articles/200172706-Configuring-Custom-Pages-Error-and-Challenge-

    10 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Episervers standard behaviour is to convert DateTime between database, application and editors depending on what time zone the application and editors are in. If would be nice if there would be built in properties (or editor hints to enable timezone agnostic date+time or date only selections. There's a blog post how to enable this written by Casper Aasgard (https://fellow.aagaardrasmussen.dk/2016/04/23/get-predictive-time-zones-in-datetime-properties/, but this requires you to add custom editors to the site. However, there's no premade extension for date-selection only.
    This is probably quite easy to add as a standard functionality to the product, which would save a lot of…

    16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. As an administrator I'd like to be able to publish content bypassing the approval sequence. Can there be a feature added to say which roles a particular approval sequence must follow?

    18 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. We're using this add-on on Episerver World and it's very good: https://www.david-tec.com/2018/03/visual-compare-option-available-for-episerver-11/
    I think it should be included in the core product so that it is available to everyone.

    13 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. When comparing a submitted version of a page to the published version of a page, it would be helpful to have an indication of what content has been added, edited, or deleted. Currently we need to eyeball it to see what the submitter has changed and I'm sure edits are being missed. If we only had to check the places that were changed, it would streamline the process and lower the amount of time spent on each page.

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. As an editor I would like to be able to remove/move to trash a block or a media content item from the property view in the CMS.
    As it is now you need to have the Block or Media widget open, and if a piece of content is orphaned you don't see it in any list.
    I would like there to be a delete and move option the "Tools" dialog (See attached screenshot.
    A alternative solution would be to have a automated "Orphaned" folder in the block/media view so you can actually select the delete option from there.

    22 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. EPI Team,
    We would like to receive Microsoft Teams deployments cards from the Paas Portal. This is a valuable information for the teams in the field during a release cycle. At date only the person who trigger the deployment receive an email.
    1 - Exploration tracks :
    The functionality could most probably be mirrored from this "Github Deployments Cards (https://github.com/marketplace/actions/microsoft-teams-deploy-card "
    2 - Current cloud possibility at EPI / DXP :
    To do this we could use the "Events in the Ms Azure Web App (https://azure.github.io/AppService/2020/05/11/event-grid-integration.html , and configure some Microsoft webhooks in it.
    3 - Options to…

    27 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. We have multiple times seen and gotten feedback from customers that they've accidentally created content in the wrong language when for example English is supposed to be the master language.
    This is usually due to them mainly working in one language and don't switch language branch just to create a page in English.
    We have a few CMS instances where we use fallback language and a navigation with mixed language context. Once a piece of content has been created with a master language other than the intended master language (English it becomes confusing and a frustrating task for editors to…

    26 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Content Security Policy (CSP (https://developer.mozilla.org/en-US/docs/Glossary/CSP is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS (https://developer.mozilla.org/en-US/docs/Glossary/XSS and data injection attacks. These attacks are used for everything from data theft to site defacement to distribution of malware.
    Current version of EpiServer Forms is not compatible with Content Security Policy (without 'unsafe-*'.
    This requires us to change EpiServer Form Element to follow directives from our IT-Security apartment.
    Please remove/replace all inline CSS and Javascript required to run EpiServer Forms.
    Documentation:
    https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/default-src

    34 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Forms  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. As GDPR administrator i would like to know who was viewing, editing data that has been sent via EpiServer Forms. This is why all actions such:
    - display form submissions
    - download form submissions report
    - deleted submitted data
    in Form Submissions panel should be tracked, like for all other types of content.

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    Gathering Feedback  ·  0 comments  ·  Forms  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. In Episerver DXP we get a CDN from CloudFlare. Great!
    If an editor deletes a media file in edit mode, the file can still be cached for hours in the CDN. This could be bad if the content really NEEDS to be removed right away, and the editor is not aware of the CDN cache.
    When Episerver controls the entire platform, it should be possible to use the CloudFlare API to automatically purge the cache for items that are either deleted or updated.
    I find it surprising that this is not already in place.
    The current workaround is to purge…

    29 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?