[Rt-commit] rt branch, 4.4/use-status-active, repushed

Shawn Moore shawn at bestpractical.com
Mon May 9 17:17:02 EDT 2016


The branch 4.4/use-status-active was deleted and repushed:
       was 1f058e09d9ce360b829ac211b0dfe8d30bf73195
       now 6ebcea11dc5629403c116fc090d5096c6c17d283

 1:  b215972 =  1:  b215972 Fix variable name in ShowQueue
 2:  0890b14 =  2:  0890b14 Use Status = '__Active__' for ShowQueue
 3:  df1699d =  3:  df1699d Use queue name rather than queue id in ShowQueue search link
 4:  e9dcc3e =  4:  e9dcc3e Use Status = '__Active__' for queuelist links
 5:  560fe2f =  5:  560fe2f This syntax highlighting hint is no longer relevant
 6:  e911991 =  6:  e911991 Use Status = '__Active__' for queuelist report query
 7:  2513da7 =  7:  2513da7 Use Status = '__Active__' for ExtendedStatus dependency search link
 8:  a1aa7e3 =  8:  a1aa7e3 Use Status = '__Active__' for Assets->Ticket search
 9:  2d20155 =  9:  2d20155 Use Status = '__Active__' for simple search status:active
10:  81b07c7 = 10:  81b07c7 Use Status = '__Active__' for OnlySearchActiveTicketsInSimpleSearch
11:  0e57970 ! 11:  3a55aff Use Status = '__Active__' for self service queries
    @@ -1,6 +1,11 @@
     Author: Shawn M Moore <shawn at bestpractical.com>
     
         Use Status = '__Active__' for self service queries
    +    
    +        The status argument to /SelfService/Elements/MyRequests changed
    +        from an array of statuses to a single scalar status (because the
    +        core code only ever used the equivalent of __Active__ and
    +        __Inactive__)
     
     diff --git a/share/html/SelfService/Closed.html b/share/html/SelfService/Closed.html
     --- a/share/html/SelfService/Closed.html
12:  276567f = 12:  088e5d4 Use Status = '__Active__' for requestor ticket lists
13:  ced56fb = 13:  c0587b3 Use Status = '__Active__' for user ticket portlets
14:  170cefb = 14:  d5c9858 Use Status = '__Active__' for reminders
15:  8f1c412 = 15:  a331558 Escape individual status names in QueueSummaryByStatus
16:  1f058e0 ! 16:  85a34ae Quote lifecycle and status names for Status = '__Active__'
    @@ -58,3 +58,4 @@
                                  push @active_sql, qq{($active_sql)};
                              }
                              $sql = join ' OR ', @active_sql;
    +
--:  ------- > 17:  6ebcea1 Use Status = '__Active__' for initialdata searches



More information about the rt-commit mailing list