Skip to content

Commit bb5716a

Browse files
author
DNN
committed
Commit latest build
1 parent 3bbe5c2 commit bb5716a

7 files changed

Lines changed: 3537 additions & 3526 deletions

File tree

docs/api/DotNetNuke.Services.FileSystem.FileLinkClickController.html

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,46 @@ <h4 id="DotNetNuke_Services_FileSystem_FileLinkClickController__ctor" data-uid="
154154
<div class="markdown level1 conceptual"></div>
155155
<h5 class="declaration">Declaration</h5>
156156
<div class="codewrapper">
157-
<pre><code class="lang-csharp hljs">public FileLinkClickController()</code></pre>
157+
<pre><code class="lang-csharp hljs">[Obsolete(&quot;Deprecated in DotNetNuke 10.4.0. Use overload with IICryptographyProvider. Scheduled removal in v12.0.0.&quot;)]
158+
public FileLinkClickController()</code></pre>
158159
</div>
160+
161+
162+
<a id="DotNetNuke_Services_FileSystem_FileLinkClickController__ctor_" data-uid="DotNetNuke.Services.FileSystem.FileLinkClickController.#ctor*"></a>
163+
<h4 id="DotNetNuke_Services_FileSystem_FileLinkClickController__ctor_DotNetNuke_Abstractions_Security_ICryptographyProvider_DotNetNuke_Abstractions_Application_IHostSettings_DotNetNuke_Abstractions_Application_IHostSettingsService_" data-uid="DotNetNuke.Services.FileSystem.FileLinkClickController.#ctor(DotNetNuke.Abstractions.Security.ICryptographyProvider,DotNetNuke.Abstractions.Application.IHostSettings,DotNetNuke.Abstractions.Application.IHostSettingsService)">FileLinkClickController(ICryptographyProvider, IHostSettings, IHostSettingsService)</h4>
164+
<div class="markdown level1 summary"></div>
165+
<div class="markdown level1 conceptual"></div>
166+
<h5 class="declaration">Declaration</h5>
167+
<div class="codewrapper">
168+
<pre><code class="lang-csharp hljs">public FileLinkClickController(ICryptographyProvider cryptographyProvider, IHostSettings hostSettings, IHostSettingsService hostSettingsService)</code></pre>
169+
</div>
170+
<h5 class="parameters">Parameters</h5>
171+
<table class="table table-bordered table-condensed">
172+
<thead>
173+
<tr>
174+
<th>Type</th>
175+
<th>Name</th>
176+
<th>Description</th>
177+
</tr>
178+
</thead>
179+
<tbody>
180+
<tr>
181+
<td><a class="xref" href="DotNetNuke.Abstractions.Security.ICryptographyProvider.html">ICryptographyProvider</a></td>
182+
<td><span class="parametername">cryptographyProvider</span></td>
183+
<td></td>
184+
</tr>
185+
<tr>
186+
<td><a class="xref" href="DotNetNuke.Abstractions.Application.IHostSettings.html">IHostSettings</a></td>
187+
<td><span class="parametername">hostSettings</span></td>
188+
<td></td>
189+
</tr>
190+
<tr>
191+
<td><a class="xref" href="DotNetNuke.Abstractions.Application.IHostSettingsService.html">IHostSettingsService</a></td>
192+
<td><span class="parametername">hostSettingsService</span></td>
193+
<td></td>
194+
</tr>
195+
</tbody>
196+
</table>
159197
<h3 id="methods">Methods
160198
</h3>
161199

docs/api/DotNetNuke.Web.UI.WebControls.Internal.DnnDatePicker.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ <h6><strong>Namespace</strong>: <a class="xref" href="DotNetNuke.html">DotNetNuk
552552
<h6><strong>Assembly</strong>: DotNetNuke.Web.dll</h6>
553553
<h5 id="DotNetNuke_Web_UI_WebControls_Internal_DnnDatePicker_syntax">Syntax</h5>
554554
<div class="codewrapper">
555-
<pre><code class="lang-csharp hljs">public class DnnDatePicker : TextBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IEditableTextControl, ITextControl</code></pre>
555+
<pre><code class="lang-csharp hljs">[Obsolete(&quot;Deprecated in DotNetNuke 10.3.0. Please use TextBox with TextMode=TextBoxMode.Date. Scheduled removal in v12.0.0.&quot;)]
556+
public class DnnDatePicker : TextBox, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IEditableTextControl, ITextControl</code></pre>
556557
</div>
557558
<h3 id="constructors">Constructors
558559
</h3>
@@ -564,8 +565,7 @@ <h4 id="DotNetNuke_Web_UI_WebControls_Internal_DnnDatePicker__ctor" data-uid="Do
564565
<div class="markdown level1 conceptual"></div>
565566
<h5 class="declaration">Declaration</h5>
566567
<div class="codewrapper">
567-
<pre><code class="lang-csharp hljs">[Obsolete(&quot;Deprecated in DotNetNuke 10.2.2. Please use overload with IHostSettings. Scheduled removal in v12.0.0.&quot;)]
568-
public DnnDatePicker()</code></pre>
568+
<pre><code class="lang-csharp hljs">public DnnDatePicker()</code></pre>
569569
</div>
570570

571571

docs/api/DotNetNuke.Web.UI.WebControls.Internal.DnnDateTimePicker.html

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ <h5>Inherited Members</h5>
127127
<div>
128128
<a class="xref" href="DotNetNuke.Web.UI.WebControls.Internal.DnnDatePicker.html#DotNetNuke_Web_UI_WebControls_Internal_DnnDatePicker_MaxDate">DnnDatePicker.MaxDate</a>
129129
</div>
130+
<div>
131+
<a class="xref" href="DotNetNuke.Web.UI.WebControls.Internal.DnnDatePicker.html#DotNetNuke_Web_UI_WebControls_Internal_DnnDatePicker_ClientFormat">DnnDatePicker.ClientFormat</a>
132+
</div>
130133
<div>
131134
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.textbox.addattributestorender">TextBox.AddAttributesToRender(HtmlTextWriter)</a>
132135
</div>
@@ -564,7 +567,8 @@ <h6><strong>Namespace</strong>: <a class="xref" href="DotNetNuke.html">DotNetNuk
564567
<h6><strong>Assembly</strong>: DotNetNuke.Web.dll</h6>
565568
<h5 id="DotNetNuke_Web_UI_WebControls_Internal_DnnDateTimePicker_syntax">Syntax</h5>
566569
<div class="codewrapper">
567-
<pre><code class="lang-csharp hljs">public class DnnDateTimePicker : DnnDatePicker, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IEditableTextControl, ITextControl</code></pre>
570+
<pre><code class="lang-csharp hljs">[Obsolete(&quot;Deprecated in DotNetNuke 10.3.0. Please use TextBox with TextMode=TextBoxMode.DateTimeLocal. Scheduled removal in v12.0.0.&quot;)]
571+
public class DnnDateTimePicker : DnnDatePicker, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IEditableTextControl, ITextControl</code></pre>
568572
</div>
569573
<h3 id="constructors">Constructors
570574
</h3>
@@ -576,8 +580,7 @@ <h4 id="DotNetNuke_Web_UI_WebControls_Internal_DnnDateTimePicker__ctor" data-uid
576580
<div class="markdown level1 conceptual"></div>
577581
<h5 class="declaration">Declaration</h5>
578582
<div class="codewrapper">
579-
<pre><code class="lang-csharp hljs">[Obsolete(&quot;Deprecated in DotNetNuke 10.2.2. Please use overload with IClientResourceController. Scheduled removal in v12.0.0.&quot;)]
580-
public DnnDateTimePicker()</code></pre>
583+
<pre><code class="lang-csharp hljs">public DnnDateTimePicker()</code></pre>
581584
</div>
582585

583586

@@ -620,33 +623,6 @@ <h3 id="properties">Properties
620623
</h3>
621624

622625

623-
<a id="DotNetNuke_Web_UI_WebControls_Internal_DnnDateTimePicker_ClientFormat_" data-uid="DotNetNuke.Web.UI.WebControls.Internal.DnnDateTimePicker.ClientFormat*"></a>
624-
<h4 id="DotNetNuke_Web_UI_WebControls_Internal_DnnDateTimePicker_ClientFormat" data-uid="DotNetNuke.Web.UI.WebControls.Internal.DnnDateTimePicker.ClientFormat">ClientFormat</h4>
625-
<div class="markdown level1 summary"></div>
626-
<div class="markdown level1 conceptual"></div>
627-
<h5 class="declaration">Declaration</h5>
628-
<div class="codewrapper">
629-
<pre><code class="lang-csharp hljs">protected override string ClientFormat { get; }</code></pre>
630-
</div>
631-
<h5 class="propertyValue">Property Value</h5>
632-
<table class="table table-bordered table-condensed">
633-
<thead>
634-
<tr>
635-
<th>Type</th>
636-
<th>Description</th>
637-
</tr>
638-
</thead>
639-
<tbody>
640-
<tr>
641-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
642-
<td></td>
643-
</tr>
644-
</tbody>
645-
</table>
646-
<h5 class="overrides">Overrides</h5>
647-
<div><a class="xref" href="DotNetNuke.Web.UI.WebControls.Internal.DnnDatePicker.html#DotNetNuke_Web_UI_WebControls_Internal_DnnDatePicker_ClientFormat">DnnDatePicker.ClientFormat</a></div>
648-
649-
650626
<a id="DotNetNuke_Web_UI_WebControls_Internal_DnnDateTimePicker_Format_" data-uid="DotNetNuke.Web.UI.WebControls.Internal.DnnDateTimePicker.Format*"></a>
651627
<h4 id="DotNetNuke_Web_UI_WebControls_Internal_DnnDateTimePicker_Format" data-uid="DotNetNuke.Web.UI.WebControls.Internal.DnnDateTimePicker.Format">Format</h4>
652628
<div class="markdown level1 summary"></div>

docs/content/getting-started/setup/upgrades/suggested-upgrade-path/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h1 id="dnn-platform-suggested-upgrade-path">DNN Platform Suggested Upgrade Path
109109

110110
</div>
111111
<div class="page-stats row visible-xs">
112-
<div class="pull-left">04/03/2026 &bull; 5 minutes to read</div>
112+
<div class="pull-left">04/15/2026 &bull; 5 minutes to read</div>
113113
<div class="pull-left">Contributors&nbsp;
114114
<a href="https://github.com/david-poindexter" target="_blank">
115115
<img class="img-circle" src="https://avatars.githubusercontent.com/u/4568451?v=4" alt="david-poindexter">
@@ -129,7 +129,7 @@ <h1 id="dnn-platform-suggested-upgrade-path">DNN Platform Suggested Upgrade Path
129129
</div>
130130
</div>
131131
<div class="page-stats row visible-sm visible-md visible-lg visible-xl">
132-
<span class="pull-left">04/03/2026</span>
132+
<span class="pull-left">04/15/2026</span>
133133
<span class="pull-left">&nbsp;&bull; 5 minutes to read</span>
134134
<span class="pull-left">&nbsp;&bull;&nbsp;Contributors&nbsp;
135135
<a href="https://github.com/david-poindexter" target="_blank">
@@ -166,13 +166,13 @@ <h5>Warning</h5>
166166
</thead>
167167
<tbody>
168168
<tr>
169-
<td><a href="https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.2.1">10.02.01</a></td>
170-
<td><a href="https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.2.3">10.02.03</a></td>
169+
<td><a href="https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.2.4">10.02.04</a></td>
170+
<td><a href="https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.3.1">10.03.01</a></td>
171171
<td>* DNN 10.2.0 introduced a new simplified upgrade process, see <a class="xref" href="../post-10.2.0-steps.html">Post-10.2.0 Upgrade Guide</a>.<br><br> * DNN 10.2.3 has an issue with uploading upgrades, if upgrading from 10.2.3, please upload your next version package to <code>App_Data\Upgrade</code> folder manually.<br><br></td>
172172
</tr>
173173
<tr>
174174
<td><a href="https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.13.9">09.13.09</a></td>
175-
<td><a href="https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.2.1">10.02.01</a></td>
175+
<td><a href="https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v10.2.4">10.02.04</a></td>
176176
<td>* DNN 10.0.0 is a significant release with both <a href="https://dnncommunity.org/blogs/Post/20257">Breaking Changes and New Features</a>, it also introduced minimum requirements for ASP.NET 4.8 and SQL Server 2017. In addition, it will force-remove DNN-Provided Telerik versions.<br><br> * DNN 10.1.1 new installs use SHA256 as the default password hashing algorithm. This only affects new installs, if you want to migrate an upgraded site to SHA256, please read <a class="xref" href="../../../../features/security-privacy/security/membership-providers/index.html">the documentation for membership provider changes</a>.<br><br></td>
177177
</tr>
178178
<tr>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h5 class="media-heading">CBPSC</h5>
262262
</div>
263263
<div class="media-body">
264264
<h5 class="media-heading">valadas</h5>
265-
<span class="title">98 Contributions</span>
265+
<span class="title">99 Contributions</span>
266266
</div>
267267
</li>
268268
<li class="media">

0 commit comments

Comments
 (0)