<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[50255] trunk/doc-new/guide/xml/project.xml</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.macports.org/changeset/50255">50255</a></dd>
<dt>Author</dt> <dd>jmr@macports.org</dd>
<dt>Date</dt> <dd>2009-04-28 02:34:54 -0700 (Tue, 28 Apr 2009)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update guide to reflect Trac changes.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkdocnewguidexmlprojectxml">trunk/doc-new/guide/xml/project.xml</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkdocnewguidexmlprojectxml"></a>
<div class="modfile"><h4>Modified: trunk/doc-new/guide/xml/project.xml (50254 => 50255)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/doc-new/guide/xml/project.xml        2009-04-28 09:10:31 UTC (rev 50254)
+++ trunk/doc-new/guide/xml/project.xml        2009-04-28 09:34:54 UTC (rev 50255)
</span><span class="lines">@@ -111,10 +111,11 @@
</span><span class="cx">           &lt;para&gt;&lt;guilabel&gt;Description:&lt;/guilabel&gt; All details that might
</span><span class="cx">           be relevant to someone reading the ticket. &lt;ulink
</span><span class="cx">           url=&quot;http://trac.macports.org/wiki/WikiFormatting&quot;&gt;Wiki
</span><del>-          formatting&lt;/ulink&gt; or attached log files should be used for large
-          text blocks. If you want to post a build log make sure you use
-          &lt;literal&gt;{{{&lt;replaceable&gt;...&lt;/replaceable&gt;}}}&lt;/literal&gt; around the
-          log or it could break the page layout. Example:&lt;/para&gt;
</del><ins>+          formatting&lt;/ulink&gt; should be used to ensure that text is formatted
+          correctly. Use the Preview button before submitting. If you want to
+          post preformatted text such as a log or terminal output, make sure
+          you use &lt;literal&gt;{{{&lt;replaceable&gt;...&lt;/replaceable&gt;}}}&lt;/literal&gt;
+          around the text or it could break the page layout. Example:&lt;/para&gt;
</ins><span class="cx"> 
</span><span class="cx">           &lt;literallayout&gt;
</span><span class="cx"> {{{
</span><span class="lines">@@ -122,15 +123,17 @@
</span><span class="cx"> }}}
</span><span class="cx">           &lt;/literallayout&gt;
</span><span class="cx"> 
</span><del>-          &lt;para&gt;Submitters are advised to trim pastes and logs of any kind to what's
-          really relevant to the report, as otherwise overly large submissions that
-          might contain redundant and/or unnecessary information might become unmanageable.
</del><ins>+          &lt;para&gt;Submitters are advised to trim pastes and logs of any kind to
+          what's really relevant to the report, as otherwise overly large
+          submissions that might contain redundant and/or unnecessary
+          information might become unmanageable. If it is truly necessary to
+          include long output, use an attachment, don't paste it inline.
</ins><span class="cx">           &lt;/para&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><del>-          &lt;para&gt;&lt;guilabel&gt;Type:&lt;/guilabel&gt; There are two main types of
</del><ins>+          &lt;para&gt;&lt;guilabel&gt;Type:&lt;/guilabel&gt; There are five types of
</ins><span class="cx">           tickets.&lt;/para&gt;
</span><span class="cx"> 
</span><span class="cx">           &lt;itemizedlist&gt;
</span><span class="lines">@@ -144,6 +147,23 @@
</span><span class="cx">               patches, created to enhance something that isn't failing its
</span><span class="cx">               intended purpose.&lt;/para&gt;
</span><span class="cx">             &lt;/listitem&gt;
</span><ins>+            
+            &lt;listitem&gt;
+              &lt;para&gt;&lt;guimenu&gt;update&lt;/guimenu&gt; - Tickets, with or without
+              patches, involving updating a port to a newer upstream
+              version.&lt;/para&gt;
+            &lt;/listitem&gt;
+            
+            &lt;listitem&gt;
+              &lt;para&gt;&lt;guimenu&gt;submission&lt;/guimenu&gt; - Tickets created to submit
+              Portfiles for software not currently available in MacPorts.
+              &lt;/para&gt;
+            &lt;/listitem&gt;
+            
+            &lt;listitem&gt;
+              &lt;para&gt;&lt;guimenu&gt;request&lt;/guimenu&gt; - Tickets created to request
+              the creation of a new port.&lt;/para&gt;
+            &lt;/listitem&gt;
</ins><span class="cx">           &lt;/itemizedlist&gt;
</span><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -177,59 +197,10 @@
</span><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><del>-          &lt;para&gt;&lt;guilabel&gt;Milestone:&lt;/guilabel&gt; This is a ticket category that
-          allows for search and sorting tickets efficiently.&lt;/para&gt;
-
-          &lt;itemizedlist&gt;
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;MacPorts x.y.z&lt;/guimenu&gt; - for base-level
-              tickets which have been assigned to a particular future
-              release of MacPorts.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;MacPorts Future&lt;/guimenu&gt; - for base-level
-              tickets which are still under consideration and have not
-              yet been assigned to a specific future release of
-              MacPorts.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;Port Bugs&lt;/guimenu&gt; - for tickets reporting or
-              fixing bugs in ports provided by MacPorts.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;Port Enhancements&lt;/guimenu&gt; - for submissions
-              providing enhancements to ports provided by MacPorts.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;Port Requests&lt;/guimenu&gt; - for requests for ports
-              to be added to MacPorts.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;Port Submissions&lt;/guimenu&gt; - for submissions that
-              add a port to MacPorts.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;Port Updates&lt;/guimenu&gt; - for submissions that
-              update a port provided by MacPorts.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;&lt;guimenu&gt;Website &amp;amp; Documentation&lt;/guimenu&gt; - for
-              tickets relating to the documentation for MacPorts, including
-              the MacPorts guide, Wiki, man pages and the website.&lt;/para&gt;
-            &lt;/listitem&gt;
-
-            &lt;listitem&gt;
-              &lt;para&gt;Blank - For unclassified tickets that don't fit into any
-              of the provided milestones.&lt;/para&gt;
-            &lt;/listitem&gt;
-          &lt;/itemizedlist&gt;
</del><ins>+          &lt;para&gt;&lt;guilabel&gt;Milestone:&lt;/guilabel&gt; This is a ticket label that
+          indicates that the ticket is intended to be fixed in a particular
+          MacPorts release. Leave it blank; it will be set by a project member
+          if appropriate.&lt;/para&gt;
</ins><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><span class="lines">@@ -286,15 +257,30 @@
</span><span class="cx">           reporter and assignee who would like to be kept involved in the
</span><span class="cx">           development of the ticket. Multiple email addresses should be
</span><span class="cx">           separated with a comma and a space
</span><del>-          (i.e. &lt;literal&gt;you@example.org, maintainer@macports.org&lt;/literal&gt;).
-          If you do not see the the &lt;guilabel&gt;Assign to:&lt;/guilabel&gt; field
-          (currently only committers can set &lt;guilabel&gt;Assign to:&lt;/guilabel&gt;),
-          add the email address of the port's maintainer(s) here; you can use
-          &lt;command&gt;port info &lt;replaceable&gt;portname&lt;/replaceable&gt;&lt;/command&gt;
-          to find the maintainer for a port.  Exclude the addresses
-          &lt;email&gt;openmaintainer@macports.org&lt;/email&gt; and
-          &lt;email&gt;nomaintainer@macports.org&lt;/email&gt; if they are listed.&lt;/para&gt;
</del><ins>+          (i.e. &lt;literal&gt;you@example.org, maintainer@macports.org&lt;/literal&gt;).&lt;/para&gt;
+          
+          &lt;para&gt;Most users will not be able to assign tickets. If this applies
+          to you, then when reporting port-related tickets, make sure you add
+          the port's maintainer to cc. Otherwise they may not notice the
+          ticket.&lt;/para&gt;
</ins><span class="cx">         &lt;/listitem&gt;
</span><ins>+        
+        &lt;listitem&gt;
+          &lt;para&gt;&lt;guilabel&gt;Assign To:&lt;/guilabel&gt; Only users with commit access
+          can edit this field. If this is not you, see the section on the
+          &lt;guimenu&gt;Cc&lt;/guimenu&gt; field above.&lt;/para&gt;
+          
+          &lt;para&gt;For tickets on ports, enter
+          the email address of the port's maintainer (use &lt;command&gt;port info
+          &amp;lt;portname&amp;gt;&lt;/command&gt; to find this). If multiple maintainers
+          are listed, enter the first maintainer's email address here and
+          enter the remainining maintainers' email addresses in the
+          &lt;guimenu&gt;Cc&lt;/guimenu&gt; field. Exclude the email address
+          &lt;email&gt;openmaintainer@macports.org&lt;/email&gt; if it appears.
+          If the maintainer's email address is
+          &lt;email&gt;nomaintainer@macports.org&lt;/email&gt;, leave the field
+          blank.&lt;/para&gt;
+        &lt;/listitem&gt;
</ins><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><span class="cx">           &lt;para&gt;&lt;guilabel&gt;Port:&lt;/guilabel&gt; For tickets on ports, enter the
</span><span class="lines">@@ -333,12 +319,11 @@
</span><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><del>-          &lt;para&gt;Set the type to &lt;guilabel&gt;enhancement&lt;/guilabel&gt;.&lt;/para&gt;
</del><ins>+          &lt;para&gt;Set the type to &lt;guilabel&gt;submission&lt;/guilabel&gt;.&lt;/para&gt;
</ins><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><del>-          &lt;para&gt;Set the milestone to &lt;guilabel&gt;Port
-          Submissions&lt;/guilabel&gt;.&lt;/para&gt;
</del><ins>+          &lt;para&gt;Set the component to &lt;guilabel&gt;ports&lt;/guilabel&gt;.&lt;/para&gt;
</ins><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><span class="lines">@@ -369,14 +354,12 @@
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><span class="cx">           &lt;para&gt;Set the type to &lt;guilabel&gt;enhancement&lt;/guilabel&gt; for
</span><del>-          miscellaneous enhancements or to &lt;guilabel&gt;defect&lt;/guilabel&gt; for bug
-          fixes.&lt;/para&gt;
</del><ins>+          miscellaneous enhancements, to &lt;guilabel&gt;defect&lt;/guilabel&gt; for bug
+          fixes, or to &lt;guilabel&gt;update&lt;/guilabel&gt; for version updates.&lt;/para&gt;
</ins><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span><del>-          &lt;para&gt;Set the milestone to &lt;guilabel&gt;Port Enhancements&lt;/guilabel&gt;,
-          &lt;guilabel&gt;Port Updates&lt;/guilabel&gt; or &lt;guilabel&gt;Port Bugs&lt;/guilabel&gt;
-          depending on the case.&lt;/para&gt;
</del><ins>+          &lt;para&gt;Set the component to &lt;guilabel&gt;ports&lt;/guilabel&gt;.&lt;/para&gt;
</ins><span class="cx">         &lt;/listitem&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;listitem&gt;
</span></span></pre>
</div>
</div>

</body>
</html>