[Rt-commit] rt branch, 4.4/cf-entry-hint, repushed

? sunnavy sunnavy at bestpractical.com
Sun Mar 9 11:09:24 EDT 2014


The branch 4.4/cf-entry-hint was deleted and repushed:
       was c56035053a75a33a45c817e4ebfa95134e274359
       now f16cdc5791ddf285eaf410cad9fb2ca707d3a4e7

1:  29cb180 ! 1:  4cfee5f EntryHint column for CustomFields table
    @@ -138,3 +138,16 @@
              {read => 1, auto => 1, sql_type => 4, length => 11,  is_blob => 0,  is_numeric => 1,  type => 'int(11)', default => '0'},
              Created => 
     
    +diff --git a/share/html/Elements/RT__CustomField/ColumnMap b/share/html/Elements/RT__CustomField/ColumnMap
    +--- a/share/html/Elements/RT__CustomField/ColumnMap
    ++++ b/share/html/Elements/RT__CustomField/ColumnMap
    +@@
    +             title     => $c, attribute => $c,
    +             value     => sub { return $_[0]->$c() },
    +         } }
    +-        qw(Name Description Type LookupType Pattern)
    ++        qw(Name Description Type LookupType Pattern EntryHint)
    +     ),
    +     map(
    +         { my $c = $_; my $short = $c; $short =~ s/^Friendly//;
    +
2:  42d7da6 = 2:  f004637 set EntryHint on create and default it to FriendlyType if not define
3:  307ed1d = 3:  7a98ff9 update EntryHint accordingly when Type is updated and EntryHint matches the old FriendlyType
4:  5cb5936 = 4:  eb0ded7 EntryHint field edit support on cf admin page
5:  c560350 ! 5:  a7db135 show EntryHint instead of FriendlyType on cf create/update
    @@ -66,3 +66,4 @@
      </<% $CELL %>>
      <<% $CELL %>>
      <& /Elements/EditCustomField,
    +
-:  ------- > 6:  5476004 FallbackToDefaultEntryHint option so we can default EntryHint to FriendlyType
-:  ------- > 7:  5b789b2 incremental upgrade steps for 4.3.1(new EntryHint column for cf)
-:  ------- > 8:  f16cdc5 use EntryHint instead of FriendlyType in %AdminSearchResultFormat by default



More information about the rt-commit mailing list