Per Hemmingson
Jan 28, 2010
  6878
(2 votes)

EPiServer World News

A week ago we upgraded EPiServer World to the release candidate for EPiServer CMS 6 with the motto “Drinking our own champagne” and put it to the real test.

I have previously written about upgrade experiences for EPiServer CMS 5 R2 and its breaking changes. The great thing about CMS 6 is that there are no breaking changes, and the upgrade process is actually a lot easier than before* (for our website). The Development team has done a superb job of creating a stable release as well as a smooth upgrade script. The actual upgrade took 5 minutes with EPiServer Deployment Center, then you just sit and wait while it migrates all XForms data to the new Dynamic data store. 

There are of course other changes that Per Bjurström has already blogged about that you should read up on.

The site worked without recompiling the code, but there is some obsolete code functionality in XForms (pageAfterPost) and the FriendlyUrlRewriteProvider, to name a few that you should update.

We also have updated EPiServer World with new functionality and corrected some bugs, especially with WebEx/online sessions.

Most notably we have added a new forum feature, Mark as Answered:

image

When you select to Mark as answer, the answered post will look like this:

image

This has been implemented so that it is quicker to find answers to your problems as well as to answer unanswered questions. We are also working on a Community recognition program so you will get points for contributing to our EPiServer Community, and forum posts marked as answered will of course receive more points.

The second new feature added is a feedback form so you can send us comments, suggestions and errors you find on the site:

image

You can still use the mailbox epw@episerver.com  Note that we use Email Obfuscator to protect all e-mail addresses on our sites.

A lot more new requested functionality is in the pipeline and we are continually updating the site to ensure that there is one World to rule them all. :-)

Jan 28, 2010

Comments

Per Hemmingson
Per Hemmingson Sep 21, 2010 10:33 AM

To clarify the XForms PageAfterPost property, our solution to it was simply using PageGuidAfterPost instead, e.g:

PageReference pageReference =
PermanentLinkUtility.FindPageReference(FormControl.FormDefinition.PageGuidAfterPost);

if (PageReference.IsNullOrEmpty(pageReference))
{
Page.Response.Redirect(UriSupport.SiteUrl.ToString());
}

PageData pd = GetPage(pageReference);

if (pd == null)
{
Page.Response.Redirect(UriSupport.SiteUrl.ToString());
}

Page.Response.Redirect(pd.LinkURL);

Please login to comment.
Latest blogs
OptiPowerTools.Hangfire: A Drop-in Hangfire Integration for Optimizely CMS 12

Back in 2024, I wrote a post on Adding Hangfire to Episerver/Optimizely CMS 12, walking through each step of integrating Hangfire into an Optimizel...

Stanisław Szołkowski | Mar 31, 2026 |

Upgrade Guide: Commerce 14 to Commerce 15 preview

This document provides step-by-step instructions to upgrade a Commerce site from Commerce 14/CMS 12 to Commerce 15/CMS 13 preview.   Overview   Thi...

Viet Anh Nguyen | Mar 31, 2026

Prove what your experimentation program is worth with Holdouts

Running experiments is one thing. Knowing whether your experimentation program is moving the business forward?  That's  the harder question.   Most...

Sarah Ager | Mar 30, 2026

Supercharging Optimizely Forms: Introducing Dynamic Email Routing & Conditional Submissions

Supercharging Optimizely Forms: Introducing Dynamic Email Routing & Conditional Submissions Optimizely Forms is a powerhouse for gathering user dat...

Scott Reed | Mar 30, 2026

How CMS Implementations Need to Change for GEO and AEO

Search is changing. AI systems are increasingly the first point of contact between your content and your audience, and they don't behave like...

Andy Blyth | Mar 27, 2026 |

VirtualText 2.0.0 beta for Optimizely CMS 13 previews

DavidHome.Optimizely.VirtualText   2.0.0 has been released as beta for Optimizely CMS 13 previews. This is a major technical release. The focus is...

David Drouin-Prince | Mar 27, 2026 |