-
This is something I've noticed while reviewing flarum/framework#2255 but isn't essential to change during the rewrite itself.
I notice we have some hacky code regarding `isActive` in `LinkButton`. …
-
```
index.js:59 Uncaught TypeError: this.isEditing is not a function
at e. (index.js:59)
at e.t. [as config] (extend.js:27)
at Object.e.attrs.config (Component.js:113)
at mithril.…
-
### Current Behavior
When showing discussion with a large number of posts, flarum pressures the database when calling
```
public function getIndexForNumber(int $discussionId, int $number, ?…
-
@ibrahimk157 reports having issues with bazaar, the error triggered is:
```
{
"errors": [
{
"code": 500,
"title": "Internal server error",
"detail": "LogicException: L…
-
I'm adding this issue as a place to discuss ideas related to the creation of an installation wizard.
The latest proof-of-concept for an installer can be found here: https://github.com/flarum/flarum/p…
-
Hi everyone, first time using Flarum-CLI.
I was resolving all dependencies in Github Actions that were auto generated but ran into this issue that I couldn't fix with a simple:
flarum-cli infra c…
-
The `locale` cookie used for switching the language of guests uses different settings from the Flarum cookies, and cannot be customized via `config.php` like the other cookies.
The cookie is actual…
-
We should expand our docs on contributing to Flarum, especially non-code ways to contribute to Flarum (e.g. how to contribute to docs. We should also create more resources helping people who are new t…
-
## Bug Report
**Current Behavior**
Upgrading from older betas fails
https://discuss.flarum.org/d/29098-upgrade-to-v10x-from-ancient-beta07x/8
We need to revert the change to this file: https…
-
With flarum v1.8.1 the widget is not visible for regular members. Is there anything else that needs to be configured?