Open
Description
Following discussion with @obmsch in #215.
The general idea is to refactor existing labels for the repository update form, such as
$s_plugin_SourceGithub_master_branch = 'Primary Branches<br/><span class="small">(comma-separated list or "*" for all branches)</span>';
into 2 distinct strings
$s_plugin_SourceGithub_master_branch = 'Primary Branches';
$s_plugin_SourceGithub_master_branch_help = '<span class="small">(comma-separated list or "*" for all branches)</span>';
This would require an additional lookup at least in all $t_vcs->update_repo_form( $t_repo )
variants, for a key (help) which may (intentionally) not exist.
Metadata
Metadata
Assignees
Labels
No labels