David Janssens
David Janssens
Looks like most of the issues I had with the migration of the ImpressCMS.org site were module related.
this should be fixed by #1555 . If there are some more cases lingering about, they will surface in due course.
Totally agree.
That's a good start. I had to go to the Handler class to go and find where the ID is assigned though.
Correct, the concurrent creation of new objects is why I was looking at GUIDs, you kinda let the GUID algorithm take care of that for you. And an id can...
@skenow the table that manages the last id for an object is used to avoid problems with the situations where multiple objects are creatd at exactly the same time. When...
Still think this will be useful. I'll look into this.
I tried to make it work with either .html or .html.tpl extensions, but that was adding lots of checks throughout the code. I propose we simply decide on making the...
We can take this on in a similar way like we handled the migration from the old 1.2.x to 1.3. Basically, we replace the code and put it in the...