Jasmin Savard
Jasmin Savard
Your installation might have failed once before that and it's finding a sqlite database in your app_data folder but the database doesn't have any tables. I suggest you delete the...
Then it is trying to recreate a yessql.db file in a folder where there is already one. You basically are trying to create a tenant in a shared folder where...
We need to find something else that doesn't use JQuery.
 Here is what they do in Ghost CMS. Somehow it seems logic to have the metadata options in a modal sliding tab but they keep the actions buttons in...
To be honest this takes more room in the viewport than a fixed bottom or top bar. I personally prefer the Ghost approach where they simplify it by having a...
PO files are loaded on startup of the Localization module. So, you can, as of now, add/edit translations on runtime by enabling/disabling the Localization module to reload all it's translations....
On Orchard Core setup you have 3 choices. SaaS, The Blog, The Agency. Those are 3 recipes coming from "Themes" that should be renamed "Templates" in the future.
Well, I understand your request. We should probably use a JSON Schema file to parse this JSON file and return proper data validation messages.
After discussion with @scleaver and looking in the code I saw that we have a `InstallState` for all modules but it's always set to "Up" and never really used anywhere...
James Restall @jrestall > It only uses the second one because the default IStringLocalizer implementation injects a single IStringLocalizerFactory and the last registered dependency will win in the case there's...