Take the community feedback survey now.

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: May 04, 2011

    This post actually explains two ideas: Feeds for clubs and (feed) stories for objects external to the EPiServer Community platform. Aggregating a feed for a Club The EPiServer Community NewsFeed system is, in it’s vanilla form, very user-centric....

  • Syndicated blog - Posted on: May 04, 2011

    Background In the project I’m currently trying to upgrade from R1 to R2 we have some integration test that test “low level” http stuff. For instance that mobile browsers get the correct mime type and that our rest api respondes with correct status...

  • Syndicated blog - Posted on: May 04, 2011

    Ok, so I’ve got my shot of endorphins writing about PowerShell last week (damn, it’s nice to be able to code again!), and I got pretty determined on making it usable and achieving all the goals I’ve initially envisioned. and in the process build a...

  • Syndicated blog - Posted on: May 03, 2011

    I am guessing that most new EPiServer installations are targeted against .net 4.0. Well the ones running at my company certainly are!  Allan Thræn  has already documented how to set up EPiServer CMS 6 to run on .net 4.0. This involves some...

  • Posted on: May 03, 2011

    We have gotten a request from Stefan Forsberg to publish a change log of API changes for CMS 6 R2. We are continuously running an internal tool to catch binary breaking changes before they are committed to our repository (as part of our gated...

  • Syndicated blog - Posted on: May 03, 2011

    Some background After an upgrade from CMS 6 R1 to R2 a few unit tests started to fail. After some detective work it seems the common theme of the failing tests were that they involved LinkItemCollection. One test for instance had the following set...

  • Syndicated blog - Posted on: May 02, 2011

    If the right click context menu is missing in EPiServer CMS, the reason might not be obvious. First of all you should check if the context menu javascript is visible in the html source code, which should include something like this: var menu1 = ne...

  • Syndicated blog - Posted on: May 02, 2011

    Background After upgrading a site from CMS 6 R1 to CMS 6 R2 a custom property started to throw null reference exceptions. The custom property inherited from PropertyLinkCollection and according to the stack trace the null reference exception...