[Rt-commit] rt branch, 4.4/remove-user-info, repushed
Craig Kaiser
craig at bestpractical.com
Tue Jun 5 13:33:07 EDT 2018
The branch 4.4/remove-user-info was deleted and repushed:
was 5f0f72fe65dbfb980575383ba6d6c5bc538578f3
now 91b0bb9a43631d24ba5ce90876976521c57c95a5
1: 484bd6620 = 1: 484bd6620 Add option to disable escaping HTML in articles
2: dab73f8fa = 2: dab73f8fa Updated Articles docs to include disabling escaped HTML
3: 27238b8b2 = 3: 27238b8b2 Update article postfix loops from using $_ to a named variable
4: 0b24dae38 = 4: 0b24dae38 Add keyboard shortcuts for reply and comment
5: 843170cdb = 5: 843170cdb Allow rt-setup-fulltext-index to prompt for dba password
6: d5902aaed = 6: d5902aaed Fix typo in POD
7: 3c98ed63e = 7: 3c98ed63e Add AnonymizeEmail method for RT::Attachments
8: a37f0a449 = 8: a37f0a449 Add GenerateAnonymousName function for RT::User
9: 2489d931a = 9: 2489d931a Create portlet for removing user information
10: 447698efc = 10: 447698efc Add portlet for removing user info to modify page
11: beb905a26 = 11: beb905a26 Check that user information is anonymized
12: 5f0f72fe6 ! 12: 91b0bb9a4 Add test for replace user information
@@ -5,6 +5,27 @@
diff --git a/t/remove_user_info.t b/t/remove_user_info.t
--- a/t/remove_user_info.t
+++ b/t/remove_user_info.t
+@@
+
+ use strict;
+ use warnings;
+-use RT;
+-use RT::Test tests => undef;
+
+-{
++use RT::Test::Shredder tests => 42;
++
++my $test = "RT::Test::Shredder";
++$test->shredder_new();
++
++my $config = RT::Config;
++$config->Set('ShredderStoragePath', $test->temp_directory);
++
+ ok(require RT::User);
+-}
+
+ my ($baseurl, $agent) = RT::Test->started_ok;
+ my $url = $agent->rt_base_url;
@@
}
}
More information about the rt-commit
mailing list