Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

concretecms/concretecms

dpierreIW opened an issue on concretecms/concretecms
Rename form block
### 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...
aashish-aenow created a comment on an issue on concretecms/concretecms
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...

View on GitHub

aashish-aenow closed an issue on concretecms/concretecms
Reindexing page contents grabs out of date information
### 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...
hissy opened an issue on concretecms/concretecms
Full page cache doesn't work on Concrete installed in subdirectory
### 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...
aashish-aenow opened an issue on concretecms/concretecms
Page autosave fires when composer has custom attributes
### 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...
aembler created a comment on a pull request on concretecms/concretecms
This is actually going to be a more expansive pull request, so I'm closing it out for now.

View on GitHub

aembler closed a pull request on concretecms/concretecms
Adding 4 new skins to Atomik theme
aembler pushed 2 commits to 9.4.x concretecms/concretecms
  • Fix Board\InstanceLog::$instance ORM annotation ef09fae
  • Merge pull request #12461 from mlocati-forks/board-instancelog-instance-orm-annot Fix Board\InstanceLog::$instance O... 5c10a00

View on GitHub

aembler closed a pull request on concretecms/concretecms
Fix Board\InstanceLog::$instance ORM annotation
This should fix this error: ``` [Doctrine\Common\Annotations\AnnotationException] [Semantical Error] The annotation "@Doctrine\ORM\Mapping\OnetoOne" in property Co...
aembler opened a pull request on concretecms/concretecms
Adding 4 new skins to Atomik theme
aashish-aenow opened an issue on concretecms/concretecms
Reindexing page contents grabs out of date information
### 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...
c5dragon created a comment on an issue on concretecms/concretecms
I just noticed that this issue is back in 9.3.8.. can someone verify?

View on GitHub

jgarc186 opened a pull request on concretecms/concretecms
Bugfix/variable reference
*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...
haeflimi opened an issue on concretecms/concretecms
Sitemap: Add visual clue for pages with restricted access
### 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 "...
mlocati opened a pull request on concretecms/concretecms
Fix displaying the breadcrumb for multilingual stacks
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...
mlocati opened a pull request on concretecms/concretecms
Always use concrete as CLI command namespace
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`...
mlocati opened a pull request on concretecms/concretecms
Fix Board\InstanceLog::$instance ORM annotation
This should fix this error: ``` [Doctrine\Common\Annotations\AnnotationException] [Semantical Error] The annotation "@Doctrine\ORM\Mapping\OnetoOne" in property Co...
aembler pushed 2 commits to 9.4.x concretecms/concretecms
  • Performance improvement: Do not get style sets and global stacks repeatedly af3a2ea
  • Merge pull request #12438 from hissy/performance/get-global-stacks Performance improvement: Do not get style sets an... d5d5646

View on GitHub

aembler closed a pull request on concretecms/concretecms
Performance improvement: Do not get style sets and global stacks repeatedly
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...
mlocati opened an issue on concretecms/concretecms
view() method of "proxied" blocks gets called twice (and the 2nd time wrong)
### 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...
hissy opened a pull request on concretecms/concretecms
Performance Improvement:
## 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...
hissy opened an issue on concretecms/concretecms
Performance improvement for PageList class
### 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...
gutig created a comment on an issue on concretecms/concretecms
Looks like theres already a JavascriptModuleAsset.php in develop and the latest version of concretecms, I'll close the PR now

View on GitHub

gutig closed an issue on concretecms/concretecms
Allow Javascript asset type to render module
### 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...
gutig created a comment on an issue on concretecms/concretecms
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

View on GitHub

hissy created a comment on an issue on concretecms/concretecms
@gutig How about using JavascriptModuleAsset.php?

View on GitHub

gutig opened an issue on concretecms/concretecms
Allow Javascript asset type to render module
### 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...
ahukkanen opened an issue on concretecms/concretecms
Running console command `c5:reindex --pages` leaves DB table `CollectionSearchIndexAttributes` empty
### 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...
aembler pushed 2 commits to 9.4.x concretecms/concretecms
  • Fix H1 2941432; Fix file folder deletion issue 304f76d
  • Merge pull request #12454 from aembler/fix-h1-2941432 Fix H1 2941432; Fix file folder deletion issue 7c134e9

View on GitHub

aembler closed a pull request on concretecms/concretecms
Fix H1 2941432; Fix file folder deletion issue
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...
Load more