You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2005/08/09 02:28:46 UTC

svn commit: r230936 - in /maven/continuum/trunk/continuum-uml/white-site: addDeveloper.html addUserNotifier.html index.html

Author: brett
Date: Mon Aug  8 17:28:42 2005
New Revision: 230936

URL: http://svn.apache.org/viewcvs?rev=230936&view=rev
Log:
address comments by Emmanuel

Modified:
    maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html
    maven/continuum/trunk/continuum-uml/white-site/addUserNotifier.html
    maven/continuum/trunk/continuum-uml/white-site/index.html

Modified: maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html?rev=230936&r1=230935&r2=230936&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/addDeveloper.html Mon Aug  8 17:28:42 2005
@@ -82,7 +82,9 @@
           <li>Name and email are edited in the user's profile</li>
           <li>Continuum ID can be put into the POM using a property, but defaults to their SCM ID</li>
           <li>Roles are also administered through the user profile</li>
-          <li>(evenisse> Can we have a upload field for upload a list of user instead of add them one by one?</li>
+          <li>(evenisse) Can we have a upload field for upload a list of user instead of add them one by one? (brett)
+            Bulk upload is usually from a POM, what other sources are you suggesting that also provide their SCM and
+            Continuum ID?</li>
         </ul>
       </div>
 

Modified: maven/continuum/trunk/continuum-uml/white-site/addUserNotifier.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/addUserNotifier.html?rev=230936&r1=230935&r2=230936&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/addUserNotifier.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/addUserNotifier.html Mon Aug  8 17:28:42 2005
@@ -80,11 +80,10 @@
       <ul>
         <li>Should the IRC host be a dropdown, only configured from the admin interface? How does this correlate with
           POMs?
-          <br />
-          (evenisse) we need to choose the IRC channel
         </li>
         <li><!-- TODO:--> I would like to split this page into one edit per notifier type, and then put the type as a
-          drop down on the page where add is</li>
+          drop down on the page where add is - this would allow explicit setting of irc host/port/channel which is
+          clearer</li>
       </ul>
     </div>
   </div>
@@ -162,7 +161,7 @@
                 <th>Address</th>
                 <td>
                   <input type="text" name="config" value="" size="40"/>
-                  <small>(Enter the e-mail address, Jabber ID, etc. of the recipient)</small>
+                  <small>(Enter the e-mail address, Jabber ID, IRC channel, etc. of the recipient)</small>
                 </td>
               </tr>
             </table>

Modified: maven/continuum/trunk/continuum-uml/white-site/index.html
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-uml/white-site/index.html?rev=230936&r1=230935&r2=230936&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-uml/white-site/index.html (original)
+++ maven/continuum/trunk/continuum-uml/white-site/index.html Mon Aug  8 17:28:42 2005
@@ -181,7 +181,8 @@
       Not sure I like the links on the name and build#, but the number of links on the right was making it hard to
       view in a smaller resolution.
       Maybe we can work on replacing them by icons.
-      <br />
+    </li>
+    <li>
       (evenisse) we can use checkbox for choose projects and use some buttons that run an action on all checked
       projects (build now, cancel build, delete). Icons will be better than links.
     </li>