Peter Donker

Results 20 comments of Peter Donker

.. that's a good ... that's a good idea. I like that one. One thing though: the advantage of the very first method is that you could do everything through...

That is the idea I'm working towards, yes. IMO this solution (and in more general the entire API of DNN) should: 1. Help developers avoid breaking the site, 2. Help...

I don't disagree. But the nature of developing for the framework is that we don't like to zig-zag our way forward, but rather stay in one direction. So for phase...

> @bdukes @donker I believe we discussed that this is just a reset PR and initial review, as it is into their branch correct? High level review only? Yes. This...

Yes. The intent of this post is not to point out the failings in the current UI, but to open a discussion on what a new UI would look like....

A lack of portal context usually happens when the current thread is not in a web request (i.e. from a scheduled service). I'll have a look.

> Changing the `decryptionKey` or `validationKey` seems to also break license activation of certain Extensions, like Document Exchange (DMX) from [@donker](https://github.com/donker). License must be reactivated afterward. If the community wants...

Can you explain the use case? Why would someone specifically NOT want a cdn nr? It doesn't hurt to have the cdn nr there, right? And what if you decided...

The url writing logic is concentrated in this method: https://github.com/dnnsoftware/Dnn.Platform/blob/develop/DNN%20Platform/DotNetNuke.Web.Client.ResourceManager/Models/ResourceBase.cs#L82 So recapping that method: 1. If you've added a CDN and CDN is enabled then that is output without modification...

@sachatrauwaen: can you add a switch for the admin that governs whether a module can enlarge the CSP scope or not? That way the admin decides what is allowed and...