Peter Donker

Results 20 comments of Peter Donker

Right. From my research we go through HttpUtility.UrlEncode, but running this in isolation it works as expected. So we are doing something here that changes the url before the encoding...

After discussions on 8/2 a few more changes are planned to this: - Move and consolidate Telerik Removal code in a new library that is present upon upgrade (less code...

I'm slightly confused about the setup. Do you set up blogs for other individual users, or do they create these themselves? Or a blog with a role to add/edit/approve?

I'm also interested in a .net core version. I started on this but got bogged down in conversion of code I'm not familiar with. So gave up after a while...

Actually the aforementioned ScramOnline fork seems to have nailed it. Sorry to waste anyone's time.

I think someone will need to put some effort into designing a responsive mobile theme for the Blog module.

> I did some testing and found this: > > (Install etc.) When opening the Module settings on the Home page: http://mysite.local/Home/ctl/Module/ModuleId/353 > > When go back to the home...

The main thrust of my proposal is to get rid of bundling and minification so that we can simplify the requirements to a point where this is feasible to do...

There are two common entry points to add resources to the rendering pipeline: Method 1: ``` ascx ``` Method 2: ``` cs ClientResourceManager.RegisterScript(Page, "path/to/my/script.js"); ``` These both go through DotNetNuke.Web.Client...

My objection to stripping out all support from within DNN is that not all developers are born equal. The risk of errors is quite high, it's a ton of code...