Skip to content

Commit

Permalink
Upraded to YAF 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo committed Jun 7, 2016
1 parent 886f41f commit f83c5d7
Show file tree
Hide file tree
Showing 996 changed files with 44,245 additions and 8,753 deletions.
Binary file added C#/.vs/YAF.SampleWebApplication/v14/.suo
Binary file not shown.
1,038 changes: 1,038 additions & 0 deletions C#/.vs/config/applicationhost.config

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions C#/YAF.SampleWebApplication.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YAF.SampleWebApplication", "YAF.SampleWebApplication\YAF.SampleWebApplication.csproj", "{357AB299-5F95-4A3C-9128-DEC415829BBD}"
EndProject
Expand Down
Binary file added C#/YAF.SampleWebApplication.v12.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion C#/YAF.SampleWebApplication/About.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2015 Ingo Herbote
* Copyright (C) 2014-2016 Ingo Herbote
* http://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
Expand Down
4 changes: 2 additions & 2 deletions C#/YAF.SampleWebApplication/Default.aspx.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2015 Ingo Herbote
* Copyright (C) 2014-2016 Ingo Herbote
* http://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
Expand Down Expand Up @@ -65,7 +65,7 @@ protected void Page_Load(object sender, EventArgs e)
this,
csType,
"JQuery",
"//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js");
"//ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js");
}
catch (Exception)
{
Expand Down
3 changes: 1 addition & 2 deletions C#/YAF.SampleWebApplication/Global.asax.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2015 Ingo Herbote
* Copyright (C) 2014-2016 Ingo Herbote
* http://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -25,7 +25,6 @@
namespace YAF.SampleWebApplication
{
using System;
using System.Web.Routing;

/// <summary>
/// Class Global
Expand Down
4 changes: 2 additions & 2 deletions C#/YAF.SampleWebApplication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.2.2.0")]
[assembly: AssemblyFileVersion("2.2.2.0")]
[assembly: AssemblyVersion("2.2.3.0")]
[assembly: AssemblyFileVersion("2.2.3.0")]
2 changes: 1 addition & 1 deletion C#/YAF.SampleWebApplication/Site.Master.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2015 Ingo Herbote
* Copyright (C) 2014-2016 Ingo Herbote
* http://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
32 changes: 32 additions & 0 deletions C#/YAF.SampleWebApplication/YAF.SampleWebApplication.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
<UseIISExpress>false</UseIISExpress>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>True</EnableENC>
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
Binary file modified C#/YAF.SampleWebApplication/bin/Intelligencia.UrlRewriter.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/ServiceStack.Common.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/ServiceStack.Text.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Classes.Config.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Classes.Data.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Controls.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Core.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Data.MsSql.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Providers.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.SampleWebApplication.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Types.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.Utils.dll
Binary file not shown.
Binary file modified C#/YAF.SampleWebApplication/bin/YAF.dll
Binary file not shown.
21 changes: 17 additions & 4 deletions C#/YAF.SampleWebApplication/forum/Content/InstallWizard.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion C#/YAF.SampleWebApplication/forum/Content/forum.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit f83c5d7

Please sign in to comment.