Skip to content

Commit 96bee8b

Browse files
committed
Fixed #19 Issue with Encoding
1 parent debbf0d commit 96bee8b

18 files changed

+71
-60
lines changed

yaf_dnn/BuildModule.bat

+2
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
@SET PATH=%FrameworkDir%;%FrameworkSDKDir%;%PATH%
55
@SET LANGDIR=EN
66

7+
.nuget\nuget.exe restore ..\yafsrc\yetanotherforum.net.sln
8+
79
msbuild.exe YAF.DNN.Module.sln /p:Configuration=Release /t:Clean;Build /p:WarningLevel=0

yaf_dnn/Components/Controllers/Data.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Controllers/Profile.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Controllers/Search.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Integration/Journal.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Integration/SendMail.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Objects/ForumAccess.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Objects/Messages.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Objects/Topics.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Objects/YafCultureInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Tasks/YafDnnImportScheduler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Utils/BreadCrumbHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static bool UpdateDnnBreadCrumb(Control control, string dnnBreadCrumbID,
101101
cssClass = cssObject.ToString();
102102
}
103103

104-
// add dnn css classes to yaf breadcrumb links
104+
// add dnn CSS classes to YAF breadcrumb links
105105
var yafBreadCrumb = new StringBuilder();
106106

107107
foreach (var link in yafPageLinks)

yaf_dnn/Components/Utils/CombinedUserDataHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Utils/CultureUtilities.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/Components/Utils/UserComparer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

yaf_dnn/YafDnnModuleEdit.ascx.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Yet Another Forum.NET
22
* Copyright (C) 2003-2005 Bjørnar Henden
33
* Copyright (C) 2006-2013 Jaben Cargman
4-
* Copyright (C) 2014 Ingo Herbote
4+
* Copyright (C) 2014-2015 Ingo Herbote
55
* http://www.yetanotherforum.net/
66
*
77
* Licensed to the Apache Software Foundation (ASF) under one

0 commit comments

Comments
 (0)