Sergio Navarro

Results 16 issues of Sergio Navarro

It would be great to use EF7 for accessing relational dbs and for accessing graph dbs like ArangoDb, don't you think? This is a post introducing how it has to...

feature

Hi, This PR contains the improvemnets I did for using it in our project. I provide you a PR just in case you are interested on merging it. The new...

Currently Options property in an Enumeration Element expects you separate text from value with two colon: "Option 1:1". So it splits each line using character ':' Problems arise when you...

Current Localization module provides a culture selector shape (FrontEndCultureSelector) for front-end that allows user to change to a different culture but it always redirects user to the home page instead...

Localization

Provide themes supporting default Commerce types. Those themes can be an extension of default Orchard themes providing different alternatives for rendering UI related with e-commerce. [Jira issue](https://lombiq.atlassian.net/browse/OCC-78)

enhancement

It would be great if it could be possible to be able to work with collections (sth like this sample http://dotnetify.net/core/examples/simplelist ) but with elements. Allowing us to declare behavior...

enhancement

Method IPermissionProvider.GetDefaultStereotypes() that all the PermissionProvider implements looks that is useful for nothing. I didn't find any place in the code referencing it. Am I wrong? Is there any plan...

enhancement
permissions

I would like to see you support LINQ the standard way in C# to work with data: Linq2Objects for data in memory and Linq2SQL through different ORMs. So different sources...

enhancement

This PR tries to fix problem extending YesSql functionality at custom Orchard Core module described at this comment https://github.com/sebastienros/yessql/issues/38#issuecomment-842378167 After the change in this PR a third party can provide...

With sqlite it seems Alter Column commnad doesn't seems to generate a valid sql. This SchemaBuilder command: ``` using (var transaction = connection.BeginTransaction(_store.Configuration.IsolationLevel)) { var builder = new SchemaBuilder(_store.Configuration, transaction);...