Commit Graph

1243 Commits

Author SHA1 Message Date
hishamco
edc65e66c9 Use AddHttpContextAccessor() 2020-10-12 18:26:04 +03:00
hishamco
4b11bdc4be Support label localization 2020-10-12 18:15:08 +03:00
Shaun Walker
67067a884b
Merge pull request #791 from hishamco/localization-configuration
Simplify localization settings configurations
2020-10-11 20:34:56 -04:00
hishamco
86bb6d1ea8 Simplify localization settings configurations 2020-10-10 22:19:21 +03:00
Shaun Walker
7b1a2fb887
Merge pull request #789 from hishamco/debug
Add blazor error details on DEV environment
2020-10-09 14:28:34 -04:00
hishamco
b3db92ee95 Add blazor error details on DEV environment 2020-10-09 19:17:42 +03:00
Shaun Walker
3ab9510e2a
Update README.md 2020-10-08 09:59:05 -04:00
Shaun Walker
fde43b6c39
Merge pull request #783 from mikecasas/master
Refactor to eliminate repetitive code.
2020-10-07 09:24:43 -04:00
Mike Casas
7b3dfc49b2 Refactor to eliminate repetitive code. 2020-10-06 08:11:00 -04:00
Shaun Walker
0a9edd8916
Merge pull request #781 from sbwalker/master
Fixed build warnings related to ModuleMessage component changes
2020-10-05 09:12:52 -04:00
Shaun Walker
0c0916c6ab Fixed build warnings related to ModuleMessage component changes 2020-10-05 09:11:47 -04:00
Shaun Walker
ece8f3a57e
Merge pull request #56 from oqtane/master
sync
2020-10-04 10:57:24 -04:00
Shaun Walker
3d7630d3d4
Update README.md 2020-10-04 10:43:09 -04:00
Shaun Walker
8b6d0d3c7f
Merge pull request #779 from hishamco/supported-cultures
Skip missed satellite assemblies forlders
2020-10-04 10:29:44 -04:00
hishamco
ce37d2f2d2 Skip missed satellite assemblies forlders 2020-10-03 23:26:44 +03:00
Shaun Walker
40524300bf
Merge pull request #777 from hishamco/remove-warning
Avoid Building ServiceProvider in ConfigureServices
2020-10-03 15:52:04 -04:00
Shaun Walker
5ae9daf5f2
Merge pull request #778 from sbwalker/master
added DefaultAction property to IModule (#765)
2020-10-03 15:51:30 -04:00
Shaun Walker
6a7be12758 added DefaultAction property to IModule (#765) 2020-10-03 15:50:15 -04:00
hishamco
bcb6c81e43 Avoid Building ServiceProvider in ConfigureServices 2020-10-03 22:41:48 +03:00
Shaun Walker
26c40fb367
Merge pull request #55 from oqtane/master
sync
2020-10-03 15:15:16 -04:00
Shaun Walker
e934a28c39
Merge pull request #770 from PoisnFang/flexible-index-page-in-custom-modules
Allows page to find Custom Index page in Module from Actions Property
2020-10-03 15:14:18 -04:00
Michael Atwood
c2ca55627e comment where index page is specifed if no action 2020-10-03 12:12:23 -07:00
Shaun Walker
4a6ffacf56
Merge pull request #54 from oqtane/master
sync
2020-10-03 14:27:02 -04:00
Shaun Walker
bc72e28d11
Merge pull request #767 from PoisnFang/fix-pane-div-default-class
add default class 'container' for div in pane to avoid content squishing
2020-10-03 14:19:16 -04:00
Michael Atwood
2a402497cf only add div on admin border 2020-10-01 16:02:14 -07:00
Shaun Walker
49985dcf9e
Merge pull request #53 from oqtane/master
sync
2020-10-01 10:08:22 -04:00
Shaun Walker
666721bf1a
Merge pull request #762 from hishamco/localization-support
Localization support
2020-10-01 10:06:01 -04:00
Shaun Walker
5f56bc288b
Merge pull request #750 from hishamco/alert-component
Use ModuleMessage component everywhere
2020-10-01 10:05:43 -04:00
Michael Atwood
6e41cd850e allows page to find Custom Index page in Module from Actions Property 2020-09-30 22:53:41 -07:00
Michael Atwood
f70fed66ae add default class 'container' for div in pane to avoid content squishing 2020-09-30 16:22:46 -07:00
hishamco
2e2d46996a Refactoring 2020-09-30 00:07:00 +03:00
hishamco
f83c1b1741 Use invariant culture by default 2020-09-29 22:12:03 +03:00
hishamco
2924e7849f Read supported cultures from appsettings.json 2020-09-29 21:23:22 +03:00
hishamco
437170671f Support server-sider localization 2020-09-29 20:20:38 +03:00
hishamco
b52dd571ee Fix loading bug 2020-09-29 19:18:56 +03:00
hishamco
ad9146ead1 Fix stallite assemblies folder path 2020-09-29 19:14:48 +03:00
hishamco
52d1d5841e Avoid looking for en-US culture resources 2020-09-29 18:50:06 +03:00
hishamco
468327d597 Set localization RootNamespace to make it works 2020-09-29 18:29:18 +03:00
hishamco
7f28c5f2ff Add localization service to Oqtane.Client 2020-09-29 18:28:30 +03:00
hishamco
accf947afd LoadClientAssemblies adds satellite assemblies 2020-09-29 18:28:02 +03:00
hishamco
ec73c958c9 AddOqtaneParts -> AddOqtane 2020-09-29 18:03:24 +03:00
hishamco
396d584615 Dowanlod satellite assemblies to the browser 2020-09-29 18:01:57 +03:00
hishamco
edecfa10cd Load satellite assemblies on startup 2020-09-29 17:31:54 +03:00
hishamco
0796ce54a9 Add localization settings 2020-09-29 17:30:56 +03:00
hishamco
0044f031aa Set component params instead of SetModuleMessage 2020-09-23 11:29:05 +03:00
hishamco
913ad53302 Use ModuleMessage everywhere 2020-09-20 15:43:01 +03:00
hishamco
ad5f5fbc24 Replace Alert with ModuleMessage component 2020-09-20 15:10:48 +03:00
Shaun Walker
14746f47da
Merge pull request #746 from mikecasas/patch-2
Update Constants.cs
2020-09-17 18:53:15 -04:00
hishamco
0d76070663 Use alert component in FileManager 2020-09-17 15:42:03 +03:00
hishamco
c01cd3b46c Add dismissible option 2020-09-17 15:41:34 +03:00