Replies: 7 comments
|
Correct me if I am wrong, but I think that behaviour changed to just include everything in the module folder as if "include source" was checked but the message never got changed... |
|
IMO it makes sense to create an install package without source, i.e. the "include source" is missing. |
|
This functionality is used a lot by developers who want to publish their custom made modules. Source code should never be installed/uploaded to a sever where the websites actually run, so the default behavior should be that it does not include the source code. (in my opinion) |
|
I agree with this. One thing to keep in mind though is that this was built in a time where we only had to deal with webforms. With modern modules now, there could be js files that are runtime and js files that are just for build time (just one example). So how would we detect what is a source file or not a source file in this scenario? |
|
there are two options: conventions or configuration. |
|
Yep, both options would need developers to follow a certain pattern though... |
|
I am moving this to a discussion until we have some sort of consensus on the right approach at which time we can bring this back into an issue. |
Uh oh!
There was an error while loading. Please reload this page.
Description of bug
DNN 9.3 does not have the checkbox "include source"
Steps to reproduce
List the steps to reproduce the behavior:
Current result
file list with all files
check box NOT available on screen "include source"
Expected result
file list without the .vb
check box available on screen "include source"
Screenshots
Error log
none
Additional context
none
Affected version
Affected browser
All reactions