Yann Eugoné

Results 36 comments of Yann Eugoné

Not sure to see how `calls` may help with this.

You are talking about "personal translation". With MyModelTranslation model, you can do what you say (you could do this at the moment where the issue where opened). This is not...

Did you had a look to the `sitemap_file_prefix` [configuration](https://github.com/prestaconcept/PrestaSitemapBundle/blob/master/DependencyInjection/Configuration.php#L47) entry ? Maybe ``` presta_sitemap: sitemap_file_prefix: 'sitemap/xml/sitemap' ``` If it works, it is not a good DX, but we have to...

@pesseyjulien feel free to contribute if you need it quickly

You've well analysed the situation. Sitemap sections are only removed during full dump. The incremental dump feature cannot remove any section because there is no guarantee that a particular section...

Hello @Polylogic ! Thank you for contributing. We still have some trouble here : - I don't understand what is the problem you are trying to fix - There is...

@Polylogic seems that failing tests are due to incompatible version of the used tools, I opened #266 that should fix the issue. After the PR is merged, I'd appriate if...

Hello, Thank you for reporting this issue. I usually rely on a system based lock which I write in my crontabs, something like : ``` 0 * * * *...

You want to use the a section based lock to protect the `sitemapindex`, because you need to speed up your sitemap generation : dumping multiple sections in parallel. Improving performance...

Unfortunately there is no way to avoid having sections (and sitemap index). Could be a good feature to have, some people asked for it, but lot of rework will be...