YAFLogo

Posted by: tha_watcha - Wednesday, 2 March 2022 10:48:02
NEW Major Release [b]YAF.NET:[/b] [url]https://github.com/YAFNET/YAFNET/releases/tag/v3.1.15[/url] [b]YAF.NET DNN Module:[/b] [url]https://github.com/YAFNET/YAFNET-DNN/releases/tag/v3.1.15-6127[/url] [b]Fork us on GitHub![/b] YAF.NET is on GitHub! [url]https://github.com/YAFNET[/url] [b]Build It![/b] Building YAF.NET from source requires Visual Studio 2022. YAF.NET can be build using the freely available [url=https://www.visualstudio.com/]Visual Studio Community 2022[/url]. [b]changes[/b] [list] [*][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 [/list] [color=#c0392b][b]UPGRADE NOTICE[/b][/color] 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!  

Posted by: tha_watcha - Friday, 4 March 2022 12:41:27
[b]YetAnotherForum.NET v3.1.1[/b] [list] [*][FIXED] Wrong Role Name after new Install [*][FIXED] saving topic tags [/list]

Posted by: tha_watcha - Monday, 7 March 2022 12:25:22
# YetAnotherForum.NET v3.1.2 [list] [*] bug fixes [/list]

Posted by: tha_watcha - Sunday, 3 April 2022 08:47:28
# 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

Posted by: tha_watcha - Sunday, 24 April 2022 10:20:59
# 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

Posted by: Zero2Cool - Thursday, 5 May 2022 15:45:53
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?

Posted by: tha_watcha - Thursday, 5 May 2022 16:17:27
[quote=Zero2Cool;73339]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.[/quote] I dont understand the question, what has the upgrade proccess to do with the users? and what dll did you mean? [quote=Zero2Cool;73339] PS, is it possible to stop the auto scroll to bottom after opening a topic?[/quote] It scrolls to the first unread post not to the bottom of the page. This could be only disabled if you modify the source.

Posted by: Zero2Cool - Thursday, 5 May 2022 16:24:18
[quote=tha_watcha;73340]I dont understand the question, what has the upgrade proccess to do with the users? and what dll did you mean?[/quote] 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.

Posted by: tha_watcha - Thursday, 5 May 2022 17:02:40
[quote=Zero2Cool;73341][quote=tha_watcha;73340]I dont understand the question, what has the upgrade proccess to do with the users? and what dll did you mean?[/quote] 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.[/quote] It looks like the upgrade proccess is currently broken, and the membership migration is not executed. This will be fixed in 3.1.5

Posted by: Zero2Cool - Thursday, 5 May 2022 18:17:24
[quote=tha_watcha;73342]It looks like the upgrade proccess is currently broken, and the membership migration is not executed. This will be fixed in 3.1.5[/quote] 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. :) 

Posted by: tha_watcha - Thursday, 5 May 2022 19:27:58
[quote=Zero2Cool;73343][quote=tha_watcha;73342]It looks like the upgrade proccess is currently broken, and the membership migration is not executed. This will be fixed in 3.1.5[/quote] 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. :) [/quote] 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.

Posted by: Zero2Cool - Monday, 9 May 2022 17:45:20
[quote=tha_watcha;73344]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.[/quote] 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.

Posted by: tha_watcha - Sunday, 10 July 2022 08:12:48
# 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

Posted by: tha_watcha - Thursday, 11 August 2022 15:11:05
[size=100]YetAnotherForum.NET v3.1.7[/size] [list] [*]Upgraded to Bootstrap 5.2.0 [*]Bug fixes [/list]

Posted by: tha_watcha - Sunday, 18 December 2022 09:58:22
[b]YetAnotherForum.NET v3.1.9[/b] [list] [*][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 [/list]

Posted by: tha_watcha - Sunday, 1 January 2023 11:09:24
[b]YetAnotherForum.NET v3.1.10[/b] [list] [*][FIXED] Image Gallery close button [*][FIXED] Code block when quoting a post [*][FIXED] Add New Button on Replace Words and Profile Definitions Page [*][FIXED] Notifications on Admin Pages [*]Upgraded to jQuery 3.6.3 [/list]

Posted by: tha_watcha - Sunday, 22 January 2023 08:15:38
# YetAnotherForum.NET v3.1.11 * [FIXED] Stored XSS in Inbox (Send a private message) * Updated Event log ui * bug fixes

Posted by: tha_watcha - Sunday, 22 January 2023 08:15:49
# YetAnotherForum.NET v3.1.11 * [FIXED] Stored XSS in Inbox (Send a private message) * Updated Event log ui * bug fixes

Posted by: tha_watcha - Sunday, 12 March 2023 08:07:35
# YetAnotherForum.NET v3.1.13 * bump to FontAwesome 6.3.0 * Upgraded to jQuery 3.6.4 * Upgraded to CKEditor 4.20.2 * [FIXED] Changing user email * [FIXED] Cover Image for Albums * bug fixes

Posted by: tha_watcha - Sunday, 12 March 2023 08:07:40
# YetAnotherForum.NET v3.1.13 * bump to FontAwesome 6.3.0 * Upgraded to jQuery 3.6.4 * Upgraded to CKEditor 4.20.2 * [FIXED] Changing user email * [FIXED] Cover Image for Albums * bug fixes

Posted by: tha_watcha - Sunday, 12 March 2023 08:07:43
# YetAnotherForum.NET v3.1.13 * bump to FontAwesome 6.3.0 * Upgraded to jQuery 3.6.4 * Upgraded to CKEditor 4.20.2 * [FIXED] Changing user email * [FIXED] Cover Image for Albums * bug fixes

Posted by: chadclund - Thursday, 16 March 2023 16:56:49
Did I see somewhere that a V4 (net core based) was coming soon? Any idea on when that will be here?

Posted by: BWG - Thursday, 16 March 2023 19:04:42
Thanks for v3.1.13. Looks good so far.  👍

Posted by: tha_watcha - Friday, 17 March 2023 00:27:12
[quote=chadclund;73676]Did I see somewhere that a V4 (net core based) was coming soon? Any idea on when that will be here?[/quote] I post updates on the yaf 4 release on the github issue tracker  [url]https://github.com/YAFNET/YAFNET/issues/814#issuecomment-1469489514[/url]

Posted by: tha_watcha - Sunday, 9 July 2023 08:19:52
* [NEW] Added user setting for switching theme to light/dark mode * [FIXED] Wildcards in Banned IP * Upgraded to jQuery 3.7.0 * Upgraded to CKEditor 4.22.1 * bug fixes ## What's Changed * Some relative time string does not display correctly in French by @Christophe1476 in https://github.com/YAFNET/YAFNET/pull/873 * Bump System.Diagnostics.DiagnosticSource from 7.0.1 to 7.0.2 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/882 * IFRAME integration : "_Top" attribute removing from UserMenu and Footer by @Christophe1476 in https://github.com/YAFNET/YAFNET/pull/883 * Bump MySql.Data from 8.0.32.1 to 8.0.33 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/899 * Bump Autofac from 7.0.0 to 7.0.1 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/898 * Bump Npgsql from 7.0.2 to 7.0.4 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/901 * Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/903 * Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/904 * Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/905 * Bump System.Data.SQLite.Core from 1.0.117 to 1.0.118 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/907 * Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/926 ## New Contributors * @Christophe1476 made their first contribution in https://github.com/YAFNET/YAFNET/pull/873 **Full Changelog**: https://github.com/YAFNET/YAFNET/compare/v3.1.13...v3.1.14

Posted by: tha_watcha - Sunday, 3 September 2023 08:39:29
[b]YAF 3.1.15[/b] * [FIXED #941] Replacing the CKEditor with the (old) improved BBCode Editor * [FIXED] Upgrade process * [FIXED #785] Admin can now change user passwords * [NEW] UserAgents can be banned * Upgraded to jQuery 3.7.1 * bug fixes ## What's Changed * Bump Microsoft.AspNet.Identity.Owin from 2.2.3 to 2.2.4 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/935 * Bump Microsoft.AspNet.Identity.Core from 2.2.3 to 2.2.4 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/934 * Bump MySql.Data from 8.0.33 to 8.1.0 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/937 * Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/940 * Bump Autofac from 7.0.1 to 7.1.0 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/950 * Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/952 * Bump Microsoft.NET.Test.Sdk from 17.7.1 to 17.7.2 in /yafsrc by @dependabot in https://github.com/YAFNET/YAFNET/pull/966 **Full Changelog**: https://github.com/YAFNET/YAFNET/compare/v3.1.14...v3.1.15

Posted by: lemonde - Wednesday, 6 September 2023 13:35:37
I was finding that our [url]https://forum.sircles.net[/url] site just crashes whenever anyone using Edge logs in but I think it is some problem with Google Adsense as it does not happen when this is disabled.

Posted by: tha_watcha - Wednesday, 6 September 2023 22:48:34
What you mean by crashing? What error message are you getting?

Posted by: ParallaxX - Thursday, 23 November 2023 10:50:38
why not using CKEditor version 5?

Posted by: tha_watcha - Thursday, 23 November 2023 10:55:17
[quote=ParallaxX;73842]why not using CKEditor version 5?[/quote] It's not compatible. Ckeditor 5 only works with html code.

Posted by: lemonde - Wednesday, 6 December 2023 15:10:09
No error - it just crashed the browser so you have to close the window whilst editing a message so you cannot post with Edge

Posted by: tha_watcha - Wednesday, 6 December 2023 22:27:18
[quote=lemonde;73847]No error - it just crashed the browser so you have to close the window whilst editing a message so you cannot post with Edge[/quote] I assume it's a javascript issue. In the browser console does it shows any JavaScript issues?