Jasmin Savard

Results 473 comments of Jasmin Savard

The URL should be: https://github.com/OrchardCMS/OrchardCore/edit/main/src/docs/topics/docs-contributions/README.md instead of: https://github.com/OrchardCMS/OrchardCore/edit/dev/src/docs/topics/docs-contributions/README.md It is pointing to a branch that no longer exists: "dev". @agriffard

https://github.com/OrchardCMS/OrchardCore/blob/6bb53d98b7ef5b7d66e9392820bac4f1a77711dd/mkdocs.yml#L40 As you can see here the configuration is correctly done. The issue is that the documentation can still resolve a page from a request that is made on the...

Also, this is coming from a search made on Google: ![image](https://user-images.githubusercontent.com/3228637/177587096-4469e7ef-b458-4581-9980-14514eaa7a45.png) The URLs are all pointing to the dev branch. This means the indexation has been set on these URLs....

So, what about keeping the ContentFields in the modules themselves and creating an abstraction project that contains an Interface that can be reusable for common ContentFields? Example: ITextField. ```C# public...

Like Sebastien showed, by using the Interface. Without needing to reference the entire module. If the example is the Taxonomy migration. https://github.com/OrchardCMS/OrchardCore/blob/c255456bf1d9093d13447e17485a23a1253f3e9b/src/OrchardCore.Modules/OrchardCore.Taxonomies/Migrations.cs#L31-L37 So, basically no OC Module reference from another...

The issue is that you should create a shape when using a custom stereotype. Adding a fallback to the Content_Edit shape will swallow the exception while it should be throwing...

Let's say it would fallback at least to a "content_stereotypes" shape template and that this template would display a link to create the shape template in the Admin UI. Then,...

One idea I'm having right now is to simply do a redirect to the pre-filled template in the admin UI with a notification that says that you are missing a...

We broke your Pull Request when we merged the Bootstrap 5 Pull Request. We may need to merge the latest main branch and fix the conflicts one by one on...