You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of those regular expressions was really unclear and lacked
documentation. The German translation was actually better than the
original English one, including a better description with explanation
and example.
Signed-off-by: Damien Regad <[email protected]>
Original commit message reworded.
$s_plugin_Source_buglink_regex_1 = '<abbr title="Regular Expression">RegExp</abbr> for parsing links to issues (1)<br/><span class="small">It will be used for parsing string containing some issues i.e. "Issues #3, #87"</span>';
89
+
$s_plugin_Source_buglink_regex_2 = '<abbr title="Regular Expression">RegExp</abbr> for parsing links to issues (2)<br/><span class="small">It will be applied to the result of expression 1 to extract exact issues ID (i.e. "3", "87")</span>';
90
+
$s_plugin_Source_bugfix_regex_1 = '<abbr title="Regular Expression">RegExp</abbr> for parsing resolved issues (1)<br/><span class="small">It will be used for parsing string containing some resolved issues i.e. "Fixes #21 #35"</span>';
91
+
$s_plugin_Source_bugfix_regex_2 = '<abbr title="Regular Expression">RegExp</abbr> for parsing resolved issues (2)<br/><span class="small">It will be applied to the result of expression 1 to extract exact issues ID (i.e. "21", "35")</span>';
0 commit comments