[Rt-commit] rt branch, 5.0/lifecycle-ui, repushed

? sunnavy sunnavy at bestpractical.com
Tue Apr 21 07:12:43 EDT 2020


The branch 5.0/lifecycle-ui was deleted and repushed:
       was fc05b8783fed2107fdf3e2794e429ff06c6cfbde
       now ca381da803a1eae19de727217c2a066f673760ab

 1: 6744abe48f =  1: 6744abe48f Core RT::Extension::LifecycleUI
 2: bcc438fbe6 =  2: bcc438fbe6 Migrate lifecycle UI pages to new elevator themes
 3: 24340bed37 =  3: 24340bed37 Add POD doc for new added public methods
 4: 6230b37d38 =  4: 6230b37d38 Ensure lifecycle cache is updated across threads when flagged
 5: dfd731e4e0 =  5: dfd731e4e0 Add select/create links on all lifecycle admin pages like other objects
 6: bbf0b1591c =  6: bbf0b1591c Limit lifecycle admin pages only to superusers
 7: b2b62c11c2 =  7: b2b62c11c2 Support to disable lifecycles
 8: c232abd197 =  8: c232abd197 Add d3.js to RT
 9: b53760e2a3 !  9: 8c8f1d0fe0 Abstract ValidateLifecycle and ValidateLifecycleMaps from FillCache
    @@ -21,7 +21,7 @@
      
     +        my ( $ret, @warnings ) = $self->ValidateLifecycle(Lifecycle => $lifecycle, Name => $name);
     +        unless ( $ret ) {
    -+            warn for @warnings;
    ++            warn $_ for @warnings;
     +        }
     +
              my @statuses;
    @@ -98,7 +98,7 @@
      
     +    my ( $ret, @warnings ) = $self->ValidateLifecycleMaps();
     +    unless ( $ret ) {
    -+        warn for @warnings;
    ++        warn $_ for @warnings;
     +    }
     +
          # Lower-case the transition maps
10: 8bace28bd6 ! 10: c134eda55d New lifecycle editor based on original extension and Craig's big refactor
    @@ -577,8 +577,7 @@
     +                .on('contextmenu', function() { d3.event.preventDefault(); })
     +                .on('mousemove', function() { self.Mousemove(this); })
     +                .on('mouseup', function() { self.Mouseup(this); })
    -+                .on('mousedown', function() { self.Mousedown(this); })
    -+                .on('keyup', function() { self.keyup(this) });
    ++                .on('mousedown', function() { self.Mousedown(this); });
     +
     +            d3.select("body").on("keydown", function (d) {
     +                if ( !self.editing_node && self.selected_node && ( d3.event.keyCode == 68 || d3.event.keyCode == 46 ) ) {
    @@ -992,7 +991,7 @@
     +    }
     +
     +    AddLink(source, target) {
    -+        self = this;
    ++        var self = this;
     +        if (!source || !target) return;
     +
     +        var link = self.links.filter(function(l) { return (l.source.id === target.id && l.target.id === source.id); })[0];
11: 3636064d57 = 11: e6eeb48a91 Add lifecycle UI Advanced page
12: d9a5312805 = 12: 621481e193 Add lifecycle UI Actions page
13: a7310445ab = 13: d89a179c3e Add lifecycle UI Rights page
14: f9ccfc1988 = 14: b594387eac Default on_create to the first initial status
15: fc05b8783f = 15: ca381da803 Skip form and show hints if mapping is not needed



More information about the rt-commit mailing list