-
Notifications
You must be signed in to change notification settings - Fork 23
TASK: Merge dev to master #1583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Updated SQL script to modify the database schema for avatar refresh. - Added `LastAvatarRefresh` property in `ForumUserInfo` to track avatar refresh times. - Updated `DnnCommunityForums.dnn` with a new SQL data provider script for version 09.01.00. - Implemented dropdown controls for avatar refresh type in `ForumSettings.ascx`. - Introduced new localization entries for avatar refresh settings in multiple languages. - Defined new setting keys for avatar refresh in `Globals.cs`. - Developed avatar refresh logic in `AvatarRefreshQueue` and created `GravatarAvatarProvider` for fetching avatars. - Added `IAvatarProvider` interface for avatar provider contract. - Added unit tests for `GetMd5Hash` in `UtilitiesTests.cs`.
…tps://github.com/johnhenley/Dnn.CommunityForums into dev91/issues/avatar-injection-347-1410-1411-1412
TASK: refactor Topic view model and topic update editor control
…security-1526 TASK: update permissions checking in web API methods
…n functions (e.g. Ban) should not require forumId to be passed to the API #1507
…security-1507 TASK: Web API security for non-forum-specific methods
….com/johnhenley/Dnn.CommunityForums into dev91/issues/duplicate-tracking-1434
…ing-1434 FIX: SQL to enforce uniqueness to forums and topics tracking tables
…t-columns-from-forums-table-792 TASK: Remove outdated columns from activeforums_Forums table
- Updated SQL script to modify the database schema for avatar refresh. - Added `LastAvatarRefresh` property in `ForumUserInfo` to track avatar refresh times. - Updated `DnnCommunityForums.dnn` with a new SQL data provider script for version 09.01.00. - Implemented dropdown controls for avatar refresh type in `ForumSettings.ascx`. - Introduced new localization entries for avatar refresh settings in multiple languages. - Defined new setting keys for avatar refresh in `Globals.cs`. - Developed avatar refresh logic in `AvatarRefreshQueue` and created `GravatarAvatarProvider` for fetching avatars. - Added `IAvatarProvider` interface for avatar provider contract. - Added unit tests for `GetMd5Hash` in `UtilitiesTests.cs`.
…n-347-1410-1411-1412 ENH: Avatar injection
…-792' of https://github.com/johnhenley/Dnn.CommunityForums into dev91/issues/remove-last-post-columns-from-forums-table-792
…t-columns-from-forums-table-792 TASK: Additional work on `Last`* Columns removal from `forums` table
…Topics, activeforums_Replies
… reply controllers
…ey/Dnn.CommunityForums into issues/viewer-urls-1557
…ey/Dnn.CommunityForums into issues/viewer-urls-1557
…ey/Dnn.CommunityForums into issues/viewer-urls-1557
…ey/Dnn.CommunityForums into issues/viewer-urls-1557
FIX: improves friendly URLs handling
…enley/Dnn.CommunityForums into issues/cant-edit-post-1562
FIX: Regular user can't edit own post if "edit interval" module setting used for spam control
FIX: Improves display of XML / HTML in posts
…e subscription count/caching
ENH: Change subscribe checkbox to button
…ion-script-1569 TASK: Remove CoreForumsToActiveForums.sql
…button FIX: subscribe button styling
…-Topic-view-bg Fixes #1574 Bootstrap 5 Topicview Bg Colors removal
…t-2-1385 FIX: Additional work on XML/HTML encoding for content display of code blocks
* TASK: Release Prep 09.01.00 RC3 * FIX: Subscribe button toggle needs to be passed the moduleId of the actual module (viewer or forums), not the module Id of the forums. * Add token replacement for subscription UI controls to allow either a checkbox or a button * rework to handle viewer module * rework to handle viewer module
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merge dev to master