### Affected Version of Concrete CMS
9.x
### Description
Hello, we have a problem with the form block. If we want to edit it to change its name, it doesn't work. The only way we've found to chan...
Orphaned blocks was the solution i needed for this. Would be nice if there was a task for this. My site has a lot of pages so clearing Orphaned blocks manually will be a lot of work. Any thoughts o...
### Affected Version of Concrete CMS
9.x
### Description
on v9.3.9
Reindexing page contents tasks seems to be not properly filtering inactive blocks. Noticed this when search results were inclu...
### Affected Version of Concrete CMS
9.x
### Description
We added hostname to cache key on #7935 to support multisite.
However, it doesn't concern subdirectories, so cache keys with pages and re...
### Affected Version of Concrete CMS
9.x
### Description
This is a weird error that is kind of hard to explain but the autosave feature for pages fires automatically when you have a custom attri...
This should fix this error:
```
[Doctrine\Common\Annotations\AnnotationException]
[Semantical Error] The annotation "@Doctrine\ORM\Mapping\OnetoOne"
in property Co...
### Affected Version of Concrete CMS
9.x
### Description
on v9.3.9
Reindexing page contents tasks seems to be not properly filtering inactive blocks. Noticed this when search results were inclu...
*Check these before submitting new pull requests*
- [ X] I read the __guidelines for contributing__ linked above. My pull request conforms to the coding style guidelines described within.
- W...
### Description
Removing Guest- Acces to pages in order to "unpublish" them without deleting is
a common practice among our customers/ site editors.
In order to keep a better overview over whats "...
When editing a localized version of a stack, the breadcrumb is wrong: let's fix it.
## Before
https://github.com/user-attachments/assets/c6de98aa-ff7b-4553-842e-85b40d074425
## After
ht...
We currently have CLI commands in two namespaces: the old `c5:` and the new `concrete:`.
What about:
1. always use `concrete:`
2. use sub-namespaces for all commands (eg: from `c5:clear-cache`...
This should fix this error:
```
[Doctrine\Common\Annotations\AnnotationException]
[Semantical Error] The annotation "@Doctrine\ORM\Mapping\OnetoOne"
in property Co...
Currently, we're trying to get custom style sets for every areas or blocks by running separate SQL queries.
It increases a number of queries when you have a long page that has a lot of areas and b...
### Affected Version of Concrete CMS
8.5.x, 9.x
### Description
If in a page we have a block that we previously copied to the clipboard, the `view()` method of its controller is called twice (bu...
## Reduce execution time to get pages in the PageList class
This is the original query, and it takes 630ms to get pages on the site I'm working on now.
```
SELECT p.cID, cv.cvDatePublic FROM...
### Description
Hi @aembler , I have a question. I'm working on improving performance of a website. They updated the website to version 9 from 8.3.2, and the website has been quite slower than bef...
### Description
I'm using Vue3 and compiling with vite and if you use the chunking method so it splits vendors from the main application code you need to render this as a module rather than text/j...
Yeah I think that would be best, I did that locally and used composer to autoload the file I think that's the best approach, I can create a PR today hopefully and push up
### Description
I'm using Vue3 and compiling with vite and if you use the chunking method so it splits vendors from the main application code you need to render this as a module rather than text/j...
### Affected Version of Concrete CMS
9.x
### Description
In previous versions we used to run this command to reindex the pages:
`/concrete/bin/concrete c5:reindex --pages`
This now (after v9 up...
Fixes H1 issue; also fixes an issue where, if you navigate to a file folder on the frontend when choosing a file, and then delete the folder in the file manager, you no longer get an error when ope...