Login

Mari Jørgensen´s Blog Posts

May
22

Overriding subscription email formatting

The SubscriptionMail class in the EPiServer. Personalization namespace is the default subscription handler in EPiServer CMS 5. Being a bit curious to how EPiServer generated the content of the subscription emails, I used . NET Reflector to... [Read full article]

0 Comments

Apr
22

Module Packaging

If you have installed the new demo package available on EPiServer World, you have already used the new module installation feature in the EPiServer CMS Manager. This feature is rather new, and IMHO one of the coolest things in EPiServer CMS 5. ... [Read full article]

0 Comments

Apr
04

Accessing CurrentPage from a static context

Ever needed access to the CurrentPage object inside a static method or property? As long as you have a valid HttpContext this code will do the trickPageBase pageBase = HttpContext. Current. Handler as PageBase; string pageName = pageBase.... [Read full article]

2 Comments

Mar
02

Replacing Property Rendering Using Adapters

My colleague, Steve, wrote an excellent post on how the new property architecture in CMS 5 allows us take control of the property rendering. This post is a followup, illustrating the same example as Steve did, but this time using Controls Adapters.... [Read full article]

0 Comments

Feb
21

EPiServer CMS 5 SP1 - Hotfix 1 is available

A lot of you Norwegian developers (and editors) are probably aware of the bug referred to as "the norwegian date problem", officially known as #8099 - Error while parsing a date in Norwegian format. If you have selected Norwegian as your user... [Read full article]

0 Comments

EPiTrace logger