Bruno Samardzic

Results 21 comments of Bruno Samardzic

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...

Yes, second this. This is crucial functionality for migrations and ongoing projects. Having to save all of the contentitems takes way too much time for production systems, we need finer...

Here's a little something I made that i'm using: ``` public async static Task RefreshMapIndex(this ISession templateSession, IIndexProvider indexProvider, string contentItemType = "", string collection = "") { var store...

If someone stumbles here, i couldnt get brew package to install, so fiddling with MTU seems to fix it (althought i did try a couple of things). https://github.com/microsoft/WSL/issues/4698#issuecomment-814259640 Note that...

I would have to have that driver affect the same shape without actually creating a new shape. What used to happen, when i didn't deregister the default one, is it...