Oliver Georgi

Results 19 comments of Oliver Georgi

I still think if it makes sense to have an individual ID for an article. Usually you always have it using `prefix-{ID}` or focus on the class name or a...

Commit 47610afaddf71c3b6ae94c46820cb7741432164f implements part of such solution

Seems your MySQL doesn't support MyISAM. I cannot really test this. I would recommend also to check the my.cnf to have a more compatible setting. Newer MySQL is often too...

I need to check the whole database schema, as I wrote in the readme. I cannot rely on MYISAM any longer. As workaround for you remove the comment.

Yep, cannot remember why this is there. It has a huge logical problem: where to start, to end. Maybe you have a concept?

This is for something BIGGER and needs refactoring code and logic. You can really see how old rendering inside of phpwcms is. First content parts needs to be split into...

`[de][en]` never was the recommend way! It's manageable for templates only. Use the _alias_ way `de/alias | en/alias | alias/de | alias/en`. The need for a 1:1 language switch was...

https://github.com/slackero/phpwcms-extended/tree/master/phpwcms-languageSwitch

It is not that easy because news does not work without a related content part. But is coming soon.

It's a more difficult demand because in general it would be necessary to implement storing uploaded files on CDN storage too. I have to think about how this could be...