Skip to content

issues Search Results · repo:josegonzalez/cakephp-version language:PHP

Filter by

18 results
 (80 ms)

18 results

injosegonzalez/cakephp-version (press backspace or delete to remove)

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 last version. ...
  • braguzz
  • 1
  • Opened 
    on Jul 26, 2024
  • #51

First of all thanks for developing this plugin. Is it possible to version table association changes?
  • AvelinoJavier
  • 4
  • Opened 
    on May 13, 2022
  • #49

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 value. IE, I have this Model: ?php namespace App\Model\Table; ...
bug
  • matteorebeschi
  • 4
  • Opened 
    on Apr 1, 2022
  • #47

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 found. I followed the ...
  • sensei84
  • 1
  • Opened 
    on Sep 2, 2021
  • #46

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 it s ordering by id desc which in my ...
  • GaTioo
  • Opened 
    on Apr 26, 2021
  • #43

Executing bake model e.g. bin/cake bake model dms_auth_sessions fails. Reason: Trait Cake\Event\EventManagerTrait is depreated in CakePHP 3 and removed in Cakephp 4 You can see it here: https://github.com/cakephp/cakephp/blob/3.9.8/src/Event/EventManagerTrait.php ...
  • GrantAnt
  • 1
  • Opened 
    on Apr 12, 2021
  • #42

After upgrading to cake 3.6.0 i get many deprecation warning coming from this plugin just an example alias() is deprecated. Use setAlias()/getAlias() instead. - /var/www/myapplication/vendor/josegonzalez/cakephp-version/src/Model/Behavior/VersionBehavior.php, ...
  • arilia
  • 2
  • Opened 
    on Apr 17, 2018
  • #33

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 to weekly clean out older versions not needed ...
  • dereuromark
  • 1
  • Opened 
    on Mar 26, 2017
  • #28

The SQL finder part of the VersionTrait (and therefore inside Entity scope) should be moved into table and then called via - versions() to keep things DRY Some would like to rather pull that from the table ...
  • dereuromark
  • 3
  • Opened 
    on Mar 19, 2017
  • #22

CREATE TABLE version(idint(11) NOT NULL AUTO_INCREMENT,version_idint(11) DEFAULT NULL,modelvarchar(255) NOT NULL,foreign_keyint(10) NOT NULL,fieldvarchar(255) NOT NULL,contenttext,created datetime NOT ...
question
  • garethellis36
  • 1
  • Opened 
    on Nov 23, 2016
  • #18
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub