jekkos
jekkos
related to #3531 , #150
I have done some changes and testing on this. Still need to push those as a last diff between upgrade and clean install is still to be made.
Could you explain why the drop index was needed in this script? I would only add changes in new scripts if they are required as this one is already included...
So my solution drops the index if it exists and creates a pk for person_id but it does this from a new script instead. We should not edit any old...
So in case an existing migration crashes a clean install I would do minimal changes to make the upgrade work. In this case the drop statement can ve removed and...
Correct now I can double check the primary key naming as you suggest. But this is handled in a new script. We should really freeze old scripts as much as...
that seems to work fine as far as I can see now.
All good for now, let's merge the open PR and be done with this. One last remaining difference is that the upgraded version has two keys for company_name. Perhaps I...
In a way it makes sense, bootstrap tables is a javascript library, I believe it cannot rewrite any output coming from PHP. The proper solution is to html encode the...
I have rebase the branch in #4041. I was looking for the POC you made that allowed you to render the whole view using HtmlPurifier. I'll check if I can...