Skip to content

Commit 047548d

Browse files
committed
Upgraded to YAF.NET 2.1.1
1 parent 543a4d9 commit 047548d

File tree

177 files changed

+19436
-17154
lines changed

Some content is hidden

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

177 files changed

+19436
-17154
lines changed
114 KB
Binary file not shown.

C#/YAF.SampleWebApplication/About.aspx.cs

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
/* Yet Another Forum.NET
2-
* Copyright (C) Jaben Cargman
2+
* Copyright (C) 2003-2005 Bjørnar Henden
3+
* Copyright (C) 2006-2013 Jaben Cargman
4+
* Copyright (C) 2014 Ingo Herbote
35
* http://www.yetanotherforum.net/
46
*
5-
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU General Public License
7-
* as published by the Free Software Foundation; either version 2
8-
* of the License, or (at your option) any later version.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7+
* Licensed to the Apache Software Foundation (ASF) under one
8+
* or more contributor license agreements. See the NOTICE file
9+
* distributed with this work for additional information
10+
* regarding copyright ownership. The ASF licenses this file
11+
* to you under the Apache License, Version 2.0 (the
12+
* "License"); you may not use this file except in compliance
13+
* with the License. You may obtain a copy of the License at
14+
15+
* http://www.apache.org/licenses/LICENSE-2.0
16+
17+
* Unless required by applicable law or agreed to in writing,
18+
* software distributed under the License is distributed on an
19+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
* KIND, either express or implied. See the License for the
21+
* specific language governing permissions and limitations
22+
* under the License.
1823
*/
1924

2025
namespace YAF.SampleWebApplication

C#/YAF.SampleWebApplication/Default.aspx.cs

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
/* Yet Another Forum.NET
2-
* Copyright (C) Jaben Cargman
2+
* Copyright (C) 2003-2005 Bjørnar Henden
3+
* Copyright (C) 2006-2013 Jaben Cargman
4+
* Copyright (C) 2014 Ingo Herbote
35
* http://www.yetanotherforum.net/
46
*
5-
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU General Public License
7-
* as published by the Free Software Foundation; either version 2
8-
* of the License, or (at your option) any later version.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18-
*/
7+
* Licensed to the Apache Software Foundation (ASF) under one
8+
* or more contributor license agreements. See the NOTICE file
9+
* distributed with this work for additional information
10+
* regarding copyright ownership. The ASF licenses this file
11+
* to you under the Apache License, Version 2.0 (the
12+
* "License"); you may not use this file except in compliance
13+
* with the License. You may obtain a copy of the License at
1914
15+
* http://www.apache.org/licenses/LICENSE-2.0
16+
17+
* Unless required by applicable law or agreed to in writing,
18+
* software distributed under the License is distributed on an
19+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
* KIND, either express or implied. See the License for the
21+
* specific language governing permissions and limitations
22+
* under the License.
23+
*/
2024
namespace YAF.SampleWebApplication
2125
{
2226
using System;

C#/YAF.SampleWebApplication/Global.asax.cs

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
/* Yet Another Forum.NET
2-
* Copyright (C) Jaben Cargman
2+
* Copyright (C) 2003-2005 Bjørnar Henden
3+
* Copyright (C) 2006-2013 Jaben Cargman
4+
* Copyright (C) 2014 Ingo Herbote
35
* http://www.yetanotherforum.net/
46
*
5-
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU General Public License
7-
* as published by the Free Software Foundation; either version 2
8-
* of the License, or (at your option) any later version.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7+
* Licensed to the Apache Software Foundation (ASF) under one
8+
* or more contributor license agreements. See the NOTICE file
9+
* distributed with this work for additional information
10+
* regarding copyright ownership. The ASF licenses this file
11+
* to you under the Apache License, Version 2.0 (the
12+
* "License"); you may not use this file except in compliance
13+
* with the License. You may obtain a copy of the License at
14+
15+
* http://www.apache.org/licenses/LICENSE-2.0
16+
17+
* Unless required by applicable law or agreed to in writing,
18+
* software distributed under the License is distributed on an
19+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
* KIND, either express or implied. See the License for the
21+
* specific language governing permissions and limitations
22+
* under the License.
1823
*/
1924

2025
namespace YAF.SampleWebApplication

C#/YAF.SampleWebApplication/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("Yet Another Forum.NET")]
1111
[assembly: AssemblyProduct("YAF.SampleWebApplication")]
12-
[assembly: AssemblyCopyright("Copyright (C) Jaben Cargman")]
12+
[assembly: AssemblyCopyright("Copyright © 2006-2014 Yet Another Forum.NET")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -30,5 +30,5 @@
3030
//
3131
// You can specify all the values or you can default the Revision and Build Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("2.1.0.0")]
34-
[assembly: AssemblyFileVersion("2.1.0.0")]
33+
[assembly: AssemblyVersion("2.1.1.0")]
34+
[assembly: AssemblyFileVersion("2.1.1.0")]

C#/YAF.SampleWebApplication/Site.Master.cs

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
/* Yet Another Forum.NET
2-
* Copyright (C) Jaben Cargman
2+
* Copyright (C) 2003-2005 Bjørnar Henden
3+
* Copyright (C) 2006-2013 Jaben Cargman
4+
* Copyright (C) 2014 Ingo Herbote
35
* http://www.yetanotherforum.net/
46
*
5-
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU General Public License
7-
* as published by the Free Software Foundation; either version 2
8-
* of the License, or (at your option) any later version.
9-
*
10-
* This program is distributed in the hope that it will be useful,
11-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7+
* Licensed to the Apache Software Foundation (ASF) under one
8+
* or more contributor license agreements. See the NOTICE file
9+
* distributed with this work for additional information
10+
* regarding copyright ownership. The ASF licenses this file
11+
* to you under the Apache License, Version 2.0 (the
12+
* "License"); you may not use this file except in compliance
13+
* with the License. You may obtain a copy of the License at
14+
15+
* http://www.apache.org/licenses/LICENSE-2.0
16+
17+
* Unless required by applicable law or agreed to in writing,
18+
* software distributed under the License is distributed on an
19+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
* KIND, either express or implied. See the License for the
21+
* specific language governing permissions and limitations
22+
* under the License.
1823
*/
1924

2025
namespace YAF.SampleWebApplication

C#/YAF.SampleWebApplication/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<add key="YAF.FileRoot" value="~/forum"/>
1414
<add key="YAF.AppRoot" value="~/forum" />
1515
<add key="YAF.EnableURLRewriting" value="true" />
16-
<add key="YAF.BaseUrlMask" value="http://localhost:56314/" />
16+
<add key="YAF.BaseUrlMask" value="http://yafnet.azurewebsites.net/" />
1717
<add key="YAF.BaseScriptFile" value="forum.aspx" />
1818
<add key="YAF.ForceScriptName" value="forum.aspx" />
1919

0 Bytes
Binary file not shown.
-4 KB
Binary file not shown.
-22 KB
Binary file not shown.

0 commit comments

Comments
 (0)