[Rt-commit] rt branch, 4.4/dashboard-subscription-user-group, repushed

Dustin Graves dustin at bestpractical.com
Wed Dec 2 11:21:21 EST 2015


The branch 4.4/dashboard-subscription-user-group was deleted and repushed:
       was d3ef4303055170c2486171fd62087d374bb5a8de
       now 84b46cad2a10107a62807b8d15423ec97c7e12ce

 1:  c712931 =  1:  c712931 Fix extraneous whitespace warnings from po linter
 2:  dea515e =  2:  dea515e Updated translations from Launchpad
 3:  5cb67b2 =  3:  5cb67b2 Avoid using a stale dbh in rt-setup-database
 4:  d99f77e =  4:  d99f77e failing and warning externalauth tests
 5:  3091165 =  5:  3091165 One last missing undef $m in ldap_privileged.t
 6:  3a80169 =  6:  3a80169 skip when ::Authen::ExternalAuth can't load like other externalauth tests do
 7:  5d5e872 =  7:  5d5e872 French i18n updates
 8:  6c0c5b2 =  8:  6c0c5b2 Add "HeldBy" -> "Held By" en localization from Assets
 9:  e641431 =  9:  e641431 po mismerge
10:  5ea7017 = 10:  5ea7017 Fix mismerge of _DurationAsString
11:  615120d = 11:  615120d Fix failing test in ldapimport/user-import.t
12:  2f14fe9 = 12:  2f14fe9 Remove calls to removed ->screendebug
13:  4a861ef = 13:  4a861ef Switch ExternalAuth example in RT_Config to JSGantt
14:  ec6ce9c = 14:  ec6ce9c Fix My_DBI being removed from ExternalServices due to "db" vs "dbi"
15:  e525b1a = 15:  e525b1a Avoid returning undef for default catalog
16:  719dfea = 16:  719dfea Avoid undef warnings in upgrading dashboards
17:  b9c4bdf = 17:  b9c4bdf Unify our upgrading cored extensions documentation
18:  b6d9c46 = 18:  b6d9c46 Install rt-ldapimport
19:  5f68191 = 19:  5f68191 Updated translations from Launchpad
20:  f968229 = 20:  f968229 Handle non-ckeditor for syncing scrips
21:  d3ef430 ! 21:  84b46ca change dashboard subscription recipient input to robust user/group search
    @@ -30,7 +30,7 @@
     +            foreach (RT::EmailParser->ParseEmailAddress($recipient)) {
     +                my $addr = $_->address;
     +
    -+                my $user = RT::User->new($session{CurrentUser});
    ++                my $user = RT::User->new(RT->SystemUser);
     +                $user->LoadByEmail($addr);
     +
     +                unless ($user->id) { # we need to create user



More information about the rt-commit mailing list