Skip to content

Commit

Permalink
bump to YAF 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Aug 11, 2022
1 parent 13197a4 commit 95defa4
Show file tree
Hide file tree
Showing 93 changed files with 305 additions and 304 deletions.
4 changes: 4 additions & 0 deletions YAF.SampleWebApplication/Forum/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
YetAnotherForum.NET Changelog
====================

# YetAnotherForum.NET v3.1.7
* Upgraded to Bootstrap 5.2.0
* Bug fixes

# YetAnotherForum.NET v3.1.6
* [NEW] Converted language files from xml to json
* [NEW] Auto translated language files via DeepL api and Google translate api
Expand Down
24 changes: 12 additions & 12 deletions YAF.SampleWebApplication/Forum/Content/InstallWizard.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions YAF.SampleWebApplication/Forum/Content/flags/1x1/gr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions YAF.SampleWebApplication/Forum/Content/flags/1x1/id.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion YAF.SampleWebApplication/Forum/Content/flags/1x1/jp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions YAF.SampleWebApplication/Forum/Content/flags/4x3/gr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions YAF.SampleWebApplication/Forum/Content/flags/4x3/id.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion YAF.SampleWebApplication/Forum/Content/flags/4x3/jp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions YAF.SampleWebApplication/Forum/Content/forum-admin.min.css

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions YAF.SampleWebApplication/Forum/Content/forum.min.css

Large diffs are not rendered by default.

Binary file modified YAF.SampleWebApplication/Forum/Content/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified YAF.SampleWebApplication/Forum/Content/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified YAF.SampleWebApplication/Forum/Content/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file not shown.
Binary file modified YAF.SampleWebApplication/Forum/Content/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified YAF.SampleWebApplication/Forum/Content/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="col">
<div class="card mb-4 shadow-sm">
<a href='<%# "{0}resource.ashx?image={1}".Fmt(BoardInfo.ForumClientFileRoot, this.Eval("ID")) %>'
title='<%# this.Eval("Caption") == null ? this.HtmlEncode(this.Eval("FileName")) : "{0}&lt;br /&gt; Album IMG Code: [ALBUMIMG]{1}[/ALBUMIMG]".Fmt(this.HtmlEncode(this.Eval("Caption")), this.UserAlbum.ID) %>'
title='<%# "{0} - Album IMG Code: [ALBUMIMG]{1}[/ALBUMIMG]".Fmt(this.HtmlEncode(this.Eval("Caption") == null ? this.Eval("FileName") : this.Eval("Caption")), this.UserAlbum.ID) %>'
data-gallery>
<img src='<%# "{0}resource.ashx?imgprv={1}".Fmt(BoardInfo.ForumClientFileRoot, this.Eval("ID")) %>'
class="card-img-top"
Expand Down
1 change: 1 addition & 0 deletions YAF.SampleWebApplication/Forum/pages/admin/groups.ascx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
Visible='<%#!((GroupFlags)this.Eval("GroupFlags")).IsGuest%>'
CommandName="delete" CommandArgument='<%# this.Eval( "ID") %>'
ReturnConfirmText='<%# this.GetText("ADMIN_GROUPGS", "CONFIRM_DELETE") %>'
Visible="<%# !YAF.Configuration.Config.IsDotNetNuke %>"
TitleLocalizedTag="DELETE"
Icon="trash"
TextLocalizedTag="DELETE">
Expand Down
4 changes: 2 additions & 2 deletions YAF.SampleWebApplication/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("3.1.6.00")]
[assembly: AssemblyFileVersion("3.1.6.00")]
[assembly: AssemblyVersion("3.1.7.00")]
[assembly: AssemblyFileVersion("3.1.7.00")]
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/ServiceStack.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Configuration.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Core.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Data.SqlServer.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Lucene.Net.Analysis.Common.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Lucene.Net.Highlighter.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Lucene.Net.Queries.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Lucene.Net.QueryParser.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.Lucene.Net.dll
Binary file not shown.
Binary file modified YAF.SampleWebApplication/bin/YAF.SampleWebApplication.dll
Binary file not shown.
Loading

0 comments on commit 95defa4

Please sign in to comment.