File: members_window.html

package info (click to toggle)
webissues 0.9.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,708 kB
  • ctags: 2,637
  • sloc: cpp: 19,365; xml: 400; sh: 180; makefile: 47
file content (163 lines) | stat: -rw-r--r-- 7,902 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Members Window</title>
    <link rel="stylesheet" href="common/style.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.73.0" />
    <meta name="keywords" content="webissues, issue tracking, bug tracking, team collaboration, desktop client" />
    <link rel="start" href="index.html" title="The WebIssues Client Manual" />
    <link rel="up" href="using.html" title="Chapter 3. Using WebIssues Client" />
    <link rel="prev" href="users_window.html" title="Users Window" />
    <link rel="next" href="types_window.html" title="Types Window" />
  </head>
  <body>
    <div id="header">
      <div id="header-bar">
        <img id="header-logo" src="common/webissues.png" alt="WebIssues" />
        <div id="header-title">The <span class="application">WebIssues Client</span> Manual</div>
        <div id="header-abstract">Desktop client for the <span class="application">WebIssues</span> system</div>
      </div>
      <div id="header-links"><a accesskey="h" href="index.html">Home</a> &raquo; <a accesskey="u" href="using.html">Using <span class="application">WebIssues Client</span></a></div>
    </div>
    <div class="navlinks">
      <div class="navleft">&laquo; <a accesskey="p" href="users_window.html">Users Window</a></div>
      <div class="navright"><a accesskey="n" href="types_window.html">Types Window</a> &raquo;</div>
    </div>
    <div class="sect1" lang="en" xml:lang="en">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="members_window"></a>Members Window</h2>
          </div>
        </div>
      </div>
      <div class="screenshot">
        <div class="mediaobject">
          <img src="members_window.png" />
        </div>
      </div>
      <p>The Members Window shows a list of users who have access to a particular project. It allows project administrators to add and remove members and change their access level. To open the Members Window, select a project in the <a class="link" href="using.html#main_window" title="Main Window">Main Window</a> and select <span class="guimenu">Edit</span> → <span class="guimenuitem">Project Members</span>.</p>
      <div class="sect2" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="members_list"></a>Members List</h3>
            </div>
          </div>
        </div>
        <p>The main part of the Members Window is the list of user accounts. For each user the name, login and access level for the project is displayed. You can double click a user to quickly change the access level. Right clicking in the list opens a context menu containing available options. You can select more than one user to change access or remove multiple members at once.</p>
        <p>The list of members is periodically updated to synchronize with changes made on the server and every time you make a change. You can also force updating the list manually by selecting <span class="guimenu">Members</span> → <span class="guimenuitem">Update Members</span>.</p>
        <p>Options for adding, removing and changing access for project members are only available for project administrators and system administrators. Only users who were added as members of the project are displayed in the list.</p>
      </div>
      <div class="sect2" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="members_menubar"></a>Menubar</h3>
            </div>
          </div>
        </div>
        <div class="sect3" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="members_menu"></a>Members Menu</h4>
              </div>
            </div>
          </div>
          <div class="variablelist">
            <dl>
              <dt>
                <span class="term"><span class="guimenuitem">Add Member</span> (<span class="shortcut"><strong><span class="keycap"><strong>Ctrl</strong></span>+<span class="keycap"><strong>N</strong></span></strong></span>)</span>
              </dt>
              <dd>
                <p>Add new members to the project.</p>
              </dd>
              <dt>
                <span class="term">
                  <span class="guimenuitem">Update Members</span>
                </span>
              </dt>
              <dd>
                <p>Update the list of members.</p>
              </dd>
              <dt>
                <span class="term"><span class="guimenuitem">Close</span> (<span class="shortcut"><strong><span class="keycap"><strong>Ctrl</strong></span>+<span class="keycap"><strong>W</strong></span></strong></span>)</span>
              </dt>
              <dd>
                <p>Close the Members Window.</p>
              </dd>
            </dl>
          </div>
        </div>
        <div class="sect3" lang="en" xml:lang="en">
          <div class="titlepage">
            <div>
              <div>
                <h4 class="title"><a id="members_edit_menu"></a>Edit Menu</h4>
              </div>
            </div>
          </div>
          <div class="variablelist">
            <dl>
              <dt>
                <span class="term">
                  <span class="guimenuitem">Change Access</span>
                </span>
              </dt>
              <dd>
                <p>Change access level of selected members.</p>
              </dd>
              <dt>
                <span class="term"><span class="guimenuitem">Remove Member</span> (<span class="shortcut"><strong><span class="keycap"><strong>Del</strong></span></strong></span>)</span>
              </dt>
              <dd>
                <p>Remove selected members from the project.</p>
              </dd>
            </dl>
          </div>
        </div>
      </div>
      <div class="sect2" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="members_access_levels"></a>Access Levels</h3>
            </div>
          </div>
        </div>
        <p>The following access levels are defined for project members:</p>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">
                <span class="guilabel">Regular Member</span>
              </span>
            </dt>
            <dd>
              <p>Regular members can view the contents of folders and details of issues within the project. They can also create issues, modify existing issues, add comments and upload and download attachments.</p>
            </dd>
            <dt>
              <span class="term">
                <span class="guilabel">Project Administrator</span>
              </span>
            </dt>
            <dd>
              <p>Project administrators are members who can also change the membership of the project and create, modify and delete folders within the project.</p>
            </dd>
          </dl>
        </div>
        <p>Changing project membership is effective immediately. The user doesn't have to log in again to see the changes.</p>
      </div>
    </div>
    <div class="navlinks">
      <div class="navleft">&laquo; <a accesskey="p" href="users_window.html">Users Window</a></div>
      <div class="navright"><a accesskey="n" href="types_window.html">Types Window</a> &raquo;</div>
    </div>
    <div id="copyright">
      <p class="copyright">Copyright © 2007-2008 WebIssues Team</p>
    </div>
  </body>
</html>