Commit Graph

1777 Commits

Author SHA1 Message Date
Shaun Walker
08f2877e80
Merge pull request #983 from hishamco/translations
Add missing localization strings
2020-12-09 09:54:36 -05:00
Shaun Walker
3c13122c37
Merge pull request #987 from hishamco/localizable-component
Localizable Component Enhancement
2020-12-09 09:54:15 -05:00
Shaun Walker
7ca69be41a
Merge pull request #990 from hishamco/language-switcher
Replace Visible with ShowLanguageSwitcher property
2020-12-09 09:53:53 -05:00
Shaun Walker
7c70055b83
Merge pull request #988 from hishamco/ignore
Add Content folder to .gitignore
2020-12-09 09:52:44 -05:00
hishamco
dd89296713 Replace Visible with ShowLanguageSwitcher property 2020-12-09 17:47:49 +03:00
hishamco
941d08f0a2 Add missing Control Panel localization strings 2020-12-08 22:57:58 +03:00
hishamco
3caf06d8ff Add Content folder to .gitignore 2020-12-08 22:50:36 +03:00
hishamco
c35b5d861a Add missing User Profile localization strings 2020-12-08 22:46:28 +03:00
hishamco
169a4b00a4 Add missing FileManager localization strings 2020-12-08 22:45:20 +03:00
hishamco
62f6082525 Localize TriStateCheckBox control 2020-12-08 21:23:03 +03:00
hishamco
c27e8b55df Add missing Users localization strings 2020-12-08 21:16:37 +03:00
hishamco
2d15f5d185 Add missing Themes localization strings 2020-12-08 20:55:38 +03:00
hishamco
836ba5eeb9 Add missing Tenanat localization strings 2020-12-08 20:55:28 +03:00
hishamco
0e95e94cab Add missing Sql localization strings 2020-12-08 20:50:14 +03:00
hishamco
8e4a7549ed Add missing Sites localization strings 2020-12-08 20:48:39 +03:00
hishamco
29c37575f1 Add missing Roles localization strings 2020-12-08 20:45:54 +03:00
hishamco
299e28abc4 Avoid Label.Text to be empty 2020-12-08 20:40:54 +03:00
hishamco
5ce7284a6b Returns English version if the value is empty 2020-12-08 16:45:53 +03:00
hishamco
df1d646083 Refactor LocalizableComponent 2020-12-08 16:37:55 +03:00
hishamco
f123ac89ef Add missing RecylceBin localization strings 2020-12-08 15:08:21 +03:00
hishamco
055ae26bc1 Add missing Logs localization strings 2020-12-08 14:41:03 +03:00
hishamco
e0087c1dbb Add missing Jobs localization strings 2020-12-08 14:37:54 +03:00
hishamco
87ba77fdba Localize AuditInfo 2020-12-08 13:43:05 +03:00
Shaun Walker
d953587e4b
Merge pull request #986 from chlupac/returnurl
Fix - return to url during login fail when returnurl contains "/"
2020-12-07 17:06:04 -05:00
Pavel Vesely
35e776b150 Fix - return to url during login fail when returnurl contains "/" 2020-12-07 21:27:00 +01:00
Shaun Walker
86beef305e
Merge pull request #976 from jimspillane/FixAureDeploy
Fix Azure deploy
2020-12-07 14:06:25 -05:00
Shaun Walker
a526719663
Merge pull request #982 from hishamco/action-dialog
Localize ActionDialog.Text
2020-12-07 13:28:02 -05:00
hishamco
f0f3055869 Add PermissionGrid localization strings 2020-12-06 21:46:19 +03:00
hishamco
5e49206828 Add FileManager localization strings 2020-12-06 21:46:03 +03:00
hishamco
5678a1796a Add missing Files localization strings 2020-12-06 21:45:33 +03:00
hishamco
b878b3ee2f Localize ActionDialog.Text 2020-12-06 19:51:25 +03:00
hishamco
8c9fc952d8 Update README.md 2020-12-06 19:28:12 +03:00
Pavel Vesely
14f8155df6 FileController fix
- using PhysicalFile framework method (current implementation causes file locks and 500 error at heavy load)
- Add correct mimetype to header based on file extension
2020-12-06 16:23:28 +01:00
Shaun Walker
5273ae8c45
Merge pull request #975 from jimspillane/FixAureDeploy
Fix Azure deploy
2020-12-04 14:54:05 -05:00
Shaun Walker
1968b0283d
Merge pull request #967 from hishamco/language-switcher
Add Language switcher
2020-12-04 14:53:48 -05:00
Jim Spillane
1b017a9651 Fix Azure Deploy
Add 5.0 to framework App Service siteConfig
2020-12-04 10:43:29 -05:00
Jim Spillane
2fe474268e Revert "Fix Azure Deploy"
This reverts commit d688a7c10da81d42fe92b8e1ca7ee266199b3705.
2020-12-04 10:34:52 -05:00
Jim Spillane
dc7cea1db0
Merge pull request #23 from oqtane/master
Sync Master
2020-12-04 10:20:02 -05:00
Shaun Walker
0ba348d73e
Merge pull request #974 from sbwalker/dev
fix #957 related to loading resources within a Settings component
2020-12-03 15:19:44 -05:00
Shaun Walker
9f590b32f7 fix #957 related to loading resources within a Settings component 2020-12-03 15:19:23 -05:00
hishamco
5e293ee298 Fix SupportedCultures bug 2020-12-03 17:25:01 +03:00
hishamco
20f1a6175f Use cookie everywhere 2020-12-03 17:15:08 +03:00
hishamco
049ded6f7e Fallback to default culture if its required 2020-12-03 16:14:23 +03:00
hishamco
1a8125c26d Use REST style 2020-12-03 15:50:25 +03:00
hishamco
5ee38e4ae7 Add Visible property to control the visibility 2020-12-03 14:13:01 +03:00
hishamco
a37eb8a44a Introduce Culture model to avoid CultureInfo.DisplayName issue 2020-12-03 14:05:49 +03:00
hishamco
1b3cc2c44e Interop local storage APIs should be generic 2020-12-03 13:37:18 +03:00
Shaun Walker
863c13d1d8
Merge pull request #968 from sbwalker/dev
Fixes to make site alias, page path, and module action Url resolutions case insensitive. Optimized logic for Settings component which fixed localization rendering issue.
2020-12-02 09:16:33 -05:00
Shaun Walker
fd60b40c53 Fixes to make site alias, page path, and module action Url resolutions case insensitive. Optimized logic for Settings component which fixed localization rendering issue. 2020-12-01 19:36:02 -05:00
hishamco
fa3cc48fd0 Avoid to select the current selected culture 2020-12-02 02:19:47 +03:00