@@ -0,0 +1,3 | |||
|
1 | <html><head> | |
|
2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
|
3 | <title>12. Information</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s11.html" title="11. Settings"><link rel="next" href="ch02.html" title="Chapter 2. Projects"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">12. Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e422"></a>12. Information</h2></div></div></div><p>Displays application and environment information.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">11. Settings </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. Projects</td></tr></table></div></body></html> No newline at end of file |
@@ -0,0 +1,3 | |||
|
1 | <html><head> | |
|
2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
|
3 | <title>12. Informations</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s11.html" title="11. Configuration"><link rel="next" href="ch02.html" title="Chapter 2. Projets"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">12. Informations</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e433"></a>12. Informations</h2></div></div></div><p>Affiche des informations relatives à l'application et à son environnement.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">11. Configuration </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. Projets</td></tr></table></div></body></html> No newline at end of file |
@@ -1,74 +1,76 | |||
|
1 | 1 | # redMine - project management software |
|
2 | 2 | # Copyright (C) 2006 Jean-Philippe Lang |
|
3 | 3 | # |
|
4 | 4 | # This program is free software; you can redistribute it and/or |
|
5 | 5 | # modify it under the terms of the GNU General Public License |
|
6 | 6 | # as published by the Free Software Foundation; either version 2 |
|
7 | 7 | # of the License, or (at your option) any later version. |
|
8 | 8 | # |
|
9 | 9 | # This program is distributed in the hope that it will be useful, |
|
10 | 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 | 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 | 12 | # GNU General Public License for more details. |
|
13 | 13 | # |
|
14 | 14 | # You should have received a copy of the GNU General Public License |
|
15 | 15 | # along with this program; if not, write to the Free Software |
|
16 | 16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
17 | 17 | |
|
18 | 18 | # available languages for help pages |
|
19 | 19 | langs: |
|
20 | 20 | - en |
|
21 | 21 | - fr |
|
22 | 22 | |
|
23 | 23 | # mapping between controller/action and help pages |
|
24 | 24 | # if action is not defined here, 'index' page will be displayed |
|
25 | 25 | pages: |
|
26 | 26 | # administration |
|
27 | 27 | admin: |
|
28 | 28 | index: ch01.html |
|
29 | 29 | mail_options: ch01s09.html |
|
30 |
info: ch01s1 |
|
|
30 | info: ch01s12.html | |
|
31 | 31 | users: |
|
32 | 32 | index: ch01s02.html |
|
33 | 33 | roles: |
|
34 | 34 | index: ch01s03.html |
|
35 | 35 | workflow: ch01s07.html |
|
36 | 36 | trackers: |
|
37 | 37 | index: ch01s04.html |
|
38 | 38 | issue_statuses: |
|
39 | 39 | index: ch01s06.html |
|
40 | settings: | |
|
41 | index: ch01s11.html | |
|
40 | 42 | # projects |
|
41 | 43 | projects: |
|
42 | 44 | index: ch02.html |
|
43 | 45 | add: ch01s01.html |
|
44 | 46 | show: ch02s01.html |
|
45 | 47 | gantt: ch02s02.html |
|
46 | 48 | calendar: ch02s02.html |
|
47 | 49 | add_document: ch02s07.html |
|
48 | 50 | list_documents: ch02s07.html |
|
49 | 51 | add_issue: ch02s03.html |
|
50 | 52 | list_issues: ch02s03.html |
|
51 | 53 | add_news: ch02s06.html |
|
52 | 54 | list_news: ch02s06.html |
|
53 | 55 | add_file: ch02s08.html |
|
54 | 56 | list_files: ch02s08.html |
|
55 | 57 | changelog: ch02s05.html |
|
56 | 58 | issues: |
|
57 | 59 | index: ch02s03.html |
|
58 | 60 | documents: |
|
59 | 61 | index: ch02s07.html |
|
60 | 62 | news: |
|
61 | 63 | index: ch02s06.html |
|
62 | 64 | versions: |
|
63 | 65 | index: ch02s09.html |
|
64 | 66 | reports: |
|
65 | 67 | index: ch02s04.html |
|
66 | 68 | # accounts |
|
67 | 69 | my: |
|
68 | 70 | index: ch03.html |
|
69 | 71 | account: ch03s01.html |
|
70 | 72 | page: ch03s02.html |
|
71 | 73 | account: |
|
72 | 74 | index: ch03.html |
|
73 | 75 | lost_password: ch03s03.html |
|
74 | 76 | register: ch03s04.html No newline at end of file |
@@ -1,716 +1,807 | |||
|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|
2 | 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" |
|
3 | 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> |
|
4 | 4 | <book> |
|
5 | 5 | <title>Documentation</title> |
|
6 | 6 | |
|
7 | 7 | <chapter> |
|
8 | 8 | <title>Administration</title> |
|
9 | 9 | |
|
10 | 10 | <section> |
|
11 | 11 | <title>Projects</title> |
|
12 | 12 | |
|
13 | 13 | <para>These screens allow you to manage projects.</para> |
|
14 | 14 | </section> |
|
15 | 15 | |
|
16 | 16 | <section> |
|
17 | 17 | <title>Users</title> |
|
18 | 18 | |
|
19 | 19 | <para>These screens allow you to manage the application users.</para> |
|
20 | 20 | |
|
21 | 21 | <section> |
|
22 | 22 | <title>Users’ List</title> |
|
23 | 23 | |
|
24 | 24 | <para></para> |
|
25 | 25 | |
|
26 | 26 | <screenshot> |
|
27 | 27 | <screeninfo>Users’ List</screeninfo> |
|
28 | 28 | |
|
29 | 29 | <mediaobject> |
|
30 | 30 | <imageobject> |
|
31 | 31 | <imagedata fileref="images/users_list.png" /> |
|
32 | 32 | </imageobject> |
|
33 | 33 | </mediaobject> |
|
34 | 34 | </screenshot> |
|
35 | 35 | |
|
36 | 36 | <para>Accounts status:</para> |
|
37 | 37 | |
|
38 | 38 | <itemizedlist> |
|
39 | 39 | <listitem> |
|
40 | 40 | <para>This icon <inlinemediaobject> |
|
41 | 41 | <imageobject> |
|
42 | 42 | <imagedata fileref="images/locked.png" /> |
|
43 | 43 | </imageobject> |
|
44 | 44 | </inlinemediaobject> means that the account is locked. A user |
|
45 | 45 | having a locked account cannot log in and access the |
|
46 | 46 | application.</para> |
|
47 | 47 | </listitem> |
|
48 | 48 | |
|
49 | 49 | <listitem> |
|
50 | 50 | <para>This icon <inlinemediaobject> |
|
51 | 51 | <imageobject> |
|
52 | 52 | <imagedata fileref="images/user_new.png" /> |
|
53 | 53 | </imageobject> |
|
54 | 54 | </inlinemediaobject> means that the user hasn't yet actived his |
|
55 | 55 | account.</para> |
|
56 | 56 | </listitem> |
|
57 | 57 | </itemizedlist> |
|
58 | 58 | |
|
59 | 59 | <para>The Lock/Unlock buttons allow you to lock/unlock the user |
|
60 | 60 | accounts.</para> |
|
61 | 61 | |
|
62 | 62 | <para></para> |
|
63 | 63 | </section> |
|
64 | 64 | |
|
65 | 65 | <section> |
|
66 | 66 | <title>User Creation or Modification</title> |
|
67 | 67 | |
|
68 | 68 | <para>In modification mode, please leave the Password field blank in |
|
69 | 69 | order to keep the user’s password unchanged.</para> |
|
70 | 70 | |
|
71 | 71 | <para>A user designated as administrator has unrestricted access to |
|
72 | 72 | the application and to all projects.</para> |
|
73 | 73 | |
|
74 | 74 | <itemizedlist> |
|
75 | 75 | <listitem> |
|
76 | 76 | <para><guilabel moreinfo="none">Administrator</guilabel> : |
|
77 | 77 | designate the user as the administrator of the application.</para> |
|
78 | 78 | </listitem> |
|
79 | 79 | |
|
80 | 80 | <listitem> |
|
81 | 81 | <para><guilabel moreinfo="none">E-mail notifications</guilabel> : |
|
82 | 82 | activate or de-activate automatic e-mail notifications for this |
|
83 | 83 | user</para> |
|
84 | 84 | </listitem> |
|
85 | 85 | |
|
86 | 86 | <listitem> |
|
87 | 87 | <para><guilabel moreinfo="none">Locked</guilabel> : de-activates |
|
88 | 88 | the user’s account</para> |
|
89 | 89 | </listitem> |
|
90 | 90 | </itemizedlist> |
|
91 | 91 | |
|
92 | 92 | <para></para> |
|
93 | 93 | </section> |
|
94 | 94 | </section> |
|
95 | 95 | |
|
96 | 96 | <section> |
|
97 | 97 | <title>Roles and Permissions</title> |
|
98 | 98 | |
|
99 | 99 | <para>Roles organize the permissions of various members of a project. |
|
100 | 100 | Each member of a project has a one Role in a project. A user can have |
|
101 | 101 | different roles in different projects.</para> |
|
102 | 102 | |
|
103 | 103 | <para>On the new or edit Role screen, check off the actions authorized |
|
104 | 104 | for the Role.</para> |
|
105 | 105 | </section> |
|
106 | 106 | |
|
107 | 107 | <section> |
|
108 | 108 | <title>Trackers</title> |
|
109 | 109 | |
|
110 | 110 | <para>Trackers allow the sorting of Issues and can define specific |
|
111 | 111 | workflows.</para> |
|
112 | 112 | </section> |
|
113 | 113 | |
|
114 | 114 | <section> |
|
115 | 115 | <title>Custom fields</title> |
|
116 | 116 | |
|
117 | 117 | <para>Custom fields allow you to add additional information in Projects, |
|
118 | 118 | Issues or Users. A custom field can be of one the following |
|
119 | 119 | types:</para> |
|
120 | 120 | |
|
121 | 121 | <itemizedlist> |
|
122 | 122 | <listitem> |
|
123 | 123 | <para><guilabel moreinfo="none">Integer</guilabel> : positive or |
|
124 | 124 | negative number</para> |
|
125 | 125 | </listitem> |
|
126 | 126 | |
|
127 | 127 | <listitem> |
|
128 | 128 | <para><guilabel moreinfo="none">String</guilabel> : a string of |
|
129 | 129 | characters - one single line of input.</para> |
|
130 | 130 | </listitem> |
|
131 | 131 | |
|
132 | 132 | <listitem> |
|
133 | 133 | <para><guilabel moreinfo="none">Text</guilabel> : a string of |
|
134 | 134 | characters with multiple lines of input. Differs from String Format |
|
135 | 135 | by providing multiple lines of input instead of a single |
|
136 | 136 | line.</para> |
|
137 | 137 | </listitem> |
|
138 | 138 | |
|
139 | 139 | <listitem> |
|
140 | 140 | <para><guilabel moreinfo="none">Date</guilabel> : date</para> |
|
141 | 141 | </listitem> |
|
142 | 142 | |
|
143 | 143 | <listitem> |
|
144 | 144 | <para><guilabel moreinfo="none">Boolean</guilabel> : true or false |
|
145 | 145 | (check if necessary)</para> |
|
146 | 146 | </listitem> |
|
147 | 147 | |
|
148 | 148 | <listitem> |
|
149 | 149 | <para><guilabel moreinfo="none">List</guilabel> : value to select |
|
150 | 150 | from a predefined list (aka: scroll list or select box)</para> |
|
151 | 151 | </listitem> |
|
152 | 152 | </itemizedlist> |
|
153 | 153 | |
|
154 | 154 | <para>Validation elements can be defined:</para> |
|
155 | 155 | |
|
156 | 156 | <itemizedlist> |
|
157 | 157 | <listitem> |
|
158 | 158 | <para><guilabel moreinfo="none">Required</guilabel> : A required |
|
159 | 159 | field must have input in the forms</para> |
|
160 | 160 | </listitem> |
|
161 | 161 | |
|
162 | 162 | <listitem> |
|
163 | 163 | <para><guilabel moreinfo="none">For all the projects</guilabel> : |
|
164 | 164 | field automatically associated to all of the projects</para> |
|
165 | 165 | </listitem> |
|
166 | 166 | |
|
167 | 167 | <listitem> |
|
168 | 168 | <para><guilabel moreinfo="none">Min - max length</guilabel> : |
|
169 | 169 | minimum and maximum length for the input fields (0 means that there |
|
170 | 170 | is no restriction)</para> |
|
171 | 171 | </listitem> |
|
172 | 172 | |
|
173 | 173 | <listitem> |
|
174 | 174 | <para><guilabel moreinfo="none">Regular Expression</guilabel> : |
|
175 | 175 | regular expressions may provide validation of the input value</para> |
|
176 | 176 | |
|
177 | 177 | <para>Examples:</para> |
|
178 | 178 | |
|
179 | 179 | <para><code>^\[A-Z]{4}\d+$</code> : 4 capital letters followed by |
|
180 | 180 | one or several digits</para> |
|
181 | 181 | |
|
182 | 182 | <para><code>^[^0-9]*$</code> : characters only - no digits</para> |
|
183 | 183 | </listitem> |
|
184 | 184 | |
|
185 | 185 | <listitem> |
|
186 | 186 | <para><guilabel moreinfo="none">Possible values</guilabel> : |
|
187 | 187 | possible values for the fields of "List" type. Values are separated |
|
188 | 188 | by the character |</para> |
|
189 | 189 | </listitem> |
|
190 | 190 | </itemizedlist> |
|
191 | 191 | |
|
192 | 192 | <para></para> |
|
193 | 193 | |
|
194 | 194 | <section> |
|
195 | 195 | <title>Fields for Projects</title> |
|
196 | 196 | |
|
197 | 197 | <para></para> |
|
198 | 198 | |
|
199 | 199 | <itemizedlist> |
|
200 | 200 | <listitem> |
|
201 | 201 | <para><guilabel moreinfo="none">Required</guilabel> : required |
|
202 | 202 | field</para> |
|
203 | 203 | </listitem> |
|
204 | 204 | </itemizedlist> |
|
205 | 205 | |
|
206 | 206 | <para></para> |
|
207 | 207 | </section> |
|
208 | 208 | |
|
209 | 209 | <section> |
|
210 | 210 | <title>Fields for Issues</title> |
|
211 | 211 | |
|
212 | 212 | <para></para> |
|
213 | 213 | |
|
214 | 214 | <itemizedlist> |
|
215 | 215 | <listitem> |
|
216 | 216 | <para><guilabel moreinfo="none">For all projects</guilabel> : |
|
217 | 217 | field automatically associated to all project Issues</para> |
|
218 | 218 | |
|
219 | 219 | <para>If this option is not activated, each project could choose |
|
220 | 220 | whether or not to use the field for its Issues (please see the |
|
221 | 221 | project configuration).</para> |
|
222 | 222 | </listitem> |
|
223 | 223 | </itemizedlist> |
|
224 | 224 | |
|
225 | 225 | <para></para> |
|
226 | 226 | </section> |
|
227 | 227 | |
|
228 | 228 | <section> |
|
229 | 229 | <title>Field for Users</title> |
|
230 | 230 | |
|
231 | 231 | <para></para> |
|
232 | 232 | |
|
233 | 233 | <itemizedlist> |
|
234 | 234 | <listitem> |
|
235 | 235 | <para><guilabel moreinfo="none">Required</guilabel> : required |
|
236 | 236 | field</para> |
|
237 | 237 | </listitem> |
|
238 | 238 | </itemizedlist> |
|
239 | 239 | |
|
240 | 240 | <para></para> |
|
241 | 241 | </section> |
|
242 | 242 | </section> |
|
243 | 243 | |
|
244 | 244 | <section> |
|
245 | 245 | <title>Issue status</title> |
|
246 | 246 | |
|
247 | 247 | <para>These screens allow you to define the different possible Issue |
|
248 | 248 | statuses.</para> |
|
249 | 249 | |
|
250 | 250 | <itemizedlist> |
|
251 | 251 | <listitem> |
|
252 | 252 | <para><guilabel moreinfo="none">Closed</guilabel> : indicates Issue |
|
253 | 253 | is considered as closed</para> |
|
254 | 254 | </listitem> |
|
255 | 255 | |
|
256 | 256 | <listitem> |
|
257 | 257 | <para><guilabel moreinfo="none">Default</guilabel> : status applied |
|
258 | 258 | by default to new Issue requests (only one status can be Default |
|
259 | 259 | status)</para> |
|
260 | 260 | </listitem> |
|
261 | 261 | |
|
262 | 262 | <listitem> |
|
263 | 263 | <para><guilabel moreinfo="none">Color</guilabel> : HTML color code |
|
264 | 264 | (6 characters) representing the displayed status</para> |
|
265 | 265 | </listitem> |
|
266 | 266 | </itemizedlist> |
|
267 | 267 | |
|
268 | 268 | <para></para> |
|
269 | 269 | </section> |
|
270 | 270 | |
|
271 | 271 | <section> |
|
272 | 272 | <title>Workflow</title> |
|
273 | 273 | |
|
274 | 274 | <para>The workflow allows to define changes the various project members |
|
275 | 275 | are allowed to make on the Issues, according to their type.</para> |
|
276 | 276 | |
|
277 | 277 | <para>Select the role and the tracker for which you want to modify the |
|
278 | 278 | workflow, then click Edit. The screen allows you then to modify the |
|
279 | 279 | authorized change, for the chosen role and tracker. The Current Status |
|
280 | 280 | options indicate the initial request status. The "New Statuses allowed" |
|
281 | 281 | columns stand for the authorized status to apply.</para> |
|
282 | 282 | |
|
283 | 283 | <para><remark>Note: In order for a particular Role to change an Issue |
|
284 | 284 | status, the authorization must be given to it explicitly, regardless of |
|
285 | 285 | the workflow configuration.</remark></para> |
|
286 | 286 | |
|
287 | 287 | <para></para> |
|
288 | 288 | |
|
289 | 289 | <screenshot> |
|
290 | 290 | <screeninfo>Example of a workflow configuration</screeninfo> |
|
291 | 291 | |
|
292 | 292 | <mediaobject> |
|
293 | 293 | <imageobject> |
|
294 | 294 | <imagedata fileref="images/workflow.png" /> |
|
295 | 295 | </imageobject> |
|
296 | 296 | </mediaobject> |
|
297 | 297 | </screenshot> |
|
298 | 298 | |
|
299 | 299 | <para>In the above example, Bug type Issue requests with a New status |
|
300 | 300 | could be given an Assigned or Resolved status by the Developer role. |
|
301 | 301 | Those with an Assigned status could get a Resolved status. The status of |
|
302 | 302 | all the other Bug type requests cannot be modified by the |
|
303 | 303 | Developer.</para> |
|
304 | 304 | </section> |
|
305 | 305 | |
|
306 | 306 | <section> |
|
307 | 307 | <title>Enumerations</title> |
|
308 | 308 | |
|
309 | 309 | <para>The value lists used by the application can be customized (for |
|
310 | 310 | example, setting Issue priorities). This screen allows you to define the |
|
311 | 311 | possible values for each of the following lists:</para> |
|
312 | 312 | |
|
313 | 313 | <itemizedlist> |
|
314 | 314 | <listitem> |
|
315 | 315 | <para>Issue Priorities</para> |
|
316 | 316 | </listitem> |
|
317 | 317 | |
|
318 | 318 | <listitem> |
|
319 | 319 | <para>Document Categories</para> |
|
320 | 320 | </listitem> |
|
321 | 321 | </itemizedlist> |
|
322 | 322 | |
|
323 | 323 | <para></para> |
|
324 | 324 | </section> |
|
325 | 325 | |
|
326 | 326 | <section> |
|
327 | 327 | <title>E-mail notifications</title> |
|
328 | 328 | |
|
329 | 329 | <para>This screen allows you to select the actions that will generate an |
|
330 | 330 | e-mail notification for project members.</para> |
|
331 | 331 | |
|
332 | 332 | <para>Note: E-mail sending must be activated in the application |
|
333 | 333 | configuration if you want to make any notifications.</para> |
|
334 | 334 | </section> |
|
335 | 335 | |
|
336 | 336 | <section> |
|
337 | 337 | <title>Authentication</title> |
|
338 | 338 | |
|
339 | 339 | <para>By default, redMine refers to its own database to authenticate |
|
340 | 340 | users, by a specific password.</para> |
|
341 | 341 | |
|
342 | 342 | <para>If you already have one or several external user references (like |
|
343 | 343 | LDAP), you can make them known in order to be used for authentication on |
|
344 | 344 | redMine. This allows users to access redMine with their usual user names |
|
345 | 345 | and passwords.</para> |
|
346 | 346 | |
|
347 | 347 | <para>For each known reference, you can specify if the accounts can be |
|
348 | 348 | created on the fly on redMine. If needed, the user accounts will be |
|
349 | 349 | created automatically during the user’s signing in (without any specific |
|
350 | 350 | rights on the projects), according to information available in the |
|
351 | 351 | reference. Otherwise, the administrator must have previously created the |
|
352 | 352 | user account on redMine.</para> |
|
353 | 353 | |
|
354 | 354 | <para></para> |
|
355 | 355 | |
|
356 | 356 | <section> |
|
357 | 357 | <title>LDAP statement</title> |
|
358 | 358 | |
|
359 | 359 | <para></para> |
|
360 | 360 | |
|
361 | 361 | <itemizedlist> |
|
362 | 362 | <listitem> |
|
363 | 363 | <para><guilabel moreinfo="none">Name</guilabel> : reference |
|
364 | 364 | display name</para> |
|
365 | 365 | </listitem> |
|
366 | 366 | |
|
367 | 367 | <listitem> |
|
368 | 368 | <para><guilabel moreinfo="none">Host</guilabel> : LDAP server host |
|
369 | 369 | name</para> |
|
370 | 370 | </listitem> |
|
371 | 371 | |
|
372 | 372 | <listitem> |
|
373 | 373 | <para><guilabel moreinfo="none">Port</guilabel> : connection port |
|
374 | 374 | to the LDAP server</para> |
|
375 | 375 | </listitem> |
|
376 | 376 | |
|
377 | 377 | <listitem> |
|
378 | 378 | <para><guilabel moreinfo="none">Account</guilabel> : DN of the |
|
379 | 379 | connection account to LDAP (please leave it blank if the directory |
|
380 | 380 | authorizes anonymous read access)</para> |
|
381 | 381 | </listitem> |
|
382 | 382 | |
|
383 | 383 | <listitem> |
|
384 | 384 | <para><guilabel moreinfo="none">Password</guilabel> : password of |
|
385 | 385 | the connection account</para> |
|
386 | 386 | </listitem> |
|
387 | 387 | |
|
388 | 388 | <listitem> |
|
389 | 389 | <para><guilabel moreinfo="none">Base DN</guilabel> : Basic DN used |
|
390 | 390 | for user search in the directory</para> |
|
391 | 391 | </listitem> |
|
392 | 392 | |
|
393 | 393 | <listitem> |
|
394 | 394 | <para><guilabel moreinfo="none">LDAP screen</guilabel> : User |
|
395 | 395 | search screen in the directory (optional)</para> |
|
396 | 396 | </listitem> |
|
397 | 397 | |
|
398 | 398 | <listitem> |
|
399 | 399 | <para><guilabel moreinfo="none">LDAP features</guilabel> :</para> |
|
400 | 400 | |
|
401 | 401 | <itemizedlist> |
|
402 | 402 | <listitem> |
|
403 | 403 | <para><guilabel moreinfo="none">Identifier</guilabel> : LDAP |
|
404 | 404 | feature name used as user identifier (e.g.: uid)</para> |
|
405 | 405 | </listitem> |
|
406 | 406 | |
|
407 | 407 | <listitem> |
|
408 | 408 | <para><guilabel moreinfo="none">First name</guilabel> : LDAP |
|
409 | 409 | feature name including the user’s first name (ex: |
|
410 | 410 | givenName)</para> |
|
411 | 411 | </listitem> |
|
412 | 412 | |
|
413 | 413 | <listitem> |
|
414 | 414 | <para><guilabel moreinfo="none">Last name</guilabel> : LDAP |
|
415 | 415 | feature name including the user’s last name (ex: |
|
416 | 416 | familyName)</para> |
|
417 | 417 | </listitem> |
|
418 | 418 | |
|
419 | 419 | <listitem> |
|
420 | 420 | <para><guilabel moreinfo="none">E-mail</guilabel> : LDAP |
|
421 | 421 | feature name including the user’s e-mail address (ex: |
|
422 | 422 | mail)</para> |
|
423 | 423 | </listitem> |
|
424 | 424 | </itemizedlist> |
|
425 | 425 | </listitem> |
|
426 | 426 | </itemizedlist> |
|
427 | 427 | |
|
428 | 428 | <para>The features" <guilabel moreinfo="none">First name</guilabel> ", |
|
429 | 429 | " <guilabel moreinfo="none">Last name</guilabel> " and " <guilabel |
|
430 | 430 | moreinfo="none">E-mail</guilabel> " are not used except when the |
|
431 | 431 | accounts are created on the fly.</para> |
|
432 | 432 | </section> |
|
433 | 433 | </section> |
|
434 | 434 | |
|
435 | 435 | <section> |
|
436 | <title>Settings</title> | |
|
437 | ||
|
438 | <para>This screen allows you to modify the configuration of the | |
|
439 | application.</para> | |
|
440 | ||
|
441 | <para></para> | |
|
442 | ||
|
443 | <itemizedlist> | |
|
444 | <listitem> | |
|
445 | <para><guilabel>Application title</guilabel></para> | |
|
446 | ||
|
447 | <para>Title which appears in heading of the application.</para> | |
|
448 | </listitem> | |
|
449 | ||
|
450 | <listitem> | |
|
451 | <para><guilabel>Application subtitle</guilabel></para> | |
|
452 | ||
|
453 | <para>Subtitle which appears in heading of the application.</para> | |
|
454 | </listitem> | |
|
455 | ||
|
456 | <listitem> | |
|
457 | <para><guilabel>Welcome text</guilabel></para> | |
|
458 | ||
|
459 | <para>Text displayed on the home page of the application. This text | |
|
460 | can contain HTML tags.</para> | |
|
461 | </listitem> | |
|
462 | ||
|
463 | <listitem> | |
|
464 | <para><guilabel>Default language</guilabel></para> | |
|
465 | ||
|
466 | <para>The default language is selected when the application could | |
|
467 | not determine the user's browser language. The default language is | |
|
468 | also used when sending email to multiple users.</para> | |
|
469 | ||
|
470 | <para><emphasis>Default: English</emphasis></para> | |
|
471 | </listitem> | |
|
472 | ||
|
473 | <listitem> | |
|
474 | <para><guilabel>Authent. required</guilabel></para> | |
|
475 | ||
|
476 | <para>If this option is checked, no page of the application is | |
|
477 | accessible in an anonymous way. The users must login to access | |
|
478 | it.</para> | |
|
479 | ||
|
480 | <para><emphasis>Default: No</emphasis></para> | |
|
481 | </listitem> | |
|
482 | ||
|
483 | <listitem> | |
|
484 | <para><guilabel>Self-registration enabled</guilabel></para> | |
|
485 | ||
|
486 | <para>If this option is checked, self registration is | |
|
487 | allowed.</para> | |
|
488 | ||
|
489 | <para><emphasis>Default: Yes</emphasis></para> | |
|
490 | </listitem> | |
|
491 | ||
|
492 | <listitem> | |
|
493 | <para><guilabel>Attachment max. size</guilabel></para> | |
|
494 | ||
|
495 | <para>Maximum size of uploaded files (in kylo-bytes)</para> | |
|
496 | ||
|
497 | <para><emphasis>Default: 2048 (i.e. 2MB)</emphasis></para> | |
|
498 | </listitem> | |
|
499 | ||
|
500 | <listitem> | |
|
501 | <para><guilabel>Emission mail address</guilabel></para> | |
|
502 | ||
|
503 | <para>Email address used in the "From" field of messages sent to | |
|
504 | users.</para> | |
|
505 | </listitem> | |
|
506 | ||
|
507 | <listitem> | |
|
508 | <para><guilabel>Host name</guilabel></para> | |
|
509 | ||
|
510 | <para>Host name of the application. This name is used to write URL | |
|
511 | in emails sent to users.</para> | |
|
512 | </listitem> | |
|
513 | ||
|
514 | <listitem> | |
|
515 | <para><guilabel>Text formatting</guilabel></para> | |
|
516 | ||
|
517 | <para>Formatting method applied to the "description" fields of the | |
|
518 | issues, news, documents...</para> | |
|
519 | ||
|
520 | <para>"Textile" option is only available if RedColth ruby library is | |
|
521 | present.</para> | |
|
522 | </listitem> | |
|
523 | </itemizedlist> | |
|
524 | </section> | |
|
525 | ||
|
526 | <section> | |
|
436 | 527 | <title>Information</title> |
|
437 | 528 | |
|
438 | 529 | <para>Displays application and environment information.</para> |
|
439 | 530 | </section> |
|
440 | 531 | </chapter> |
|
441 | 532 | |
|
442 | 533 | <chapter> |
|
443 | 534 | <title>Projects</title> |
|
444 | 535 | |
|
445 | 536 | <section> |
|
446 | 537 | <title>Project overview</title> |
|
447 | 538 | |
|
448 | 539 | <para>The overview presents the general project information, its main |
|
449 | 540 | members, the latest announcements, as well as an synthesis of Issue |
|
450 | 541 | requests open by tracker.</para> |
|
451 | 542 | |
|
452 | 543 | <para></para> |
|
453 | 544 | </section> |
|
454 | 545 | |
|
455 | 546 | <section> |
|
456 | 547 | <title>Planning</title> |
|
457 | 548 | |
|
458 | 549 | <para></para> |
|
459 | 550 | |
|
460 | 551 | <section> |
|
461 | 552 | <title>Project calendar</title> |
|
462 | 553 | |
|
463 | 554 | <para>Project calendar shows the tasks that begin or end during the |
|
464 | 555 | selected month (current month by default). An issue will be displayed |
|
465 | 556 | as a task if its start date and its due date are specified.</para> |
|
466 | 557 | |
|
467 | 558 | <itemizedlist> |
|
468 | 559 | <listitem> |
|
469 | 560 | <para>This symbol <inlinemediaobject> |
|
470 | 561 | <imageobject> |
|
471 | 562 | <imagedata fileref="images/arrow_from.png" /> |
|
472 | 563 | </imageobject> |
|
473 | 564 | </inlinemediaobject> represents a task that begins</para> |
|
474 | 565 | </listitem> |
|
475 | 566 | |
|
476 | 567 | <listitem> |
|
477 | 568 | <para>This symbol <inlinemediaobject> |
|
478 | 569 | <imageobject> |
|
479 | 570 | <imagedata fileref="images/arrow_to.png" /> |
|
480 | 571 | </imageobject> |
|
481 | 572 | </inlinemediaobject> represents a task that ends</para> |
|
482 | 573 | </listitem> |
|
483 | 574 | |
|
484 | 575 | <listitem> |
|
485 | 576 | <para>Ths symbol <inlinemediaobject> |
|
486 | 577 | <imageobject> |
|
487 | 578 | <imagedata fileref="images/arrow_bw.png" /> |
|
488 | 579 | </imageobject> |
|
489 | 580 | </inlinemediaobject> represents a task that begins and ends the |
|
490 | 581 | same day</para> |
|
491 | 582 | </listitem> |
|
492 | 583 | </itemizedlist> |
|
493 | 584 | |
|
494 | 585 | <para></para> |
|
495 | 586 | </section> |
|
496 | 587 | |
|
497 | 588 | <section> |
|
498 | 589 | <title>Gantt chart</title> |
|
499 | 590 | |
|
500 | 591 | <para>This diagramme shows tasks and their achievement rate.</para> |
|
501 | 592 | |
|
502 | 593 | <para>Achievement is represented in blue. Delay in red.</para> |
|
503 | 594 | |
|
504 | 595 | <para></para> |
|
505 | 596 | |
|
506 | 597 | <screenshot> |
|
507 | 598 | <screeninfo>Gantt chart</screeninfo> |
|
508 | 599 | |
|
509 | 600 | <mediaobject> |
|
510 | 601 | <imageobject> |
|
511 | 602 | <imagedata fileref="images/gantt.png" /> |
|
512 | 603 | </imageobject> |
|
513 | 604 | </mediaobject> |
|
514 | 605 | </screenshot> |
|
515 | 606 | </section> |
|
516 | 607 | </section> |
|
517 | 608 | |
|
518 | 609 | <section> |
|
519 | 610 | <title>Issue management</title> |
|
520 | 611 | |
|
521 | 612 | <para></para> |
|
522 | 613 | |
|
523 | 614 | <section> |
|
524 | 615 | <title>Issue list</title> |
|
525 | 616 | |
|
526 | 617 | <para>By default, the entire list of the project open Issues are |
|
527 | 618 | displayed. Various screens allow you to select the Issues to be |
|
528 | 619 | displayed. If the project has sub-projects, you have the possibility |
|
529 | 620 | to display the sub-project's Issues as well (not displayed by |
|
530 | 621 | default).</para> |
|
531 | 622 | |
|
532 | 623 | <para>Once applied, a screen is valid during the entire session. You |
|
533 | 624 | can re-define it or delete it by clicking Cancel.</para> |
|
534 | 625 | |
|
535 | 626 | <para></para> |
|
536 | 627 | |
|
537 | 628 | <screenshot> |
|
538 | 629 | <screeninfo>Request list</screeninfo> |
|
539 | 630 | |
|
540 | 631 | <mediaobject> |
|
541 | 632 | <imageobject> |
|
542 | 633 | <imagedata fileref="images/issues_list.png" /> |
|
543 | 634 | </imageobject> |
|
544 | 635 | </mediaobject> |
|
545 | 636 | </screenshot> |
|
546 | 637 | |
|
547 | 638 | <para></para> |
|
548 | 639 | </section> |
|
549 | 640 | </section> |
|
550 | 641 | |
|
551 | 642 | <section> |
|
552 | 643 | <title>Reports</title> |
|
553 | 644 | |
|
554 | 645 | <para>This screen presents the number of Issues and Issue status |
|
555 | 646 | synthesis according to various criteria (tracker, priority, category). |
|
556 | 647 | Direct links allow for access to the detailed Issue list for each |
|
557 | 648 | criterion.</para> |
|
558 | 649 | </section> |
|
559 | 650 | |
|
560 | 651 | <section> |
|
561 | 652 | <title>Change log</title> |
|
562 | 653 | |
|
563 | 654 | <para>This page presents the entire list of the resolved Issues for each |
|
564 | 655 | version of the project. Certain types of Issues can be excluded from |
|
565 | 656 | this display.</para> |
|
566 | 657 | </section> |
|
567 | 658 | |
|
568 | 659 | <section> |
|
569 | 660 | <title>News</title> |
|
570 | 661 | |
|
571 | 662 | <para>Allows you to inform users on project activity.</para> |
|
572 | 663 | </section> |
|
573 | 664 | |
|
574 | 665 | <section> |
|
575 | 666 | <title>Documents</title> |
|
576 | 667 | |
|
577 | 668 | <para>Documents are grouped by categories (see Value Lists). A document |
|
578 | 669 | can contain several files (for example: revisions or successive |
|
579 | 670 | versions).</para> |
|
580 | 671 | </section> |
|
581 | 672 | |
|
582 | 673 | <section> |
|
583 | 674 | <title>Files</title> |
|
584 | 675 | |
|
585 | 676 | <para>This module allows you to display various folders (sources, |
|
586 | 677 | binaires, ...) for each version of the application.</para> |
|
587 | 678 | </section> |
|
588 | 679 | |
|
589 | 680 | <section> |
|
590 | 681 | <title>Settings</title> |
|
591 | 682 | |
|
592 | 683 | <para></para> |
|
593 | 684 | |
|
594 | 685 | <section> |
|
595 | 686 | <title>Project features</title> |
|
596 | 687 | |
|
597 | 688 | <para></para> |
|
598 | 689 | |
|
599 | 690 | <itemizedlist> |
|
600 | 691 | <listitem> |
|
601 | 692 | <para><guilabel moreinfo="none">Public</guilabel> : if it’s a |
|
602 | 693 | public project, it can be viewed (request consultation, documents |
|
603 | 694 | consultation, ...) for all the users, including those who are not |
|
604 | 695 | project members. If it’s not a public project, only the project |
|
605 | 696 | members have access to it, according to their role.</para> |
|
606 | 697 | </listitem> |
|
607 | 698 | |
|
608 | 699 | <listitem> |
|
609 | 700 | <para><guilabel moreinfo="none">Customized fields</guilabel> : |
|
610 | 701 | Select the customized fields that you want to use. Only the |
|
611 | 702 | administrator can define new customized fields.</para> |
|
612 | 703 | </listitem> |
|
613 | 704 | </itemizedlist> |
|
614 | 705 | |
|
615 | 706 | <para></para> |
|
616 | 707 | </section> |
|
617 | 708 | |
|
618 | 709 | <section> |
|
619 | 710 | <title>Members</title> |
|
620 | 711 | |
|
621 | 712 | <para>This screen allows you to define the project members as well as |
|
622 | 713 | their corresponding roles. A user can have only one role in a given |
|
623 | 714 | project. The role of a member determines the permissions they have in |
|
624 | 715 | a project.</para> |
|
625 | 716 | </section> |
|
626 | 717 | |
|
627 | 718 | <section> |
|
628 | 719 | <title>Versions</title> |
|
629 | 720 | |
|
630 | 721 | <para>Versions allow you to follow the changes made during all the |
|
631 | 722 | project. For instance, at the close of an Issue, you can indicate |
|
632 | 723 | which version takes it into account. You can display the various |
|
633 | 724 | versions of the application (see Files).</para> |
|
634 | 725 | </section> |
|
635 | 726 | |
|
636 | 727 | <section> |
|
637 | 728 | <title>Request categories</title> |
|
638 | 729 | |
|
639 | 730 | <para>Issue categories allow you to organize Issues. Categories can |
|
640 | 731 | correspond to different project modules.</para> |
|
641 | 732 | </section> |
|
642 | 733 | </section> |
|
643 | 734 | </chapter> |
|
644 | 735 | |
|
645 | 736 | <chapter> |
|
646 | 737 | <title>User accounts</title> |
|
647 | 738 | |
|
648 | 739 | <para></para> |
|
649 | 740 | |
|
650 | 741 | <section> |
|
651 | 742 | <title>My account</title> |
|
652 | 743 | |
|
653 | 744 | <para></para> |
|
654 | 745 | |
|
655 | 746 | <section> |
|
656 | 747 | <title>Information</title> |
|
657 | 748 | |
|
658 | 749 | <para>This screen allows you to modify your account: lastname, |
|
659 | 750 | firstname, email address, language.</para> |
|
660 | 751 | |
|
661 | 752 | <para>If <guilabel>Mail notifications</guilabel> is unchecked, no |
|
662 | 753 | email will be sent to you.</para> |
|
663 | 754 | </section> |
|
664 | 755 | |
|
665 | 756 | <section> |
|
666 | 757 | <title>Password</title> |
|
667 | 758 | |
|
668 | 759 | <para>To change your password, type your old password and your new |
|
669 | 760 | password (twice). Password length must be between 4 and 12 |
|
670 | 761 | characters.</para> |
|
671 | 762 | |
|
672 | 763 | <para>If your account uses an external authentication (LDAP), you |
|
673 | 764 | can't change your password in redMine.</para> |
|
674 | 765 | </section> |
|
675 | 766 | </section> |
|
676 | 767 | |
|
677 | 768 | <section> |
|
678 | 769 | <title>My page</title> |
|
679 | 770 | |
|
680 | 771 | <para>This page allows you to display various information about your |
|
681 | 772 | projects.</para> |
|
682 | 773 | |
|
683 | 774 | <para>To personalize your page, click on <guilabel>Personalize this |
|
684 | 775 | page</guilabel>. Then you can choose which information to display and |
|
685 | 776 | where it is displayed.</para> |
|
686 | 777 | </section> |
|
687 | 778 | |
|
688 | 779 | <section> |
|
689 | 780 | <title>Password lost</title> |
|
690 | 781 | |
|
691 | 782 | <para>If you loose your forget, a procedure allows you to choose a new |
|
692 | 783 | one.</para> |
|
693 | 784 | |
|
694 | 785 | <para>On the login screen, click on <guilabel>Lost password</guilabel>. |
|
695 | 786 | Type your email address and submit the form. An email is then sent to |
|
696 | 787 | you. It contains a link that allows you to change your password.</para> |
|
697 | 788 | |
|
698 | 789 | <para>If your account uses an external authentication (LDAP), this |
|
699 | 790 | procedure isn't be available.</para> |
|
700 | 791 | </section> |
|
701 | 792 | |
|
702 | 793 | <section> |
|
703 | 794 | <title>Register</title> |
|
704 | 795 | |
|
705 | 796 | <para>By registering, you can get an account without the intervention of |
|
706 | 797 | the administrator.</para> |
|
707 | 798 | |
|
708 | 799 | <para>On the login screen, click on <guilabel>Register</guilabel>. Fill |
|
709 | 800 | the form and submit it. An email will be sent to you. To activate your |
|
710 | 801 | account, use the link that is contained in this mail.</para> |
|
711 | 802 | |
|
712 | 803 | <para>The possibility to register can be desactived in the application |
|
713 | 804 | configuration.</para> |
|
714 | 805 | </section> |
|
715 | 806 | </chapter> |
|
716 | 807 | </book> No newline at end of file |
@@ -1,749 +1,842 | |||
|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
|
2 | 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" |
|
3 | 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> |
|
4 | 4 | <book> |
|
5 | 5 | <title>Documentation</title> |
|
6 | 6 | |
|
7 | 7 | <chapter> |
|
8 | 8 | <title>Administration</title> |
|
9 | 9 | |
|
10 | 10 | <section> |
|
11 | 11 | <title>Projets</title> |
|
12 | 12 | |
|
13 | 13 | <para>Ces écrans vous permettent de gérer les projets.</para> |
|
14 | 14 | </section> |
|
15 | 15 | |
|
16 | 16 | <section> |
|
17 | 17 | <title>Utilisateurs</title> |
|
18 | 18 | |
|
19 | 19 | <para>Ces écrans vous permettent de gérer les utilisateurs de |
|
20 | 20 | l'application.</para> |
|
21 | 21 | |
|
22 | 22 | <section> |
|
23 | 23 | <title>Liste des utilisateurs</title> |
|
24 | 24 | |
|
25 | 25 | <para></para> |
|
26 | 26 | |
|
27 | 27 | <screenshot> |
|
28 | 28 | <screeninfo>Liste des utilisateurs</screeninfo> |
|
29 | 29 | |
|
30 | 30 | <mediaobject> |
|
31 | 31 | <imageobject> |
|
32 | 32 | <imagedata fileref="images/users_list.png" /> |
|
33 | 33 | </imageobject> |
|
34 | 34 | </mediaobject> |
|
35 | 35 | </screenshot> |
|
36 | 36 | |
|
37 | 37 | <para>Statut des comptes:</para> |
|
38 | 38 | |
|
39 | 39 | <itemizedlist> |
|
40 | 40 | <listitem> |
|
41 | 41 | <para>L'icône <inlinemediaobject> |
|
42 | 42 | <imageobject> |
|
43 | 43 | <imagedata fileref="images/locked.png" /> |
|
44 | 44 | </imageobject> |
|
45 | 45 | </inlinemediaobject> signifie que le compte est vérouillé. Un |
|
46 | 46 | utilisateur dont le compte est vérouillé ne peut plus s'identifier |
|
47 | 47 | pour accéder à l'application.</para> |
|
48 | 48 | </listitem> |
|
49 | 49 | |
|
50 | 50 | <listitem> |
|
51 | 51 | <para>L'icône <inlinemediaobject> |
|
52 | 52 | <imageobject> |
|
53 | 53 | <imagedata fileref="images/user_new.png" /> |
|
54 | 54 | </imageobject> |
|
55 | 55 | </inlinemediaobject> signifie que le compte n'a pas encore été |
|
56 | 56 | activé par l'utilisateur .</para> |
|
57 | 57 | </listitem> |
|
58 | 58 | </itemizedlist> |
|
59 | 59 | |
|
60 | 60 | <para>Les boutons Vérouiller/Dévérouiller vous permettent de bloquer |
|
61 | 61 | ou débloquer les comptes utilisateurs.</para> |
|
62 | 62 | |
|
63 | 63 | <para></para> |
|
64 | 64 | </section> |
|
65 | 65 | |
|
66 | 66 | <section> |
|
67 | 67 | <title>Création ou modification d'un utilisateur</title> |
|
68 | 68 | |
|
69 | 69 | <para>En mode modification, laissez le champ <guilabel>Mot de |
|
70 | 70 | passe</guilabel> vide pour laisser le mot de passe de l'utilisateur |
|
71 | 71 | inchangé.</para> |
|
72 | 72 | |
|
73 | 73 | <para>Un utilisateur déclaré comme administrateur dispose de toutes |
|
74 | 74 | les permissions sur l'application et sur tous les projets.</para> |
|
75 | 75 | |
|
76 | 76 | <itemizedlist> |
|
77 | 77 | <listitem> |
|
78 | 78 | <para><guilabel>Administrateur</guilabel>: déclare l'utilisateur |
|
79 | 79 | comme administrateur de l'application.</para> |
|
80 | 80 | </listitem> |
|
81 | 81 | |
|
82 | 82 | <listitem> |
|
83 | 83 | <para><guilabel>Notifications par mail</guilabel>: permet |
|
84 | 84 | d'activer ou non l'envoi automatique de notifications par mail |
|
85 | 85 | pour cet utilisateur</para> |
|
86 | 86 | </listitem> |
|
87 | 87 | |
|
88 | 88 | <listitem> |
|
89 | 89 | <para><guilabel>Vérouillé</guilabel>: désactive le compte de |
|
90 | 90 | l'utilisateur</para> |
|
91 | 91 | </listitem> |
|
92 | 92 | </itemizedlist> |
|
93 | 93 | |
|
94 | 94 | <para></para> |
|
95 | 95 | </section> |
|
96 | 96 | </section> |
|
97 | 97 | |
|
98 | 98 | <section> |
|
99 | 99 | <title>Rôles et permissions</title> |
|
100 | 100 | |
|
101 | 101 | <para>Les rôles permettent de définir les permissions des différents |
|
102 | 102 | membres d'un projet. Chaque membre d'un projet dispose d'un rôle unique |
|
103 | 103 | au sein d'un projet. Un utilisateur peut avoir différents rôles au sein |
|
104 | 104 | de différents projets.</para> |
|
105 | 105 | |
|
106 | 106 | <para>Sur l'écran d'édition du rôle, cochez les actions que vous |
|
107 | 107 | souhaitez autoriser pour le rôle.</para> |
|
108 | 108 | |
|
109 | 109 | <para></para> |
|
110 | 110 | |
|
111 | 111 | <screenshot> |
|
112 | 112 | <screeninfo>Rôle et permissions</screeninfo> |
|
113 | 113 | |
|
114 | 114 | <mediaobject> |
|
115 | 115 | <imageobject> |
|
116 | 116 | <imagedata fileref="images/roles_edit.png" /> |
|
117 | 117 | </imageobject> |
|
118 | 118 | </mediaobject> |
|
119 | 119 | </screenshot> |
|
120 | 120 | |
|
121 | 121 | <para></para> |
|
122 | 122 | </section> |
|
123 | 123 | |
|
124 | 124 | <section> |
|
125 | 125 | <title>Trackers</title> |
|
126 | 126 | |
|
127 | 127 | <para>Les trackers permettent de typer les demandes et de définir des |
|
128 | 128 | workflows spécifiques pour chacun de ces types.</para> |
|
129 | 129 | </section> |
|
130 | 130 | |
|
131 | 131 | <section> |
|
132 | 132 | <title>Champs personnalisés</title> |
|
133 | 133 | |
|
134 | 134 | <para>Les champs personnalisés vous permettent d'ajouter des |
|
135 | 135 | informations supplémentaires sur les projets, les demandes ou les |
|
136 | 136 | utilisateurs. Un champ personnalisé peut être de l'un des types |
|
137 | 137 | suivants:</para> |
|
138 | 138 | |
|
139 | 139 | <itemizedlist> |
|
140 | 140 | <listitem> |
|
141 | 141 | <para><guilabel>Entier</guilabel>: entier positif ou négatif</para> |
|
142 | 142 | </listitem> |
|
143 | 143 | |
|
144 | 144 | <listitem> |
|
145 | 145 | <para><guilabel>Texte</guilabel>: chaîne de caractères</para> |
|
146 | 146 | </listitem> |
|
147 | 147 | |
|
148 | 148 | <listitem> |
|
149 | 149 | <para><guilabel>Texte long</guilabel>: chaîne de caractères, avec |
|
150 | 150 | champ à plusieurs lignes</para> |
|
151 | 151 | </listitem> |
|
152 | 152 | |
|
153 | 153 | <listitem> |
|
154 | 154 | <para><guilabel>Date</guilabel>: date</para> |
|
155 | 155 | </listitem> |
|
156 | 156 | |
|
157 | 157 | <listitem> |
|
158 | 158 | <para><guilabel>Booléen</guilabel>: booléen (case à cocher)</para> |
|
159 | 159 | </listitem> |
|
160 | 160 | |
|
161 | 161 | <listitem> |
|
162 | 162 | <para><guilabel>Liste</guilabel>: valeur à sélectionnée parmi une |
|
163 | 163 | liste prédéfinie (liste déroulante)</para> |
|
164 | 164 | </listitem> |
|
165 | 165 | </itemizedlist> |
|
166 | 166 | |
|
167 | 167 | <para>Des éléments de validation peuvent être définis:</para> |
|
168 | 168 | |
|
169 | 169 | <itemizedlist> |
|
170 | 170 | <listitem> |
|
171 | 171 | <para><guilabel>Obligatoire</guilabel>: champ dont la saisie est |
|
172 | 172 | obligatoire sur les demandes</para> |
|
173 | 173 | </listitem> |
|
174 | 174 | |
|
175 | 175 | <listitem> |
|
176 | 176 | <para><guilabel>Pour tous les projects</guilabel>: champ |
|
177 | 177 | automatiquement associé à l'ensemble des projets</para> |
|
178 | 178 | </listitem> |
|
179 | 179 | |
|
180 | 180 | <listitem> |
|
181 | 181 | <para><guilabel>Min - max length</guilabel>: longueurs minimales et |
|
182 | 182 | maximales pour les champs en saisie libre (0 signifie qu'il n'y a |
|
183 | 183 | pas de restriction)</para> |
|
184 | 184 | </listitem> |
|
185 | 185 | |
|
186 | 186 | <listitem> |
|
187 | 187 | <para><guilabel>Expression régulière</guilabel>: expression |
|
188 | 188 | régulière permettant de valider la valeur saisie</para> |
|
189 | 189 | |
|
190 | 190 | <para>Exemples:</para> |
|
191 | 191 | |
|
192 | 192 | <para><code>^\[A-Z]{4}\d+$</code> : 4 lettres majuscules suivies |
|
193 | 193 | d'un ou plusieurs chiffres</para> |
|
194 | 194 | |
|
195 | 195 | <para><code>^[^0-9]*$</code> : chaîne ne comportant pas de |
|
196 | 196 | chiffres</para> |
|
197 | 197 | </listitem> |
|
198 | 198 | |
|
199 | 199 | <listitem> |
|
200 | 200 | <para><guilabel>Valeurs possibles</guilabel>: valeurs possibles pour |
|
201 | 201 | les champs de type "Liste". Les valeurs sont séparées par le |
|
202 | 202 | caractère |</para> |
|
203 | 203 | </listitem> |
|
204 | 204 | </itemizedlist> |
|
205 | 205 | |
|
206 | 206 | <para></para> |
|
207 | 207 | |
|
208 | 208 | <section> |
|
209 | 209 | <title>Champs pour les projets</title> |
|
210 | 210 | |
|
211 | 211 | <para></para> |
|
212 | 212 | |
|
213 | 213 | <itemizedlist> |
|
214 | 214 | <listitem> |
|
215 | 215 | <para><guilabel>Obligatoire</guilabel>: champ dont la saisie est |
|
216 | 216 | obligatoire</para> |
|
217 | 217 | </listitem> |
|
218 | 218 | </itemizedlist> |
|
219 | 219 | |
|
220 | 220 | <para></para> |
|
221 | 221 | </section> |
|
222 | 222 | |
|
223 | 223 | <section> |
|
224 | 224 | <title>Champs pour les demandes</title> |
|
225 | 225 | |
|
226 | 226 | <para></para> |
|
227 | 227 | |
|
228 | 228 | <itemizedlist> |
|
229 | 229 | <listitem> |
|
230 | 230 | <para><guilabel>Pour tous les projects</guilabel>: champ |
|
231 | 231 | automatiquement associé aux demandes de l'ensemble des |
|
232 | 232 | projets</para> |
|
233 | 233 | |
|
234 | 234 | <para>Si cette option n'est pas activée, chaque projet pourra |
|
235 | 235 | choisir d'utiliser ou non le champ pour ses demandes (voir |
|
236 | 236 | configuration du projet).</para> |
|
237 | 237 | </listitem> |
|
238 | 238 | </itemizedlist> |
|
239 | 239 | |
|
240 | 240 | <para></para> |
|
241 | 241 | </section> |
|
242 | 242 | |
|
243 | 243 | <section> |
|
244 | 244 | <title>Champs pour les utilisateurs</title> |
|
245 | 245 | |
|
246 | 246 | <para></para> |
|
247 | 247 | |
|
248 | 248 | <itemizedlist> |
|
249 | 249 | <listitem> |
|
250 | 250 | <para><guilabel>Obligatoire</guilabel>: champ dont la saisie est |
|
251 | 251 | obligatoire</para> |
|
252 | 252 | </listitem> |
|
253 | 253 | </itemizedlist> |
|
254 | 254 | |
|
255 | 255 | <para></para> |
|
256 | 256 | </section> |
|
257 | 257 | </section> |
|
258 | 258 | |
|
259 | 259 | <section> |
|
260 | 260 | <title>Statut des demandes</title> |
|
261 | 261 | |
|
262 | 262 | <para>Ces écrans vous permettent de définir les différents statuts |
|
263 | 263 | possibles des demandes.</para> |
|
264 | 264 | |
|
265 | 265 | <itemizedlist> |
|
266 | 266 | <listitem> |
|
267 | 267 | <para><guilabel>Demande fermée</guilabel>: indique que le statut |
|
268 | 268 | correspond à une demande considérée comme fermée</para> |
|
269 | 269 | </listitem> |
|
270 | 270 | |
|
271 | 271 | <listitem> |
|
272 | 272 | <para><guilabel>Statut par défaut</guilabel>: statut appliqué par |
|
273 | 273 | défaut aux nouvelles demandes (seul un statut peut être déclaré |
|
274 | 274 | comme statut par défaut)</para> |
|
275 | 275 | </listitem> |
|
276 | 276 | |
|
277 | 277 | <listitem> |
|
278 | 278 | <para><guilabel>Couleur</guilabel>: code couleur HTML (6 caractères) |
|
279 | 279 | représentant le statut à l'affichage</para> |
|
280 | 280 | </listitem> |
|
281 | 281 | </itemizedlist> |
|
282 | 282 | |
|
283 | 283 | <para></para> |
|
284 | 284 | </section> |
|
285 | 285 | |
|
286 | 286 | <section> |
|
287 | 287 | <title>Workflow</title> |
|
288 | 288 | |
|
289 | 289 | <para>Le workflow permet de définir les changements que les différents |
|
290 | 290 | membres d'un projet sont autorisés à effectuer sur les demandes, en |
|
291 | 291 | fonction de leur type.</para> |
|
292 | 292 | |
|
293 | 293 | <para>Sélectionnez le rôle et le tracker pour lesquels vous souhaitez |
|
294 | 294 | modifier le workflow, puis cliquez sur Edit. L'écran vous permet alors |
|
295 | 295 | de modifier, pour le rôle et le tracker choisi, les changements |
|
296 | 296 | autorisés. Les lignes représentent les statuts initiaux des demandes. |
|
297 | 297 | Les colonnes représentent les statuts autorisés à être appliqués.</para> |
|
298 | 298 | |
|
299 | 299 | <para><remark>Remarque: pour qu'un rôle puisse changer le statut des |
|
300 | 300 | demandes, la permission doit lui être explicitement donnée |
|
301 | 301 | indépendemment de la configuration du workflow.</remark></para> |
|
302 | 302 | |
|
303 | 303 | <para></para> |
|
304 | 304 | |
|
305 | 305 | <screenshot> |
|
306 | 306 | <screeninfo>Exemple de configuration d'un workflow</screeninfo> |
|
307 | 307 | |
|
308 | 308 | <mediaobject> |
|
309 | 309 | <imageobject> |
|
310 | 310 | <imagedata fileref="images/workflow.png" /> |
|
311 | 311 | </imageobject> |
|
312 | 312 | </mediaobject> |
|
313 | 313 | </screenshot> |
|
314 | 314 | |
|
315 | 315 | <para>Dans l'exemple ci-dessus, les demandes de type Bug au statut |
|
316 | 316 | Nouveau pourront être passées au statut Assignée ou Résolue par le rôle |
|
317 | 317 | Développeur. Celles au statut Assignée pourront être passées au statut |
|
318 | 318 | Résolue. Le statut de toutes les autres demandes de type Bug ne pourra |
|
319 | 319 | pas être modifié par le Développeur.</para> |
|
320 | 320 | </section> |
|
321 | 321 | |
|
322 | 322 | <section> |
|
323 | 323 | <title>Listes de valeurs</title> |
|
324 | 324 | |
|
325 | 325 | <para>Les listes de valeurs utilisées par l'application (exemple: les |
|
326 | 326 | priorités des demandes) peuvent être personnalisées. Cet écran vous |
|
327 | 327 | permet de définir les valeurs possibles pour chacune des listes |
|
328 | 328 | suivantes:</para> |
|
329 | 329 | |
|
330 | 330 | <itemizedlist> |
|
331 | 331 | <listitem> |
|
332 | 332 | <para>Priorités des demandes</para> |
|
333 | 333 | </listitem> |
|
334 | 334 | |
|
335 | 335 | <listitem> |
|
336 | 336 | <para>Catégories de documents</para> |
|
337 | 337 | </listitem> |
|
338 | 338 | </itemizedlist> |
|
339 | 339 | |
|
340 | 340 | <para></para> |
|
341 | 341 | </section> |
|
342 | 342 | |
|
343 | 343 | <section> |
|
344 | 344 | <title>Notifications par mail</title> |
|
345 | 345 | |
|
346 | 346 | <para>Cet écran vous permet de sélectionner les actions qui donneront |
|
347 | 347 | lieu à une notification par mail aux membres du projet.</para> |
|
348 | 348 | |
|
349 | 349 | <para>Remarque: l'envoi de mails doit être activé dans la configuration |
|
350 | 350 | de l'application si souhaitez effectuer des notifications.</para> |
|
351 | 351 | </section> |
|
352 | 352 | |
|
353 | 353 | <section> |
|
354 | 354 | <title>Authentification</title> |
|
355 | 355 | |
|
356 | 356 | <para>Par défaut, redMine s'appuie sur sa propre base de données pour |
|
357 | 357 | authentifier les utilisateurs, Ã l'aide d'un mot de passe |
|
358 | 358 | spécifique.</para> |
|
359 | 359 | |
|
360 | 360 | <para>Si vous disposez déjà d'un ou plusieurs référentiels externes |
|
361 | 361 | d'utilisateurs (annuaires LDAP), vous pouvez les déclarer afin qu'ils |
|
362 | 362 | soient utilisés pour l'authentification sur redMine. Cela permet aux |
|
363 | 363 | utilisateurs d'accéder à redMine avec leurs identifiants et mots de |
|
364 | 364 | passe habituels.</para> |
|
365 | 365 | |
|
366 | 366 | <para>Pour chaque référentiel déclaré, vous pouvez spécifier si les |
|
367 | 367 | comptes peuvent être créés à la volée dans redMine. Si c'est le cas, les |
|
368 | 368 | comptes utilisateurs sont automatiquement créés à la première connexion |
|
369 | 369 | de l'utilisateur (sans droits spécifiques sur les projets), à partir des |
|
370 | 370 | informations disponibles dans le référentiel. Sinon, l'administrateur |
|
371 | 371 | doit au préalable créer le compte de l'utilisateur dans redMine.</para> |
|
372 | 372 | |
|
373 | 373 | <para></para> |
|
374 | 374 | |
|
375 | 375 | <section> |
|
376 | 376 | <title>Annuaire LDAP</title> |
|
377 | 377 | |
|
378 | 378 | <para></para> |
|
379 | 379 | |
|
380 | 380 | <itemizedlist> |
|
381 | 381 | <listitem> |
|
382 | 382 | <para><guilabel>Nom</guilabel>: nom d'affichage du |
|
383 | 383 | référentiel</para> |
|
384 | 384 | </listitem> |
|
385 | 385 | |
|
386 | 386 | <listitem> |
|
387 | 387 | <para><guilabel>Hôte</guilabel>: nom d'hôte du serveur LDAP</para> |
|
388 | 388 | </listitem> |
|
389 | 389 | |
|
390 | 390 | <listitem> |
|
391 | 391 | <para><guilabel>Port</guilabel>: port de connexion au serveur |
|
392 | 392 | LDAP</para> |
|
393 | 393 | </listitem> |
|
394 | 394 | |
|
395 | 395 | <listitem> |
|
396 | 396 | <para><guilabel>Compte</guilabel>: DN du compte de connexion au |
|
397 | 397 | LDAP (laisser vide si l'annuaire autorise l'accès anonyme en |
|
398 | 398 | lecture)</para> |
|
399 | 399 | </listitem> |
|
400 | 400 | |
|
401 | 401 | <listitem> |
|
402 | 402 | <para><guilabel>Mot de passe</guilabel>: mot de passe du compte de |
|
403 | 403 | connexion</para> |
|
404 | 404 | </listitem> |
|
405 | 405 | |
|
406 | 406 | <listitem> |
|
407 | 407 | <para><guilabel>Base DN</guilabel>: DN de base utilisé pour la |
|
408 | 408 | recherche des utilisateur dans l'annuaire</para> |
|
409 | 409 | </listitem> |
|
410 | 410 | |
|
411 | 411 | <listitem> |
|
412 | 412 | <para><guilabel>Filtre LDAP</guilabel>: Filtre de recherche des |
|
413 | 413 | utilisateurs dans l'annuaire (optionnel)</para> |
|
414 | 414 | </listitem> |
|
415 | 415 | |
|
416 | 416 | <listitem> |
|
417 | 417 | <para><guilabel>Attributs LDAP</guilabel>:</para> |
|
418 | 418 | |
|
419 | 419 | <itemizedlist> |
|
420 | 420 | <listitem> |
|
421 | 421 | <para><guilabel>Identifiant</guilabel>: nom de l'attribut LDAP |
|
422 | 422 | utilisé comme identifiant de l'utilisateur (ex: uid)</para> |
|
423 | 423 | </listitem> |
|
424 | 424 | |
|
425 | 425 | <listitem> |
|
426 | 426 | <para><guilabel>Prénom</guilabel>: nom de l'attribut LDAP |
|
427 | 427 | contenant le prénom de l'utilisateur (ex: givenName)</para> |
|
428 | 428 | </listitem> |
|
429 | 429 | |
|
430 | 430 | <listitem> |
|
431 | 431 | <para><guilabel>Nom</guilabel>: nom de l'attribut LDAP |
|
432 | 432 | contenant le nom de l'utilisateur (ex: sn)</para> |
|
433 | 433 | </listitem> |
|
434 | 434 | |
|
435 | 435 | <listitem> |
|
436 | 436 | <para><guilabel>Email</guilabel>: nom de l'attribut LDAP |
|
437 | 437 | contenant l'adresse mail de l'utilisateur (ex: mail)</para> |
|
438 | 438 | </listitem> |
|
439 | 439 | </itemizedlist> |
|
440 | 440 | </listitem> |
|
441 | 441 | </itemizedlist> |
|
442 | 442 | |
|
443 | 443 | <para>Les attributs "<guilabel>Prénom</guilabel>", |
|
444 | 444 | "<guilabel>Nom</guilabel>" et "<guilabel>Email</guilabel>" ne sont |
|
445 | 445 | utilisés que lorsque les comptes sont créés à la volée.</para> |
|
446 | 446 | </section> |
|
447 | 447 | </section> |
|
448 | 448 | |
|
449 | 449 | <section> |
|
450 | <title>Configuration</title> | |
|
451 | ||
|
452 | <para>Cet écran vous permet de modifier les paramètres de configuration | |
|
453 | de l'application.</para> | |
|
454 | ||
|
455 | <para></para> | |
|
456 | ||
|
457 | <itemizedlist> | |
|
458 | <listitem> | |
|
459 | <para><guilabel>Titre de l'application</guilabel></para> | |
|
460 | ||
|
461 | <para>Titre qui apparaît en en-tête de l'application.</para> | |
|
462 | </listitem> | |
|
463 | ||
|
464 | <listitem> | |
|
465 | <para><guilabel>Sous-titre de l'application</guilabel></para> | |
|
466 | ||
|
467 | <para>Sous-titre qui apparaît en en-tête de l'application.</para> | |
|
468 | </listitem> | |
|
469 | ||
|
470 | <listitem> | |
|
471 | <para><guilabel>Texte d'accueil</guilabel></para> | |
|
472 | ||
|
473 | <para>Texte affiché sur la page d'accueil de l'application. Ce texte | |
|
474 | peut contenir des balises HTML.</para> | |
|
475 | </listitem> | |
|
476 | ||
|
477 | <listitem> | |
|
478 | <para><guilabel>Langue par défaut</guilabel></para> | |
|
479 | ||
|
480 | <para>La langue par défaut est sélectionnée lorsque l'application | |
|
481 | n'a pas pu déterminer la langue définie au niveau du navigateur de | |
|
482 | l'utilisateur.La langue par défaut est également utilisée lors de | |
|
483 | l'envoi de mail à plusieurs utilisateurs.</para> | |
|
484 | ||
|
485 | <para><emphasis>Défaut: Anglais</emphasis></para> | |
|
486 | </listitem> | |
|
487 | ||
|
488 | <listitem> | |
|
489 | <para><guilabel>Authentif. obligatoire</guilabel></para> | |
|
490 | ||
|
491 | <para>Si cette option est cochée, aucune page de l'application n'est | |
|
492 | accessible de manière anonyme. Les utilisateurs doivent | |
|
493 | obligatoirement s'identifier pour y accéder.</para> | |
|
494 | ||
|
495 | <para><emphasis>Défaut: Non</emphasis></para> | |
|
496 | </listitem> | |
|
497 | ||
|
498 | <listitem> | |
|
499 | <para><guilabel>Enregistrement autorisé</guilabel></para> | |
|
500 | ||
|
501 | <para>Si cette option est cochée, la procédure d'enregistrement en | |
|
502 | ligne est disponible.</para> | |
|
503 | ||
|
504 | <para><emphasis>Défaut: Oui</emphasis></para> | |
|
505 | </listitem> | |
|
506 | ||
|
507 | <listitem> | |
|
508 | <para><guilabel>Taille max des fichiers</guilabel></para> | |
|
509 | ||
|
510 | <para>Taille maximale des fichiers pouvant être envoyés à | |
|
511 | l'application (en kilo-octets).</para> | |
|
512 | ||
|
513 | <para><emphasis>Défaut: 2048 (soit 2Mo)</emphasis></para> | |
|
514 | </listitem> | |
|
515 | ||
|
516 | <listitem> | |
|
517 | <para><guilabel>Adresse d'émission</guilabel></para> | |
|
518 | ||
|
519 | <para>Adresse mail utilisée comme adresse d'émission (champ From des | |
|
520 | mails) lors de l'envoi de messages aux utilisateurs.</para> | |
|
521 | </listitem> | |
|
522 | ||
|
523 | <listitem> | |
|
524 | <para><guilabel>Nom d'hôte</guilabel></para> | |
|
525 | ||
|
526 | <para>Nom d'hôte de l'application. Ce nom est utilisé pour | |
|
527 | l'écriture des URL dans les mails envoyés aux utilisateurs.</para> | |
|
528 | </listitem> | |
|
529 | ||
|
530 | <listitem> | |
|
531 | <para><guilabel>Formatage du texte</guilabel></para> | |
|
532 | ||
|
533 | <para>Définit la méthode de formatage appliquée aux champs | |
|
534 | "description" des demandes, annonces, documents...</para> | |
|
535 | ||
|
536 | <para>L'option "Textile" n'est disponible que si la libraire ruby | |
|
537 | RedColth est installée.</para> | |
|
538 | </listitem> | |
|
539 | </itemizedlist> | |
|
540 | </section> | |
|
541 | ||
|
542 | <section> | |
|
450 | 543 | <title>Informations</title> |
|
451 | 544 | |
|
452 | 545 | <para>Affiche des informations relatives à l'application et à son |
|
453 | 546 | environnement.</para> |
|
454 | 547 | </section> |
|
455 | 548 | </chapter> |
|
456 | 549 | |
|
457 | 550 | <chapter> |
|
458 | 551 | <title>Projets</title> |
|
459 | 552 | |
|
460 | 553 | <section> |
|
461 | 554 | <title>Aperçu du projet</title> |
|
462 | 555 | |
|
463 | 556 | <para>L'aperçu vous présente les informations générales relatives au |
|
464 | 557 | projet, les principaux membres, les dernières annonces, ainsi qu'une |
|
465 | 558 | synthèse du nombre de demandes ouvertes par tracker.</para> |
|
466 | 559 | |
|
467 | 560 | <para></para> |
|
468 | 561 | </section> |
|
469 | 562 | |
|
470 | 563 | <section> |
|
471 | 564 | <title>Planning</title> |
|
472 | 565 | |
|
473 | 566 | <para></para> |
|
474 | 567 | |
|
475 | 568 | <section> |
|
476 | 569 | <title>Calendrier du projet</title> |
|
477 | 570 | |
|
478 | 571 | <para>Le calendrier présente les tâches qui commencent ou se terminent |
|
479 | 572 | au cours du mois sélectionné (mois en cours par défaut). Les tâches |
|
480 | 573 | correspondent aux demandes pour lesquelles la date de début et |
|
481 | 574 | d'échéance sont renseignées.</para> |
|
482 | 575 | |
|
483 | 576 | <itemizedlist> |
|
484 | 577 | <listitem> |
|
485 | 578 | <para>Le symoble <inlinemediaobject> |
|
486 | 579 | <imageobject> |
|
487 | 580 | <imagedata fileref="images/arrow_from.png" /> |
|
488 | 581 | </imageobject> |
|
489 | 582 | </inlinemediaobject> représente le début d'une tâche</para> |
|
490 | 583 | </listitem> |
|
491 | 584 | |
|
492 | 585 | <listitem> |
|
493 | 586 | <para>Le symbole <inlinemediaobject> |
|
494 | 587 | <imageobject> |
|
495 | 588 | <imagedata fileref="images/arrow_to.png" /> |
|
496 | 589 | </imageobject> |
|
497 | 590 | </inlinemediaobject> représente la fin d'une tâche</para> |
|
498 | 591 | </listitem> |
|
499 | 592 | |
|
500 | 593 | <listitem> |
|
501 | 594 | <para>Le symbole <inlinemediaobject> |
|
502 | 595 | <imageobject> |
|
503 | 596 | <imagedata fileref="images/arrow_bw.png" /> |
|
504 | 597 | </imageobject> |
|
505 | 598 | </inlinemediaobject> représente une tâche qui débute et se |
|
506 | 599 | termine le jour même</para> |
|
507 | 600 | </listitem> |
|
508 | 601 | </itemizedlist> |
|
509 | 602 | |
|
510 | 603 | <para></para> |
|
511 | 604 | </section> |
|
512 | 605 | |
|
513 | 606 | <section> |
|
514 | 607 | <title>Diagramme de Gantt</title> |
|
515 | 608 | |
|
516 | 609 | <para>Le diagramme de Gantt représente pour la période choisie |
|
517 | 610 | l'ensemble des tâches et leurs taux d'avancement.</para> |
|
518 | 611 | |
|
519 | 612 | <para>L'avancement est représenté en bleu. Le retard en rouge.</para> |
|
520 | 613 | |
|
521 | 614 | <screenshot> |
|
522 | 615 | <screeninfo>Diagramme de Gantt</screeninfo> |
|
523 | 616 | |
|
524 | 617 | <mediaobject> |
|
525 | 618 | <imageobject> |
|
526 | 619 | <imagedata fileref="images/gantt.png" /> |
|
527 | 620 | </imageobject> |
|
528 | 621 | </mediaobject> |
|
529 | 622 | </screenshot> |
|
530 | 623 | |
|
531 | 624 | <para></para> |
|
532 | 625 | </section> |
|
533 | 626 | </section> |
|
534 | 627 | |
|
535 | 628 | <section> |
|
536 | 629 | <title>Gestion des demandes</title> |
|
537 | 630 | |
|
538 | 631 | <para></para> |
|
539 | 632 | |
|
540 | 633 | <section> |
|
541 | 634 | <title>Liste des demandes</title> |
|
542 | 635 | |
|
543 | 636 | <para>Par défaut, l'ensemble des demandes ouvertes du projet sont |
|
544 | 637 | affichées. Différents filtres vous permettent de sélectionner les |
|
545 | 638 | demandes à afficher.</para> |
|
546 | 639 | |
|
547 | 640 | <para>Une fois appliqué, un filtre reste valable durant toute votre |
|
548 | 641 | session. Vous pouvez le redéfinir, ou le supprimer en cliquant sur |
|
549 | 642 | Effacer.</para> |
|
550 | 643 | |
|
551 | 644 | <para></para> |
|
552 | 645 | |
|
553 | 646 | <screenshot> |
|
554 | 647 | <screeninfo>Liste des demandes</screeninfo> |
|
555 | 648 | |
|
556 | 649 | <mediaobject> |
|
557 | 650 | <imageobject> |
|
558 | 651 | <imagedata fileref="images/issues_list.png" /> |
|
559 | 652 | </imageobject> |
|
560 | 653 | </mediaobject> |
|
561 | 654 | </screenshot> |
|
562 | 655 | |
|
563 | 656 | <para></para> |
|
564 | 657 | </section> |
|
565 | 658 | </section> |
|
566 | 659 | |
|
567 | 660 | <section> |
|
568 | 661 | <title>Rapports</title> |
|
569 | 662 | |
|
570 | 663 | <para>Cet écran présente la synthèse du nombre de demandes par statut et |
|
571 | 664 | selon différents critères (tracker, priorité, catégorie). Des liens |
|
572 | 665 | directs permettent d'accéder à la liste détaillée des demandes pour |
|
573 | 666 | chaque critère.</para> |
|
574 | 667 | </section> |
|
575 | 668 | |
|
576 | 669 | <section> |
|
577 | 670 | <title>Historique</title> |
|
578 | 671 | |
|
579 | 672 | <para>Cette page présente l'ensemble des demandes résolues dans chacune |
|
580 | 673 | des versions du projet. Certains types de demande peuvent être exclus de |
|
581 | 674 | cet affichage.</para> |
|
582 | 675 | </section> |
|
583 | 676 | |
|
584 | 677 | <section> |
|
585 | 678 | <title>Annonces</title> |
|
586 | 679 | |
|
587 | 680 | <para>Les nouvelles vous permettent d'informer les utilisateurs sur |
|
588 | 681 | l'activité du projet.</para> |
|
589 | 682 | </section> |
|
590 | 683 | |
|
591 | 684 | <section> |
|
592 | 685 | <title>Documents</title> |
|
593 | 686 | |
|
594 | 687 | <para>Les documents sont groupés par catégories (voir Listes de |
|
595 | 688 | valeurs). Un document peut contenir plusieurs fichiers (exemple: |
|
596 | 689 | révisions ou versions successives).</para> |
|
597 | 690 | </section> |
|
598 | 691 | |
|
599 | 692 | <section> |
|
600 | 693 | <title>Fichiers</title> |
|
601 | 694 | |
|
602 | 695 | <para>Ce module vous permet de publier les différents fichiers (sources, |
|
603 | 696 | binaires, ...) pour chaque version de l'application.</para> |
|
604 | 697 | </section> |
|
605 | 698 | |
|
606 | 699 | <section> |
|
607 | 700 | <title>Configuration du projet</title> |
|
608 | 701 | |
|
609 | 702 | <para></para> |
|
610 | 703 | |
|
611 | 704 | <section> |
|
612 | 705 | <title>Propriétés du projet</title> |
|
613 | 706 | |
|
614 | 707 | <para></para> |
|
615 | 708 | |
|
616 | 709 | <itemizedlist> |
|
617 | 710 | <listitem> |
|
618 | 711 | <para><guilabel>Public</guilabel>: si le projet est public, il |
|
619 | 712 | sera visible (consultation des demandes, des documents, ...) pour |
|
620 | 713 | l'ensemble des utilisateurs, y compris ceux qui ne sont pas |
|
621 | 714 | membres du projet. Si le projet n'est pas public, seuls les |
|
622 | 715 | membres du projet y ont accès, en fonction de leur rôle.</para> |
|
623 | 716 | </listitem> |
|
624 | 717 | |
|
625 | 718 | <listitem> |
|
626 | 719 | <para><guilabel>Champs personnalisés</guilabel>: sélectionner les |
|
627 | 720 | champs personnalisésMo que vous souhaitez utiliser pour les |
|
628 | 721 | demandes du projet. Seul l'administrateur peut définir de nouveaux |
|
629 | 722 | champs personnalisés.</para> |
|
630 | 723 | </listitem> |
|
631 | 724 | </itemizedlist> |
|
632 | 725 | |
|
633 | 726 | <para></para> |
|
634 | 727 | </section> |
|
635 | 728 | |
|
636 | 729 | <section> |
|
637 | 730 | <title>Membres</title> |
|
638 | 731 | |
|
639 | 732 | <para>Cett section vous permet de définir les membres du projet ainsi |
|
640 | 733 | que leurs rôles respectifs. Un utilisateur ne peut avoir qu'un rôle au |
|
641 | 734 | sein d'un projet donné. Le rôle d'un membre détermine les permissions |
|
642 | 735 | dont il bénéficie sur le projet.</para> |
|
643 | 736 | </section> |
|
644 | 737 | |
|
645 | 738 | <section> |
|
646 | 739 | <title>Versions</title> |
|
647 | 740 | |
|
648 | 741 | <para>Les versions vous permettent de suivre les changements survenus |
|
649 | 742 | tout au long du projet. A la fermeture d'une demande, vous pouvez par |
|
650 | 743 | exemple indiquer quelle version la prend en compte. Vous pouvez par |
|
651 | 744 | ailleurs publier les différentes versions de l'application (voir |
|
652 | 745 | Fichiers).</para> |
|
653 | 746 | </section> |
|
654 | 747 | |
|
655 | 748 | <section> |
|
656 | 749 | <title>Catégories des demandes</title> |
|
657 | 750 | |
|
658 | 751 | <para>Les catégories de demande vous permettent de typer les demandes. |
|
659 | 752 | Les catégories peuvent par exemple correspondre aux différents modules |
|
660 | 753 | du projet.</para> |
|
661 | 754 | |
|
662 | 755 | <para>Une catégorie référencée sur des demandes ne peut pas être |
|
663 | 756 | supprimée.</para> |
|
664 | 757 | |
|
665 | 758 | <para></para> |
|
666 | 759 | </section> |
|
667 | 760 | </section> |
|
668 | 761 | </chapter> |
|
669 | 762 | |
|
670 | 763 | <chapter> |
|
671 | 764 | <title>Comptes utilisateurs</title> |
|
672 | 765 | |
|
673 | 766 | <para></para> |
|
674 | 767 | |
|
675 | 768 | <section> |
|
676 | 769 | <title>Mon compte</title> |
|
677 | 770 | |
|
678 | 771 | <para></para> |
|
679 | 772 | |
|
680 | 773 | <section> |
|
681 | 774 | <title>Informations</title> |
|
682 | 775 | |
|
683 | 776 | <para>Cet écran vous permet de modifier les informations relatives à |
|
684 | 777 | votre compte: nom, prénom, adresse mail, langue (Anglais, Allemand, |
|
685 | 778 | Espagnol ou Français).</para> |
|
686 | 779 | |
|
687 | 780 | <para>Si la case <guilabel>Notifications par mail</guilabel> est |
|
688 | 781 | décochée, aucune notification par mail ne vous sera envoyée.</para> |
|
689 | 782 | </section> |
|
690 | 783 | |
|
691 | 784 | <section> |
|
692 | 785 | <title>Changement de mot de passe</title> |
|
693 | 786 | |
|
694 | 787 | <para>Pour changer votre mot de passe, saisissez votre mot de passe |
|
695 | 788 | actuel et le nouveau mot de passe souhaité (double saisie pour |
|
696 | 789 | confirmation). Le mot de passe doit avoir une longueur comprise entre |
|
697 | 790 | 4 et 12 caractères.</para> |
|
698 | 791 | |
|
699 | 792 | <para>Si votre compte utilise une authentification externe (un |
|
700 | 793 | annuaire LDAP), vous ne pouvez pas changer votre mot de passe dans |
|
701 | 794 | redMine.</para> |
|
702 | 795 | </section> |
|
703 | 796 | </section> |
|
704 | 797 | |
|
705 | 798 | <section> |
|
706 | 799 | <title>Ma page</title> |
|
707 | 800 | |
|
708 | 801 | <para>Cette page vous permet d'afficher de manière synthétique des |
|
709 | 802 | informations sur vos projets.</para> |
|
710 | 803 | |
|
711 | 804 | <para>Pour personnaliser votre page, cliquer sur le lien |
|
712 | 805 | <guilabel>Personnaliser cette page</guilabel>. Vous pouvez alors |
|
713 | 806 | sélectionner les informations à afficher et les positionner où vous le |
|
714 | 807 | souhaitez sur la page, par glisser-déposer.</para> |
|
715 | 808 | </section> |
|
716 | 809 | |
|
717 | 810 | <section> |
|
718 | 811 | <title>Mot de passe perdu</title> |
|
719 | 812 | |
|
720 | 813 | <para>En cas de perte de votre mot de passe, une procédure par mail vous |
|
721 | 814 | permet d'en choisir un nouveau.</para> |
|
722 | 815 | |
|
723 | 816 | <para>Sur l'écran d'authentification, cliquez sur <guilabel>Mot de passe |
|
724 | 817 | perdu</guilabel>. Saisissez ensuite votre adresse mail dans le champ |
|
725 | 818 | prévu et validez. Un mail vous est alors transmis. Il contient un lien |
|
726 | 819 | qui vous permettra d'accéder à la page de choix du nouveau mot de |
|
727 | 820 | passe.</para> |
|
728 | 821 | |
|
729 | 822 | <para>Si votre compte utilise une authentification externe (un annuaire |
|
730 | 823 | LDAP), cette procédure n'est pas disponible.</para> |
|
731 | 824 | </section> |
|
732 | 825 | |
|
733 | 826 | <section> |
|
734 | 827 | <title>S'enregistrer</title> |
|
735 | 828 | |
|
736 | 829 | <para>L'enregistrement vous permet d'obtenir un compte sans intervention |
|
737 | 830 | de l'administrateur.</para> |
|
738 | 831 | |
|
739 | 832 | <para>Sur l'écran d'authentification, cliquez sur |
|
740 | 833 | <guilabel>S'enregistrer</guilabel>. Complétez le formulaire |
|
741 | 834 | d'inscription et validez. Un mail vous est alors transmis. Pour activer |
|
742 | 835 | votre compte, utilisez le lien présent dans le mail qui vous a été |
|
743 | 836 | envoyé.</para> |
|
744 | 837 | |
|
745 | 838 | <para>La possibilité de s'enregistrer peut avoir été désactivée par |
|
746 | 839 | l'administrateur.</para> |
|
747 | 840 | </section> |
|
748 | 841 | </chapter> |
|
749 | 842 | </book> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>Chapter 1. Administration</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="index.html" title="Documentation"><link rel="next" href="ch01s01.html" title="1. Projects"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. Administration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e4"></a>Chapter 1. Administration</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01s01.html">1. Projects</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Users</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Users’ List</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. User Creation or Modification</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Roles and Permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Custom fields</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e158">5.1. Fields for Projects</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e169">5.2. Fields for Issues</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e182">5.3. Field for Users</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Issue status</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Enumerations</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. E-mail notifications</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentication</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e264">10.1. LDAP statement</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Information</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Documentation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Projects</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>Chapter 1. Administration</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="index.html" title="Documentation"><link rel="next" href="ch01s01.html" title="1. Projects"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. Administration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e4"></a>Chapter 1. Administration</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01s01.html">1. Projects</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Users</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Users’ List</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. User Creation or Modification</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Roles and Permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Custom fields</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e158">5.1. Fields for Projects</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e169">5.2. Fields for Issues</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e182">5.3. Field for Users</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Issue status</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Enumerations</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. E-mail notifications</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentication</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e264">10.1. LDAP statement</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Settings</a></span></dt><dt><span class="section"><a href="ch01s12.html">12. Information</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Documentation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Projects</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>10. Authentication</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s09.html" title="9. E-mail notifications"><link rel="next" href="ch01s11.html" title="11. |
|
|
3 | <title>10. Authentication</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s09.html" title="9. E-mail notifications"><link rel="next" href="ch01s11.html" title="11. Settings"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">10. Authentication</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s09.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s11.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e254"></a>10. Authentication</h2></div></div></div><p>By default, redMine refers to its own database to authenticate users, by a specific password.</p><p>If you already have one or several external user references (like LDAP), you can make them known in order to be used for authentication on redMine. This allows users to access redMine with their usual user names and passwords.</p><p>For each known reference, you can specify if the accounts can be created on the fly on redMine. If needed, the user accounts will be created automatically during the user’s signing in (without any specific rights on the projects), according to information available in the reference. Otherwise, the administrator must have previously created the user account on redMine.</p><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e264"></a>10.1. LDAP statement</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Name</span> : reference display name</p></li><li><p><span class="guilabel">Host</span> : LDAP server host name</p></li><li><p><span class="guilabel">Port</span> : connection port to the LDAP server</p></li><li><p><span class="guilabel">Account</span> : DN of the connection account to LDAP (please leave it blank if the directory authorizes anonymous read access)</p></li><li><p><span class="guilabel">Password</span> : password of the connection account</p></li><li><p><span class="guilabel">Base DN</span> : Basic DN used for user search in the directory</p></li><li><p><span class="guilabel">LDAP screen</span> : User search screen in the directory (optional)</p></li><li><p><span class="guilabel">LDAP features</span> :</p><div class="itemizedlist"><ul type="circle"><li><p><span class="guilabel">Identifier</span> : LDAP feature name used as user identifier (e.g.: uid)</p></li><li><p><span class="guilabel">First name</span> : LDAP feature name including the user’s first name (ex: givenName)</p></li><li><p><span class="guilabel">Last name</span> : LDAP feature name including the user’s last name (ex: familyName)</p></li><li><p><span class="guilabel">E-mail</span> : LDAP feature name including the user’s e-mail address (ex: mail)</p></li></ul></div></li></ul></div><p>The features" <span class="guilabel">First name</span> ", " <span class="guilabel">Last name</span> " and " <span class="guilabel">E-mail</span> " are not used except when the accounts are created on the fly.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s09.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. E-mail notifications </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 11. Settings</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>11. Information</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentication"><link rel="next" href="ch02.html" title="Chapter 2. Projects"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Information</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e341"></a>11. Information</h2></div></div></div><p>Displays application and environment information.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. Projects</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>11. Settings</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentication"><link rel="next" href="ch01s12.html" title="12. Information"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Settings</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e341"></a>11. Settings</h2></div></div></div><p>This screen allows you to modify the configuration of the application.</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Application title</span></p><p>Title which appears in heading of the application.</p></li><li><p><span class="guilabel">Application subtitle</span></p><p>Subtitle which appears in heading of the application.</p></li><li><p><span class="guilabel">Welcome text</span></p><p>Text displayed on the home page of the application. This text can contain HTML tags.</p></li><li><p><span class="guilabel">Default language</span></p><p>The default language is selected when the application could not determine the user's browser language. The default language is also used when sending email to multiple users.</p><p><span class="emphasis"><em>Default: English</em></span></p></li><li><p><span class="guilabel">Authent. required</span></p><p>If this option is checked, no page of the application is accessible in an anonymous way. The users must login to access it.</p><p><span class="emphasis"><em>Default: No</em></span></p></li><li><p><span class="guilabel">Self-registration enabled</span></p><p>If this option is checked, self registration is allowed.</p><p><span class="emphasis"><em>Default: Yes</em></span></p></li><li><p><span class="guilabel">Attachment max. size</span></p><p>Maximum size of uploaded files (in kylo-bytes)</p><p><span class="emphasis"><em>Default: 2048 (i.e. 2MB)</em></span></p></li><li><p><span class="guilabel">Emission mail address</span></p><p>Email address used in the "From" field of messages sent to users.</p></li><li><p><span class="guilabel">Host name</span></p><p>Host name of the application. This name is used to write URL in emails sent to users.</p></li><li><p><span class="guilabel">Text formatting</span></p><p>Formatting method applied to the "description" fields of the issues, news, documents...</p><p>"Textile" option is only available if RedColth ruby library is present.</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 12. Information</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>Chapter 2. Projects</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch01s11.html" title="11. Information"><link rel="next" href="ch02s01.html" title="1. Project overview"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. Projects</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e346"></a>Chapter 2. Projects</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02s01.html">1. Project overview</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e359">2.1. Project calendar</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e387">2.2. Gantt chart</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. Issue management</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e405">3.1. Issue list</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. Reports</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. Change log</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. News</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Documents</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Files</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Settings</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e449">9.1. Project features</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e465">9.2. Members</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e470">9.3. Versions</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e475">9.4. Request categories</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">11. Information </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Project overview</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>Chapter 2. Projects</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch01s12.html" title="12. Information"><link rel="next" href="ch02s01.html" title="1. Project overview"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. Projects</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s12.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e427"></a>Chapter 2. Projects</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02s01.html">1. Project overview</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e440">2.1. Project calendar</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e468">2.2. Gantt chart</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. Issue management</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e486">3.1. Issue list</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. Reports</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. Change log</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. News</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Documents</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Files</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Settings</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e530">9.1. Project features</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e546">9.2. Members</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e551">9.3. Versions</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e556">9.4. Request categories</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s12.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">12. Information </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Project overview</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>1. Project overview</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02.html" title="Chapter 2. Projects"><link rel="next" href="ch02s02.html" title="2. Planning"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. Project overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>1. Project overview</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02.html" title="Chapter 2. Projects"><link rel="next" href="ch02s02.html" title="2. Planning"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. Project overview</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e430"></a>1. Project overview</h2></div></div></div><p>The overview presents the general project information, its main members, the latest announcements, as well as an synthesis of Issue requests open by tracker.</p><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. Projects </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. Planning</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>2. Planning</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s01.html" title="1. Project overview"><link rel="next" href="ch02s03.html" title="3. Issue management"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Planning</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>2. Planning</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s01.html" title="1. Project overview"><link rel="next" href="ch02s03.html" title="3. Issue management"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Planning</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e436"></a>2. Planning</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e440"></a>2.1. Project calendar</h3></div></div></div><p>Project calendar shows the tasks that begin or end during the selected month (current month by default). An issue will be displayed as a task if its start date and its due date are specified.</p><div class="itemizedlist"><ul type="disc"><li><p>This symbol <span class="inlinemediaobject"><img src="resources/arrow_from.png"></span> represents a task that begins</p></li><li><p>This symbol <span class="inlinemediaobject"><img src="resources/arrow_to.png"></span> represents a task that ends</p></li><li><p>Ths symbol <span class="inlinemediaobject"><img src="resources/arrow_bw.png"></span> represents a task that begins and ends the same day</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e468"></a>2.2. Gantt chart</h3></div></div></div><p>This diagramme shows tasks and their achievement rate.</p><p>Achievement is represented in blue. Delay in red.</p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/gantt.png"></div></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. Project overview </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. Issue management</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>3. Issue management</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s02.html" title="2. Planning"><link rel="next" href="ch02s04.html" title="4. Reports"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Issue management</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e4 |
|
|
3 | <title>3. Issue management</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s02.html" title="2. Planning"><link rel="next" href="ch02s04.html" title="4. Reports"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Issue management</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e482"></a>3. Issue management</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e486"></a>3.1. Issue list</h3></div></div></div><p>By default, the entire list of the project open Issues are displayed. Various screens allow you to select the Issues to be displayed. If the project has sub-projects, you have the possibility to display the sub-project's Issues as well (not displayed by default).</p><p>Once applied, a screen is valid during the entire session. You can re-define it or delete it by clicking Cancel.</p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/issues_list.png"></div></div><p></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. Planning </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. Reports</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>4. Reports</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s03.html" title="3. Issue management"><link rel="next" href="ch02s05.html" title="5. Change log"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Reports</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>4. Reports</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s03.html" title="3. Issue management"><link rel="next" href="ch02s05.html" title="5. Change log"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Reports</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e501"></a>4. Reports</h2></div></div></div><p>This screen presents the number of Issues and Issue status synthesis according to various criteria (tracker, priority, category). Direct links allow for access to the detailed Issue list for each criterion.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3. Issue management </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5. Change log</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>5. Change log</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s04.html" title="4. Reports"><link rel="next" href="ch02s06.html" title="6. News"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5. Change log</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>5. Change log</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s04.html" title="4. Reports"><link rel="next" href="ch02s06.html" title="6. News"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5. Change log</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e506"></a>5. Change log</h2></div></div></div><p>This page presents the entire list of the resolved Issues for each version of the project. Certain types of Issues can be excluded from this display.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4. Reports </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 6. News</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>6. News</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s05.html" title="5. Change log"><link rel="next" href="ch02s07.html" title="7. Documents"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6. News</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>6. News</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s05.html" title="5. Change log"><link rel="next" href="ch02s07.html" title="7. Documents"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6. News</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e511"></a>6. News</h2></div></div></div><p>Allows you to inform users on project activity.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5. Change log </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 7. Documents</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>7. Documents</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s06.html" title="6. News"><link rel="next" href="ch02s08.html" title="8. Files"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7. Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>7. Documents</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s06.html" title="6. News"><link rel="next" href="ch02s08.html" title="8. Files"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7. Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e516"></a>7. Documents</h2></div></div></div><p>Documents are grouped by categories (see Value Lists). A document can contain several files (for example: revisions or successive versions).</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6. News </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 8. Files</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>8. Files</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s07.html" title="7. Documents"><link rel="next" href="ch02s09.html" title="9. Settings"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">8. Files</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s09.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>8. Files</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s07.html" title="7. Documents"><link rel="next" href="ch02s09.html" title="9. Settings"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">8. Files</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s09.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e521"></a>8. Files</h2></div></div></div><p>This module allows you to display various folders (sources, binaires, ...) for each version of the application.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7. Documents </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 9. Settings</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>9. Settings</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s08.html" title="8. Files"><link rel="next" href="ch03.html" title="Chapter 3. User accounts"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">9. Settings</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>9. Settings</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projects"><link rel="prev" href="ch02s08.html" title="8. Files"><link rel="next" href="ch03.html" title="Chapter 3. User accounts"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">9. Settings</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e526"></a>9. Settings</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e530"></a>9.1. Project features</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Public</span> : if it’s a public project, it can be viewed (request consultation, documents consultation, ...) for all the users, including those who are not project members. If it’s not a public project, only the project members have access to it, according to their role.</p></li><li><p><span class="guilabel">Customized fields</span> : Select the customized fields that you want to use. Only the administrator can define new customized fields.</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e546"></a>9.2. Members</h3></div></div></div><p>This screen allows you to define the project members as well as their corresponding roles. A user can have only one role in a given project. The role of a member determines the permissions they have in a project.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e551"></a>9.3. Versions</h3></div></div></div><p>Versions allow you to follow the changes made during all the project. For instance, at the close of an Issue, you can indicate which version takes it into account. You can display the various versions of the application (see Files).</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e556"></a>9.4. Request categories</h3></div></div></div><p>Issue categories allow you to organize Issues. Categories can correspond to different project modules.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8. Files </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3. User accounts</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>Chapter 3. User accounts</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch02s09.html" title="9. Settings"><link rel="next" href="ch03s01.html" title="1. My account"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. User accounts</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e |
|
|
3 | <title>Chapter 3. User accounts</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch02s09.html" title="9. Settings"><link rel="next" href="ch03s01.html" title="1. My account"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. User accounts</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e561"></a>Chapter 3. User accounts</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03s01.html">1. My account</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html#d0e569">1.1. Information</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e579">1.2. Password</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s02.html">2. My page</a></span></dt><dt><span class="section"><a href="ch03s03.html">3. Password lost</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. Register</a></span></dt></dl></div><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. Settings </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. My account</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>1. My account</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03.html" title="Chapter 3. User accounts"><link rel="next" href="ch03s02.html" title="2. My page"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. My account</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>1. My account</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03.html" title="Chapter 3. User accounts"><link rel="next" href="ch03s02.html" title="2. My page"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. My account</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e565"></a>1. My account</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e569"></a>1.1. Information</h3></div></div></div><p>This screen allows you to modify your account: lastname, firstname, email address, language.</p><p>If <span class="guilabel">Mail notifications</span> is unchecked, no email will be sent to you.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e579"></a>1.2. Password</h3></div></div></div><p>To change your password, type your old password and your new password (twice). Password length must be between 4 and 12 characters.</p><p>If your account uses an external authentication (LDAP), you can't change your password in redMine.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 3. User accounts </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. My page</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>2. My page</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03s01.html" title="1. My account"><link rel="next" href="ch03s03.html" title="3. Password lost"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. My page</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e5 |
|
|
3 | <title>2. My page</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03s01.html" title="1. My account"><link rel="next" href="ch03s03.html" title="3. Password lost"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. My page</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e586"></a>2. My page</h2></div></div></div><p>This page allows you to display various information about your projects.</p><p>To personalize your page, click on <span class="guilabel">Personalize this page</span>. Then you can choose which information to display and where it is displayed.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. My account </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. Password lost</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>3. Password lost</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03s02.html" title="2. My page"><link rel="next" href="ch03s04.html" title="4. Register"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Password lost</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e5 |
|
|
3 | <title>3. Password lost</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03s02.html" title="2. My page"><link rel="next" href="ch03s04.html" title="4. Register"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Password lost</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e596"></a>3. Password lost</h2></div></div></div><p>If you loose your forget, a procedure allows you to choose a new one.</p><p>On the login screen, click on <span class="guilabel">Lost password</span>. Type your email address and submit the form. An email is then sent to you. It contains a link that allows you to change your password.</p><p>If your account uses an external authentication (LDAP), this procedure isn't be available.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. My page </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. Register</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>4. Register</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03s03.html" title="3. Password lost"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Register</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>4. Register</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. User accounts"><link rel="prev" href="ch03s03.html" title="3. Password lost"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Register</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. User accounts</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e608"></a>4. Register</h2></div></div></div><p>By registering, you can get an account without the intervention of the administrator.</p><p>On the login screen, click on <span class="guilabel">Register</span>. Fill the form and submit it. An email will be sent to you. To activate your account, use the link that is contained in this mail.</p><p>The possibility to register can be desactived in the application configuration.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">3. Password lost </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>Documentation</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="next" href="ch01.html" title="Chapter 1. Administration"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Documentation</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Documentation</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Administration</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html">1. Projects</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Users</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Users’ List</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. User Creation or Modification</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Roles and Permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Custom fields</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e158">5.1. Fields for Projects</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e169">5.2. Fields for Issues</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e182">5.3. Field for Users</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Issue status</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Enumerations</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. E-mail notifications</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentication</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e264">10.1. LDAP statement</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Information</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Projects</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s01.html">1. Project overview</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e |
|
|
3 | <title>Documentation</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="next" href="ch01.html" title="Chapter 1. Administration"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Documentation</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Documentation</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Administration</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html">1. Projects</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Users</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Users’ List</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. User Creation or Modification</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Roles and Permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Custom fields</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e158">5.1. Fields for Projects</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e169">5.2. Fields for Issues</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e182">5.3. Field for Users</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Issue status</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Enumerations</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. E-mail notifications</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentication</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e264">10.1. LDAP statement</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Settings</a></span></dt><dt><span class="section"><a href="ch01s12.html">12. Information</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Projects</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s01.html">1. Project overview</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e440">2.1. Project calendar</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e468">2.2. Gantt chart</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. Issue management</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e486">3.1. Issue list</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. Reports</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. Change log</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. News</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Documents</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Files</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Settings</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e530">9.1. Project features</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e546">9.2. Members</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e551">9.3. Versions</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e556">9.4. Request categories</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="ch03.html">3. User accounts</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html">1. My account</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html#d0e569">1.1. Information</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e579">1.2. Password</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s02.html">2. My page</a></span></dt><dt><span class="section"><a href="ch03s03.html">3. Password lost</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. Register</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Chapter 1. Administration</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>Chapter 1. Administration</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="index.html" title="Documentation"><link rel="next" href="ch01s01.html" title="1. Projets"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. Administration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e4"></a>Chapter 1. Administration</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01s01.html">1. Projets</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Utilisateurs</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Liste des utilisateurs</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. Création ou modification d'un utilisateur</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Rôles et permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Champs personnalisés</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e169">5.1. Champs pour les projets</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e180">5.2. Champs pour les demandes</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e193">5.3. Champs pour les utilisateurs</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Statut des demandes</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Listes de valeurs</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. Notifications par mail</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentification</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e275">10.1. Annuaire LDAP</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Informations</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Documentation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Projets</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>Chapter 1. Administration</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="index.html" title="Documentation"><link rel="next" href="ch01s01.html" title="1. Projets"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. Administration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e4"></a>Chapter 1. Administration</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch01s01.html">1. Projets</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Utilisateurs</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Liste des utilisateurs</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. Création ou modification d'un utilisateur</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Rôles et permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Champs personnalisés</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e169">5.1. Champs pour les projets</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e180">5.2. Champs pour les demandes</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e193">5.3. Champs pour les utilisateurs</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Statut des demandes</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Listes de valeurs</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. Notifications par mail</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentification</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e275">10.1. Annuaire LDAP</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Configuration</a></span></dt><dt><span class="section"><a href="ch01s12.html">12. Informations</a></span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Documentation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Projets</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>10. Authentification</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s09.html" title="9. Notifications par mail"><link rel="next" href="ch01s11.html" title="11. |
|
|
3 | <title>10. Authentification</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s09.html" title="9. Notifications par mail"><link rel="next" href="ch01s11.html" title="11. Configuration"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">10. Authentification</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s09.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s11.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e265"></a>10. Authentification</h2></div></div></div><p>Par défaut, redMine s'appuie sur sa propre base de données pour authentifier les utilisateurs, à l'aide d'un mot de passe spécifique.</p><p>Si vous disposez déjà d'un ou plusieurs référentiels externes d'utilisateurs (annuaires LDAP), vous pouvez les déclarer afin qu'ils soient utilisés pour l'authentification sur redMine. Cela permet aux utilisateurs d'accéder à redMine avec leurs identifiants et mots de passe habituels.</p><p>Pour chaque référentiel déclaré, vous pouvez spécifier si les comptes peuvent être créés à la volée dans redMine. Si c'est le cas, les comptes utilisateurs sont automatiquement créés à la première connexion de l'utilisateur (sans droits spécifiques sur les projets), à partir des informations disponibles dans le référentiel. Sinon, l'administrateur doit au préalable créer le compte de l'utilisateur dans redMine.</p><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e275"></a>10.1. Annuaire LDAP</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Nom</span>: nom d'affichage du référentiel</p></li><li><p><span class="guilabel">Hôte</span>: nom d'hôte du serveur LDAP</p></li><li><p><span class="guilabel">Port</span>: port de connexion au serveur LDAP</p></li><li><p><span class="guilabel">Compte</span>: DN du compte de connexion au LDAP (laisser vide si l'annuaire autorise l'accès anonyme en lecture)</p></li><li><p><span class="guilabel">Mot de passe</span>: mot de passe du compte de connexion</p></li><li><p><span class="guilabel">Base DN</span>: DN de base utilisé pour la recherche des utilisateur dans l'annuaire</p></li><li><p><span class="guilabel">Filtre LDAP</span>: Filtre de recherche des utilisateurs dans l'annuaire (optionnel)</p></li><li><p><span class="guilabel">Attributs LDAP</span>:</p><div class="itemizedlist"><ul type="circle"><li><p><span class="guilabel">Identifiant</span>: nom de l'attribut LDAP utilisé comme identifiant de l'utilisateur (ex: uid)</p></li><li><p><span class="guilabel">Prénom</span>: nom de l'attribut LDAP contenant le prénom de l'utilisateur (ex: givenName)</p></li><li><p><span class="guilabel">Nom</span>: nom de l'attribut LDAP contenant le nom de l'utilisateur (ex: sn)</p></li><li><p><span class="guilabel">Email</span>: nom de l'attribut LDAP contenant l'adresse mail de l'utilisateur (ex: mail)</p></li></ul></div></li></ul></div><p>Les attributs "<span class="guilabel">Prénom</span>", "<span class="guilabel">Nom</span>" et "<span class="guilabel">Email</span>" ne sont utilisés que lorsque les comptes sont créés à la volée.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s09.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. Notifications par mail </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 11. Configuration</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>11. Informations</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentification"><link rel="next" href="ch02.html" title="Chapter 2. Projets"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Informations</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e352"></a>11. Informations</h2></div></div></div><p>Affiche des informations relatives à l'application et à son environnement.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentification </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 2. Projets</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>11. Configuration</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch01.html" title="Chapter 1. Administration"><link rel="prev" href="ch01s10.html" title="10. Authentification"><link rel="next" href="ch01s12.html" title="12. Informations"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">11. Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><th width="60%" align="center">Chapter 1. Administration</th><td width="20%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e352"></a>11. Configuration</h2></div></div></div><p>Cet écran vous permet de modifier les paramètres de configuration de l'application.</p><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Titre de l'application</span></p><p>Titre qui apparaît en en-tête de l'application.</p></li><li><p><span class="guilabel">Sous-titre de l'application</span></p><p>Sous-titre qui apparaît en en-tête de l'application.</p></li><li><p><span class="guilabel">Texte d'accueil</span></p><p>Texte affiché sur la page d'accueil de l'application. Ce texte peut contenir des balises HTML.</p></li><li><p><span class="guilabel">Langue par défaut</span></p><p>La langue par défaut est sélectionnée lorsque l'application n'a pas pu déterminer la langue définie au niveau du navigateur de l'utilisateur.La langue par défaut est également utilisée lors de l'envoi de mail à plusieurs utilisateurs.</p><p><span class="emphasis"><em>Défaut: Anglais</em></span></p></li><li><p><span class="guilabel">Authentif. obligatoire</span></p><p>Si cette option est cochée, aucune page de l'application n'est accessible de manière anonyme. Les utilisateurs doivent obligatoirement s'identifier pour y accéder.</p><p><span class="emphasis"><em>Défaut: Non</em></span></p></li><li><p><span class="guilabel">Enregistrement autorisé</span></p><p>Si cette option est cochée, la procédure d'enregistrement en ligne est disponible.</p><p><span class="emphasis"><em>Défaut: Oui</em></span></p></li><li><p><span class="guilabel">Taille max des fichiers</span></p><p>Taille maximale des fichiers pouvant être envoyés à l'application (en kilo-octets).</p><p><span class="emphasis"><em>Défaut: 2048 (soit 2Mo)</em></span></p></li><li><p><span class="guilabel">Adresse d'émission</span></p><p>Adresse mail utilisée comme adresse d'émission (champ From des mails) lors de l'envoi de messages aux utilisateurs.</p></li><li><p><span class="guilabel">Nom d'hôte</span></p><p>Nom d'hôte de l'application. Ce nom est utilisé pour l'écriture des URL dans les mails envoyés aux utilisateurs.</p></li><li><p><span class="guilabel">Formatage du texte</span></p><p>Définit la méthode de formatage appliquée aux champs "description" des demandes, annonces, documents...</p><p>L'option "Textile" n'est disponible que si la libraire ruby RedColth est installée.</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s10.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch01s12.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">10. Authentification </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 12. Informations</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>Chapter 2. Projets</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch01s11.html" title="11. Informations"><link rel="next" href="ch02s01.html" title="1. Aperçu du projet"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. Projets</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e357"></a>Chapter 2. Projets</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02s01.html">1. Aperçu du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e371">2.1. Calendrier</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e400">2.2. Diagramme de Gantt</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. Gestion des demandes</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e418">3.1. Liste des demandes</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. Rapports</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. Historique</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Annonces</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Documents</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Fichiers</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Configuration du projet</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e462">9.1. Propriétés du projet</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e478">9.2. Membres</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e483">9.3. Versions</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e488">9.4. Catégories des demandes</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s11.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">11. Informations </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Aperçu du projet</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>Chapter 2. Projets</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch01s12.html" title="12. Informations"><link rel="next" href="ch02s01.html" title="1. Aperçu du projet"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 2. Projets</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch01s12.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e438"></a>Chapter 2. Projets</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch02s01.html">1. Aperçu du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e451">2.1. Calendrier du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e479">2.2. Diagramme de Gantt</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. Gestion des demandes</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e497">3.1. Liste des demandes</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. Rapports</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. Historique</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Annonces</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Documents</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Fichiers</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Configuration du projet</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e541">9.1. Propriétés du projet</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e557">9.2. Membres</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e562">9.3. Versions</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e567">9.4. Catégories des demandes</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch01s12.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch02s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">12. Informations </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Aperçu du projet</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>1. Aperçu du projet</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02.html" title="Chapter 2. Projets"><link rel="next" href="ch02s02.html" title="2. Planning"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. Aperçu du projet</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>1. Aperçu du projet</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02.html" title="Chapter 2. Projets"><link rel="next" href="ch02s02.html" title="2. Planning"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. Aperçu du projet</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e441"></a>1. Aperçu du projet</h2></div></div></div><p>L'aperçu vous présente les informations générales relatives au projet, les principaux membres, les dernières annonces, ainsi qu'une synthèse du nombre de demandes ouvertes par tracker.</p><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2. Projets </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. Planning</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>2. Planning</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s01.html" title="1. Aperçu du projet"><link rel="next" href="ch02s03.html" title="3. Gestion des demandes"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Planning</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>2. Planning</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s01.html" title="1. Aperçu du projet"><link rel="next" href="ch02s03.html" title="3. Gestion des demandes"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Planning</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e447"></a>2. Planning</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e451"></a>2.1. Calendrier du projet</h3></div></div></div><p>Le calendrier présente les tâches qui commencent ou se terminent au cours du mois sélectionné (mois en cours par défaut). Les tâches correspondent aux demandes pour lesquelles la date de début et d'échéance sont renseignées.</p><div class="itemizedlist"><ul type="disc"><li><p>Le symoble <span class="inlinemediaobject"><img src="resources/arrow_from.png"></span> représente le début d'une tâche</p></li><li><p>Le symbole <span class="inlinemediaobject"><img src="resources/arrow_to.png"></span> représente la fin d'une tâche</p></li><li><p>Le symbole <span class="inlinemediaobject"><img src="resources/arrow_bw.png"></span> représente une tâche qui débute et se termine le jour même</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e479"></a>2.2. Diagramme de Gantt</h3></div></div></div><p>Le diagramme de Gantt représente pour la période choisie l'ensemble des tâches et leurs taux d'avancement.</p><p>L'avancement est représenté en bleu. Le retard en rouge.</p><div class="screenshot"><div class="mediaobject"><img src="resources/gantt.png"></div></div><p></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. Aperçu du projet </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. Gestion des demandes</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>3. Gestion des demandes</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s02.html" title="2. Planning"><link rel="next" href="ch02s04.html" title="4. Rapports"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Gestion des demandes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e414"></a>3. Gestion des demandes</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e418"></a>3.1. Liste des demandes</h3></div></div></div><p>Par défaut, l'ensemble des demandes ouvertes du projet sont affichées. Différents filtres vous permettent de sélectionner les demandes à afficher.</p><p>Une fois appliqué, un filtre reste valable durant toute votre session. Vous pouvez le redéfinir, ou le supprimer en cliquant sur Effacer.</p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/issues_list.png"></div></div><p></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. Planning </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. Rapports</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>3. Gestion des demandes</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s02.html" title="2. Planning"><link rel="next" href="ch02s04.html" title="4. Rapports"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Gestion des demandes</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e493"></a>3. Gestion des demandes</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e497"></a>3.1. Liste des demandes</h3></div></div></div><p>Par défaut, l'ensemble des demandes ouvertes du projet sont affichées. Différents filtres vous permettent de sélectionner les demandes à afficher.</p><p>Une fois appliqué, un filtre reste valable durant toute votre session. Vous pouvez le redéfinir, ou le supprimer en cliquant sur Effacer.</p><p></p><div class="screenshot"><div class="mediaobject"><img src="resources/issues_list.png"></div></div><p></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. Planning </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. Rapports</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>4. Rapports</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s03.html" title="3. Gestion des demandes"><link rel="next" href="ch02s05.html" title="5. Historique"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Rapports</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>4. Rapports</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s03.html" title="3. Gestion des demandes"><link rel="next" href="ch02s05.html" title="5. Historique"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. Rapports</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e512"></a>4. Rapports</h2></div></div></div><p>Cet écran présente la synthèse du nombre de demandes par statut et selon différents critères (tracker, priorité, catégorie). Des liens directs permettent d'accéder à la liste détaillée des demandes pour chaque critère.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s05.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3. Gestion des demandes </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 5. Historique</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>5. Historique</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s04.html" title="4. Rapports"><link rel="next" href="ch02s06.html" title="6. Annonces"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5. Historique</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>5. Historique</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s04.html" title="4. Rapports"><link rel="next" href="ch02s06.html" title="6. Annonces"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">5. Historique</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e517"></a>5. Historique</h2></div></div></div><p>Cette page présente l'ensemble des demandes résolues dans chacune des versions du projet. Certains types de demande peuvent être exclus de cet affichage.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">4. Rapports </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 6. Annonces</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>6. Annonces</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s05.html" title="5. Historique"><link rel="next" href="ch02s07.html" title="7. Documents"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6. Annonces</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>6. Annonces</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s05.html" title="5. Historique"><link rel="next" href="ch02s07.html" title="7. Documents"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6. Annonces</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s07.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e522"></a>6. Annonces</h2></div></div></div><p>Les nouvelles vous permettent d'informer les utilisateurs sur l'activité du projet.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">5. Historique </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 7. Documents</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>7. Documents</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s06.html" title="6. Annonces"><link rel="next" href="ch02s08.html" title="8. Fichiers"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7. Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e448"></a>7. Documents</h2></div></div></div><p>Les documents sont groupés par catégories (voir Listes de valeurs). Un document peut contenir plusieurs fichiers (exemple: révisions ou versions successives).</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6. Annonces </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 8. Fichiers</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>7. Documents</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s06.html" title="6. Annonces"><link rel="next" href="ch02s08.html" title="8. Fichiers"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">7. Documents</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e527"></a>7. Documents</h2></div></div></div><p>Les documents sont groupés par catégories (voir Listes de valeurs). Un document peut contenir plusieurs fichiers (exemple: révisions ou versions successives).</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s06.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s08.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6. Annonces </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 8. Fichiers</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>8. Fichiers</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s07.html" title="7. Documents"><link rel="next" href="ch02s09.html" title="9. Configuration du projet"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">8. Fichiers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s09.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>8. Fichiers</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s07.html" title="7. Documents"><link rel="next" href="ch02s09.html" title="9. Configuration du projet"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">8. Fichiers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s09.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e532"></a>8. Fichiers</h2></div></div></div><p>Ce module vous permet de publier les différents fichiers (sources, binaires, ...) pour chaque version de l'application.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s07.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s09.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">7. Documents </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 9. Configuration du projet</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>9. Configuration du projet</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s08.html" title="8. Fichiers"><link rel="next" href="ch03.html" title="Chapter 3. Comptes utilisateurs"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">9. Configuration du projet</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>9. Configuration du projet</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch02.html" title="Chapter 2. Projets"><link rel="prev" href="ch02s08.html" title="8. Fichiers"><link rel="next" href="ch03.html" title="Chapter 3. Comptes utilisateurs"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">9. Configuration du projet</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e537"></a>9. Configuration du projet</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e541"></a>9.1. Propriétés du projet</h3></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><span class="guilabel">Public</span>: si le projet est public, il sera visible (consultation des demandes, des documents, ...) pour l'ensemble des utilisateurs, y compris ceux qui ne sont pas membres du projet. Si le projet n'est pas public, seuls les membres du projet y ont accès, en fonction de leur rôle.</p></li><li><p><span class="guilabel">Champs personnalisés</span>: sélectionner les champs personnalisésMo que vous souhaitez utiliser pour les demandes du projet. Seul l'administrateur peut définir de nouveaux champs personnalisés.</p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e557"></a>9.2. Membres</h3></div></div></div><p>Cett section vous permet de définir les membres du projet ainsi que leurs rôles respectifs. Un utilisateur ne peut avoir qu'un rôle au sein d'un projet donné. Le rôle d'un membre détermine les permissions dont il bénéficie sur le projet.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e562"></a>9.3. Versions</h3></div></div></div><p>Les versions vous permettent de suivre les changements survenus tout au long du projet. A la fermeture d'une demande, vous pouvez par exemple indiquer quelle version la prend en compte. Vous pouvez par ailleurs publier les différentes versions de l'application (voir Fichiers).</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e567"></a>9.4. Catégories des demandes</h3></div></div></div><p>Les catégories de demande vous permettent de typer les demandes. Les catégories peuvent par exemple correspondre aux différents modules du projet.</p><p>Une catégorie référencée sur des demandes ne peut pas être supprimée.</p><p></p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s08.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8. Fichiers </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 3. Comptes utilisateurs</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>Chapter 3. Comptes utilisateurs</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch02s09.html" title="9. Configuration du projet"><link rel="next" href="ch03s01.html" title="1. Mon compte"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Comptes utilisateurs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e |
|
|
3 | <title>Chapter 3. Comptes utilisateurs</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="index.html" title="Documentation"><link rel="prev" href="ch02s09.html" title="9. Configuration du projet"><link rel="next" href="ch03s01.html" title="1. Mon compte"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 3. Comptes utilisateurs</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="d0e575"></a>Chapter 3. Comptes utilisateurs</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch03s01.html">1. Mon compte</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html#d0e583">1.1. Informations</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e593">1.2. Changement de mot de passe</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s02.html">2. Ma page</a></span></dt><dt><span class="section"><a href="ch03s03.html">3. Mot de passe perdu</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. S'enregistrer</a></span></dt></dl></div><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch03s01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. Configuration du projet </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 1. Mon compte</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>1. Mon compte</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="next" href="ch03s02.html" title="2. Ma page"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. Mon compte</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e5 |
|
|
3 | <title>1. Mon compte</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="next" href="ch03s02.html" title="2. Ma page"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">1. Mon compte</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e579"></a>1. Mon compte</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e583"></a>1.1. Informations</h3></div></div></div><p>Cet écran vous permet de modifier les informations relatives à votre compte: nom, prénom, adresse mail, langue (Anglais, Allemand, Espagnol ou Français).</p><p>Si la case <span class="guilabel">Notifications par mail</span> est décochée, aucune notification par mail ne vous sera envoyée.</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e593"></a>1.2. Changement de mot de passe</h3></div></div></div><p>Pour changer votre mot de passe, saisissez votre mot de passe actuel et le nouveau mot de passe souhaité (double saisie pour confirmation). Le mot de passe doit avoir une longueur comprise entre 4 et 12 caractères.</p><p>Si votre compte utilise une authentification externe (un annuaire LDAP), vous ne pouvez pas changer votre mot de passe dans redMine.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 3. Comptes utilisateurs </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 2. Ma page</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 | <title>2. Ma page</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03s01.html" title="1. Mon compte"><link rel="next" href="ch03s03.html" title="3. Mot de passe perdu"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Ma page</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e521"></a>2. Ma page</h2></div></div></div><p>Cette page vous permet d'afficher de manière synthétique des informations sur vos projets.</p><p>Pour personnaliser votre page, cliquer sur le lien <span class="guilabel">Personnaliser cette page</span>. Vous pouvez alors sélectionner les informations à afficher et les positionner où vous le souhaitez sur la page, par glisser-déposer.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. Mon compte </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. Mot de passe perdu</td></tr></table></div></body></html> No newline at end of file | |
|
3 | <title>2. Ma page</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03s01.html" title="1. Mon compte"><link rel="next" href="ch03s03.html" title="3. Mot de passe perdu"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">2. Ma page</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e600"></a>2. Ma page</h2></div></div></div><p>Cette page vous permet d'afficher de manière synthétique des informations sur vos projets.</p><p>Pour personnaliser votre page, cliquer sur le lien <span class="guilabel">Personnaliser cette page</span>. Vous pouvez alors sélectionner les informations à afficher et les positionner où vous le souhaitez sur la page, par glisser-déposer.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s01.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">1. Mon compte </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3. Mot de passe perdu</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>3. Mot de passe perdu</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03s02.html" title="2. Ma page"><link rel="next" href="ch03s04.html" title="4. S'enregistrer"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Mot de passe perdu</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>3. Mot de passe perdu</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03s02.html" title="2. Ma page"><link rel="next" href="ch03s04.html" title="4. S'enregistrer"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. Mot de passe perdu</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e610"></a>3. Mot de passe perdu</h2></div></div></div><p>En cas de perte de votre mot de passe, une procédure par mail vous permet d'en choisir un nouveau.</p><p>Sur l'écran d'authentification, cliquez sur <span class="guilabel">Mot de passe perdu</span>. Saisissez ensuite votre adresse mail dans le champ prévu et validez. Un mail vous est alors transmis. Il contient un lien qui vous permettra d'accéder à la page de choix du nouveau mot de passe.</p><p>Si votre compte utilise une authentification externe (un annuaire LDAP), cette procédure n'est pas disponible.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. Ma page </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. S'enregistrer</td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>4. S'enregistrer</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03s03.html" title="3. Mot de passe perdu"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. S'enregistrer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e |
|
|
3 | <title>4. S'enregistrer</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="up" href="ch03.html" title="Chapter 3. Comptes utilisateurs"><link rel="prev" href="ch03s03.html" title="3. Mot de passe perdu"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">4. S'enregistrer</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Comptes utilisateurs</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e622"></a>4. S'enregistrer</h2></div></div></div><p>L'enregistrement vous permet d'obtenir un compte sans intervention de l'administrateur.</p><p>Sur l'écran d'authentification, cliquez sur <span class="guilabel">S'enregistrer</span>. Complétez le formulaire d'inscription et validez. Un mail vous est alors transmis. Pour activer votre compte, utilisez le lien présent dans le mail qui vous a été envoyé.</p><p>La possibilité de s'enregistrer peut avoir été désactivée par l'administrateur.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s03.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">3. Mot de passe perdu </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html> No newline at end of file |
@@ -1,3 +1,3 | |||
|
1 | 1 | <html><head> |
|
2 | 2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
|
3 |
<title>Documentation</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="next" href="ch01.html" title="Chapter 1. Administration"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Documentation</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Documentation</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Administration</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html">1. Projets</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Utilisateurs</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Liste des utilisateurs</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. Création ou modification d'un utilisateur</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Rôles et permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Champs personnalisés</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e169">5.1. Champs pour les projets</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e180">5.2. Champs pour les demandes</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e193">5.3. Champs pour les utilisateurs</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Statut des demandes</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Listes de valeurs</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. Notifications par mail</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentification</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e275">10.1. Annuaire LDAP</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Informations</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Projets</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s01.html">1. Aperçu du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e |
|
|
3 | <title>Documentation</title><link rel="stylesheet" href="html.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="Documentation"><link rel="next" href="ch01.html" title="Chapter 1. Administration"></head><body><a href="http://redmine.rubyforge.org/"><img src="../redmine.png" alt="redmine"></a><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Documentation</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr></table><hr></div><div class="book" lang="en"><div class="titlepage"><div><div><h1 class="title"><a name="d0e1"></a>Documentation</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="chapter"><a href="ch01.html">1. Administration</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html">1. Projets</a></span></dt><dt><span class="section"><a href="ch01s02.html">2. Utilisateurs</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e17">2.1. Liste des utilisateurs</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e47">2.2. Création ou modification d'un utilisateur</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s03.html">3. Rôles et permissions</a></span></dt><dt><span class="section"><a href="ch01s04.html">4. Trackers</a></span></dt><dt><span class="section"><a href="ch01s05.html">5. Champs personnalisés</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s05.html#d0e169">5.1. Champs pour les projets</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e180">5.2. Champs pour les demandes</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e193">5.3. Champs pour les utilisateurs</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s06.html">6. Statut des demandes</a></span></dt><dt><span class="section"><a href="ch01s07.html">7. Workflow</a></span></dt><dt><span class="section"><a href="ch01s08.html">8. Listes de valeurs</a></span></dt><dt><span class="section"><a href="ch01s09.html">9. Notifications par mail</a></span></dt><dt><span class="section"><a href="ch01s10.html">10. Authentification</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s10.html#d0e275">10.1. Annuaire LDAP</a></span></dt></dl></dd><dt><span class="section"><a href="ch01s11.html">11. Configuration</a></span></dt><dt><span class="section"><a href="ch01s12.html">12. Informations</a></span></dt></dl></dd><dt><span class="chapter"><a href="ch02.html">2. Projets</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s01.html">1. Aperçu du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html">2. Planning</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s02.html#d0e451">2.1. Calendrier du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e479">2.2. Diagramme de Gantt</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s03.html">3. Gestion des demandes</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s03.html#d0e497">3.1. Liste des demandes</a></span></dt></dl></dd><dt><span class="section"><a href="ch02s04.html">4. Rapports</a></span></dt><dt><span class="section"><a href="ch02s05.html">5. Historique</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Annonces</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Documents</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Fichiers</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Configuration du projet</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s09.html#d0e541">9.1. Propriétés du projet</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e557">9.2. Membres</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e562">9.3. Versions</a></span></dt><dt><span class="section"><a href="ch02s09.html#d0e567">9.4. Catégories des demandes</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a href="ch03.html">3. Comptes utilisateurs</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html">1. Mon compte</a></span></dt><dd><dl><dt><span class="section"><a href="ch03s01.html#d0e583">1.1. Informations</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e593">1.2. Changement de mot de passe</a></span></dt></dl></dd><dt><span class="section"><a href="ch03s02.html">2. Ma page</a></span></dt><dt><span class="section"><a href="ch03s03.html">3. Mot de passe perdu</a></span></dt><dt><span class="section"><a href="ch03s04.html">4. S'enregistrer</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="ch01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"> </td><td width="40%" align="right" valign="top"> Chapter 1. Administration</td></tr></table></div></body></html> No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now