Results 5 issues of SideSix

We have several custom MVC renderers created to control where script injection occurs on the page: ``` ``` etc... We want to use LazyLoadRenderer instead of StandardRenderer for certain ones...

We're seeing a major problem with syncing Pickers across Document Types. We are trying to relate different document types (such as a Product and a Download) using a bidirectional "relation...

enhancement
question

Excellent package! Does the current NuGet version support Composition properties from Umbraco 7.2+? I see that there is a Compositions section in the def.config file which properly lists any selected...

enhancement

Error in current master branch EmailHelper.cs Line 27 references incorrect "smtpUser" property alias: var user = homepage.GetPropertyValue("smtpUser", SMTPUser).ToString(); The correct alias is "smtpUsername"

Any way to easily modify the port number being used with an SMTP server? For example, using smtp.gmail.com typically requires a port of 587. Thank you!