YAFLogo

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago
NEW Major Release

YAF.NET:

https://github.com/YAFNET/YAFNET/releases/tag/v3.1.15 

YAF.NET DNN Module:

https://github.com/YAFNET/YAFNET-DNN/releases/tag/v3.1.15-6127 

Fork us on GitHub!

YAF.NET is on GitHub! https://github.com/YAFNET 

Build It!

Building YAF.NET from source requires Visual Studio 2022. YAF.NET can be build using the freely available Visual Studio Community 2022 .

changes

  • [NEW] Auto Upgrader
  • [NEW] New Topics or Replies of Wach Forum/Topic appear in Notifications
  • Upgraded to FontAwesome 6.0.0
  • Attachments are now displayed in Search Results
  • [FIXED] Border on Topic Tags Input
  • [FIXED] Upgrading from old Versions (older then DB Version 30)
  • [BREAKING] switched upload/download access from forum access masks to group access

UPGRADE NOTICE

Be aware that the Old Asp.NET Membership/Role/Profile Providers are no longer been used. It will be automatically upgraded to the new ASP.NET Identity Providers. If you are using a custom Memberhip Provider, an manual upgrade is necessary!

 

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago
YetAnotherForum.NET v3.1.1

  • [FIXED] Wrong Role Name after new Install
  • [FIXED] saving topic tags

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago
# YetAnotherForum.NET v3.1.2

  •  bug fixes

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago
# YetAnotherForum.NET v3.1.3

* Added new Audio BBCode (thanks to User daprose-dotcom)

* Upgraded to FontAwesome 6.1.1

* Upgraded to CKEditor 4.18.0

* [FIXED] Show user attachments page only if user has attachments and upload access

* [FIXED] wrong forums count in stats (When the board has no posts)

* Category names now have links to the Category

* [NEW] Default PanelState for the Category Collapse Button can be defined in the Board Settings

* [NEW] Added Forums & Categories to Board Stats on the admin index page

* [NEW] Added options to re-order Categories and/or Forums by Name ASC or DESC

* [FIXED] Wrong Background Color and missing border for select2 dropdowns

* [FIXED] Moderator Avatar on the team page

* [FIXED] Duplicates in Moderator List on the team page

* [FIXED] On the team page moderator forums are grouped by category

* Moved "Autosave" Notification in the Editor to the status bar

* bug fixes

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago
# YetAnotherForum.NET v3.1.4

* [NEW] Active Flag for Categories to enable/disable a Category

* [NEW] Infinite Scrolling on Board Index if there are more then 20 Forums

* [NEW] Infinite Scrolling for all Forum Dropdowns

* [FIXED] New Installations

* [PERFORMANCE] removed various javascript libaries to server side rendering

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
2 years ago
If someone were to try upgrading from YAF.NET 2.31 to 3.1.4, they would need to do something with the users, right? I see the migration tool, but my first two attempts have failed and rendered the sample application into an error about a missing DLL that shouldn't be referenced.

PS, is it possible to stop the auto scroll to bottom after opening a topic?

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago

If someone were to try upgrading from YAF.NET 2.31 to 3.1.4, they would need to do something with the users, right? I see the migration tool, but my first two attempts have failed and rendered the sample application into an error about a missing DLL that shouldn't be referenced.

Originally Posted by: Zero2Cool 

I dont understand the question, what has the upgrade proccess to do with the users? and what dll did you mean?

PS, is it possible to stop the auto scroll to bottom after opening a topic?

Originally Posted by: Zero2Cool 

It scrolls to the first unread post not to the bottom of the page. This could be only disabled if you modify the source.

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
2 years ago

I dont understand the question, what has the upgrade proccess to do with the users? and what dll did you mean?

Originally Posted by: tha_watcha 

I recall that the user membership changed, but I'm not finding the Wiki page that walks through the necessary changes. I downloaded the latest Sample Application code and pointed to my existing database for a test run. I tried logging in and got "Invalid object name 'dbo.yaf_AspNetUsers'.", which I expected to have an issue. I'm just not sure where to find the instructions to remedy the problem.

Edit, okay, figured it out. I had to manually edit the upgrade.sql with the object qualifier and what not because it wasn't auto upgrading. UrlRewriter kept putting me back at home page. I got it now though.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago

I dont understand the question, what has the upgrade proccess to do with the users? and what dll did you mean?

Originally Posted by: Zero2Cool 

I recall that the user membership changed, but I'm not finding the Wiki page that walks through the necessary changes. I downloaded the latest Sample Application code and pointed to my existing database for a test run. I tried logging in and got "Invalid object name 'dbo.yaf_AspNetUsers'.", which I expected to have an issue. I'm just not sure where to find the instructions to remedy the problem.

Originally Posted by: tha_watcha 

It looks like the upgrade proccess is currently broken, and the membership migration is not executed. This will be fixed in 3.1.5

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
2 years ago

It looks like the upgrade proccess is currently broken, and the membership migration is not executed. This will be fixed in 3.1.5

Originally Posted by: tha_watcha 

Always leaving little fun nuggets for me to find, huh? lol kidding around. 

And holy crap, all the stored procedures are gone!! I'll have to adjust some things. 🙂 

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
2 years ago

It looks like the upgrade proccess is currently broken, and the membership migration is not executed. This will be fixed in 3.1.5

Originally Posted by: Zero2Cool 

Always leaving little fun nuggets for me to find, huh? lol kidding around. 

And holy crap, all the stored procedures are gone!! I'll have to adjust some things. 🙂 

Originally Posted by: tha_watcha 

Instead of accessing sps. Use the existing api to access or modify db data. Or build your on queries using the ormlite api.

If you need help let me know.

Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
2 years ago

Instead of accessing sps. Use the existing api to access or modify db data. Or build your on queries using the ormlite api.

If you need help let me know.

Originally Posted by: tha_watcha 

Thank you, but I just copied over the stored procedures I was using, nothing major -- just wasn't expecting them to be all removed, haha. It's better this way, in my opinion. If you're not using a database deploy with your code, it's better to have it source controled within the code. Again just my opinion.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
a year ago
# 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

* Upgraded to CKEditor 4.19.0

* [FIXED] Migrating attachments from old dbs

* [FIXED #729] show duplicate topics

* [FIXED #740] delete all messages/topics

* [FIXED] soft message delete

* [FIXED] sending welcome message

* [FIXED #747] moving message

* [FIXED] mobile context menu

* [FIXED] report pm

* [FIXED] saving banned name

* [FIXED] user delete user account

* bug fixes

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
a year ago
YetAnotherForum.NET v3.1.7

  • Upgraded to Bootstrap 5.2.0
  • Bug fixes

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 Topic Starter YAF Version: 4.0.0 rc 2
a year ago
YetAnotherForum.NET v3.1.9

  • [FIXED #813] custom profile checkboxes
  • [FIXED #810] Save Board Email Address
  • [FIXED #807] Enabled Browser based spell checking in the Editor
  • [FIXED #806] wrong member count in Active User List
  • [FIXED #805] Mark all Forums as Read
  • [FIXED #803] empty p tags in bbcode list elements
  • [FIXED] showing sticky topics at the top