November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
As you may be aware of, testing and EPiServer (and specifically combining the two) is something that is quite dear to me. There are some hurdles to come over when (unit) testing basically anything before DDS. But this has already been covered in...
In this post I will present how to create initial version of edit control for Guid property, which was introduced in previous posts. Writing custom properties: #1 Custom value type Writing custom properties: #2 Default value Writing custom...
The new EPiServer Full Text Search is fully integrated into the RelatePlus package. All content created is added to the search index, including the content’s access rights . That means access control filtering can be done by the indexing service...
I was developing functionality where I needed to alter certain properties when a page is published. Since the properties were pretty arbitrary (as in different property names spread out on different page types) the properties were marked with an...
For those of you who are not aware of the Filtered Page Reference property controls I have created please refer to the following two blog posts: EPiServer FilteredPageReference v1.0 Released EPiServer FilteredPageReference v1.1 Released I have bee...
Yesterday I was playing with our new build server, trying to get it to run my fully-functional unit tests with code coverage analysis. Why that didn’t work is a different story, but in the progress of changing project settings and checking in...
Some EPiServer developers still create their own custom property for the only purpose of having a simple dropdown (aka combobox / select list) for editors to choose from a predefined list. If you only need a simple key/value dropdown, there’s no...
The database diagram describing relations between EPiServer pages and their properties is given below. As you can see the tables tblPage and tblWorkPage are connected with “one – to - many ” relation. The main record about the page is stored in...