Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different Module locations #7

Closed
benschi11 opened this issue Jan 26, 2015 · 6 comments
Closed

Different Module locations #7

benschi11 opened this issue Jan 26, 2015 · 6 comments

Comments

@benschi11
Copy link

Maybe a little bit early but one of the biggest things I miss in Orchard currently is to specify different module directories. I know the problem is that every module is a mvc area and they need this structure but maybe you can bear it in mind :).

@bleroy
Copy link
Member

bleroy commented Jan 26, 2015

Interestingly, that capability has existed from the start: this is how Core modules can be loaded. Because it happens so early in bootstrapping however it's tricky to find where this could be configured. Maybe in settings.txt.

@Jetski5822
Copy link
Member

I think at the moment you have to actually create a implementation of IExtensionFolders and add it to OrchardStarter. note ModuleFolders and CoreModuleFolders

@benschi11
Copy link
Author

@bleroy I didn't know that - I will take a look as soon as I can find time.

My dream would be to have one Orchard Installation for every Version on mycomputer and use it for all my projects :) - but I am not sure if thats possible ;)

@bleroy
Copy link
Member

bleroy commented Jan 27, 2015

Well, you're kind of describing multi-tenancy. Kind of. But that's an interesting idea.

@Piedone
Copy link
Member

Piedone commented Feb 10, 2015

Also see for the same: https://orchard.codeplex.com/workitem/21190

@Jetski5822
Copy link
Member

Need to look at making this dependent on configuration..... global.json?

DrewScoggins added a commit to DrewScoggins/OrchardCore that referenced this issue Dec 1, 2023
Skrypt pushed a commit that referenced this issue Jan 25, 2024
^ This is the 1st commit message:

Add GetCulture() extension method

^ This is the commit message #2:

Cleanup ISmsService (#15142)


^ This is the commit message #3:

Fix TheAdminTheme layout margin and padding (#15143)


^ This is the commit message #4:

Fix SectionDisplayDriver prefix (#15123)


^ This is the commit message #5:

Prefill template name when creating a template. (#15145)


^ This is the commit message #6:

Set the User Localization feature priority

^ This is the commit message #7:

Fix issue with default culture not selected

When currentUserCulture is null or supportedCulture doesn't contain currentUserCulture.

^ This is the commit message #8:

Update the height of the admin content (#15153)


^ This is the commit message #9:

Eliminate the anti-discovery pattern in Elasticsearch (#15134)


^ This is the commit message #10:

Renaming and cleaning up search services (#15156)


^ This is the commit message #11:

mkdocs-material 9.5.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants