Skip to content

Commit 0abebe4

Browse files
committed
bump to YAF 3.2.5
1 parent 35dd53a commit 0abebe4

61 files changed

Lines changed: 91 additions & 104 deletions

Some content is hidden

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

YAF.SampleWebApplication/About.aspx.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@
2424

2525
namespace YAF.SampleWebApplication
2626
{
27-
using System;
2827
using System.Web.UI;
2928

3029
public partial class About : Page
3130
{
32-
protected void Page_Load(object sender, EventArgs e)
33-
{
34-
}
3531
}
3632
}

YAF.SampleWebApplication/AjaxDemo.aspx.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,10 @@
2424

2525
namespace YAF.SampleWebApplication
2626
{
27-
using System;
28-
2927
/// <summary>
3028
/// The ajax demo.
3129
/// </summary>
3230
public partial class AjaxDemo : System.Web.UI.Page
3331
{
34-
/// <summary>
35-
/// The page_ load.
36-
/// </summary>
37-
/// <param name="sender">
38-
/// The sender.
39-
/// </param>
40-
/// <param name="e">
41-
/// The e.
42-
/// </param>
43-
protected void Page_Load(object sender, EventArgs e)
44-
{
45-
}
4632
}
4733
}

YAF.SampleWebApplication/Contact.aspx.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
namespace YAF.SampleWebApplication
2626
{
27-
using System;
2827
using System.Web.UI;
2928

3029
/// <summary>
@@ -34,13 +33,5 @@ namespace YAF.SampleWebApplication
3433
/// <seealso cref="System.Web.UI.Page" />
3534
public partial class Contact : Page
3635
{
37-
/// <summary>
38-
/// Handles the Load event of the Page control.
39-
/// </summary>
40-
/// <param name="sender">The source of the event.</param>
41-
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
42-
protected void Page_Load(object sender, EventArgs e)
43-
{
44-
}
4536
}
4637
}

YAF.SampleWebApplication/Default.aspx.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,12 @@
2424

2525
namespace YAF.SampleWebApplication
2626
{
27-
using System;
2827
using System.Web.UI;
2928

3029
/// <summary>
3130
/// The _ default.
3231
/// </summary>
3332
public partial class _Default : Page
3433
{
35-
/// <summary>Handles the Load event of the Page control.</summary>
36-
/// <param name="sender">The source of the event.</param>
37-
/// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
38-
protected void Page_Load(object sender, EventArgs e)
39-
{
40-
}
4134
}
4235
}

YAF.SampleWebApplication/Forum/Scripts/forumAdminExtensions.js

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

YAF.SampleWebApplication/Forum/Scripts/forumAdminExtensions.min.js

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

YAF.SampleWebApplication/Forum/Scripts/forumExtensions.js

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

YAF.SampleWebApplication/Forum/Scripts/forumExtensions.min.js

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

YAF.SampleWebApplication/Forum/Scripts/sceditor/languages/ar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

YAF.SampleWebApplication/Forum/Scripts/sceditor/languages/ca.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)