mantis-matrix-integration – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 16... Line 16...
16 $s_plugin_Matrix_password = 'Matrix Bot Password'; 16 $s_plugin_Matrix_password = 'Matrix Bot Password';
17 $s_plugin_Matrix_skip_bulk = 'Skip notification on bulk actions'; 17 $s_plugin_Matrix_skip_bulk = 'Skip notification on bulk actions';
18 $s_plugin_Matrix_link_names = 'Turn user names into Slack links (may cause excess Slack notifications)'; 18 $s_plugin_Matrix_link_names = 'Turn user names into Slack links (may cause excess Slack notifications)';
Line 19... Line 19...
19   19  
20 //$s_plugin_Matrix_bug_created = '[%s] %s created <%s|%s>.'; 20 //$s_plugin_Matrix_bug_created = '[%s] %s created <%s|%s>.';
21 $s_plugin_Matrix_bug_created = '<b>%s</b><br/><hr/>%s created report %s'; 21 $s_plugin_Matrix_bug_created = '<b>%s</b><br/><hr/>%s created report <a href="%s">%s</a>';
22 //$s_plugin_Matrix_bug_updated = '[%s] %s updated <%s|%s>.'; 22 //$s_plugin_Matrix_bug_updated = '[%s] %s updated <%s|%s>.';
23 $s_plugin_Matrix_bug_updated = '<b>%s</b><br/><hr/>%s updated report %s'; 23 $s_plugin_Matrix_bug_updated = '<b>%s</b><br/><hr/>%s updated report <a href="%s">%s</a>';
24 //$s_plugin_Matrix_bug_deleted = '[%s] %s deleted %s.'; 24 //$s_plugin_Matrix_bug_deleted = '[%s] %s deleted %s.';
25 $s_plugin_Matrix_bug_deleted = '<b>%s</b><br/><hr/>%s deleted report %s'; 25 $s_plugin_Matrix_bug_deleted = '<b>%s</b><br/><hr/>%s deleted report <a href="%s">%s</a>';
26 //$s_plugin_Matrix_bugnote_created = "[%s] %s commented on <%s|%s> saying:\n%s"; 26 //$s_plugin_Matrix_bugnote_created = '[%s] %s commented on <%s|%s> saying:\n%s';
27 $s_plugin_Matrix_bugnote_created = "<b>%s</b><br/><hr/>%s commented on report %s"; 27 $s_plugin_Matrix_bugnote_created = '<b>%s</b><br/><hr/>%s commented on report <a href="%s">%s</a>';
28 //$s_plugin_Matrix_bugnote_updated = "[%s] %s edited a comment on <%s|%s> saying:\n%s"; 28 //$s_plugin_Matrix_bugnote_updated = '[%s] %s edited a comment on <%s|%s> saying:\n%s';
29 $s_plugin_Matrix_bugnote_updated = "<b>%s</b><br/><hr/>%s edited a comment on report %s"; 29 $s_plugin_Matrix_bugnote_updated = '<b>%s</b><br/><hr/>%s edited a comment on report <a href="%s">%s</a>';
30 //$s_plugin_Matrix_bugnote_deleted = "[%s] %s deleted a comment on <%s|%s>."; 30 //$s_plugin_Matrix_bugnote_deleted = '[%s] %s deleted a comment on <%s|%s>.';
Line 31... Line 31...
31 $s_plugin_Matrix_bugnote_deleted = "<b>%s</b><br/><hr/>%s deleted a comment on report %s"; 31 $s_plugin_Matrix_bugnote_deleted = '<b>%s</b><br/><hr/>%s deleted a comment on report <a href="%s">%s</a>';
32   32  
33 $s_plugin_Matrix_no_user = '(no one)'; 33 $s_plugin_Matrix_no_user = '(no one)';