release history: add new GRASS 85 branch creation tag#597
Merged
cwhite911 merged 3 commits intoOSGeo:masterfrom Feb 6, 2026
Merged
release history: add new GRASS 85 branch creation tag#597cwhite911 merged 3 commits intoOSGeo:masterfrom
cwhite911 merged 3 commits intoOSGeo:masterfrom
Conversation
New GRASS 85 branch creation tag added
Member
Author
|
Bug: Note that the release details < 2019 do not show up (already for a while): the uncollapse'ing fails. This error shows up in the debugger: TypeError: e("#news .panel-collapse:first").collapse is not a function. (In 'e("#news .panel-collapse:first").collapse()', 'e("#news .panel-collapse:first").collapse' is undefined)Does @cwhite911 have an idea here? |
Contributor
|
The website currently has two bootstrap versions running. Currently, the older version of Boostrap (v3) (uses jquery) is loaded first and then a newer version of bootstrap (v5) (doesn't use query) is loaded on top. The collapse function was from Bootstrap v3. I recommend focusing on getting PR #552 merged soon, so we have clearly defined project dependencies allowing us to properly fix these UI bugs and mixed dependencies. |
cwhite911
approved these changes
Feb 6, 2026
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
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.
New GRASS 85 branch creation tag added