-
As discussed on Discord with @mjauvin, guest users are currently not working.
I create a guest ([documentation](https://github.com/wintercms/wn-user-plugin#guest-users))
```
$user = Auth::registe…
-
I noticed that when paginate the list of product (before caching), the speed dropped to 4-5 seconds.
After analysis, I found an interesting defect.
When loading a product, SQL executed:
```
select…
-
Heya!
I noticed a bug recently in the Blog plugin: I don't exactly know when or why it happened, but as of recently, footnotes are no longer properly parsed. I did not change the syntax and double-…
-
```
> Blockquote 1
> Blockquote 2
```
Results in:
```
Blockquote 1
Blockquote 2
```
Instead of:
```
Blockquote 1
Blockquote 2
```
-
This is a list of notes for things I would like to add, if anybody has any suggestions please add a comment :)
- Add new item under each item (rather than at the bottom and dragging it up)
- Speed…
-
### Package targeted
Both
### Description
I was hoping to implement this as a PR immediately, but it's become a little bigger than I had imagined so I think it's best we scope this out.
Currentl…
-
### Winter CMS Build
1.2
### PHP Version
8.1
### Database engine
MySQL/MariaDB
### Plugins installed
_No response_
### Issue description
In the richtext formwidget when back…
-
If there is a datatable formwidget within a mlrepeater it does not send it's values over POST when switching locale.
The reason is that the table widget listens to a postback handler with the name …
-
### Winter CMS Build
1.1
### PHP Version
7.4
### Database engine
SQLite
### Plugins installed
_No response_
### Issue description
If you have an error in a component, the er…
-
I think this would be a good idea to allow properties of jsonable attributes to be translatable. This would allow you to translate specific sub-fields of a repeater to be translated. For example:
M…