Skip to content

Tags: linkorb/wiki-bundle

Tags

v3.133.1

Toggle v3.133.1's commit message
chore: wiki page left block title overlap #10719

## 🐛 Issue
Long page titles in the wiki left sidebar were overlapping and breaking the layout, making navigation difficult and the UI appear broken.

## 🔧 Solution
Added `word-wrap: anywhere;` CSS style to the wiki pages list in base.wiki.html.twig to ensure long titles wrap properly within their container instead of overflowing.

## ✅ Verified
Wiki page titles now wrap correctly in the left sidebar, maintaining clean layout and readability regardless of title length.

v3.108.7

Toggle v3.108.7's commit message
perf: update wiki API key access control #0000

Changed the wiki API controller access permission check from 'manage' to 'access' level, allowing users with basic access rights to utilize the API key functionality without requiring full management permissions. This improves performance by reducing permission overhead and enables broader API usage while maintaining appropriate security boundaries.

v3.87.0

Toggle v3.87.0's commit message
feat(ui): hide edit/create buttons based on user permissions #0000

v3.85.2

Toggle v3.85.2's commit message
chore: automated rector changes #0000

v3.85.1

Toggle v3.85.1's commit message
chore: fix deprecations reported in App/Bridge #0000

v3.65.5

Toggle v3.65.5's commit message
chore: replace existing in usage ROLE checks with Voter checks #10541

v3.64.1

Toggle v3.64.1's commit message
fix: missing csrf token on wiki (not page) deletion #0000

v3.62.1

Toggle v3.62.1's commit message
fix: mapping to a missing (owner) field #0000

v3.61.0

Toggle v3.61.0's commit message
chore: make the exception clearer when the CSRF token is invalid #10518

v3.51.3

Toggle v3.51.3's commit message
chore: rector upgrade from deprecated contraint option arrays to argu…

…ments #10491