Try our conversational search powered by Generative AI!

Lee Crowe
Oct 2, 2012
  4719
(0 votes)

ElencySolutions.MultipleProperty v1.6.2 Released

A new version of my MultipleProperty assembly is now available.

For more information regarding the ElencySolutions.MultipleProperty assembly please refer to codeplex which has several links to useful resources.

 

Background for the v1.6.2 Release

I have had a number of issues raised to me in the last few weeks mainly to do with PropertyImageUrl properties. 

The issue is caused when VPP images are either deleted, moved or renamed. 

When Edit mode is loaded and there is an invalid VPP image link within a multiple property Edit mode will fall over with a 500 error Sad smile.

This then makes it very difficult for an editor/developer to fix the invalid image link!

 

All Fixes in v1.6.2

  • Edit mode will no longer fall over with a 500 error when a multiple property points to an invalid VPP image.
  • Dynamic content within XHTML properties will now render correctly in preview and published mode.

 

Further information around MultipleProperty and VPP images

When using standard PropertyImageUrl properties and deleting, renaming or moving VPP images you will be warned by EPiServer that image links will be broken.

Because of the way the MultipleProperty controls are built it is not possible (as far as I am aware) to hook into this functionality and inform the user that MultipleProperty image URL’s will also be broke. 

I assume the way EPiServer handles this is that it would select records from tblProperty and tblWorkProperty and check whether there are any values in the String column that link to the VPP images that are being modified. 

Multiple property serializes the entity values to xml and stores the values in the LongString column.

It may well be possible to hook into various UnifiedFile events and then execute some SQL to update column values but I think this is a bit messy/risky.

For now, I believe the safest option is to allow Edit mode to load and the value of the property to be empty.  It would then be the content editors responsibility to fix the image links although they will not instantly be aware that the VPP image changes they are making will potentially have a knock on effect on various MultipleProperty properties throughout the site.

 

Installation

The easiest way to install the assembly is by installing it from the EPiServer Nuget Feed (once it has been made available).  But if you are not down with the cool kids you can download it from codeplex.

On the codeplex site you will also find some useful documentation and example code to get you familiar with what the property offers.  The example code is dependant on PageTypeBuilder.

 

Feedback

As always feedback is greatly appreciated.  If you have any suggestions for new features or changes I am happy to hear them.

Just twitter me @croweman or send me an email.

Oct 02, 2012

Comments

Ian Causton
Ian Causton Oct 2, 2012 12:20 PM

Legendary business! Thank you for the fixes!

Erik Nordin Wahlberg
Erik Nordin Wahlberg Oct 2, 2012 01:24 PM

If you add an image/page to an XHTML-string then you get the delete-warning aswell, so you can probably get that function to work with your property to. I have no idea how though.. :)

Oct 4, 2012 08:10 PM

Have a look at the IReferenceMap interface. Here is a good start:
http://marekblotny.blogspot.no/2009/02/episerver-outgoing-links.html

It might help.

Please login to comment.
Latest blogs
Optimizely and the never-ending story of the missing globe!

I've worked with Optimizely CMS for 14 years, and there are two things I'm obsessed with: Link validation and the globe that keeps disappearing on...

Tomas Hensrud Gulla | Apr 18, 2024 | Syndicated blog

Visitor Groups Usage Report For Optimizely CMS 12

This add-on offers detailed information on how visitor groups are used and how effective they are within Optimizely CMS. Editors can monitor and...

Adnan Zameer | Apr 18, 2024 | Syndicated blog

Azure AI Language – Abstractive Summarisation in Optimizely CMS

In this article, I show how the abstraction summarisation feature provided by the Azure AI Language platform, can be used within Optimizely CMS to...

Anil Patel | Apr 18, 2024 | Syndicated blog

Fix your Search & Navigation (Find) indexing job, please

Once upon a time, a colleague asked me to look into a customer database with weird spikes in database log usage. (You might start to wonder why I a...

Quan Mai | Apr 17, 2024 | Syndicated blog