Matias Griese

Results 534 comments of Matias Griese

We have tried to replicate the issue, but we've had no success. The page load is fast with both older and newer versions, there's no meaningful difference between them. With...

Right now the translation support has been added only to the pages. I have been thinking about how the multi-language should look like, but I've not yet decided what is...

Well, a lot of it is already there and used with pages (which seems to work fine). It's mostly about how to make it more generic -- and to find...

We could use for example `?sort=slug|title|updated|created` and `?dir=asc|desc`. The names do not matter as I want to filter and map them manually to prevent the possibility of vulnerabilities. PS. Ordering...

Use `object.media[...]` or even `object.getMediaField('fieldname')[...]`, both should work. With the second approach, you can even loop through the images. That said, I'm currently working on making it even easier to...

@ricardo118 Is this still an issue?

It really depends on the backend used for the storage. If you store comments on separate files (or create db backend) it'll be atomic. On a single file, it does...

@xillibit, I think we should backport this change if we are going to make another release.

Interesting bug -- I bet that we have some others like this that we just didn't think of..

My question is: should we really make yet another change to K1.6 instead of trying to get K2.0 out as soon as possible with these fixes? People have lived with...