$tracker_comment_message.='Fixed in git commit '.escape_html($git_commit_id).' ('.escape_html($git_url).' - link will become active once code pushed to GitLab)'."\n\n";
$tracker_comment_message.='Fixed in git commit '.escape_html($git_commit_id).' ('.escape_html($git_url).' - link will become active once code pushed to GitLab)';
if($create_hotfix){
$tracker_comment_message.="\n\n";
}
}
if($create_hotfix){
$tracker_comment_message.='A hotfix (a TAR of files to upload) have been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).';
// If a forum post ID was given, an automatic reply is given pointing to the tracker issue
$post_id=post_param_integer('post_id',null);
@@ -209,7 +222,7 @@ if (cms_srv('REQUEST_METHOD') == 'POST') {
if(count($addons_involved)!=0){
$addons_involved=array_unique($addons_involved);
echo'<p><strong>This was for a non-bundled addon.</strong> Remember to run <a href="'.escape_html(get_base_url()).'/adminzone/index.php?page=build_addons&addon_limit='.escape_html(urlencode(implode(',',$addons_involved))).'">the addon update script</a>, and then upload the appropriate addon TARs and post the has-updated comments.</p>';
echo'<p><strong>This was for a non-bundled addon.</strong> Remember to run <a href="'.escape_html(get_base_url()).'/adminzone/index.php?page=build_addons&addon_limit='.escape_html(urlencode(implode(',',$addons_involved))).'">the addon update script</a>, and then upload the appropriate addon TARs and post the has-updated comments (or when the next patch release if this is what is currently preferred).</p>';