[Rt-commit] rt branch, 4.6/txn-query-builder-with-new-themes, repushed

? sunnavy sunnavy at bestpractical.com
Thu Dec 12 15:15:47 EST 2019


The branch 4.6/txn-query-builder-with-new-themes was deleted and repushed:
       was 99e0896653a9a083823ce45ac83fc441a66aba3e
       now f5c2c038d9743ca722676bdf71e0c1c84c125155

1: 1bf387e3c7 = 1: 1bf387e3c7 Initial ticket transaction query builder
2: f6cdaf8c11 = 2: f6cdaf8c11 Resolve the inconsistent $Class param in Search and CollectionAsTable
3: f553706457 ! 3: 311a2b01b4 Add support to clip long search result columns
    @@ -28,7 +28,7 @@
          content: '\a0\a0\a0\a0';
      }
     +
    -+.collection-as-table div.clamp {
    ++.collection-as-table div.clip {
     +    overflow-y: hidden;
     +}
     +
    @@ -49,14 +49,14 @@
     +        if ( jQuery(this).children() ) {
     +            var max_height = jQuery(this).css('line-height').replace('px', '') * 5;
     +            if ( jQuery(this).children().height() > max_height ) {
    -+                jQuery(this).children().wrapAll('<div class="clamp">');
    -+                jQuery(this).children('div.clamp').height('' + max_height + 'px');
    ++                jQuery(this).children().wrapAll('<div class="clip">');
    ++                jQuery(this).children('div.clip').height('' + max_height + 'px');
     +                jQuery(this).append('<a href="#" class="unclip button btn btn-primary">' + loc_key('unclip') + '</a>');
     +            }
     +        }
     +    });
     +    jQuery('a.unclip').click(function() {
    -+        jQuery(this).siblings('div.clamp').css('height', 'auto');
    ++        jQuery(this).siblings('div.clip').css('height', 'auto');
     +        jQuery(this).hide();
     +        return false;
     +    });
4: dfe3734761 = 4: f1184fac8d Add transaction search tests
5: b7cd7410d9 = 5: 012bbc73e8 Add transaction query builder tests
6: 99e0896653 = 6: f5c2c038d9 Add Transactions to query builder docs



More information about the rt-commit mailing list