[Rt-commit] rt branch, 4.6/cleanup-themes, repushed

? sunnavy sunnavy at bestpractical.com
Thu Sep 19 16:17:39 EDT 2019


The branch 4.6/cleanup-themes was deleted and repushed:
       was 6c93c3476292990ff2ae4adaec616cef3e528c01
       now 4cf4b20bb16a5217bca7de6fbbedabb5a5b4fbab

 1: 14dfb2e3f =  1: 14dfb2e3f Drop old non-responsive themes
 2: 29f9257da =  2: 29f9257da Update deleted theme name to new one in tests
 3: 6cb4ff6a6 =  3: 6cb4ff6a6 Drop jquery.modal as bootstrap already supports modal
 4: 086b3614e =  4: 086b3614e Drop unnecessary %ThemeJSFiles config
 5: 6e21b44bb =  5: 6e21b44bb Drop historical yui-fonts.css
 6: b68c92e04 =  6: b68c92e04 Drop obsolete msie6.css, finally goodbye msie6!
 7: 28eaa0da1 =  7: 28eaa0da1 Drop obsolete msie.css which is for ie7 and earlier versions
 8: 7ab30bfa5 =  8: 7ab30bfa5 Drop obsolete combobox.js
 9: cbf97c6d3 !  9: b503f12f1 Simplify code as bootstrap-select.js is now always included
    @@ -21,3 +21,31 @@
      % if ($CustomField->BasedOnObj->id) {
        data-cascade-based-on-name="<% $BasedOnName || $NamePrefix . $CustomField->BasedOnObj->id . '-Value' |n %>"
     
    +diff --git a/share/html/Search/Elements/EditFormat b/share/html/Search/Elements/EditFormat
    +--- a/share/html/Search/Elements/EditFormat
    ++++ b/share/html/Search/Elements/EditFormat
    +@@
    + 
    + <script type="text/javascript">
    + jQuery( function() {
    +-    if ( !jQuery.prototype.selectpicker ) {
    +-        jQuery('select[name=SelectDisplayColumns].chosen').chosen({ width: '12em', placeholder_text_multiple: ' ', no_results_text: ' ', search_contains: true });
    +-    }
    +     jQuery('[name=AddCol], [name=RemoveCol], [name=ColUp], [name=ColDown]').click( function() {
    +         var name = jQuery(this).attr('name');
    +         var form = jQuery(this).closest('form');
    +@@
    +                 if ( data.status == 'success' ) {
    +                     form.find('input[name=Format]').val(data.Format);
    +                     form.find('select[name=CurrentDisplayColumns]').html(data.CurrentDisplayColumns);
    +-                    if ( jQuery.prototype.selectpicker ) {
    +-                        form.find('select[name=SelectDisplayColumns]').val('').change();
    +-                    }
    +-                    else {
    +-                        form.find('select[name=SelectDisplayColumns]').val('').trigger("chosen:updated");
    +-                    }
    ++                    form.find('select[name=SelectDisplayColumns]').val('').change();
    +                     form.find('[name=Link],[name=Title],[name=Size],[name=Face]').val('');
    +                 }
    +                 else {
    +
10: 8ebf5ffe2 = 10: 716e71c8b Simplify code as function ".collapse" always exists now
11: 3b8552940 = 11: 0daf99349 Clean up old combobox style
12: 1e54b92e9 = 12: bb895ab21 Merge base-responsive to elevator-light
13: d2b1b9739 = 13: 9c38a3763 No need to exclude base* directories from theme name as they don't exist any more
14: ba05dd635 = 14: 5459581a2 Drop background-gradient.png, which was used only in old themes
15: 1be7e47a8 = 15: 39d2369ec Drop images that were only used in msie6.css
16: 72030263e = 16: c71c81948 Add bootstrap scss related files
17: e608267b2 = 17: d3a334d11 Add doc to customize bootstrap.css
18: ab6bde910 = 18: 0201323b8 Drop rules for old themes in print.css
19: 327980143 = 19: a70edc978 Port border, padding and font changes from Helm design
20: 4dbaab57e = 20: bbd841cba Fix the large "New ticket in" button in topactions
21: 6c93c3476 = 21: 4cf4b20bb Drop obsolete css rules



More information about the rt-commit mailing list