brunoAltinet

Results 6 comments of brunoAltinet

I realize that this refactor might not be what you want to see since it's a critical part of the system, so let me know if i went overboard:)

From my understanding, this happens when a content type has a part whose definition is either missing or has been removed from the system.

I also noticed slight inconsistency in how some of these methods were previously implemented. Some of them fetch the part like this while other do it like this: ie. one...

thanks. Do note about that discrepancy that i considered a bug where OnActivated a part is fetched with var part = context.ContentItem.Get(activator.Type, partName) as ContentPart; while most of them do...

Just a quick fix for latest FluentMigrator (3.2.9) ```csharp using FluentMigrator.Expressions; using FluentMigrator.Infrastructure; using System; using System.Collections.Generic; using System.Linq; using FluentMigrator; using FluentMigrator.Model; using System.Data; using System.ComponentModel; namespace MigExt {...

Hey guys. I was wondering where did we get to with this issue? I am building a site in Orchard, and I can see that after doing build precompiled, my...