Shaun Walker
|
cbe843bafc
|
User experience improvements
|
2021-04-17 19:18:24 -04:00 |
|
Shaun Walker
|
00f8f2cb89
|
fix #1211 - add message to indicate Module Creator is only intended for use in development environments
|
2021-04-02 08:37:37 -04:00 |
|
Shaun Walker
|
62362b9194
|
make module creator templates extensible
|
2021-03-30 10:06:25 -04:00 |
|
Shaun Walker
|
745575c1f1
|
Fix UX issue where the Location field was not being updated when the user selected Create Module
|
2021-03-04 08:30:09 -05:00 |
|
Leigh Pointer
|
c6e2c2e501
|
DirectorySeparator issue when black or forward slash.
Tested on Apple mac and Windows
|
2021-02-11 15:38:37 +01:00 |
|
Shaun Walker
|
988639b603
|
module creator owner and module name cannot be the same
|
2021-02-04 09:36:19 -05:00 |
|
hishamco
|
a29d7b524c
|
Localize alert messages in admin pages
|
2020-12-09 21:12:00 +03:00 |
|
Shaun Walker
|
3fcbc07406
|
Module Creator activation improvement
|
2020-11-25 16:51:39 -05:00 |
|
Shaun Walker
|
4401dba4ec
|
improve user experience of Module Creator flow
|
2020-11-25 11:59:17 -05:00 |
|
Shaun Walker
|
5e42ab8cca
|
improve user experience by delegating application restart responsibility to the host user
|
2020-11-24 16:22:53 -05:00 |
|
Shaun Walker
|
19f924c3d3
|
fix ModuleCreator Invalid character use in naming fields #889
|
2020-11-20 16:40:25 -05:00 |
|
hishamco
|
46bf682819
|
Localize module creator page
|
2020-11-20 01:32:15 +03:00 |
|
Shaun Walker
|
8b97872100
|
improve user experence of Module Creator during app restart
|
2020-11-09 15:52:40 -05:00 |
|
Shaun Walker
|
e0017065af
|
Module Creator should only include Framework References for 2.0.0 and above
|
2020-11-07 16:44:41 -05:00 |
|
Shaun Walker
|
d0c8399dd9
|
enhanced Module Creator to allow developer to specify framework reference version so that modules can target any version including the local development environment
|
2020-08-29 11:30:16 -04:00 |
|
Mike Casas
|
2f9f823330
|
Delete module pluralization in the location display.
|
2020-08-18 17:02:40 -04:00 |
|
Shaun Walker
|
282579fcf2
|
resolve #526 remove pluralization from module creation templates
|
2020-08-14 12:44:37 -04:00 |
|
Shaun Walker
|
d8fca5de20
|
module creator templates need to be in the server project in order to be distributed with application
|
2020-05-20 15:31:09 -04:00 |
|
Shaun Walker
|
1495a5c017
|
fixed references in external template
|
2020-05-20 14:59:57 -04:00 |
|
Mike Casas
|
6f1e930474
|
Updated the versions.
|
2020-05-20 06:51:22 -04:00 |
|
Shaun Walker
|
263b045c75
|
module creator template updates
|
2020-05-19 09:08:29 -04:00 |
|
Shaun Walker
|
814e2100b2
|
Merge pull request #495 from sbwalker/master
enhanced module creator to display location where module will be created
|
2020-05-16 13:39:57 -04:00 |
|
Shaun Walker
|
c426302242
|
enhanced module creator to display location where module will be created
|
2020-05-16 13:40:59 -04:00 |
|
Jim Spillane
|
3a19ced2d1
|
Fix module pluralization
Added 's' to the module creator sql script in the csproj to fix compilation error.
|
2020-05-16 10:36:16 -04:00 |
|
Shaun Walker
|
8a1e83ff7f
|
Modified the package installer to use target folders ( based on the Nuget specification ) rather than file extensions
|
2020-05-15 17:43:45 -04:00 |
|
Shaun Walker
|
3cbb6e3e6e
|
enable module creator to add embeddedresources to csproj for internal modules
|
2020-05-15 12:36:52 -04:00 |
|
Shaun Walker
|
bafe2c6666
|
fix module creator templates
|
2020-05-14 14:22:11 -04:00 |
|
Shaun Walker
|
aa97dd4d0d
|
Allow modules to be installed/uninstalled with embedded scripts or IInstallable interface. Fix module uninstall issues.
|
2020-05-14 11:54:28 -04:00 |
|
Shaun Walker
|
6fd0efbb73
|
updated module creator templates to use dependency injection in module components
|
2020-05-12 16:31:53 -04:00 |
|
Shaun Walker
|
f07146fd50
|
updated external module template to support new assembly loading criteria, fixed minor issue in assembky loading logic
|
2020-05-07 16:24:36 -04:00 |
|
Shaun Walker
|
a02cfea6c9
|
improve performance of alias handling and allow aliases to be an unlimited number of subfolders in depth
|
2020-05-05 09:15:36 -04:00 |
|
Shaun Walker
|
3afa489f22
|
upgrade to .NET Core 3.2 RC
|
2020-05-01 11:32:41 -04:00 |
|
Shaun Walker
|
aacb2a0563
|
Merge pull request #423 from sbwalker/master
fixes to module templates
|
2020-04-30 14:36:07 -04:00 |
|
Shaun Walker
|
573c623592
|
fixes to module templates
|
2020-04-30 14:36:30 -04:00 |
|
Shaun Walker
|
723855b94c
|
Merge pull request #420 from chlupac/ModuleTemplateFix
ModuleCreator: WebAssembly references causes build error in some scenarios.
|
2020-04-30 14:04:44 -04:00 |
|
Shaun Walker
|
34538dd945
|
install/upgrade refactoring to consolidate all use cases and implement IInstallable interface for modules, moved tenant creation to site management UI, fixed z-order issues in Blazor theme, enhanced JS Interop methods to support integrity and crossorigin
|
2020-04-30 13:58:04 -04:00 |
|
Pavel Vesely
|
4e5ca01ebd
|
WebAssembly references causes build error in some scenarios. Works without them.
https://gitter.im/aspnet/Blazor?at=5e915f6ee24b4d6c44fe1827
|
2020-04-29 21:55:12 +02:00 |
|
Mike Casas
|
43a94eb60a
|
Fix for the correct version.
|
2020-04-26 16:16:40 -04:00 |
|
Mike Casas
|
fa91a2fd46
|
Update to Preview 5.
|
2020-04-26 14:52:39 -04:00 |
|
Shaun Walker
|
b9d70dd11a
|
changed ServerAssemblyName to ServerManagerType to optimize processing
|
2020-04-16 22:27:12 -04:00 |
|
Shaun Walker
|
f5e4c1dd29
|
fixed user registration, and updated module creator templates to use new Service approach
|
2020-04-16 10:21:16 -04:00 |
|
Shaun Walker
|
2c54bcd80e
|
minor modifications to external module template
|
2020-04-14 16:34:41 -04:00 |
|
Shaun Walker
|
70ebd6eb35
|
added defensive coding to deal with scenarios where files are deleted but still references from other entities
|
2020-04-14 12:18:11 -04:00 |
|
Shaun Walker
|
f41dd06f6d
|
fixed external module template so that it generates folder paths correctly
|
2020-04-13 12:48:49 -04:00 |
|
Shaun Walker
|
1ed8f4554a
|
added uninstall script to external module template as embedded resource
|
2020-04-12 20:12:10 -04:00 |
|
Shaun Walker
|
482747627e
|
added uninstall support for modules
|
2020-04-12 20:08:19 -04:00 |
|
Shaun Walker
|
8f4fd6f135
|
minor improvements to field level help
|
2020-04-10 14:18:22 -04:00 |
|
Shaun Walker
|
90a127fbb8
|
enhancements to ModuleCreator so that it can scaffold internal and external modules
|
2020-04-10 13:49:50 -04:00 |
|
Shaun Walker
|
1edc34dca0
|
NavigateUrl fix to deal with scenario where alias has a value and path is ""
|
2020-04-08 11:43:42 -04:00 |
|
Shaun Walker
|
c29195b417
|
fixed issue with module settings tab and module creator templating
|
2020-04-07 17:25:57 -04:00 |
|