Skip to content

Commit 0825bc8

Browse files
committed
Upgraded to YAF 2.31.03
1 parent 2e54986 commit 0825bc8

File tree

88 files changed

+874
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+874
-166
lines changed

YAF.SampleWebApplication/Forum/Content/forum-admin.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

YAF.SampleWebApplication/Forum/Content/forum.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

YAF.SampleWebApplication/Forum/Dialogs/AttachmentsUpload.ascx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@
5353
<h5 class="mb-1"><span class="preview"></span></h5>
5454
<small class="text-muted size">Processing...</small>
5555
</div>
56-
<p class="mb-1"> <p class="name">{%=file.name%}</p>
56+
<div class="mb-1"> <p class="name">{%=file.name%}</p>
5757
<strong class="error"></strong>
58-
<div class="progress"></div></p>
58+
<div class="progress progress-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0"><div class="progress-bar progress-bar-success" style="width:0%;"></div></div>
59+
</div>
5960
<small class="text-muted"><div class="btn-group" role="group">
6061
{% if (!i && !o.options.autoUpload) { %}
6162
<button class="btn btn-success btn-sm start" disabled>Start</button>

YAF.SampleWebApplication/Forum/Dialogs/LoginBox.ascx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<asp:UpdatePanel ID="UpdateLoginPanel" runat="server" UpdateMode="Conditional">
44
<ContentTemplate>
5-
<asp:Login ID="Login1" runat="server"
5+
<asp:Login ID="Login1" runat="server"
66
RememberMeSet="True"
77
OnLoginError="Login1_LoginError"
88
OnLoggedIn="Login1_LoggedIn"

YAF.SampleWebApplication/Forum/Dialogs/MoveTopic.ascx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<asp:DropDownList ID="ForumList" runat="server"
2323
DataValueField="ForumID"
2424
DataTextField="Title"
25-
CssClass="select2-select" />
25+
CssClass="select2-image-select" />
2626
</div>
2727
<asp:PlaceHolder id="trLeaveLink" runat="server">
2828
<div class="form-group">

YAF.SampleWebApplication/Forum/Dialogs/NntpForumEdit.ascx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
AssociatedControlID="ForumID"
3838
LocalizedTag="FORUM" LocalizedPage="ADMIN_EDITNNTPFORUM" />
3939
<asp:DropDownList ID="ForumID" runat="server"
40-
CssClass="custom-select" />
40+
CssClass="select2-image-select" />
4141
</div>
4242
<div class="form-row">
4343
<div class="form-group col-md-6">

YAF.SampleWebApplication/Forum/Forum.aspx.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ namespace YAF.SampleWebApplication
2626
{
2727
using System;
2828

29+
using YAF.Core.BasePages;
30+
2931
/// <summary>
3032
/// The forum.
3133
/// </summary>
@@ -42,7 +44,6 @@ public partial class Forum : ForumPageBase
4244
/// </param>
4345
protected void Page_Load(object sender, EventArgs e)
4446
{
45-
4647
}
4748
}
4849
}
1.71 KB
Loading
870 Bytes
Loading
879 Bytes
Loading

0 commit comments

Comments
 (0)