cakephp-version
cakephp-version copied to clipboard
CakePHP3: plugin that facilitates versioned database entities
This is the failing test for the datetime field as discussed in #47
Hi, I am using this functionality and I have encountered a bug when I try to retrieve a version of an entry that had a timestamp field with a NULL...
Hi, I installed the plugin:dev-master in an environment with cakephp 4.2.8 and php 7.4 and after update an entities receive this error: Table class for alias `versions` could not be...
Hi, I'm using this functionality, but seems to have a little problem. In this method there is query which is getting the last version_id and increase it with 1, but...
Hi How do you order the versions for an entity to have the latest first? How do you paginate the results?
The Readme said add the Behavior in the ENTITY, but it has to be in the TABLE. Added info for fields option. Also small md fix.
Would it be useful to have a simple "max versions per entity" config? E.g. "only store the last 10 versions per posts". And making it simple for a project cronjob...
Hi, I have this situation, I'd like to version two tables Procedures Specifics Procedures has many Specifics When I change something in a Procedure, all related specifics should point to...