@@ -0,0 +1,3 | |||
|
1 | <html><head> | |
|
2 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
|
3 | <title>11. 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="ch02s10.html" title="10. Wiki"><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">11. Files</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s10.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="d0e830"></a>11. 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="ch02s10.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">10. Wiki </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,83 +1,84 | |||
|
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 | - ja |
|
23 | 23 | |
|
24 | 24 | # mapping between controller/action and help pages |
|
25 | 25 | # if action is not defined here, 'index' page will be displayed |
|
26 | 26 | pages: |
|
27 | 27 | # administration |
|
28 | 28 | admin: |
|
29 | 29 | index: ch01.html |
|
30 | 30 | projects: ch01s01.html |
|
31 | 31 | mail_options: ch01s09.html |
|
32 | 32 | info: ch01s12.html |
|
33 | 33 | users: |
|
34 | 34 | index: ch01s02.html |
|
35 | 35 | roles: |
|
36 | 36 | index: ch01s03.html |
|
37 | 37 | workflow: ch01s07.html |
|
38 | 38 | trackers: |
|
39 | 39 | index: ch01s04.html |
|
40 | 40 | issue_statuses: |
|
41 | 41 | index: ch01s06.html |
|
42 | 42 | settings: |
|
43 | 43 | index: ch01s11.html |
|
44 | 44 | # projects |
|
45 | 45 | projects: |
|
46 | 46 | index: ch02.html |
|
47 | 47 | settings: ch01s01.html |
|
48 | 48 | add: ch01s01.html |
|
49 | 49 | show: ch02s01.html |
|
50 | 50 | gantt: ch02s02.html |
|
51 | 51 | calendar: ch02s02.html |
|
52 | 52 | changelog: ch02s06.html |
|
53 | 53 | roadmap: ch02s07.html |
|
54 | 54 | add_document: ch02s07.html |
|
55 | 55 | list_documents: ch02s07.html |
|
56 | 56 | add_issue: ch02s03.html |
|
57 | 57 | list_issues: ch02s03.html |
|
58 | 58 | add_news: ch02s06.html |
|
59 | 59 | list_news: ch02s06.html |
|
60 |
add_file: ch02s |
|
|
61 |
list_files: ch02s |
|
|
60 | add_file: ch02s11.html | |
|
61 | list_files: ch02s11.html | |
|
62 | 62 | changelog: ch02s05.html |
|
63 | 63 | issues: |
|
64 | 64 | index: ch02s03.html |
|
65 | 65 | documents: |
|
66 |
index: ch02s0 |
|
|
66 | index: ch02s09.html | |
|
67 | 67 | news: |
|
68 | 68 | index: ch02s06.html |
|
69 | 69 | versions: |
|
70 | 70 | index: ch02s09.html |
|
71 | 71 | reports: |
|
72 | 72 | index: ch02s04.html |
|
73 | 73 | # accounts |
|
74 | 74 | my: |
|
75 | 75 | index: ch03.html |
|
76 | 76 | account: ch03s01.html |
|
77 | 77 | page: ch03s02.html |
|
78 | 78 | account: |
|
79 | 79 | index: ch03.html |
|
80 | 80 | lost_password: ch03s03.html |
|
81 | 81 | register: ch03s04.html |
|
82 | 82 | wiki: |
|
83 | index: ch02s10.html | |
|
83 | 84 | syntax: wiki_syntax.html No newline at end of file |
@@ -1,989 +1,1130 | |||
|
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 | |
|
15 | 15 | <section> |
|
16 | 16 | <title>Project list</title> |
|
17 | 17 | |
|
18 | 18 | <para>On this screen, you can archive or delete projects.</para> |
|
19 | 19 | |
|
20 | 20 | <para>An archived project is no longer visible by users. It can be |
|
21 | 21 | un-archived by the administrator.</para> |
|
22 | 22 | </section> |
|
23 | 23 | |
|
24 | 24 | <section> |
|
25 | 25 | <title>Settings</title> |
|
26 | 26 | |
|
27 | 27 | <para></para> |
|
28 | 28 | |
|
29 | 29 | <section> |
|
30 | 30 | <title>Project properties</title> |
|
31 | 31 | |
|
32 | 32 | <para></para> |
|
33 | 33 | |
|
34 | 34 | <itemizedlist> |
|
35 | 35 | <listitem> |
|
36 | 36 | <para><guilabel moreinfo="none">Public</guilabel> : if it’s a |
|
37 | 37 | public project, it can be viewed (request consultation, |
|
38 | 38 | documents consultation, ...) for all the users, including those |
|
39 | 39 | who are not project members. If it’s not a public project, only |
|
40 | 40 | the project members have access to it, according to their |
|
41 | 41 | role.</para> |
|
42 | 42 | </listitem> |
|
43 | 43 | |
|
44 | 44 | <listitem> |
|
45 | 45 | <para><guilabel>Subproject of</guilabel>: lets you define the |
|
46 | 46 | parent project. The hierarchy of the projects is limited to 2 |
|
47 | 47 | levels. A parent project cannot be itself a sub-project.</para> |
|
48 | 48 | </listitem> |
|
49 | 49 | |
|
50 | 50 | <listitem> |
|
51 | 51 | <para><guilabel>Name</guilabel>: project display name (must be |
|
52 | 52 | unique).</para> |
|
53 | 53 | </listitem> |
|
54 | 54 | |
|
55 | 55 | <listitem> |
|
56 | 56 | <para><guilabel>Description</guilabel>: description that appears |
|
57 | 57 | on the project overview.</para> |
|
58 | 58 | </listitem> |
|
59 | 59 | |
|
60 | 60 | <listitem> |
|
61 | 61 | <para><guilabel>Identifier</guilabel>: name of the project used |
|
62 | 62 | in an internal way by the application (must be unique). Once the |
|
63 | 63 | project created, this identifier cannot be modified.</para> |
|
64 | 64 | </listitem> |
|
65 | 65 | |
|
66 | 66 | <listitem> |
|
67 | 67 | <para><guilabel moreinfo="none">Customized fields</guilabel> : |
|
68 | 68 | Select the customized fields that you want to use. Only the |
|
69 | 69 | administrator can define new customized fields.</para> |
|
70 | 70 | </listitem> |
|
71 | 71 | </itemizedlist> |
|
72 | 72 | |
|
73 | 73 | <para></para> |
|
74 | 74 | </section> |
|
75 | 75 | |
|
76 | 76 | <section> |
|
77 | 77 | <title>Repository</title> |
|
78 | 78 | |
|
79 | 79 | <para>A source repository can be associated with each project. Once |
|
80 | 80 | the repository configured, you will be able to browse it and view |
|
81 | 81 | the revisions. The revisions appear in the Activity view.</para> |
|
82 | 82 | </section> |
|
83 | 83 | |
|
84 | 84 | <section> |
|
85 | 85 | <title>Wiki</title> |
|
86 | 86 | |
|
87 | 87 | <para>Each project can have its own wiki. To activate it, check the |
|
88 | 88 | Wiki option in the project settings and give the name for the main |
|
89 | 89 | page.</para> |
|
90 | 90 | </section> |
|
91 | 91 | |
|
92 | 92 | <section> |
|
93 | 93 | <title>Members</title> |
|
94 | 94 | |
|
95 | 95 | <para>This screen allows you to define the project members as well |
|
96 | 96 | as their corresponding roles. A user can have only one role in a |
|
97 | 97 | given project. The role of a member determines the permissions they |
|
98 | 98 | have in a project.</para> |
|
99 | 99 | </section> |
|
100 | 100 | |
|
101 | 101 | <section> |
|
102 | 102 | <title>Versions</title> |
|
103 | 103 | |
|
104 | 104 | <para>Versions allow you to follow the changes made during all the |
|
105 | 105 | project. For instance, at the close of an Issue, you can indicate |
|
106 | 106 | which version takes it into account. You can display the various |
|
107 | 107 | versions of the application (see Files).</para> |
|
108 | 108 | </section> |
|
109 | 109 | |
|
110 | 110 | <section> |
|
111 | 111 | <title>Request categories</title> |
|
112 | 112 | |
|
113 | 113 | <para>Issue categories allow you to organize Issues. Categories can |
|
114 | 114 | correspond to different project modules.</para> |
|
115 | 115 | </section> |
|
116 | 116 | |
|
117 | 117 | <section> |
|
118 | 118 | <title>Forums</title> |
|
119 | 119 | |
|
120 | 120 | <para>Each project can contain one or more discussion forums.</para> |
|
121 | 121 | </section> |
|
122 | 122 | </section> |
|
123 | 123 | </section> |
|
124 | 124 | |
|
125 | 125 | <section> |
|
126 | 126 | <title>Users</title> |
|
127 | 127 | |
|
128 | 128 | <para>These screens allow you to manage the application users.</para> |
|
129 | 129 | |
|
130 | 130 | <section> |
|
131 | 131 | <title>Users’ List</title> |
|
132 | 132 | |
|
133 | 133 | <para></para> |
|
134 | 134 | |
|
135 | 135 | <screenshot> |
|
136 | 136 | <screeninfo>Users’ List</screeninfo> |
|
137 | 137 | |
|
138 | 138 | <mediaobject> |
|
139 | 139 | <imageobject> |
|
140 | 140 | <imagedata fileref="images/users_list.png" /> |
|
141 | 141 | </imageobject> |
|
142 | 142 | </mediaobject> |
|
143 | 143 | </screenshot> |
|
144 | 144 | |
|
145 | 145 | <para>Accounts status:</para> |
|
146 | 146 | |
|
147 | 147 | <itemizedlist> |
|
148 | 148 | <listitem> |
|
149 | 149 | <para>This icon <inlinemediaobject> |
|
150 | 150 | <imageobject> |
|
151 | 151 | <imagedata fileref="images/locked.png" /> |
|
152 | 152 | </imageobject> |
|
153 | 153 | </inlinemediaobject> means that the account is locked. A user |
|
154 | 154 | having a locked account cannot log in and access the |
|
155 | 155 | application.</para> |
|
156 | 156 | </listitem> |
|
157 | 157 | |
|
158 | 158 | <listitem> |
|
159 | 159 | <para>This icon <inlinemediaobject> |
|
160 | 160 | <imageobject> |
|
161 | 161 | <imagedata fileref="images/user_new.png" /> |
|
162 | 162 | </imageobject> |
|
163 | 163 | </inlinemediaobject> means that the user hasn't yet actived his |
|
164 | 164 | account.</para> |
|
165 | 165 | </listitem> |
|
166 | 166 | </itemizedlist> |
|
167 | 167 | |
|
168 | 168 | <para>The Lock/Unlock buttons allow you to lock/unlock the user |
|
169 | 169 | accounts.</para> |
|
170 | 170 | |
|
171 | 171 | <para></para> |
|
172 | 172 | </section> |
|
173 | 173 | |
|
174 | 174 | <section> |
|
175 | 175 | <title>User Creation or Modification</title> |
|
176 | 176 | |
|
177 | 177 | <para>In modification mode, please leave the Password field blank in |
|
178 | 178 | order to keep the user’s password unchanged.</para> |
|
179 | 179 | |
|
180 | 180 | <para>A user designated as administrator has unrestricted access to |
|
181 | 181 | the application and to all projects.</para> |
|
182 | 182 | |
|
183 | 183 | <itemizedlist> |
|
184 | 184 | <listitem> |
|
185 | 185 | <para><guilabel moreinfo="none">Administrator</guilabel> : |
|
186 | 186 | designate the user as the administrator of the application.</para> |
|
187 | 187 | </listitem> |
|
188 | 188 | |
|
189 | 189 | <listitem> |
|
190 | 190 | <para><guilabel moreinfo="none">E-mail notifications</guilabel> : |
|
191 | 191 | activate or de-activate automatic e-mail notifications for this |
|
192 | 192 | user</para> |
|
193 | 193 | </listitem> |
|
194 | 194 | |
|
195 | 195 | <listitem> |
|
196 | 196 | <para><guilabel moreinfo="none">Locked</guilabel> : de-activates |
|
197 | 197 | the user’s account</para> |
|
198 | 198 | </listitem> |
|
199 | 199 | </itemizedlist> |
|
200 | 200 | |
|
201 | 201 | <para></para> |
|
202 | 202 | </section> |
|
203 | 203 | </section> |
|
204 | 204 | |
|
205 | 205 | <section> |
|
206 | 206 | <title>Roles and Permissions</title> |
|
207 | 207 | |
|
208 | 208 | <para>Roles organize the permissions of various members of a project. |
|
209 | 209 | Each member of a project has a one Role in a project. A user can have |
|
210 | 210 | different roles in different projects.</para> |
|
211 | 211 | |
|
212 | 212 | <para>On the new or edit Role screen, check off the actions authorized |
|
213 | 213 | for the Role.</para> |
|
214 | 214 | </section> |
|
215 | 215 | |
|
216 | 216 | <section> |
|
217 | 217 | <title>Trackers</title> |
|
218 | 218 | |
|
219 | 219 | <para>Trackers allow the sorting of Issues and can define specific |
|
220 | 220 | workflows.</para> |
|
221 | 221 | </section> |
|
222 | 222 | |
|
223 | 223 | <section> |
|
224 | 224 | <title>Custom fields</title> |
|
225 | 225 | |
|
226 | 226 | <para>Custom fields allow you to add additional information in Projects, |
|
227 | 227 | Issues or Users. A custom field can be of one the following |
|
228 | 228 | types:</para> |
|
229 | 229 | |
|
230 | 230 | <itemizedlist> |
|
231 | 231 | <listitem> |
|
232 | 232 | <para><guilabel moreinfo="none">Integer</guilabel> : positive or |
|
233 | 233 | negative number</para> |
|
234 | 234 | </listitem> |
|
235 | 235 | |
|
236 | 236 | <listitem> |
|
237 | 237 | <para><guilabel moreinfo="none">String</guilabel> : a string of |
|
238 | 238 | characters - one single line of input.</para> |
|
239 | 239 | </listitem> |
|
240 | 240 | |
|
241 | 241 | <listitem> |
|
242 | 242 | <para><guilabel moreinfo="none">Text</guilabel> : a string of |
|
243 | 243 | characters with multiple lines of input. Differs from String Format |
|
244 | 244 | by providing multiple lines of input instead of a single |
|
245 | 245 | line.</para> |
|
246 | 246 | </listitem> |
|
247 | 247 | |
|
248 | 248 | <listitem> |
|
249 | 249 | <para><guilabel moreinfo="none">Date</guilabel> : date</para> |
|
250 | 250 | </listitem> |
|
251 | 251 | |
|
252 | 252 | <listitem> |
|
253 | 253 | <para><guilabel moreinfo="none">Boolean</guilabel> : true or false |
|
254 | 254 | (check if necessary)</para> |
|
255 | 255 | </listitem> |
|
256 | 256 | |
|
257 | 257 | <listitem> |
|
258 | 258 | <para><guilabel moreinfo="none">List</guilabel> : value to select |
|
259 | 259 | from a predefined list (aka: scroll list or select box)</para> |
|
260 | 260 | </listitem> |
|
261 | 261 | </itemizedlist> |
|
262 | 262 | |
|
263 | 263 | <para>Validation elements can be defined:</para> |
|
264 | 264 | |
|
265 | 265 | <itemizedlist> |
|
266 | 266 | <listitem> |
|
267 | 267 | <para><guilabel moreinfo="none">Required</guilabel> : A required |
|
268 | 268 | field must have input in the forms</para> |
|
269 | 269 | </listitem> |
|
270 | 270 | |
|
271 | 271 | <listitem> |
|
272 | 272 | <para><guilabel moreinfo="none">For all the projects</guilabel> : |
|
273 | 273 | field automatically associated to all of the projects</para> |
|
274 | 274 | </listitem> |
|
275 | 275 | |
|
276 | 276 | <listitem> |
|
277 | 277 | <para><guilabel moreinfo="none">Min - max length</guilabel> : |
|
278 | 278 | minimum and maximum length for the input fields (0 means that there |
|
279 | 279 | is no restriction)</para> |
|
280 | 280 | </listitem> |
|
281 | 281 | |
|
282 | 282 | <listitem> |
|
283 | 283 | <para><guilabel moreinfo="none">Regular Expression</guilabel> : |
|
284 | 284 | regular expressions may provide validation of the input value</para> |
|
285 | 285 | |
|
286 | 286 | <para>Examples:</para> |
|
287 | 287 | |
|
288 | 288 | <para><code>^\[A-Z]{4}\d+$</code> : 4 capital letters followed by |
|
289 | 289 | one or several digits</para> |
|
290 | 290 | |
|
291 | 291 | <para><code>^[^0-9]*$</code> : characters only - no digits</para> |
|
292 | 292 | </listitem> |
|
293 | 293 | |
|
294 | 294 | <listitem> |
|
295 | 295 | <para><guilabel moreinfo="none">Possible values</guilabel> : |
|
296 | 296 | possible values for the fields of "List" type. Values are separated |
|
297 | 297 | by the character |</para> |
|
298 | 298 | </listitem> |
|
299 | 299 | </itemizedlist> |
|
300 | 300 | |
|
301 | 301 | <para></para> |
|
302 | 302 | |
|
303 | 303 | <section> |
|
304 | 304 | <title>Fields for Projects</title> |
|
305 | 305 | |
|
306 | 306 | <para></para> |
|
307 | 307 | |
|
308 | 308 | <itemizedlist> |
|
309 | 309 | <listitem> |
|
310 | 310 | <para><guilabel moreinfo="none">Required</guilabel> : required |
|
311 | 311 | field</para> |
|
312 | 312 | </listitem> |
|
313 | 313 | </itemizedlist> |
|
314 | 314 | |
|
315 | 315 | <para></para> |
|
316 | 316 | </section> |
|
317 | 317 | |
|
318 | 318 | <section> |
|
319 | 319 | <title>Fields for Issues</title> |
|
320 | 320 | |
|
321 | 321 | <para></para> |
|
322 | 322 | |
|
323 | 323 | <itemizedlist> |
|
324 | 324 | <listitem> |
|
325 | 325 | <para><guilabel moreinfo="none">For all projects</guilabel> : |
|
326 | 326 | field automatically associated to all project Issues</para> |
|
327 | 327 | |
|
328 | 328 | <para>If this option is not activated, each project could choose |
|
329 | 329 | whether or not to use the field for its Issues (please see the |
|
330 | 330 | project configuration).</para> |
|
331 | 331 | </listitem> |
|
332 | 332 | </itemizedlist> |
|
333 | 333 | |
|
334 | 334 | <para></para> |
|
335 | 335 | </section> |
|
336 | 336 | |
|
337 | 337 | <section> |
|
338 | 338 | <title>Field for Users</title> |
|
339 | 339 | |
|
340 | 340 | <para></para> |
|
341 | 341 | |
|
342 | 342 | <itemizedlist> |
|
343 | 343 | <listitem> |
|
344 | 344 | <para><guilabel moreinfo="none">Required</guilabel> : required |
|
345 | 345 | field</para> |
|
346 | 346 | </listitem> |
|
347 | 347 | </itemizedlist> |
|
348 | 348 | |
|
349 | 349 | <para></para> |
|
350 | 350 | </section> |
|
351 | 351 | </section> |
|
352 | 352 | |
|
353 | 353 | <section> |
|
354 | 354 | <title>Issue status</title> |
|
355 | 355 | |
|
356 | 356 | <para>These screens allow you to define the different possible Issue |
|
357 | 357 | statuses.</para> |
|
358 | 358 | |
|
359 | 359 | <itemizedlist> |
|
360 | 360 | <listitem> |
|
361 | 361 | <para><guilabel moreinfo="none">Closed</guilabel> : indicates Issue |
|
362 | 362 | is considered as closed</para> |
|
363 | 363 | </listitem> |
|
364 | 364 | |
|
365 | 365 | <listitem> |
|
366 | 366 | <para><guilabel moreinfo="none">Default</guilabel> : status applied |
|
367 | 367 | by default to new Issue requests (only one status can be Default |
|
368 | 368 | status)</para> |
|
369 | 369 | </listitem> |
|
370 | 370 | |
|
371 | 371 | <listitem> |
|
372 | 372 | <para><guilabel moreinfo="none">Color</guilabel> : HTML color code |
|
373 | 373 | (6 characters) representing the displayed status</para> |
|
374 | 374 | </listitem> |
|
375 | 375 | </itemizedlist> |
|
376 | 376 | |
|
377 | 377 | <para></para> |
|
378 | 378 | </section> |
|
379 | 379 | |
|
380 | 380 | <section> |
|
381 | 381 | <title>Workflow</title> |
|
382 | 382 | |
|
383 | 383 | <para>The workflow allows to define changes the various project members |
|
384 | 384 | are allowed to make on the Issues, according to their type.</para> |
|
385 | 385 | |
|
386 | 386 | <para>Select the role and the tracker for which you want to modify the |
|
387 | 387 | workflow, then click Edit. The screen allows you then to modify the |
|
388 | 388 | authorized change, for the chosen role and tracker. The Current Status |
|
389 | 389 | options indicate the initial request status. The "New Statuses allowed" |
|
390 | 390 | columns stand for the authorized status to apply.</para> |
|
391 | 391 | |
|
392 | 392 | <para><remark>Note: In order for a particular Role to change an Issue |
|
393 | 393 | status, the authorization must be given to it explicitly, regardless of |
|
394 | 394 | the workflow configuration.</remark></para> |
|
395 | 395 | |
|
396 | 396 | <para></para> |
|
397 | 397 | |
|
398 | 398 | <screenshot> |
|
399 | 399 | <screeninfo>Example of a workflow configuration</screeninfo> |
|
400 | 400 | |
|
401 | 401 | <mediaobject> |
|
402 | 402 | <imageobject> |
|
403 | 403 | <imagedata fileref="images/workflow.png" /> |
|
404 | 404 | </imageobject> |
|
405 | 405 | </mediaobject> |
|
406 | 406 | </screenshot> |
|
407 | 407 | |
|
408 | 408 | <para>In the above example, Bug type Issue requests with a New status |
|
409 | 409 | could be given an Assigned or Resolved status by the Developer role. |
|
410 | 410 | Those with an Assigned status could get a Resolved status. The status of |
|
411 | 411 | all the other Bug type requests cannot be modified by the |
|
412 | 412 | Developer.</para> |
|
413 | 413 | </section> |
|
414 | 414 | |
|
415 | 415 | <section> |
|
416 | 416 | <title>Enumerations</title> |
|
417 | 417 | |
|
418 | 418 | <para>The value lists used by the application can be customized (for |
|
419 | 419 | example, setting Issue priorities). This screen allows you to define the |
|
420 | 420 | possible values for each of the following lists:</para> |
|
421 | 421 | |
|
422 | 422 | <itemizedlist> |
|
423 | 423 | <listitem> |
|
424 | 424 | <para>Issue Priorities</para> |
|
425 | 425 | </listitem> |
|
426 | 426 | |
|
427 | 427 | <listitem> |
|
428 | 428 | <para>Document Categories</para> |
|
429 | 429 | </listitem> |
|
430 | 430 | </itemizedlist> |
|
431 | 431 | |
|
432 | 432 | <para></para> |
|
433 | 433 | </section> |
|
434 | 434 | |
|
435 | 435 | <section> |
|
436 | 436 | <title>E-mail notifications</title> |
|
437 | 437 | |
|
438 | 438 | <para>This screen allows you to select the actions that will generate an |
|
439 | 439 | e-mail notification for project members.</para> |
|
440 | 440 | |
|
441 | 441 | <para>Note: E-mail sending must be activated in the application |
|
442 | 442 | configuration if you want to make any notifications.</para> |
|
443 | 443 | </section> |
|
444 | 444 | |
|
445 | 445 | <section> |
|
446 | 446 | <title>Authentication</title> |
|
447 | 447 | |
|
448 | 448 | <para>By default, redMine refers to its own database to authenticate |
|
449 | 449 | users, by a specific password.</para> |
|
450 | 450 | |
|
451 | 451 | <para>If you already have one or several external user references (like |
|
452 | 452 | LDAP), you can make them known in order to be used for authentication on |
|
453 | 453 | redMine. This allows users to access redMine with their usual user names |
|
454 | 454 | and passwords.</para> |
|
455 | 455 | |
|
456 | 456 | <para>For each known reference, you can specify if the accounts can be |
|
457 | 457 | created on the fly on redMine. If needed, the user accounts will be |
|
458 | 458 | created automatically during the user’s signing in (without any specific |
|
459 | 459 | rights on the projects), according to information available in the |
|
460 | 460 | reference. Otherwise, the administrator must have previously created the |
|
461 | 461 | user account on redMine.</para> |
|
462 | 462 | |
|
463 | 463 | <para></para> |
|
464 | 464 | |
|
465 | 465 | <section> |
|
466 | 466 | <title>LDAP statement</title> |
|
467 | 467 | |
|
468 | 468 | <para></para> |
|
469 | 469 | |
|
470 | 470 | <itemizedlist> |
|
471 | 471 | <listitem> |
|
472 | 472 | <para><guilabel moreinfo="none">Name</guilabel> : reference |
|
473 | 473 | display name</para> |
|
474 | 474 | </listitem> |
|
475 | 475 | |
|
476 | 476 | <listitem> |
|
477 | 477 | <para><guilabel moreinfo="none">Host</guilabel> : LDAP server host |
|
478 | 478 | name</para> |
|
479 | 479 | </listitem> |
|
480 | 480 | |
|
481 | 481 | <listitem> |
|
482 | 482 | <para><guilabel moreinfo="none">Port</guilabel> : connection port |
|
483 | 483 | to the LDAP server</para> |
|
484 | 484 | </listitem> |
|
485 | 485 | |
|
486 | 486 | <listitem> |
|
487 | 487 | <para><guilabel moreinfo="none">Account</guilabel> : DN of the |
|
488 | 488 | connection account to LDAP (please leave it blank if the directory |
|
489 | 489 | authorizes anonymous read access)</para> |
|
490 | 490 | </listitem> |
|
491 | 491 | |
|
492 | 492 | <listitem> |
|
493 | 493 | <para><guilabel moreinfo="none">Password</guilabel> : password of |
|
494 | 494 | the connection account</para> |
|
495 | 495 | </listitem> |
|
496 | 496 | |
|
497 | 497 | <listitem> |
|
498 | 498 | <para><guilabel moreinfo="none">Base DN</guilabel> : Basic DN used |
|
499 | 499 | for user search in the directory</para> |
|
500 | 500 | </listitem> |
|
501 | 501 | |
|
502 | 502 | <listitem> |
|
503 | 503 | <para><guilabel moreinfo="none">LDAP screen</guilabel> : User |
|
504 | 504 | search screen in the directory (optional)</para> |
|
505 | 505 | </listitem> |
|
506 | 506 | |
|
507 | 507 | <listitem> |
|
508 | 508 | <para><guilabel moreinfo="none">LDAP features</guilabel> :</para> |
|
509 | 509 | |
|
510 | 510 | <itemizedlist> |
|
511 | 511 | <listitem> |
|
512 | 512 | <para><guilabel moreinfo="none">Identifier</guilabel> : LDAP |
|
513 | 513 | feature name used as user identifier (e.g.: uid)</para> |
|
514 | 514 | </listitem> |
|
515 | 515 | |
|
516 | 516 | <listitem> |
|
517 | 517 | <para><guilabel moreinfo="none">First name</guilabel> : LDAP |
|
518 | 518 | feature name including the user’s first name (ex: |
|
519 | 519 | givenName)</para> |
|
520 | 520 | </listitem> |
|
521 | 521 | |
|
522 | 522 | <listitem> |
|
523 | 523 | <para><guilabel moreinfo="none">Last name</guilabel> : LDAP |
|
524 | 524 | feature name including the user’s last name (ex: |
|
525 | 525 | familyName)</para> |
|
526 | 526 | </listitem> |
|
527 | 527 | |
|
528 | 528 | <listitem> |
|
529 | 529 | <para><guilabel moreinfo="none">E-mail</guilabel> : LDAP |
|
530 | 530 | feature name including the user’s e-mail address (ex: |
|
531 | 531 | mail)</para> |
|
532 | 532 | </listitem> |
|
533 | 533 | </itemizedlist> |
|
534 | 534 | </listitem> |
|
535 | 535 | </itemizedlist> |
|
536 | 536 | |
|
537 | 537 | <para>The features" <guilabel moreinfo="none">First name</guilabel> ", |
|
538 | 538 | " <guilabel moreinfo="none">Last name</guilabel> " and " <guilabel |
|
539 | 539 | moreinfo="none">E-mail</guilabel> " are not used except when the |
|
540 | 540 | accounts are created on the fly.</para> |
|
541 | 541 | </section> |
|
542 | 542 | </section> |
|
543 | 543 | |
|
544 | 544 | <section> |
|
545 | 545 | <title>Settings</title> |
|
546 | 546 | |
|
547 | 547 | <para>This screen allows you to modify the configuration of the |
|
548 | 548 | application.</para> |
|
549 | 549 | |
|
550 | 550 | <para></para> |
|
551 | 551 | |
|
552 | 552 | <itemizedlist> |
|
553 | 553 | <listitem> |
|
554 | 554 | <para><guilabel>Application title</guilabel></para> |
|
555 | 555 | |
|
556 | 556 | <para>Title which appears in heading of the application.</para> |
|
557 | 557 | </listitem> |
|
558 | 558 | |
|
559 | 559 | <listitem> |
|
560 | 560 | <para><guilabel>Application subtitle</guilabel></para> |
|
561 | 561 | |
|
562 | 562 | <para>Subtitle which appears in heading of the application.</para> |
|
563 | 563 | </listitem> |
|
564 | 564 | |
|
565 | 565 | <listitem> |
|
566 | 566 | <para><guilabel>Welcome text</guilabel></para> |
|
567 | 567 | |
|
568 | 568 | <para>Text displayed on the home page of the application. This text |
|
569 | 569 | can contain HTML tags.</para> |
|
570 | 570 | </listitem> |
|
571 | 571 | |
|
572 | 572 | <listitem> |
|
573 | 573 | <para><guilabel>Default language</guilabel></para> |
|
574 | 574 | |
|
575 | 575 | <para>The default language is selected when the application could |
|
576 | 576 | not determine the user's browser language. The default language is |
|
577 | 577 | also used when sending email to multiple users.</para> |
|
578 | 578 | |
|
579 | 579 | <para><emphasis>Default: English</emphasis></para> |
|
580 | 580 | </listitem> |
|
581 | 581 | |
|
582 | 582 | <listitem> |
|
583 | 583 | <para><guilabel>Date format</guilabel></para> |
|
584 | 584 | |
|
585 | 585 | <para>Lets you choose how dates are displayed:</para> |
|
586 | 586 | |
|
587 | 587 | <itemizedlist> |
|
588 | 588 | <listitem> |
|
589 | 589 | <para>Language based: the dates will be displayed according to |
|
590 | 590 | the format defined for each language (MM/JJ/AAAA for |
|
591 | 591 | English)</para> |
|
592 | 592 | </listitem> |
|
593 | 593 | |
|
594 | 594 | <listitem> |
|
595 | 595 | <para>ISO 8601: the dates will be always displayed with the ISO |
|
596 | 596 | format (YYYY-MM-DD)</para> |
|
597 | 597 | </listitem> |
|
598 | 598 | </itemizedlist> |
|
599 | 599 | |
|
600 | 600 | <para><emphasis>Default: Language based</emphasis></para> |
|
601 | 601 | </listitem> |
|
602 | 602 | |
|
603 | 603 | <listitem> |
|
604 | 604 | <para><guilabel>Authent. required</guilabel></para> |
|
605 | 605 | |
|
606 | 606 | <para>If this option is checked, no page of the application is |
|
607 | 607 | accessible in an anonymous way. The users must login to access |
|
608 | 608 | it.</para> |
|
609 | 609 | |
|
610 | 610 | <para><emphasis>Default: No</emphasis></para> |
|
611 | 611 | </listitem> |
|
612 | 612 | |
|
613 | 613 | <listitem> |
|
614 | 614 | <para><guilabel>Self-registration enabled</guilabel></para> |
|
615 | 615 | |
|
616 | 616 | <para>If this option is checked, self registration is |
|
617 | 617 | allowed.</para> |
|
618 | 618 | |
|
619 | 619 | <para><emphasis>Default: Yes</emphasis></para> |
|
620 | 620 | </listitem> |
|
621 | 621 | |
|
622 | 622 | <listitem> |
|
623 | 623 | <para><guilabel>Lost password</guilabel></para> |
|
624 | 624 | |
|
625 | 625 | <para>If this option is checked, lost password functionality is |
|
626 | 626 | available.</para> |
|
627 | 627 | |
|
628 | 628 | <para><emphasis>Default: Yes</emphasis></para> |
|
629 | 629 | </listitem> |
|
630 | 630 | |
|
631 | 631 | <listitem> |
|
632 | 632 | <para><guilabel>Attachment max. size</guilabel></para> |
|
633 | 633 | |
|
634 | 634 | <para>Maximum size of uploaded files (in kylo-bytes)</para> |
|
635 | 635 | |
|
636 | 636 | <para><emphasis>Default: 2048 (i.e. 2MB)</emphasis></para> |
|
637 | 637 | </listitem> |
|
638 | 638 | |
|
639 | 639 | <listitem> |
|
640 | 640 | <para><guilabel>Issues export limit</guilabel></para> |
|
641 | 641 | |
|
642 | 642 | <para>Maximum number of issues contained in CSV and PDF |
|
643 | 643 | exports.</para> |
|
644 | 644 | |
|
645 | 645 | <para><emphasis>Default: 500</emphasis></para> |
|
646 | 646 | </listitem> |
|
647 | 647 | |
|
648 | 648 | <listitem> |
|
649 | 649 | <para><guilabel>Emission mail address</guilabel></para> |
|
650 | 650 | |
|
651 | 651 | <para>Email address used in the "From" field of messages sent to |
|
652 | 652 | users.</para> |
|
653 | 653 | </listitem> |
|
654 | 654 | |
|
655 | 655 | <listitem> |
|
656 | 656 | <para><guilabel>Host name</guilabel></para> |
|
657 | 657 | |
|
658 | 658 | <para>Host name of the application. This name is used to write URL |
|
659 | 659 | in emails sent to users.</para> |
|
660 | 660 | </listitem> |
|
661 | 661 | |
|
662 | 662 | <listitem> |
|
663 | 663 | <para><guilabel>Text formatting</guilabel></para> |
|
664 | 664 | |
|
665 | 665 | <para>Formatting method applied to the "description" fields of the |
|
666 | 666 | issues, news, documents...</para> |
|
667 | 667 | |
|
668 | 668 | <para>"Textile" option is only available if RedColth ruby library is |
|
669 | 669 | present.</para> |
|
670 | 670 | </listitem> |
|
671 | 671 | |
|
672 | 672 | <listitem> |
|
673 | 673 | <para><guilabel>Wiki history compression</guilabel></para> |
|
674 | 674 | |
|
675 | 675 | <para>Lets you activate compression for wiki history storage |
|
676 | 676 | (reduces database size).</para> |
|
677 | 677 | |
|
678 | 678 | <para><emphasis>Default: disabled</emphasis></para> |
|
679 | 679 | </listitem> |
|
680 | 680 | |
|
681 | 681 | <listitem> |
|
682 | 682 | <para><guilabel>Feed content limit</guilabel></para> |
|
683 | 683 | |
|
684 | 684 | <para>Maximum number of records contained in RSS feeds.</para> |
|
685 | 685 | |
|
686 | 686 | <para><emphasis>Default: 15</emphasis></para> |
|
687 | 687 | </listitem> |
|
688 | 688 | |
|
689 | 689 | <listitem> |
|
690 | 690 | <para><guilabel>Autofetch commits</guilabel></para> |
|
691 | 691 | |
|
692 | 692 | <para>If this option is activated, the application automatically |
|
693 | 693 | retrieves the new revisions when a user consults the |
|
694 | 694 | repository.</para> |
|
695 | 695 | |
|
696 | 696 | <para><emphasis>Default: Yes</emphasis></para> |
|
697 | 697 | |
|
698 | 698 | <para>You can disable this option and automate the call to |
|
699 | 699 | Repository#fetch_changesets to regularly retrieve the revisions for |
|
700 | 700 | all of the repositories in background.</para> |
|
701 | 701 | |
|
702 | 702 | <para>Example : <code>ruby script/runner |
|
703 | 703 | "Repository.fetch_changesets"</code></para> |
|
704 | 704 | </listitem> |
|
705 | 705 | |
|
706 | 706 | <listitem> |
|
707 | 707 | <para><guilabel>Enable WS for repository |
|
708 | 708 | management</guilabel></para> |
|
709 | 709 | |
|
710 | 710 | <para>This option should be activated only if you installed the |
|
711 | 711 | script for automatic SVN repository creation.</para> |
|
712 | 712 | |
|
713 | 713 | <para><emphasis>Default: No</emphasis></para> |
|
714 | 714 | |
|
715 | 715 | <para></para> |
|
716 | 716 | </listitem> |
|
717 | 717 | </itemizedlist> |
|
718 | 718 | </section> |
|
719 | 719 | |
|
720 | 720 | <section> |
|
721 | 721 | <title>Information</title> |
|
722 | 722 | |
|
723 | 723 | <para>Displays application and environment information.</para> |
|
724 | 724 | </section> |
|
725 | 725 | </chapter> |
|
726 | 726 | |
|
727 | 727 | <chapter> |
|
728 | 728 | <title>Projects</title> |
|
729 | 729 | |
|
730 | 730 | <section> |
|
731 | 731 | <title>Project overview</title> |
|
732 | 732 | |
|
733 | 733 | <para>The overview presents the general project information, its main |
|
734 | 734 | members, the latest announcements, as well as an synthesis of Issue |
|
735 | 735 | requests open by tracker.</para> |
|
736 | 736 | |
|
737 | 737 | <para></para> |
|
738 | 738 | </section> |
|
739 | 739 | |
|
740 | 740 | <section> |
|
741 | 741 | <title>Planning</title> |
|
742 | 742 | |
|
743 | 743 | <para></para> |
|
744 | 744 | |
|
745 | 745 | <section> |
|
746 | 746 | <title>Project calendar</title> |
|
747 | 747 | |
|
748 | 748 | <para>Project calendar shows the tasks that begin or end during the |
|
749 | 749 | selected month (current month by default). An issue will be displayed |
|
750 | 750 | as a task if its start date and its due date are specified.</para> |
|
751 | 751 | |
|
752 | 752 | <itemizedlist> |
|
753 | 753 | <listitem> |
|
754 | 754 | <para>This symbol <inlinemediaobject> |
|
755 | 755 | <imageobject> |
|
756 | 756 | <imagedata fileref="images/arrow_from.png" /> |
|
757 | 757 | </imageobject> |
|
758 | 758 | </inlinemediaobject> represents a task that begins</para> |
|
759 | 759 | </listitem> |
|
760 | 760 | |
|
761 | 761 | <listitem> |
|
762 | 762 | <para>This symbol <inlinemediaobject> |
|
763 | 763 | <imageobject> |
|
764 | 764 | <imagedata fileref="images/arrow_to.png" /> |
|
765 | 765 | </imageobject> |
|
766 | 766 | </inlinemediaobject> represents a task that ends</para> |
|
767 | 767 | </listitem> |
|
768 | 768 | |
|
769 | 769 | <listitem> |
|
770 | 770 | <para>Ths symbol <inlinemediaobject> |
|
771 | 771 | <imageobject> |
|
772 | 772 | <imagedata fileref="images/arrow_bw.png" /> |
|
773 | 773 | </imageobject> |
|
774 | 774 | </inlinemediaobject> represents a task that begins and ends the |
|
775 | 775 | same day</para> |
|
776 | 776 | </listitem> |
|
777 | 777 | </itemizedlist> |
|
778 | 778 | |
|
779 | 779 | <para></para> |
|
780 | 780 | </section> |
|
781 | 781 | |
|
782 | 782 | <section> |
|
783 | 783 | <title>Gantt chart</title> |
|
784 | 784 | |
|
785 | 785 | <para>This diagramme shows tasks and their achievement rate.</para> |
|
786 | 786 | |
|
787 | 787 | <para>Achievement is represented in blue. Delay in red.</para> |
|
788 | 788 | |
|
789 | 789 | <para></para> |
|
790 | 790 | |
|
791 | 791 | <screenshot> |
|
792 | 792 | <screeninfo>Gantt chart</screeninfo> |
|
793 | 793 | |
|
794 | 794 | <mediaobject> |
|
795 | 795 | <imageobject> |
|
796 | 796 | <imagedata fileref="images/gantt.png" /> |
|
797 | 797 | </imageobject> |
|
798 | 798 | </mediaobject> |
|
799 | 799 | </screenshot> |
|
800 | 800 | </section> |
|
801 | 801 | </section> |
|
802 | 802 | |
|
803 | 803 | <section> |
|
804 | 804 | <title>Issue management</title> |
|
805 | 805 | |
|
806 | 806 | <para></para> |
|
807 | 807 | |
|
808 | 808 | <section> |
|
809 | 809 | <title>Issue list</title> |
|
810 | 810 | |
|
811 | 811 | <para>By default, the entire list of the project open Issues are |
|
812 | 812 | displayed. Various screens allow you to select the Issues to be |
|
813 | 813 | displayed. If the project has sub-projects, you have the possibility |
|
814 | 814 | to display the sub-project's Issues as well (not displayed by |
|
815 | 815 | default).</para> |
|
816 | 816 | |
|
817 | 817 | <para>Once applied, a screen is valid during the entire session. You |
|
818 | 818 | can re-define it or delete it by clicking Cancel.</para> |
|
819 | 819 | |
|
820 | 820 | <para></para> |
|
821 | 821 | |
|
822 | 822 | <screenshot> |
|
823 | 823 | <screeninfo>Request list</screeninfo> |
|
824 | 824 | |
|
825 | 825 | <mediaobject> |
|
826 | 826 | <imageobject> |
|
827 | 827 | <imagedata fileref="images/issues_list.png" /> |
|
828 | 828 | </imageobject> |
|
829 | 829 | </mediaobject> |
|
830 | 830 | </screenshot> |
|
831 | 831 | |
|
832 | 832 | <para></para> |
|
833 | 833 | </section> |
|
834 | 834 | </section> |
|
835 | 835 | |
|
836 | 836 | <section> |
|
837 | 837 | <title>Reports</title> |
|
838 | 838 | |
|
839 | 839 | <para>This screen presents the number of Issues and Issue status |
|
840 | 840 | synthesis according to various criteria (tracker, priority, category). |
|
841 | 841 | Direct links allow for access to the detailed Issue list for each |
|
842 | 842 | criterion.</para> |
|
843 | 843 | </section> |
|
844 | 844 | |
|
845 | 845 | <section> |
|
846 | 846 | <title>Activity</title> |
|
847 | 847 | |
|
848 | 848 | <para>This page displays for each month (current month by default) and |
|
849 | 849 | per day, the events occurred on the project.</para> |
|
850 | 850 | |
|
851 | 851 | <itemizedlist> |
|
852 | 852 | <listitem> |
|
853 | 853 | <para>New issues</para> |
|
854 | 854 | </listitem> |
|
855 | 855 | |
|
856 | 856 | <listitem> |
|
857 | 857 | <para>Repository changesets</para> |
|
858 | 858 | </listitem> |
|
859 | 859 | |
|
860 | 860 | <listitem> |
|
861 | 861 | <para>News</para> |
|
862 | 862 | </listitem> |
|
863 | 863 | |
|
864 | 864 | <listitem> |
|
865 | 865 | <para>Added files</para> |
|
866 | 866 | </listitem> |
|
867 | 867 | |
|
868 | 868 | <listitem> |
|
869 | 869 | <para>Added documents</para> |
|
870 | 870 | </listitem> |
|
871 | 871 | |
|
872 | 872 | <listitem> |
|
873 | 873 | <para>Wiki edits</para> |
|
874 | 874 | </listitem> |
|
875 | 875 | </itemizedlist> |
|
876 | 876 | |
|
877 | 877 | <para></para> |
|
878 | 878 | </section> |
|
879 | 879 | |
|
880 | 880 | <section> |
|
881 | 881 | <title>Change log</title> |
|
882 | 882 | |
|
883 | 883 | <para>This page presents the entire list of the resolved Issues for each |
|
884 | 884 | version of the project. Certain trackers can be excluded from this |
|
885 | 885 | display.</para> |
|
886 | 886 | </section> |
|
887 | 887 | |
|
888 | 888 | <section> |
|
889 | 889 | <title>Roadmap</title> |
|
890 | 890 | |
|
891 | 891 | <para>This page displays the list of the versions of the projects whose |
|
892 | 892 | date did not pass yet. For each version, the list of the related issues |
|
893 | 893 | is displayed. Certain trackers can be excluded from this display.</para> |
|
894 | 894 | </section> |
|
895 | 895 | |
|
896 | 896 | <section> |
|
897 | 897 | <title>News</title> |
|
898 | 898 | |
|
899 | 899 | <para>Allows you to inform users on project activity.</para> |
|
900 | 900 | </section> |
|
901 | 901 | |
|
902 | 902 | <section> |
|
903 | 903 | <title>Documents</title> |
|
904 | 904 | |
|
905 | 905 | <para>Documents are grouped by categories (see Value Lists). A document |
|
906 | 906 | can contain several files (for example: revisions or successive |
|
907 | 907 | versions).</para> |
|
908 | 908 | </section> |
|
909 | 909 | |
|
910 | 910 | <section> |
|
911 | <title>Wiki</title> | |
|
912 | ||
|
913 | <para></para> | |
|
914 | ||
|
915 | <section> | |
|
916 | <title>Wiki syntax</title> | |
|
917 | ||
|
918 | <para></para> | |
|
919 | ||
|
920 | <section> | |
|
921 | <title>Formatting</title> | |
|
922 | ||
|
923 | <para></para> | |
|
924 | ||
|
925 | <itemizedlist> | |
|
926 | <listitem> | |
|
927 | <para><code>*bold*</code></para> | |
|
928 | </listitem> | |
|
929 | ||
|
930 | <listitem> | |
|
931 | <para><code>_italic_</code></para> | |
|
932 | </listitem> | |
|
933 | ||
|
934 | <listitem> | |
|
935 | <para><code>+underline+</code></para> | |
|
936 | </listitem> | |
|
937 | ||
|
938 | <listitem> | |
|
939 | <para><code>-strike-</code></para> | |
|
940 | </listitem> | |
|
941 | ||
|
942 | <listitem> | |
|
943 | <para><code>??inline quote??</code></para> | |
|
944 | </listitem> | |
|
945 | ||
|
946 | <listitem> | |
|
947 | <para><code>@code@</code></para> | |
|
948 | </listitem> | |
|
949 | ||
|
950 | <listitem> | |
|
951 | <para><code>h1. page title</code></para> | |
|
952 | </listitem> | |
|
953 | ||
|
954 | <listitem> | |
|
955 | <para><code>h2. level 2 title</code></para> | |
|
956 | </listitem> | |
|
957 | ||
|
958 | <listitem> | |
|
959 | <para><code>h3. level 3 title</code></para> | |
|
960 | </listitem> | |
|
961 | </itemizedlist> | |
|
962 | ||
|
963 | <para></para> | |
|
964 | </section> | |
|
965 | ||
|
966 | <section> | |
|
967 | <title>Links</title> | |
|
968 | ||
|
969 | <para></para> | |
|
970 | ||
|
971 | <itemizedlist> | |
|
972 | <listitem> | |
|
973 | <para>External link : <code>http://www.redmine.org</code></para> | |
|
974 | </listitem> | |
|
975 | ||
|
976 | <listitem> | |
|
977 | <para>External link with specific text : | |
|
978 | <code>"Redmine":http://www.redmine.org</code></para> | |
|
979 | </listitem> | |
|
980 | ||
|
981 | <listitem> | |
|
982 | <para>Link to an other wiki page (can be a page from an other | |
|
983 | project wiki) :</para> | |
|
984 | ||
|
985 | <itemizedlist> | |
|
986 | <listitem> | |
|
987 | <para><code>[[Page name]]</code></para> | |
|
988 | </listitem> | |
|
989 | ||
|
990 | <listitem> | |
|
991 | <para><code>[[Page name|Title]]</code></para> | |
|
992 | </listitem> | |
|
993 | ||
|
994 | <listitem> | |
|
995 | <para><code>[[Project:]]</code></para> | |
|
996 | </listitem> | |
|
997 | ||
|
998 | <listitem> | |
|
999 | <para><code>[[Project:|Title]]</code></para> | |
|
1000 | </listitem> | |
|
1001 | ||
|
1002 | <listitem> | |
|
1003 | <para><code>[[Project:Page name]]</code></para> | |
|
1004 | </listitem> | |
|
1005 | ||
|
1006 | <listitem> | |
|
1007 | <para><code>[[Project:Page name|Title]]</code></para> | |
|
1008 | </listitem> | |
|
1009 | </itemizedlist> | |
|
1010 | </listitem> | |
|
1011 | </itemizedlist> | |
|
1012 | ||
|
1013 | <itemizedlist> | |
|
1014 | <listitem> | |
|
1015 | <para>Link to an issue : <code>#52</code></para> | |
|
1016 | </listitem> | |
|
1017 | ||
|
1018 | <listitem> | |
|
1019 | <para>Link to a changeset : <code>r52</code></para> | |
|
1020 | </listitem> | |
|
1021 | </itemizedlist> | |
|
1022 | </section> | |
|
1023 | ||
|
1024 | <section> | |
|
1025 | <title>Embedded images</title> | |
|
1026 | ||
|
1027 | <para></para> | |
|
1028 | ||
|
1029 | <itemizedlist> | |
|
1030 | <listitem> | |
|
1031 | <para>External image : | |
|
1032 | <code>!http://foo.bar/my_image.jpg!</code></para> | |
|
1033 | </listitem> | |
|
1034 | ||
|
1035 | <listitem> | |
|
1036 | <para>Image attached to the wiki page : | |
|
1037 | <code>!my_image.jpg!</code></para> | |
|
1038 | </listitem> | |
|
1039 | ||
|
1040 | <listitem> | |
|
1041 | <para>Right floating image : | |
|
1042 | <code>!>my_image.jpg!</code></para> | |
|
1043 | </listitem> | |
|
1044 | </itemizedlist> | |
|
1045 | ||
|
1046 | <para></para> | |
|
1047 | </section> | |
|
1048 | </section> | |
|
1049 | </section> | |
|
1050 | ||
|
1051 | <section> | |
|
911 | 1052 | <title>Files</title> |
|
912 | 1053 | |
|
913 | 1054 | <para>This module allows you to display various folders (sources, |
|
914 | 1055 | binaires, ...) for each version of the application.</para> |
|
915 | 1056 | </section> |
|
916 | 1057 | </chapter> |
|
917 | 1058 | |
|
918 | 1059 | <chapter> |
|
919 | 1060 | <title>User accounts</title> |
|
920 | 1061 | |
|
921 | 1062 | <para></para> |
|
922 | 1063 | |
|
923 | 1064 | <section> |
|
924 | 1065 | <title>My account</title> |
|
925 | 1066 | |
|
926 | 1067 | <para></para> |
|
927 | 1068 | |
|
928 | 1069 | <section> |
|
929 | 1070 | <title>Information</title> |
|
930 | 1071 | |
|
931 | 1072 | <para>This screen allows you to modify your account: lastname, |
|
932 | 1073 | firstname, email address, language.</para> |
|
933 | 1074 | |
|
934 | 1075 | <para>If <guilabel>Mail notifications</guilabel> is unchecked, no |
|
935 | 1076 | email will be sent to you.</para> |
|
936 | 1077 | </section> |
|
937 | 1078 | |
|
938 | 1079 | <section> |
|
939 | 1080 | <title>Password</title> |
|
940 | 1081 | |
|
941 | 1082 | <para>To change your password, type your old password and your new |
|
942 | 1083 | password (twice). Password length must be between 4 and 12 |
|
943 | 1084 | characters.</para> |
|
944 | 1085 | |
|
945 | 1086 | <para>If your account uses an external authentication (LDAP), you |
|
946 | 1087 | can't change your password in redMine.</para> |
|
947 | 1088 | </section> |
|
948 | 1089 | </section> |
|
949 | 1090 | |
|
950 | 1091 | <section> |
|
951 | 1092 | <title>My page</title> |
|
952 | 1093 | |
|
953 | 1094 | <para>This page allows you to display various information about your |
|
954 | 1095 | projects.</para> |
|
955 | 1096 | |
|
956 | 1097 | <para>To personalize your page, click on <guilabel>Personalize this |
|
957 | 1098 | page</guilabel>. Then you can choose which information to display and |
|
958 | 1099 | where it is displayed.</para> |
|
959 | 1100 | </section> |
|
960 | 1101 | |
|
961 | 1102 | <section> |
|
962 | 1103 | <title>Password lost</title> |
|
963 | 1104 | |
|
964 | 1105 | <para>If you loose your forget, a procedure allows you to choose a new |
|
965 | 1106 | one.</para> |
|
966 | 1107 | |
|
967 | 1108 | <para>On the login screen, click on <guilabel>Lost password</guilabel>. |
|
968 | 1109 | Type your email address and submit the form. An email is then sent to |
|
969 | 1110 | you. It contains a link that allows you to change your password.</para> |
|
970 | 1111 | |
|
971 | 1112 | <para>If your account uses an external authentication (LDAP), this |
|
972 | 1113 | procedure isn't be available.</para> |
|
973 | 1114 | </section> |
|
974 | 1115 | |
|
975 | 1116 | <section> |
|
976 | 1117 | <title>Register</title> |
|
977 | 1118 | |
|
978 | 1119 | <para>By registering, you can get an account without the intervention of |
|
979 | 1120 | the administrator.</para> |
|
980 | 1121 | |
|
981 | 1122 | <para>On the login screen, click on <guilabel>Register</guilabel>. Fill |
|
982 | 1123 | the form and submit it. An email will be sent to you. To activate your |
|
983 | 1124 | account, use the link that is contained in this mail.</para> |
|
984 | 1125 | |
|
985 | 1126 | <para>The possibility to register can be desactived in the application |
|
986 | 1127 | configuration.</para> |
|
987 | 1128 | </section> |
|
988 | 1129 | </chapter> |
|
989 | 1130 | </book> No newline at end of file |
@@ -1,1103 +1,1245 | |||
|
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 | |
|
15 | 15 | <para></para> |
|
16 | 16 | |
|
17 | 17 | <section> |
|
18 | 18 | <title>Liste des projets</title> |
|
19 | 19 | |
|
20 | 20 | <para>Sur cet écran, vous pouvez archiver ou supprimer un |
|
21 | 21 | projet.</para> |
|
22 | 22 | |
|
23 | 23 | <para>Un projet archivé est conservé mais n'est plus visible, y |
|
24 | 24 | compris par ses membres. Il peut être restauré par |
|
25 | 25 | l'administrateur.</para> |
|
26 | 26 | </section> |
|
27 | 27 | |
|
28 | 28 | <section> |
|
29 | 29 | <title>Création ou modification d'un projet</title> |
|
30 | 30 | |
|
31 | 31 | <para></para> |
|
32 | 32 | |
|
33 | 33 | <section> |
|
34 | 34 | <title>Propriétés du projet</title> |
|
35 | 35 | |
|
36 | 36 | <para></para> |
|
37 | 37 | |
|
38 | 38 | <itemizedlist> |
|
39 | 39 | <listitem> |
|
40 | 40 | <para><guilabel>Public</guilabel>: si le projet est public, il |
|
41 | 41 | sera visible par tous les utilisateurs, y compris ceux qui ne |
|
42 | 42 | sont pas membres du projet. Si le projet n'est pas public, seuls |
|
43 | 43 | les membres du projet y ont accès, en fonction de leur |
|
44 | 44 | rôle.</para> |
|
45 | 45 | </listitem> |
|
46 | 46 | |
|
47 | 47 | <listitem> |
|
48 | 48 | <para><guilabel>Sous-projet de</guilabel>: permet de définir le |
|
49 | 49 | projet parent. La hiérarchie des projets est limitée à 2 |
|
50 | 50 | niveaux. Un projet parent ne peut pas être lui-même un |
|
51 | 51 | sous-projet.</para> |
|
52 | 52 | </listitem> |
|
53 | 53 | |
|
54 | 54 | <listitem> |
|
55 | 55 | <para><guilabel>Nom</guilabel>: nom d'affichage du projet (doit |
|
56 | 56 | être unique)</para> |
|
57 | 57 | </listitem> |
|
58 | 58 | |
|
59 | 59 | <listitem> |
|
60 | 60 | <para><guilabel>Description</guilabel>: texte qui apparaît sur |
|
61 | 61 | l'écran d'aperçu du projet</para> |
|
62 | 62 | </listitem> |
|
63 | 63 | |
|
64 | 64 | <listitem> |
|
65 | 65 | <para><guilabel>Identifiant</guilabel>: nom du projet utilisé de |
|
66 | 66 | manière interne par l'application (doit être unique). Une fois |
|
67 | 67 | le projet créé, cet identifiant ne peut pas être modifié.</para> |
|
68 | 68 | </listitem> |
|
69 | 69 | |
|
70 | 70 | <listitem> |
|
71 | 71 | <para><guilabel>Champs personnalisés</guilabel>: sélectionner |
|
72 | 72 | les champs personnalisés que vous souhaitez utiliser pour les |
|
73 | 73 | demandes du projet. Seul l'administrateur peut définir de |
|
74 | 74 | nouveaux champs personnalisés.</para> |
|
75 | 75 | </listitem> |
|
76 | 76 | </itemizedlist> |
|
77 | 77 | |
|
78 | 78 | <para></para> |
|
79 | 79 | </section> |
|
80 | 80 | |
|
81 | 81 | <section> |
|
82 | 82 | <title>Dépôt</title> |
|
83 | 83 | |
|
84 | 84 | <para>Un dépôt de sources peut être associé à chaque projet. Une |
|
85 | 85 | fois le dépôt du projet configuré, vous pourrez le parcourir et |
|
86 | 86 | consulter les révisions. Les révisions du dépôt apparaissent dans la |
|
87 | 87 | vue <guilabel>Activité</guilabel> du projet.</para> |
|
88 | 88 | |
|
89 | 89 | <para>Pour associer un dépôt au projet, cocher l'option |
|
90 | 90 | <guilabel>Dépôt</guilabel> dans la configuration du projet. Choisir |
|
91 | 91 | le type de dépôt et saisir ses propriétés (exemple: |
|
92 | 92 | <code>svn://hote/mondepot/</code> pour un dépôt SVN).</para> |
|
93 | 93 | </section> |
|
94 | 94 | |
|
95 | 95 | <section> |
|
96 | 96 | <title>Wiki</title> |
|
97 | 97 | |
|
98 | 98 | <para>Chaque projet peut bénéficier d'un wiki.</para> |
|
99 | 99 | |
|
100 | 100 | <para>Pour l'activer, cocher l'option <guilabel>Wiki</guilabel> dans |
|
101 | 101 | la configuration du projet. Un nom de page principale doit être |
|
102 | 102 | identiqué. Cette page sera la première page affichée lors de la |
|
103 | 103 | consultation du wiki.</para> |
|
104 | 104 | </section> |
|
105 | 105 | |
|
106 | 106 | <section> |
|
107 | 107 | <title>Membres</title> |
|
108 | 108 | |
|
109 | 109 | <para>Cett section vous permet de définir les membres du projet |
|
110 | 110 | ainsi que leurs rôles respectifs. Un utilisateur ne peut avoir qu'un |
|
111 | 111 | rôle au sein d'un projet donné. Le rôle d'un membre détermine les |
|
112 | 112 | permissions dont il bénéficie sur le projet.</para> |
|
113 | 113 | </section> |
|
114 | 114 | |
|
115 | 115 | <section> |
|
116 | 116 | <title>Versions</title> |
|
117 | 117 | |
|
118 | 118 | <para>Les versions vous permettent de suivre les changements |
|
119 | 119 | survenus tout au long du projet. La date figurant sur la version |
|
120 | 120 | correspond à sa date d'échéance. Les versions pour lesquelles la |
|
121 | 121 | date n'est pas encore passée sont affichées sur la vue |
|
122 | 122 | "Roadmap".</para> |
|
123 | 123 | |
|
124 | 124 | <para>Vous pouvez associer une page wiki à chaque version du projet. |
|
125 | 125 | Le contenu de chaque page apparaîtra sur la |
|
126 | 126 | <guilabel>Roadmap</guilabel>.</para> |
|
127 | 127 | |
|
128 | 128 | <para>Sur chaque demande, vous pouvez indiquer quelle version la |
|
129 | 129 | prend en compte. La demande apparaîtra alors sur l' |
|
130 | 130 | <guilabel>Historique</guilabel> (lorsque la demande sera fermée) et |
|
131 | 131 | la <guilabel>Roadmap</guilabel>.</para> |
|
132 | 132 | |
|
133 | 133 | <para>Vous pouvez également publier les fichiers associés aux |
|
134 | 134 | différentes versions de l'application (voir Fichiers).</para> |
|
135 | 135 | </section> |
|
136 | 136 | |
|
137 | 137 | <section> |
|
138 | 138 | <title>Catégories des demandes</title> |
|
139 | 139 | |
|
140 | 140 | <para>Les catégories de demande vous permettent de typer les |
|
141 | 141 | demandes. Les catégories peuvent par exemple correspondre aux |
|
142 | 142 | différents modules du projet.</para> |
|
143 | 143 | |
|
144 | 144 | <para>Une catégorie référencée sur des demandes ne peut pas être |
|
145 | 145 | supprimée.</para> |
|
146 | 146 | </section> |
|
147 | 147 | |
|
148 | 148 | <section> |
|
149 | 149 | <title>Forums</title> |
|
150 | 150 | |
|
151 | 151 | <para>Chaque projet peut contenir un ou plusieurs forums de |
|
152 | 152 | discussion.</para> |
|
153 | 153 | |
|
154 | 154 | <para></para> |
|
155 | 155 | </section> |
|
156 | 156 | </section> |
|
157 | 157 | </section> |
|
158 | 158 | |
|
159 | 159 | <section> |
|
160 | 160 | <title>Utilisateurs</title> |
|
161 | 161 | |
|
162 | 162 | <para>Ces écrans vous permettent de gérer les utilisateurs de |
|
163 | 163 | l'application.</para> |
|
164 | 164 | |
|
165 | 165 | <section> |
|
166 | 166 | <title>Liste des utilisateurs</title> |
|
167 | 167 | |
|
168 | 168 | <para></para> |
|
169 | 169 | |
|
170 | 170 | <screenshot> |
|
171 | 171 | <screeninfo>Liste des utilisateurs</screeninfo> |
|
172 | 172 | |
|
173 | 173 | <mediaobject> |
|
174 | 174 | <imageobject> |
|
175 | 175 | <imagedata fileref="images/users_list.png" /> |
|
176 | 176 | </imageobject> |
|
177 | 177 | </mediaobject> |
|
178 | 178 | </screenshot> |
|
179 | 179 | |
|
180 | 180 | <para>Statut des comptes:</para> |
|
181 | 181 | |
|
182 | 182 | <itemizedlist> |
|
183 | 183 | <listitem> |
|
184 | 184 | <para>L'icône <inlinemediaobject> |
|
185 | 185 | <imageobject> |
|
186 | 186 | <imagedata fileref="images/locked.png" /> |
|
187 | 187 | </imageobject> |
|
188 | 188 | </inlinemediaobject> signifie que le compte est vérouillé. Un |
|
189 | 189 | utilisateur dont le compte est vérouillé ne peut plus s'identifier |
|
190 | 190 | pour accéder à l'application.</para> |
|
191 | 191 | </listitem> |
|
192 | 192 | |
|
193 | 193 | <listitem> |
|
194 | 194 | <para>L'icône <inlinemediaobject> |
|
195 | 195 | <imageobject> |
|
196 | 196 | <imagedata fileref="images/user_new.png" /> |
|
197 | 197 | </imageobject> |
|
198 | 198 | </inlinemediaobject> signifie que le compte n'a pas encore été |
|
199 | 199 | activé par l'utilisateur (Voir S'enregistrer).</para> |
|
200 | 200 | </listitem> |
|
201 | 201 | </itemizedlist> |
|
202 | 202 | |
|
203 | 203 | <para>Les boutons Vérouiller/Dévérouiller vous permettent de bloquer |
|
204 | 204 | ou débloquer les comptes utilisateurs. Le bouton Activer vous permet |
|
205 | 205 | d'activer manuellement le compte d'un utilisateur qui s'est enregistré |
|
206 | 206 | en ligne.</para> |
|
207 | 207 | |
|
208 | 208 | <para></para> |
|
209 | 209 | </section> |
|
210 | 210 | |
|
211 | 211 | <section> |
|
212 | 212 | <title>Création ou modification d'un utilisateur</title> |
|
213 | 213 | |
|
214 | 214 | <para>En mode modification, laissez le champ <guilabel>Mot de |
|
215 | 215 | passe</guilabel> vide pour laisser le mot de passe de l'utilisateur |
|
216 | 216 | inchangé.</para> |
|
217 | 217 | |
|
218 | 218 | <para>Un utilisateur déclaré comme administrateur dispose de toutes |
|
219 | 219 | les permissions sur l'application et sur tous les projets.</para> |
|
220 | 220 | |
|
221 | 221 | <itemizedlist> |
|
222 | 222 | <listitem> |
|
223 | 223 | <para><guilabel>Administrateur</guilabel>: déclare l'utilisateur |
|
224 | 224 | comme administrateur de l'application.</para> |
|
225 | 225 | </listitem> |
|
226 | 226 | |
|
227 | 227 | <listitem> |
|
228 | 228 | <para><guilabel>Notifications par mail</guilabel>: permet |
|
229 | 229 | d'activer ou non l'envoi automatique de notifications par mail |
|
230 | 230 | pour cet utilisateur</para> |
|
231 | 231 | </listitem> |
|
232 | 232 | |
|
233 | 233 | <listitem> |
|
234 | 234 | <para><guilabel>Vérouillé</guilabel>: désactive le compte de |
|
235 | 235 | l'utilisateur</para> |
|
236 | 236 | </listitem> |
|
237 | 237 | </itemizedlist> |
|
238 | 238 | |
|
239 | 239 | <para></para> |
|
240 | 240 | </section> |
|
241 | 241 | </section> |
|
242 | 242 | |
|
243 | 243 | <section> |
|
244 | 244 | <title>Rôles et permissions</title> |
|
245 | 245 | |
|
246 | 246 | <para>Les rôles permettent de définir les permissions des différents |
|
247 | 247 | membres d'un projet. Chaque membre d'un projet dispose d'un rôle unique |
|
248 | 248 | au sein d'un projet. Un utilisateur peut avoir différents rôles au sein |
|
249 | 249 | de différents projets.</para> |
|
250 | 250 | |
|
251 | 251 | <para>Sur l'écran d'édition du rôle, cochez les actions que vous |
|
252 | 252 | souhaitez autoriser pour le rôle.</para> |
|
253 | 253 | |
|
254 | 254 | <para></para> |
|
255 | 255 | |
|
256 | 256 | <screenshot> |
|
257 | 257 | <screeninfo>Rôle et permissions</screeninfo> |
|
258 | 258 | |
|
259 | 259 | <mediaobject> |
|
260 | 260 | <imageobject> |
|
261 | 261 | <imagedata fileref="images/roles_edit.png" /> |
|
262 | 262 | </imageobject> |
|
263 | 263 | </mediaobject> |
|
264 | 264 | </screenshot> |
|
265 | 265 | |
|
266 | 266 | <para></para> |
|
267 | 267 | </section> |
|
268 | 268 | |
|
269 | 269 | <section> |
|
270 | 270 | <title>Trackers</title> |
|
271 | 271 | |
|
272 | 272 | <para>Les trackers permettent de typer les demandes et de définir des |
|
273 | 273 | workflows spécifiques pour chacun de ces types de demandes (voir |
|
274 | 274 | Workflow). Un tracker peut être exclu des vues "Historique" et "Roadmap" |
|
275 | 275 | (en décochant les options correspondantes dans les paramètres du |
|
276 | 276 | tracker).</para> |
|
277 | 277 | |
|
278 | 278 | <para>Lorsque vous créez un nouveau tracker, vous pouvez choisir de |
|
279 | 279 | copier le workflow d'un tracker existant. Cela permet d'initialiser |
|
280 | 280 | facilement le workflow du nouveau tracker et de n'y apporter que les |
|
281 | 281 | modifications nécessaires.</para> |
|
282 | 282 | |
|
283 | 283 | <para>Si aucun workflow n'est défini pour un tracker, aucun utilisateur |
|
284 | 284 | ne pourra changer le statut des demandes liés à ce tracker.</para> |
|
285 | 285 | </section> |
|
286 | 286 | |
|
287 | 287 | <section> |
|
288 | 288 | <title>Champs personnalisés</title> |
|
289 | 289 | |
|
290 | 290 | <para>Les champs personnalisés vous permettent d'ajouter des |
|
291 | 291 | informations supplémentaires sur les projets, les demandes ou les |
|
292 | 292 | utilisateurs. Un champ personnalisé peut être de l'un des types |
|
293 | 293 | suivants:</para> |
|
294 | 294 | |
|
295 | 295 | <itemizedlist> |
|
296 | 296 | <listitem> |
|
297 | 297 | <para><guilabel>Entier</guilabel>: entier positif ou négatif</para> |
|
298 | 298 | </listitem> |
|
299 | 299 | |
|
300 | 300 | <listitem> |
|
301 | 301 | <para><guilabel>Texte</guilabel>: chaîne de caractères</para> |
|
302 | 302 | </listitem> |
|
303 | 303 | |
|
304 | 304 | <listitem> |
|
305 | 305 | <para><guilabel>Texte long</guilabel>: chaîne de caractères |
|
306 | 306 | (saisissable sur plusieurs lignes)</para> |
|
307 | 307 | </listitem> |
|
308 | 308 | |
|
309 | 309 | <listitem> |
|
310 | 310 | <para><guilabel>Date</guilabel>: date</para> |
|
311 | 311 | </listitem> |
|
312 | 312 | |
|
313 | 313 | <listitem> |
|
314 | 314 | <para><guilabel>Booléen</guilabel>: oui/non (case à cocher)</para> |
|
315 | 315 | </listitem> |
|
316 | 316 | |
|
317 | 317 | <listitem> |
|
318 | 318 | <para><guilabel>Liste</guilabel>: valeur à sélectionner parmi une |
|
319 | 319 | liste prédéfinie (liste déroulante)</para> |
|
320 | 320 | </listitem> |
|
321 | 321 | </itemizedlist> |
|
322 | 322 | |
|
323 | 323 | <para>Des éléments de validation peuvent être définis:</para> |
|
324 | 324 | |
|
325 | 325 | <itemizedlist> |
|
326 | 326 | <listitem> |
|
327 | 327 | <para><guilabel>Min - max length</guilabel>: longueurs minimales et |
|
328 | 328 | maximales pour les champs en saisie libre (0 signifie qu'il n'y a |
|
329 | 329 | pas de restriction)</para> |
|
330 | 330 | </listitem> |
|
331 | 331 | |
|
332 | 332 | <listitem> |
|
333 | 333 | <para><guilabel>Expression régulière</guilabel>: expression |
|
334 | 334 | régulière permettant de valider la valeur saisie</para> |
|
335 | 335 | |
|
336 | 336 | <para>Exemples:</para> |
|
337 | 337 | |
|
338 | 338 | <para><code>^\[A-Z]{4}\d+$</code> : 4 lettres majuscules suivies |
|
339 | 339 | d'un ou plusieurs chiffres</para> |
|
340 | 340 | |
|
341 | 341 | <para><code>^[^0-9]*$</code> : chaîne ne comportant pas de |
|
342 | 342 | chiffres</para> |
|
343 | 343 | </listitem> |
|
344 | 344 | |
|
345 | 345 | <listitem> |
|
346 | 346 | <para><guilabel>Valeurs possibles</guilabel>: valeurs possibles pour |
|
347 | 347 | les champs de type "Liste". Cliquer sur l'icône + pour ajouter une |
|
348 | 348 | nouvelle valeur possible.</para> |
|
349 | 349 | </listitem> |
|
350 | 350 | </itemizedlist> |
|
351 | 351 | |
|
352 | 352 | <para></para> |
|
353 | 353 | |
|
354 | 354 | <section> |
|
355 | 355 | <title>Champs pour les projets</title> |
|
356 | 356 | |
|
357 | 357 | <para></para> |
|
358 | 358 | |
|
359 | 359 | <itemizedlist> |
|
360 | 360 | <listitem> |
|
361 | 361 | <para><guilabel>Obligatoire</guilabel>: champ dont la saisie est |
|
362 | 362 | obligatoire</para> |
|
363 | 363 | </listitem> |
|
364 | 364 | </itemizedlist> |
|
365 | 365 | |
|
366 | 366 | <para></para> |
|
367 | 367 | </section> |
|
368 | 368 | |
|
369 | 369 | <section> |
|
370 | 370 | <title>Champs pour les demandes</title> |
|
371 | 371 | |
|
372 | 372 | <para></para> |
|
373 | 373 | |
|
374 | 374 | <itemizedlist> |
|
375 | 375 | <listitem> |
|
376 | 376 | <para><guilabel>Pour tous les projects</guilabel>: champ |
|
377 | 377 | automatiquement associé aux demandes de tous les projets</para> |
|
378 | 378 | |
|
379 | 379 | <para>Si cette option n'est pas activée, chaque projet pourra |
|
380 | 380 | choisir d'utiliser ou non le champ pour ses demandes (voir |
|
381 | 381 | configuration du projet).</para> |
|
382 | 382 | </listitem> |
|
383 | 383 | |
|
384 | 384 | <listitem> |
|
385 | 385 | <para><guilabel>Obligatoire</guilabel>: champ dont la saisie est |
|
386 | 386 | obligatoire sur chaque demande</para> |
|
387 | 387 | </listitem> |
|
388 | 388 | |
|
389 | 389 | <listitem> |
|
390 | 390 | <para><guilabel>Utilisé comme filtre</guilabel>: si l'option est |
|
391 | 391 | cochée, le champ pourra être utilisé comme filtre sur l'écran des |
|
392 | 392 | demandes</para> |
|
393 | 393 | </listitem> |
|
394 | 394 | </itemizedlist> |
|
395 | 395 | |
|
396 | 396 | <para></para> |
|
397 | 397 | </section> |
|
398 | 398 | |
|
399 | 399 | <section> |
|
400 | 400 | <title>Champs pour les utilisateurs</title> |
|
401 | 401 | |
|
402 | 402 | <para></para> |
|
403 | 403 | |
|
404 | 404 | <itemizedlist> |
|
405 | 405 | <listitem> |
|
406 | 406 | <para><guilabel>Obligatoire</guilabel>: champ dont la saisie est |
|
407 | 407 | obligatoire</para> |
|
408 | 408 | </listitem> |
|
409 | 409 | </itemizedlist> |
|
410 | 410 | |
|
411 | 411 | <para></para> |
|
412 | 412 | </section> |
|
413 | 413 | </section> |
|
414 | 414 | |
|
415 | 415 | <section> |
|
416 | 416 | <title>Statut des demandes</title> |
|
417 | 417 | |
|
418 | 418 | <para>Ces écrans vous permettent de définir les différents statuts |
|
419 | 419 | possibles des demandes.</para> |
|
420 | 420 | |
|
421 | 421 | <itemizedlist> |
|
422 | 422 | <listitem> |
|
423 | 423 | <para><guilabel>Demande fermée</guilabel>: indique que le statut |
|
424 | 424 | correspond à une demande considérée comme fermée</para> |
|
425 | 425 | </listitem> |
|
426 | 426 | |
|
427 | 427 | <listitem> |
|
428 | 428 | <para><guilabel>Statut par défaut</guilabel>: statut appliqué par |
|
429 | 429 | défaut aux nouvelles demandes (seul un statut peut être déclaré |
|
430 | 430 | comme statut par défaut)</para> |
|
431 | 431 | </listitem> |
|
432 | 432 | |
|
433 | 433 | <listitem> |
|
434 | 434 | <para><guilabel>Couleur</guilabel>: code couleur HTML (6 caractères) |
|
435 | 435 | représentant le statut à l'affichage</para> |
|
436 | 436 | </listitem> |
|
437 | 437 | </itemizedlist> |
|
438 | 438 | |
|
439 | 439 | <para></para> |
|
440 | 440 | </section> |
|
441 | 441 | |
|
442 | 442 | <section> |
|
443 | 443 | <title>Workflow</title> |
|
444 | 444 | |
|
445 | 445 | <para>Le workflow permet de définir les changements que les différents |
|
446 | 446 | membres d'un projet sont autorisés à effectuer sur les demandes, en |
|
447 | 447 | fonction de leur type.</para> |
|
448 | 448 | |
|
449 | 449 | <para>Sélectionnez le rôle et le tracker pour lesquels vous souhaitez |
|
450 | 450 | modifier le workflow, puis cliquez sur Edit. L'écran vous permet alors |
|
451 | 451 | de modifier, pour le rôle et le tracker choisi, les changements |
|
452 | 452 | autorisés. Les lignes représentent les statuts initiaux des demandes. |
|
453 | 453 | Les colonnes représentent les statuts autorisés à être appliqués.</para> |
|
454 | 454 | |
|
455 | 455 | <para><remark>Remarque: pour qu'un rôle puisse changer le statut des |
|
456 | 456 | demandes, la permission doit lui être explicitement donnée |
|
457 | 457 | indépendemment de la configuration du workflow.</remark></para> |
|
458 | 458 | |
|
459 | 459 | <para></para> |
|
460 | 460 | |
|
461 | 461 | <screenshot> |
|
462 | 462 | <screeninfo>Exemple de configuration d'un workflow</screeninfo> |
|
463 | 463 | |
|
464 | 464 | <mediaobject> |
|
465 | 465 | <imageobject> |
|
466 | 466 | <imagedata fileref="images/workflow.png" /> |
|
467 | 467 | </imageobject> |
|
468 | 468 | </mediaobject> |
|
469 | 469 | </screenshot> |
|
470 | 470 | |
|
471 | 471 | <para>Dans l'exemple ci-dessus, les demandes de type Anomalie qui sont |
|
472 | 472 | au statut Nouveau pourront être passées au statut Assignée ou Résolue |
|
473 | 473 | par le rôle Développeur. Celles au statut Assignée pourront être passées |
|
474 | 474 | au statut Résolue. Le statut de toutes les autres demandes de type |
|
475 | 475 | Anomalie ne pourra pas être modifié par le Développeur.</para> |
|
476 | 476 | </section> |
|
477 | 477 | |
|
478 | 478 | <section> |
|
479 | 479 | <title>Listes de valeurs</title> |
|
480 | 480 | |
|
481 | 481 | <para>Les listes de valeurs utilisées par l'application (exemple: les |
|
482 | 482 | priorités des demandes) peuvent être personnalisées. Cet écran vous |
|
483 | 483 | permet de définir les valeurs possibles pour chacune des listes |
|
484 | 484 | suivantes:</para> |
|
485 | 485 | |
|
486 | 486 | <itemizedlist> |
|
487 | 487 | <listitem> |
|
488 | 488 | <para>Activités (utilisées pour le suivi du temps passé)</para> |
|
489 | 489 | </listitem> |
|
490 | 490 | |
|
491 | 491 | <listitem> |
|
492 | 492 | <para>Priorités des demandes</para> |
|
493 | 493 | </listitem> |
|
494 | 494 | |
|
495 | 495 | <listitem> |
|
496 | 496 | <para>Catégories de documents</para> |
|
497 | 497 | </listitem> |
|
498 | 498 | </itemizedlist> |
|
499 | 499 | |
|
500 | 500 | <para></para> |
|
501 | 501 | </section> |
|
502 | 502 | |
|
503 | 503 | <section> |
|
504 | 504 | <title>Notifications par mail</title> |
|
505 | 505 | |
|
506 | 506 | <para>Cet écran vous permet de sélectionner les actions qui donneront |
|
507 | 507 | lieu à une notification par mail aux membres du projet.</para> |
|
508 | 508 | |
|
509 | 509 | <para>Remarque: l'envoi de mails doit être activé dans la configuration |
|
510 | 510 | de l'application si souhaitez effectuer des notifications.</para> |
|
511 | 511 | </section> |
|
512 | 512 | |
|
513 | 513 | <section> |
|
514 | 514 | <title>Authentification</title> |
|
515 | 515 | |
|
516 | 516 | <para>Par défaut, redMine s'appuie sur sa propre base de données pour |
|
517 | 517 | authentifier les utilisateurs, à l'aide d'un mot de passe |
|
518 | 518 | spécifique.</para> |
|
519 | 519 | |
|
520 | 520 | <para>Si vous disposez déjà d'un ou plusieurs référentiels externes |
|
521 | 521 | d'utilisateurs (annuaires LDAP), vous pouvez les déclarer afin qu'ils |
|
522 | 522 | soient utilisés pour l'authentification sur redMine. Cela permet aux |
|
523 | 523 | utilisateurs d'accéder à redMine avec leurs identifiants et mots de |
|
524 | 524 | passe habituels.</para> |
|
525 | 525 | |
|
526 | 526 | <para>Pour chaque référentiel déclaré, vous pouvez spécifier si les |
|
527 | 527 | comptes peuvent être créés à la volée dans redMine. Si c'est le cas, les |
|
528 | 528 | comptes utilisateurs sont automatiquement créés à la première connexion |
|
529 | 529 | de l'utilisateur (sans droits spécifiques sur les projets), à partir des |
|
530 | 530 | informations disponibles dans le référentiel. Sinon, l'administrateur |
|
531 | 531 | doit au préalable créer le compte de l'utilisateur dans redMine.</para> |
|
532 | 532 | |
|
533 | 533 | <para></para> |
|
534 | 534 | |
|
535 | 535 | <section> |
|
536 | 536 | <title>Annuaire LDAP</title> |
|
537 | 537 | |
|
538 | 538 | <para></para> |
|
539 | 539 | |
|
540 | 540 | <itemizedlist> |
|
541 | 541 | <listitem> |
|
542 | 542 | <para><guilabel>Nom</guilabel>: nom d'affichage du |
|
543 | 543 | référentiel</para> |
|
544 | 544 | </listitem> |
|
545 | 545 | |
|
546 | 546 | <listitem> |
|
547 | 547 | <para><guilabel>Hôte</guilabel>: nom d'hôte du serveur LDAP</para> |
|
548 | 548 | </listitem> |
|
549 | 549 | |
|
550 | 550 | <listitem> |
|
551 | 551 | <para><guilabel>Port</guilabel>: port de connexion au serveur |
|
552 | 552 | LDAP</para> |
|
553 | 553 | </listitem> |
|
554 | 554 | |
|
555 | 555 | <listitem> |
|
556 | 556 | <para><guilabel>Compte</guilabel>: DN du compte de connexion au |
|
557 | 557 | LDAP (laisser vide si l'annuaire autorise l'accès anonyme en |
|
558 | 558 | lecture)</para> |
|
559 | 559 | </listitem> |
|
560 | 560 | |
|
561 | 561 | <listitem> |
|
562 | 562 | <para><guilabel>Mot de passe</guilabel>: mot de passe du compte de |
|
563 | 563 | connexion</para> |
|
564 | 564 | </listitem> |
|
565 | 565 | |
|
566 | 566 | <listitem> |
|
567 | 567 | <para><guilabel>Base DN</guilabel>: DN de base utilisé pour la |
|
568 | 568 | recherche des utilisateur dans l'annuaire</para> |
|
569 | 569 | </listitem> |
|
570 | 570 | |
|
571 | 571 | <listitem> |
|
572 | 572 | <para><guilabel>Filtre LDAP</guilabel>: Filtre de recherche des |
|
573 | 573 | utilisateurs dans l'annuaire (optionnel)</para> |
|
574 | 574 | </listitem> |
|
575 | 575 | |
|
576 | 576 | <listitem> |
|
577 | 577 | <para><guilabel>Attributs LDAP</guilabel>:</para> |
|
578 | 578 | |
|
579 | 579 | <itemizedlist> |
|
580 | 580 | <listitem> |
|
581 | 581 | <para><guilabel>Identifiant</guilabel>: nom de l'attribut LDAP |
|
582 | 582 | utilisé comme identifiant de l'utilisateur (ex: uid)</para> |
|
583 | 583 | </listitem> |
|
584 | 584 | |
|
585 | 585 | <listitem> |
|
586 | 586 | <para><guilabel>Prénom</guilabel>: nom de l'attribut LDAP |
|
587 | 587 | contenant le prénom de l'utilisateur (ex: givenName)</para> |
|
588 | 588 | </listitem> |
|
589 | 589 | |
|
590 | 590 | <listitem> |
|
591 | 591 | <para><guilabel>Nom</guilabel>: nom de l'attribut LDAP |
|
592 | 592 | contenant le nom de l'utilisateur (ex: sn)</para> |
|
593 | 593 | </listitem> |
|
594 | 594 | |
|
595 | 595 | <listitem> |
|
596 | 596 | <para><guilabel>Email</guilabel>: nom de l'attribut LDAP |
|
597 | 597 | contenant l'adresse mail de l'utilisateur (ex: mail)</para> |
|
598 | 598 | </listitem> |
|
599 | 599 | </itemizedlist> |
|
600 | 600 | </listitem> |
|
601 | 601 | </itemizedlist> |
|
602 | 602 | |
|
603 | 603 | <para>Les attributs "<guilabel>Prénom</guilabel>", |
|
604 | 604 | "<guilabel>Nom</guilabel>" et "<guilabel>Email</guilabel>" doivent |
|
605 | 605 | être renseigné si les comptes sont créés à la volée.</para> |
|
606 | 606 | </section> |
|
607 | 607 | </section> |
|
608 | 608 | |
|
609 | 609 | <section> |
|
610 | 610 | <title>Configuration</title> |
|
611 | 611 | |
|
612 | 612 | <para>Cet écran vous permet de modifier les paramètres de configuration |
|
613 | 613 | de l'application. Tous ces paramètres sont conservés dans la base de |
|
614 | 614 | données de l'application. Ils sont donc conservés lorsque vous effectuez |
|
615 | 615 | une mise à jour de votre installation.</para> |
|
616 | 616 | |
|
617 | 617 | <para></para> |
|
618 | 618 | |
|
619 | 619 | <itemizedlist> |
|
620 | 620 | <listitem> |
|
621 | 621 | <para><guilabel>Titre de l'application</guilabel></para> |
|
622 | 622 | |
|
623 | 623 | <para>Titre qui apparaît en en-tête des pages de |
|
624 | 624 | l'application.</para> |
|
625 | 625 | </listitem> |
|
626 | 626 | |
|
627 | 627 | <listitem> |
|
628 | 628 | <para><guilabel>Sous-titre de l'application</guilabel></para> |
|
629 | 629 | |
|
630 | 630 | <para>Sous-titre qui apparaît en en-tête des pages de |
|
631 | 631 | l'application.</para> |
|
632 | 632 | </listitem> |
|
633 | 633 | |
|
634 | 634 | <listitem> |
|
635 | 635 | <para><guilabel>Texte d'accueil</guilabel></para> |
|
636 | 636 | |
|
637 | 637 | <para>Texte affiché sur la page d'accueil de l'application. Ce texte |
|
638 | 638 | peut contenir des balises HTML.</para> |
|
639 | 639 | </listitem> |
|
640 | 640 | |
|
641 | 641 | <listitem> |
|
642 | 642 | <para><guilabel>Langue par défaut</guilabel></para> |
|
643 | 643 | |
|
644 | 644 | <para>La langue par défaut est sélectionnée lorsque l'application |
|
645 | 645 | n'a pas pu déterminer la langue définie au niveau du navigateur de |
|
646 | 646 | l'utilisateur.La langue par défaut est également utilisée lors de |
|
647 | 647 | l'envoi de mail à plusieurs utilisateurs.</para> |
|
648 | 648 | |
|
649 | 649 | <para><emphasis>Défaut: Anglais</emphasis></para> |
|
650 | 650 | </listitem> |
|
651 | 651 | |
|
652 | 652 | <listitem> |
|
653 | 653 | <para><guilabel>Format de date</guilabel></para> |
|
654 | 654 | |
|
655 | 655 | <para>Cette option permet de choisir le format d'affichage des dates |
|
656 | 656 | dans l'application:</para> |
|
657 | 657 | |
|
658 | 658 | <itemizedlist> |
|
659 | 659 | <listitem> |
|
660 | 660 | <para>Basé sur la langue : les dates seront affichées selon le |
|
661 | 661 | format de date défini pour chaque langue (JJ/MM/AAAA pour le |
|
662 | 662 | français)</para> |
|
663 | 663 | </listitem> |
|
664 | 664 | |
|
665 | 665 | <listitem> |
|
666 | 666 | <para>ISO 8601: les dates seront toujours affichées au format |
|
667 | 667 | ISO (AAAA-MM-JJ)</para> |
|
668 | 668 | </listitem> |
|
669 | 669 | </itemizedlist> |
|
670 | 670 | |
|
671 | 671 | <para><emphasis>Défaut: Basé sur la langue</emphasis></para> |
|
672 | 672 | </listitem> |
|
673 | 673 | |
|
674 | 674 | <listitem> |
|
675 | 675 | <para><guilabel>Authentif. obligatoire</guilabel></para> |
|
676 | 676 | |
|
677 | 677 | <para>Si cette option est cochée, aucune page de l'application n'est |
|
678 | 678 | accessible sans s'être identifié. Elle permet donc ne rendre |
|
679 | 679 | accessible l'application qu'aux utilisateurs qui disposent d'un |
|
680 | 680 | compte valide.</para> |
|
681 | 681 | |
|
682 | 682 | <para><emphasis>Défaut: Non</emphasis></para> |
|
683 | 683 | </listitem> |
|
684 | 684 | |
|
685 | 685 | <listitem> |
|
686 | 686 | <para><guilabel>Enregistrement autorisé</guilabel></para> |
|
687 | 687 | |
|
688 | 688 | <para>Si cette option est cochée, la procédure d'enregistrement en |
|
689 | 689 | ligne est disponible. L'envoi de mails doit être correctement |
|
690 | 690 | configuré pour que les utilisateurs puissent activer leur compte |
|
691 | 691 | (voir S'enregistrer)</para> |
|
692 | 692 | |
|
693 | 693 | <para><emphasis>Défaut: Oui</emphasis></para> |
|
694 | 694 | </listitem> |
|
695 | 695 | |
|
696 | 696 | <listitem> |
|
697 | 697 | <para><guilabel>Mot de passe perdu</guilabel></para> |
|
698 | 698 | |
|
699 | 699 | <para>Si cette option est cochée, la procédure de changement de mot |
|
700 | 700 | de passe est disponible. L'envoi de mails doit être correctement |
|
701 | 701 | configuré pour que les utilisateurs puissent choisir un nouveau mot |
|
702 | 702 | de passe.</para> |
|
703 | 703 | |
|
704 | 704 | <para><emphasis>Défaut: Oui</emphasis></para> |
|
705 | 705 | </listitem> |
|
706 | 706 | |
|
707 | 707 | <listitem> |
|
708 | 708 | <para><guilabel>Taille max des fichiers</guilabel></para> |
|
709 | 709 | |
|
710 | 710 | <para>Taille maximale des fichiers pouvant être envoyés à |
|
711 | 711 | l'application (en kilo-octets).</para> |
|
712 | 712 | |
|
713 | 713 | <para><emphasis>Défaut: 2048 (soit 2Mo)</emphasis></para> |
|
714 | 714 | </listitem> |
|
715 | 715 | |
|
716 | 716 | <listitem> |
|
717 | 717 | <para><guilabel>Limite export demandes</guilabel></para> |
|
718 | 718 | |
|
719 | 719 | <para>Nombre maximale de demandes contenues dans les exports CSV et |
|
720 | 720 | PDF.</para> |
|
721 | 721 | |
|
722 | 722 | <para><emphasis>Défaut: 500</emphasis></para> |
|
723 | 723 | </listitem> |
|
724 | 724 | |
|
725 | 725 | <listitem> |
|
726 | 726 | <para><guilabel>Adresse d'émission</guilabel></para> |
|
727 | 727 | |
|
728 | 728 | <para>Adresse mail utilisée comme adresse d'émission (champ From des |
|
729 | 729 | mails) lors de l'envoi de messages aux utilisateurs.</para> |
|
730 | 730 | </listitem> |
|
731 | 731 | |
|
732 | 732 | <listitem> |
|
733 | 733 | <para><guilabel>Nom d'hôte</guilabel></para> |
|
734 | 734 | |
|
735 | 735 | <para>Nom d'hôte de l'application. Ce nom est utilisé pour |
|
736 | 736 | l'écriture des URL dans les mails envoyés aux utilisateurs.</para> |
|
737 | 737 | </listitem> |
|
738 | 738 | |
|
739 | 739 | <listitem> |
|
740 | 740 | <para><guilabel>Formatage du texte</guilabel></para> |
|
741 | 741 | |
|
742 | 742 | <para>Définit la méthode de formatage appliquée aux champs |
|
743 | 743 | "description" des demandes, annonces, documents...</para> |
|
744 | 744 | |
|
745 | 745 | <para>L'option "Textile" n'est disponible que si la libraire ruby |
|
746 | 746 | RedColth est installée. Consulter la page d'information pour savoir |
|
747 | 747 | si vous disposez de cette librairie.</para> |
|
748 | 748 | </listitem> |
|
749 | 749 | |
|
750 | 750 | <listitem> |
|
751 | 751 | <para><guilabel>Compression historique wiki</guilabel></para> |
|
752 | 752 | |
|
753 | 753 | <para>Permet d'activer la compression de l'historique des pages wiki |
|
754 | 754 | stockées dans la base de données (diminution de l'espace |
|
755 | 755 | occupé).</para> |
|
756 | 756 | |
|
757 | 757 | <para><emphasis>Défaut: désactivé</emphasis></para> |
|
758 | 758 | </listitem> |
|
759 | 759 | |
|
760 | 760 | <listitem> |
|
761 | 761 | <para><guilabel>Limite du contenu des flux RSS</guilabel></para> |
|
762 | 762 | |
|
763 | 763 | <para>Nombre maximal d'enregistrements contenus dans les flux |
|
764 | 764 | RSS.</para> |
|
765 | 765 | |
|
766 | 766 | <para><emphasis>Défaut: 15</emphasis></para> |
|
767 | 767 | </listitem> |
|
768 | 768 | |
|
769 | 769 | <listitem> |
|
770 | 770 | <para><guilabel>Récupération auto. des commits</guilabel></para> |
|
771 | 771 | |
|
772 | 772 | <para>Si cette option est activée, l'application récupère |
|
773 | 773 | automatiquement les nouvelles révisions apportées sur le dépôt de |
|
774 | 774 | sources du projet lorsqu'un utilisateur consulte le dépôt.</para> |
|
775 | 775 | |
|
776 | 776 | <para><emphasis>Défaut: Oui</emphasis></para> |
|
777 | 777 | |
|
778 | 778 | <para>Vous pouvez désactiver cette option et automatiser l'appel à |
|
779 | 779 | Repository#fetch_changesets pour récupérer régulièrement les |
|
780 | 780 | révisions de l'ensemble des dépôts en arrière plan.</para> |
|
781 | 781 | |
|
782 | 782 | <para>Exemple : <code>ruby script/runner |
|
783 | 783 | "Repository.fetch_changesets"</code></para> |
|
784 | 784 | </listitem> |
|
785 | 785 | |
|
786 | 786 | <listitem> |
|
787 | 787 | <para><guilabel>Activer les WS de gestion des |
|
788 | 788 | dépôts</guilabel></para> |
|
789 | 789 | |
|
790 | 790 | <para>Cette option ne doit être activée que si vous avez installé le |
|
791 | 791 | script de création automatique des dépôts.</para> |
|
792 | 792 | |
|
793 | 793 | <para><emphasis>Défaut: Non</emphasis></para> |
|
794 | 794 | |
|
795 | 795 | <para></para> |
|
796 | 796 | </listitem> |
|
797 | 797 | </itemizedlist> |
|
798 | 798 | </section> |
|
799 | 799 | |
|
800 | 800 | <section> |
|
801 | 801 | <title>Informations</title> |
|
802 | 802 | |
|
803 | 803 | <para>Affiche des informations relatives à l'application et à son |
|
804 | 804 | environnement.</para> |
|
805 | 805 | </section> |
|
806 | 806 | </chapter> |
|
807 | 807 | |
|
808 | 808 | <chapter> |
|
809 | 809 | <title>Projets</title> |
|
810 | 810 | |
|
811 | 811 | <section> |
|
812 | 812 | <title>Aperçu du projet</title> |
|
813 | 813 | |
|
814 | 814 | <para>L'aperçu vous présente les informations générales relatives au |
|
815 | 815 | projet, les principaux membres, les dernières annonces, ainsi qu'une |
|
816 | 816 | synthèse du nombre de demandes ouvertes par tracker.</para> |
|
817 | 817 | |
|
818 | 818 | <para></para> |
|
819 | 819 | </section> |
|
820 | 820 | |
|
821 | 821 | <section> |
|
822 | 822 | <title>Planning</title> |
|
823 | 823 | |
|
824 | 824 | <para></para> |
|
825 | 825 | |
|
826 | 826 | <section> |
|
827 | 827 | <title>Calendrier du projet</title> |
|
828 | 828 | |
|
829 | 829 | <para>Le calendrier présente les tâches qui commencent ou se terminent |
|
830 | 830 | au cours du mois sélectionné (mois en cours par défaut). Les tâches |
|
831 | 831 | correspondent aux demandes pour lesquelles la date de début et |
|
832 | 832 | d'échéance sont renseignées.</para> |
|
833 | 833 | |
|
834 | 834 | <itemizedlist> |
|
835 | 835 | <listitem> |
|
836 | 836 | <para>Le symoble <inlinemediaobject> |
|
837 | 837 | <imageobject> |
|
838 | 838 | <imagedata fileref="images/arrow_from.png" /> |
|
839 | 839 | </imageobject> |
|
840 | 840 | </inlinemediaobject> représente le début d'une tâche</para> |
|
841 | 841 | </listitem> |
|
842 | 842 | |
|
843 | 843 | <listitem> |
|
844 | 844 | <para>Le symbole <inlinemediaobject> |
|
845 | 845 | <imageobject> |
|
846 | 846 | <imagedata fileref="images/arrow_to.png" /> |
|
847 | 847 | </imageobject> |
|
848 | 848 | </inlinemediaobject> représente la fin d'une tâche</para> |
|
849 | 849 | </listitem> |
|
850 | 850 | |
|
851 | 851 | <listitem> |
|
852 | 852 | <para>Le symbole <inlinemediaobject> |
|
853 | 853 | <imageobject> |
|
854 | 854 | <imagedata fileref="images/arrow_bw.png" /> |
|
855 | 855 | </imageobject> |
|
856 | 856 | </inlinemediaobject> représente une tâche qui débute et se |
|
857 | 857 | termine le jour même</para> |
|
858 | 858 | </listitem> |
|
859 | 859 | </itemizedlist> |
|
860 | 860 | |
|
861 | 861 | <para>En cliquant sur le lien <guilabel>Options</guilabel>, vous |
|
862 | 862 | pouvez sélectionner les trackers que vous souhaitez afficher. Si le |
|
863 | 863 | projet contient des sous-projets, vous pouvez également afficher |
|
864 | 864 | l'ensemble des demandes du projet et de ses sous-projets.</para> |
|
865 | 865 | </section> |
|
866 | 866 | |
|
867 | 867 | <section> |
|
868 | 868 | <title>Diagramme de Gantt</title> |
|
869 | 869 | |
|
870 | 870 | <para>Le diagramme de Gantt représente pour la période choisie |
|
871 | 871 | l'ensemble des tâches et leurs taux d'avancement.</para> |
|
872 | 872 | |
|
873 | 873 | <para>L'avancement est représenté en bleu. Le retard en rouge.</para> |
|
874 | 874 | |
|
875 | 875 | <screenshot> |
|
876 | 876 | <screeninfo>Diagramme de Gantt</screeninfo> |
|
877 | 877 | |
|
878 | 878 | <mediaobject> |
|
879 | 879 | <imageobject> |
|
880 | 880 | <imagedata fileref="images/gantt.png" /> |
|
881 | 881 | </imageobject> |
|
882 | 882 | </mediaobject> |
|
883 | 883 | </screenshot> |
|
884 | 884 | |
|
885 | 885 | <para></para> |
|
886 | 886 | |
|
887 | 887 | <para>En cliquant sur le lien <guilabel>Options</guilabel>, vous |
|
888 | 888 | pouvez sélectionner les trackers que vous souhaitez afficher. Si le |
|
889 | 889 | projet contient des sous-projets, vous pouvez également afficher |
|
890 | 890 | l'ensemble des demandes du projet et de ses sous-projets.</para> |
|
891 | 891 | |
|
892 | 892 | <para></para> |
|
893 | 893 | </section> |
|
894 | 894 | </section> |
|
895 | 895 | |
|
896 | 896 | <section> |
|
897 | 897 | <title>Gestion des demandes</title> |
|
898 | 898 | |
|
899 | 899 | <para></para> |
|
900 | 900 | |
|
901 | 901 | <section> |
|
902 | 902 | <title>Liste des demandes</title> |
|
903 | 903 | |
|
904 | 904 | <para>Par défaut, l'ensemble des demandes ouvertes du projet sont |
|
905 | 905 | affichées. Différents filtres vous permettent de sélectionner les |
|
906 | 906 | demandes à afficher.</para> |
|
907 | 907 | |
|
908 | 908 | <para>Une fois appliqué, un filtre reste valable durant toute votre |
|
909 | 909 | session. Vous pouvez le redéfinir, ou le supprimer en cliquant sur |
|
910 | 910 | Effacer.</para> |
|
911 | 911 | |
|
912 | 912 | <para></para> |
|
913 | 913 | |
|
914 | 914 | <screenshot> |
|
915 | 915 | <screeninfo>Liste des demandes</screeninfo> |
|
916 | 916 | |
|
917 | 917 | <mediaobject> |
|
918 | 918 | <imageobject> |
|
919 | 919 | <imagedata fileref="images/issues_list.png" /> |
|
920 | 920 | </imageobject> |
|
921 | 921 | </mediaobject> |
|
922 | 922 | </screenshot> |
|
923 | 923 | |
|
924 | 924 | <para></para> |
|
925 | 925 | </section> |
|
926 | 926 | </section> |
|
927 | 927 | |
|
928 | 928 | <section> |
|
929 | 929 | <title>Rapports</title> |
|
930 | 930 | |
|
931 | 931 | <para>Cet écran présente la synthèse du nombre de demandes par statut et |
|
932 | 932 | selon différents critères (tracker, sous-projet, priorité, catégorie, |
|
933 | 933 | auteur). Des liens permettent d'accéder à la liste détaillée des |
|
934 | 934 | demandes pour chaque critère.</para> |
|
935 | 935 | </section> |
|
936 | 936 | |
|
937 | 937 | <section> |
|
938 | 938 | <title>Activité</title> |
|
939 | 939 | |
|
940 | 940 | <para>Cette page présente par mois (le mois en cours par défaut) et par |
|
941 | 941 | jour, les événements intervenus sur le projet.</para> |
|
942 | 942 | |
|
943 | 943 | <itemizedlist> |
|
944 | 944 | <listitem> |
|
945 | 945 | <para>Nouvelles demandes</para> |
|
946 | 946 | </listitem> |
|
947 | 947 | |
|
948 | 948 | <listitem> |
|
949 | 949 | <para>Révisions apportées sur le dépôt (si le projet dispote d'un |
|
950 | 950 | dépôt SVN)</para> |
|
951 | 951 | </listitem> |
|
952 | 952 | |
|
953 | 953 | <listitem> |
|
954 | 954 | <para>Annonces publiées</para> |
|
955 | 955 | </listitem> |
|
956 | 956 | |
|
957 | 957 | <listitem> |
|
958 | 958 | <para>Fichiers ajoutés</para> |
|
959 | 959 | </listitem> |
|
960 | 960 | |
|
961 | 961 | <listitem> |
|
962 | 962 | <para>Documents ajoutés</para> |
|
963 | 963 | </listitem> |
|
964 | 964 | |
|
965 | 965 | <listitem> |
|
966 | 966 | <para>Modifications apportées aux pages wiki (sir le projet a activé |
|
967 | 967 | son wiki)</para> |
|
968 | 968 | </listitem> |
|
969 | 969 | </itemizedlist> |
|
970 | 970 | |
|
971 | 971 | <para></para> |
|
972 | 972 | </section> |
|
973 | 973 | |
|
974 | 974 | <section> |
|
975 | 975 | <title>Historique</title> |
|
976 | 976 | |
|
977 | 977 | <para>Cette page présente l'ensemble des demandes résolues dans chacune |
|
978 | 978 | des versions du projet.</para> |
|
979 | 979 | |
|
980 | 980 | <para><remark>Remarque: certains trackers peuvent être exclus de la vue |
|
981 | 981 | "Historique". Les demandes correpondantes n'y seront alors pas |
|
982 | 982 | affichées.</remark></para> |
|
983 | 983 | </section> |
|
984 | 984 | |
|
985 | 985 | <section> |
|
986 | 986 | <title>Roadmap</title> |
|
987 | 987 | |
|
988 | 988 | <para>Cette page présente la liste des versions du projets dont la date |
|
989 | 989 | n'est pas encore passée. Pour chaque version, la liste des demandes |
|
990 | 990 | liées à cette version est affichée. Le ratio demandes fermées / demandes |
|
991 | 991 | ouvertes est représenté sous forme d'une barre de progression.</para> |
|
992 | 992 | |
|
993 | 993 | <para><remark>Remarque: certains trackers peuvent être exclus de la vue |
|
994 | 994 | "Roadmap". Les demandes correpondantes n'y seront alors pas |
|
995 | 995 | affichées.</remark></para> |
|
996 | 996 | </section> |
|
997 | 997 | |
|
998 | 998 | <section> |
|
999 | 999 | <title>Annonces</title> |
|
1000 | 1000 | |
|
1001 | 1001 | <para>Les nouvelles vous permettent d'informer les utilisateurs sur |
|
1002 | 1002 | l'activité du projet. Les membres autorisés peuvent soumettre des |
|
1003 | 1003 | commentaires sur les annonces publiées.</para> |
|
1004 | 1004 | </section> |
|
1005 | 1005 | |
|
1006 | 1006 | <section> |
|
1007 | 1007 | <title>Documents</title> |
|
1008 | 1008 | |
|
1009 | 1009 | <para>Les documents sont groupés par catégories (voir Listes de |
|
1010 | 1010 | valeurs). Un document peut contenir plusieurs fichiers (exemple: |
|
1011 | 1011 | révisions ou versions successives).</para> |
|
1012 | 1012 | </section> |
|
1013 | 1013 | |
|
1014 | 1014 | <section> |
|
1015 | <title>Wiki</title> | |
|
1016 | ||
|
1017 | <para></para> | |
|
1018 | ||
|
1019 | <section> | |
|
1020 | <title>Syntaxe wiki</title> | |
|
1021 | ||
|
1022 | <para></para> | |
|
1023 | ||
|
1024 | <section> | |
|
1025 | <title>Mise en forme</title> | |
|
1026 | ||
|
1027 | <para></para> | |
|
1028 | ||
|
1029 | <itemizedlist> | |
|
1030 | <listitem> | |
|
1031 | <para><code>*gras*</code></para> | |
|
1032 | </listitem> | |
|
1033 | ||
|
1034 | <listitem> | |
|
1035 | <para><code>_italique_</code></para> | |
|
1036 | </listitem> | |
|
1037 | ||
|
1038 | <listitem> | |
|
1039 | <para><code>+souligné+</code></para> | |
|
1040 | </listitem> | |
|
1041 | ||
|
1042 | <listitem> | |
|
1043 | <para><code>-rayé-</code></para> | |
|
1044 | </listitem> | |
|
1045 | ||
|
1046 | <listitem> | |
|
1047 | <para><code>??citation??</code></para> | |
|
1048 | </listitem> | |
|
1049 | ||
|
1050 | <listitem> | |
|
1051 | <para><code>@code@</code></para> | |
|
1052 | </listitem> | |
|
1053 | ||
|
1054 | <listitem> | |
|
1055 | <para><code>h1. titre de la page</code></para> | |
|
1056 | </listitem> | |
|
1057 | ||
|
1058 | <listitem> | |
|
1059 | <para><code>h2. titre de niveau 2</code></para> | |
|
1060 | </listitem> | |
|
1061 | ||
|
1062 | <listitem> | |
|
1063 | <para><code>h3. titre de niveau 3</code></para> | |
|
1064 | </listitem> | |
|
1065 | </itemizedlist> | |
|
1066 | ||
|
1067 | <para></para> | |
|
1068 | </section> | |
|
1069 | ||
|
1070 | <section> | |
|
1071 | <title>Liens</title> | |
|
1072 | ||
|
1073 | <para></para> | |
|
1074 | ||
|
1075 | <itemizedlist> | |
|
1076 | <listitem> | |
|
1077 | <para>Lien externe : <code>http://www.redmine.org</code></para> | |
|
1078 | </listitem> | |
|
1079 | ||
|
1080 | <listitem> | |
|
1081 | <para>Lien externe avec texte spécifique : | |
|
1082 | <code>"Redmine":http://www.redmine.org</code></para> | |
|
1083 | </listitem> | |
|
1084 | ||
|
1085 | <listitem> | |
|
1086 | <para>Lien vers une page wiki (éventuellement d'un autre projet) | |
|
1087 | :</para> | |
|
1088 | ||
|
1089 | <itemizedlist> | |
|
1090 | <listitem> | |
|
1091 | <para><code>[[Nom de page]]</code></para> | |
|
1092 | </listitem> | |
|
1093 | ||
|
1094 | <listitem> | |
|
1095 | <para><code>[[Nom de page|Titre]]</code></para> | |
|
1096 | </listitem> | |
|
1097 | ||
|
1098 | <listitem> | |
|
1099 | <para><code>[[Projet:]]</code></para> | |
|
1100 | </listitem> | |
|
1101 | ||
|
1102 | <listitem> | |
|
1103 | <para><code>[[Projet:|Titre]]</code></para> | |
|
1104 | </listitem> | |
|
1105 | ||
|
1106 | <listitem> | |
|
1107 | <para><code>[[Projet:Nom de page]]</code></para> | |
|
1108 | </listitem> | |
|
1109 | ||
|
1110 | <listitem> | |
|
1111 | <para><code>[[Projet:Nom de page|Titre]]</code></para> | |
|
1112 | </listitem> | |
|
1113 | </itemizedlist> | |
|
1114 | </listitem> | |
|
1115 | </itemizedlist> | |
|
1116 | ||
|
1117 | <itemizedlist> | |
|
1118 | <listitem> | |
|
1119 | <para>Lien vers une demande : <code>#52</code></para> | |
|
1120 | </listitem> | |
|
1121 | ||
|
1122 | <listitem> | |
|
1123 | <para>Lien vers une révision du dépôt (commit) : | |
|
1124 | <code>r52</code></para> | |
|
1125 | </listitem> | |
|
1126 | </itemizedlist> | |
|
1127 | </section> | |
|
1128 | ||
|
1129 | <section> | |
|
1130 | <title>Images</title> | |
|
1131 | ||
|
1132 | <para></para> | |
|
1133 | ||
|
1134 | <itemizedlist> | |
|
1135 | <listitem> | |
|
1136 | <para>Image externe : | |
|
1137 | <code>!http://foo.bar/mon_image.jpg!</code></para> | |
|
1138 | </listitem> | |
|
1139 | ||
|
1140 | <listitem> | |
|
1141 | <para>Image attachée à la page wiki : | |
|
1142 | <code>!mon_image.jpg!</code></para> | |
|
1143 | </listitem> | |
|
1144 | ||
|
1145 | <listitem> | |
|
1146 | <para>Image flotante à droite : | |
|
1147 | <code>!>mon_image.jpg!</code></para> | |
|
1148 | </listitem> | |
|
1149 | </itemizedlist> | |
|
1150 | ||
|
1151 | <para></para> | |
|
1152 | </section> | |
|
1153 | </section> | |
|
1154 | </section> | |
|
1155 | ||
|
1156 | <section> | |
|
1015 | 1157 | <title>Fichiers</title> |
|
1016 | 1158 | |
|
1017 | 1159 | <para>Ce module vous permet de publier les différents fichiers (sources, |
|
1018 | 1160 | binaires, ...) pour chaque version du projet.</para> |
|
1019 | 1161 | |
|
1020 | 1162 | <para></para> |
|
1021 | 1163 | </section> |
|
1022 | 1164 | </chapter> |
|
1023 | 1165 | |
|
1024 | 1166 | <chapter> |
|
1025 | 1167 | <title>Comptes utilisateurs</title> |
|
1026 | 1168 | |
|
1027 | 1169 | <para></para> |
|
1028 | 1170 | |
|
1029 | 1171 | <section> |
|
1030 | 1172 | <title>Mon compte</title> |
|
1031 | 1173 | |
|
1032 | 1174 | <para></para> |
|
1033 | 1175 | |
|
1034 | 1176 | <section> |
|
1035 | 1177 | <title>Informations</title> |
|
1036 | 1178 | |
|
1037 | 1179 | <para>Cet écran vous permet de modifier les informations relatives à |
|
1038 | 1180 | votre compte: nom, prénom, adresse mail, langue (Anglais, Allemand, |
|
1039 | 1181 | Espagnol ou Français).</para> |
|
1040 | 1182 | |
|
1041 | 1183 | <para>Si la case <guilabel>Notifications par mail</guilabel> est |
|
1042 | 1184 | décochée, aucune notification par mail ne vous sera envoyée.</para> |
|
1043 | 1185 | </section> |
|
1044 | 1186 | |
|
1045 | 1187 | <section> |
|
1046 | 1188 | <title>Changement de mot de passe</title> |
|
1047 | 1189 | |
|
1048 | 1190 | <para>Pour changer votre mot de passe, saisissez votre mot de passe |
|
1049 | 1191 | actuel et le nouveau mot de passe souhaité (double saisie pour |
|
1050 | 1192 | confirmation). Le mot de passe doit avoir une longueur comprise entre |
|
1051 | 1193 | 4 et 12 caractères.</para> |
|
1052 | 1194 | |
|
1053 | 1195 | <para>Si votre compte utilise une authentification externe (un |
|
1054 | 1196 | annuaire LDAP), vous ne pouvez pas changer votre mot de passe dans |
|
1055 | 1197 | redMine.</para> |
|
1056 | 1198 | </section> |
|
1057 | 1199 | </section> |
|
1058 | 1200 | |
|
1059 | 1201 | <section> |
|
1060 | 1202 | <title>Ma page</title> |
|
1061 | 1203 | |
|
1062 | 1204 | <para>Cette page vous permet d'afficher de manière synthétique des |
|
1063 | 1205 | informations sur vos projets.</para> |
|
1064 | 1206 | |
|
1065 | 1207 | <para>Pour personnaliser votre page, cliquer sur le lien |
|
1066 | 1208 | <guilabel>Personnaliser cette page</guilabel>. Vous pouvez alors |
|
1067 | 1209 | sélectionner les informations à afficher et les positionner où vous le |
|
1068 | 1210 | souhaitez sur la page, par glisser-déposer.</para> |
|
1069 | 1211 | </section> |
|
1070 | 1212 | |
|
1071 | 1213 | <section> |
|
1072 | 1214 | <title>Mot de passe perdu</title> |
|
1073 | 1215 | |
|
1074 | 1216 | <para>En cas de perte de votre mot de passe, une procédure par mail vous |
|
1075 | 1217 | permet d'en choisir un nouveau.</para> |
|
1076 | 1218 | |
|
1077 | 1219 | <para>Sur l'écran d'authentification, cliquez sur <guilabel>Mot de passe |
|
1078 | 1220 | perdu</guilabel>. Saisissez ensuite votre adresse mail dans le champ |
|
1079 | 1221 | prévu et validez. Un mail vous est alors transmis. Il contient un lien |
|
1080 | 1222 | qui vous permettra d'accéder à la page de choix du nouveau mot de |
|
1081 | 1223 | passe.</para> |
|
1082 | 1224 | |
|
1083 | 1225 | <para>Si votre compte utilise une authentification externe (un annuaire |
|
1084 | 1226 | LDAP), cette procédure n'est pas disponible.</para> |
|
1085 | 1227 | </section> |
|
1086 | 1228 | |
|
1087 | 1229 | <section> |
|
1088 | 1230 | <title>S'enregistrer</title> |
|
1089 | 1231 | |
|
1090 | 1232 | <para>L'enregistrement vous permet d'obtenir un compte sans intervention |
|
1091 | 1233 | de l'administrateur.</para> |
|
1092 | 1234 | |
|
1093 | 1235 | <para>Sur l'écran d'authentification, cliquez sur |
|
1094 | 1236 | <guilabel>S'enregistrer</guilabel>. Complétez le formulaire |
|
1095 | 1237 | d'inscription et validez. Un mail vous est alors transmis. Pour activer |
|
1096 | 1238 | votre compte, utilisez le lien présent dans le mail qui vous a été |
|
1097 | 1239 | envoyé.</para> |
|
1098 | 1240 | |
|
1099 | 1241 | <para>La possibilité de s'enregistrer peut avoir été désactivée par |
|
1100 | 1242 | l'administrateur.</para> |
|
1101 | 1243 | </section> |
|
1102 | 1244 | </chapter> |
|
1103 | 1245 | </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 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="d0e581"></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#d0e594">2.1. Project calendar</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e622">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#d0e640">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. Activity</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Change log</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. News</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. |
|
|
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="d0e581"></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#d0e594">2.1. Project calendar</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e622">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#d0e640">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. Activity</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Change log</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. News</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. Wiki</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e709">10.1. Wiki syntax</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e713">10.1.1. Formatting</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e755">10.1.2. Links</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e809">10.1.3. Embedded images</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch02s11.html">11. Files</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="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>9. 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="ch02s08.html" title="8. News"><link rel="next" href="ch02s10.html" title="10. |
|
|
3 | <title>9. 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="ch02s08.html" title="8. News"><link rel="next" href="ch02s10.html" title="10. Wiki"></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. Documents</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="ch02s10.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="d0e700"></a>9. 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="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="ch02s10.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8. News </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 10. Wiki</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. 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="ch02s09.html" title="9. Documents"><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">10. Files</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.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="d0e705"></a>10. 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="ch02s09.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">9. Documents </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 | |
|
3 | <title>10. Wiki</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="ch02s09.html" title="9. Documents"><link rel="next" href="ch02s11.html" title="11. 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">10. Wiki</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projects</th><td width="20%" align="right"> <a accesskey="n" href="ch02s11.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="d0e705"></a>10. Wiki</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e709"></a>10.1. Wiki syntax</h3></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="d0e713"></a>10.1.1. Formatting</h4></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><code class="code">*bold*</code></p></li><li><p><code class="code">_italic_</code></p></li><li><p><code class="code">+underline+</code></p></li><li><p><code class="code">-strike-</code></p></li><li><p><code class="code">??inline quote??</code></p></li><li><p><code class="code">@code@</code></p></li><li><p><code class="code">h1. page title</code></p></li><li><p><code class="code">h2. level 2 title</code></p></li><li><p><code class="code">h3. level 3 title</code></p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="d0e755"></a>10.1.2. Links</h4></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p>External link : <code class="code">http://www.redmine.org</code></p></li><li><p>External link with specific text : <code class="code">"Redmine":http://www.redmine.org</code></p></li><li><p>Link to an other wiki page (can be a page from an other project wiki) :</p><div class="itemizedlist"><ul type="circle"><li><p><code class="code">[[Page name]]</code></p></li><li><p><code class="code">[[Page name|Title]]</code></p></li><li><p><code class="code">[[Project:]]</code></p></li><li><p><code class="code">[[Project:|Title]]</code></p></li><li><p><code class="code">[[Project:Page name]]</code></p></li><li><p><code class="code">[[Project:Page name|Title]]</code></p></li></ul></div></li></ul></div><div class="itemizedlist"><ul type="disc"><li><p>Link to an issue : <code class="code">#52</code></p></li><li><p>Link to a changeset : <code class="code">r52</code></p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="d0e809"></a>10.1.3. Embedded images</h4></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p>External image : <code class="code">!http://foo.bar/my_image.jpg!</code></p></li><li><p>Image attached to the wiki page : <code class="code">!my_image.jpg!</code></p></li><li><p>Right floating image : <code class="code">!>my_image.jpg!</code></p></li></ul></div><p></p></div></div></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"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. Documents </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 11. 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>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="ch02s1 |
|
|
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="ch02s11.html" title="11. Files"><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="ch02s11.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="d0e835"></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#d0e843">1.1. Information</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e853">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="ch02s11.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">11. Files </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="d0e839"></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="d0e843"></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="d0e853"></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="d0e |
|
|
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="d0e860"></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="d0e |
|
|
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="d0e870"></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="d0e882"></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,69 +1,75 | |||
|
1 | 1 | body { |
|
2 | 2 | background: #FFFFFF; |
|
3 | 3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; |
|
4 | 4 | } |
|
5 | 5 | |
|
6 | 6 | h1, h2, h3, h4, h5 { |
|
7 | 7 | color: #800000; |
|
8 | 8 | font-family: sans-serif; |
|
9 | 9 | } |
|
10 | 10 | |
|
11 | 11 | table { |
|
12 | 12 | font-size: 1em; |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | a{ |
|
16 | 16 | color:#467aa7; |
|
17 | 17 | font-weight:bold; |
|
18 | 18 | text-decoration:none; |
|
19 | 19 | background-color:inherit; |
|
20 | 20 | } |
|
21 | 21 | |
|
22 | 22 | a:hover{ |
|
23 | 23 | color: #800000; |
|
24 | 24 | text-decoration:underline; |
|
25 | 25 | background-color:inherit; |
|
26 | 26 | } |
|
27 | 27 | |
|
28 | 28 | a img{border:none;} |
|
29 | 29 | |
|
30 | 30 | .screenshot { |
|
31 | 31 | text-align: center; |
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | .guilabel { |
|
35 | 35 | font-weight: bold; |
|
36 | 36 | } |
|
37 | 37 | |
|
38 | 38 | span.term { |
|
39 | 39 | font-weight: bold; |
|
40 | 40 | } |
|
41 | 41 | |
|
42 | 42 | div.sidebar { |
|
43 | 43 | background: #F0F0F0; |
|
44 | 44 | border: 1px solid gray; |
|
45 | 45 | padding: 5px; |
|
46 | 46 | margin: 20px; |
|
47 | 47 | } |
|
48 | 48 | |
|
49 | 49 | pre.programlisting { |
|
50 | 50 | background: #F0F0F0; |
|
51 | 51 | border: 1px solid gray; |
|
52 | 52 | padding: 2px; |
|
53 | 53 | font-size: 10pt; |
|
54 | 54 | white-space: pre; |
|
55 | 55 | } |
|
56 | 56 | |
|
57 | code.code { | |
|
58 | padding: 2px; | |
|
59 | font-size: 10pt; | |
|
60 | white-space: pre; | |
|
61 | } | |
|
62 | ||
|
57 | 63 | li p { |
|
58 | 64 | margin-top: 3px; |
|
59 | 65 | margin-bottom: 3px; |
|
60 | 66 | } |
|
61 | 67 | |
|
62 | 68 | div.toc dt { |
|
63 | 69 | margin-bottom:4px; |
|
64 | 70 | } |
|
65 | 71 | |
|
66 | 72 | .chapter { |
|
67 | 73 | display:block; |
|
68 | 74 | margin-top:2em; |
|
69 | 75 | } 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><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e12">1.1. Project list</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e19">1.2. Settings</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e23">1.2.1. Project properties</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e59">1.2.2. Repository</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e64">1.2.3. Wiki</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e69">1.2.4. Members</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e74">1.2.5. Versions</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e79">1.2.6. Request categories</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e84">1.2.7. Forums</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch01s02.html">2. Users</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e94">2.1. Users’ List</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e124">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#d0e235">5.1. Fields for Projects</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e246">5.2. Fields for Issues</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e259">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#d0e341">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#d0e594">2.1. Project calendar</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e622">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#d0e640">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. Activity</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Change log</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. News</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. Files</a></span></dt></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#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><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e12">1.1. Project list</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e19">1.2. Settings</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e23">1.2.1. Project properties</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e59">1.2.2. Repository</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e64">1.2.3. Wiki</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e69">1.2.4. Members</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e74">1.2.5. Versions</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e79">1.2.6. Request categories</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e84">1.2.7. Forums</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch01s02.html">2. Users</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e94">2.1. Users’ List</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e124">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#d0e235">5.1. Fields for Projects</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e246">5.2. Fields for Issues</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e259">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#d0e341">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#d0e594">2.1. Project calendar</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e622">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#d0e640">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. Activity</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Change log</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. News</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. Wiki</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e709">10.1. Wiki syntax</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e713">10.1.1. Formatting</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e755">10.1.2. Links</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e809">10.1.3. Embedded images</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch02s11.html">11. Files</a></span></dt></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#d0e843">1.1. Information</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e853">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 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="d0e634"></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#d0e647">2.1. Calendrier du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e679">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#d0e703">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. Activité</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Historique</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Annonces</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. Fichiers</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="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 | |
|
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="d0e634"></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#d0e647">2.1. Calendrier du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e679">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#d0e703">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. Activité</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Historique</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Annonces</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. Wiki</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e778">10.1. Syntaxe wiki</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e782">10.1.1. Mise en forme</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e824">10.1.2. Liens</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e878">10.1.3. Images</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch02s11.html">11. Fichiers</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="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>9. 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="ch02s08.html" title="8. Annonces"><link rel="next" href="ch02s10.html" title="10. |
|
|
3 | <title>9. 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="ch02s08.html" title="8. Annonces"><link rel="next" href="ch02s10.html" title="10. Wiki"></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. Documents</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="ch02s10.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="d0e769"></a>9. 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="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="ch02s10.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">8. Annonces </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 10. Wiki</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. 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="ch02s09.html" title="9. Documents"><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">10. Fichiers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.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="d0e774"></a>10. Fichiers</h2></div></div></div><p>Ce module vous permet de publier les différents fichiers (sources, binaires, ...) pour chaque version du projet.</p><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"><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">9. Documents </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 | |
|
3 | <title>10. Wiki</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="ch02s09.html" title="9. Documents"><link rel="next" href="ch02s11.html" title="11. 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">10. Wiki</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s09.html">Prev</a> </td><th width="60%" align="center">Chapter 2. Projets</th><td width="20%" align="right"> <a accesskey="n" href="ch02s11.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="d0e774"></a>10. Wiki</h2></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="d0e778"></a>10.1. Syntaxe wiki</h3></div></div></div><p></p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="d0e782"></a>10.1.1. Mise en forme</h4></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p><code class="code">*gras*</code></p></li><li><p><code class="code">_italique_</code></p></li><li><p><code class="code">+souligné+</code></p></li><li><p><code class="code">-rayé-</code></p></li><li><p><code class="code">??citation??</code></p></li><li><p><code class="code">@code@</code></p></li><li><p><code class="code">h1. titre de la page</code></p></li><li><p><code class="code">h2. titre de niveau 2</code></p></li><li><p><code class="code">h3. titre de niveau 3</code></p></li></ul></div><p></p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="d0e824"></a>10.1.2. Liens</h4></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p>Lien externe : <code class="code">http://www.redmine.org</code></p></li><li><p>Lien externe avec texte spécifique : <code class="code">"Redmine":http://www.redmine.org</code></p></li><li><p>Lien vers une page wiki (éventuellement d'un autre projet) :</p><div class="itemizedlist"><ul type="circle"><li><p><code class="code">[[Nom de page]]</code></p></li><li><p><code class="code">[[Nom de page|Titre]]</code></p></li><li><p><code class="code">[[Projet:]]</code></p></li><li><p><code class="code">[[Projet:|Titre]]</code></p></li><li><p><code class="code">[[Projet:Nom de page]]</code></p></li><li><p><code class="code">[[Projet:Nom de page|Titre]]</code></p></li></ul></div></li></ul></div><div class="itemizedlist"><ul type="disc"><li><p>Lien vers une demande : <code class="code">#52</code></p></li><li><p>Lien vers une révision du dépôt (commit) : <code class="code">r52</code></p></li></ul></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="d0e878"></a>10.1.3. Images</h4></div></div></div><p></p><div class="itemizedlist"><ul type="disc"><li><p>Image externe : <code class="code">!http://foo.bar/mon_image.jpg!</code></p></li><li><p>Image attachée à la page wiki : <code class="code">!mon_image.jpg!</code></p></li><li><p>Image flotante à droite : <code class="code">!>mon_image.jpg!</code></p></li></ul></div><p></p></div></div></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"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">9. Documents </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 11. 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>11. 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="ch02s10.html" title="10. 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">11. Configuration du projet</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s10.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="d0e779"></a>11. Configuration du projet</h2></div></div></div><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s10.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">10. 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 | |
|
3 | <title>11. 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="ch02s10.html" title="10. Wiki"><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">11. Fichiers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s10.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="d0e899"></a>11. Fichiers</h2></div></div></div><p>Ce module vous permet de publier les différents fichiers (sources, binaires, ...) pour chaque version du projet.</p><p></p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s10.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">10. Wiki </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="ch02s1 |
|
|
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="ch02s11.html" title="11. Fichiers"><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="ch02s11.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="d0e905"></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#d0e913">1.1. Informations</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e923">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="ch02s11.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">11. Fichiers </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="d0e |
|
|
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="d0e909"></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="d0e913"></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="d0e923"></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="d0e |
|
|
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="d0e930"></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="d0e940"></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="d0e952"></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,69 +1,75 | |||
|
1 | 1 | body { |
|
2 | 2 | background: #FFFFFF; |
|
3 | 3 | font: 0.8em Verdana,Tahoma,Arial,sans-serif; |
|
4 | 4 | } |
|
5 | 5 | |
|
6 | 6 | h1, h2, h3, h4, h5 { |
|
7 | 7 | color: #800000; |
|
8 | 8 | font-family: sans-serif; |
|
9 | 9 | } |
|
10 | 10 | |
|
11 | 11 | table { |
|
12 | 12 | font-size: 1em; |
|
13 | 13 | } |
|
14 | 14 | |
|
15 | 15 | a{ |
|
16 | 16 | color:#467aa7; |
|
17 | 17 | font-weight:bold; |
|
18 | 18 | text-decoration:none; |
|
19 | 19 | background-color:inherit; |
|
20 | 20 | } |
|
21 | 21 | |
|
22 | 22 | a:hover{ |
|
23 | 23 | color: #800000; |
|
24 | 24 | text-decoration:underline; |
|
25 | 25 | background-color:inherit; |
|
26 | 26 | } |
|
27 | 27 | |
|
28 | 28 | a img{border:none;} |
|
29 | 29 | |
|
30 | 30 | .screenshot { |
|
31 | 31 | text-align: center; |
|
32 | 32 | } |
|
33 | 33 | |
|
34 | 34 | .guilabel { |
|
35 | 35 | font-weight: bold; |
|
36 | 36 | } |
|
37 | 37 | |
|
38 | 38 | span.term { |
|
39 | 39 | font-weight: bold; |
|
40 | 40 | } |
|
41 | 41 | |
|
42 | 42 | div.sidebar { |
|
43 | 43 | background: #F0F0F0; |
|
44 | 44 | border: 1px solid gray; |
|
45 | 45 | padding: 5px; |
|
46 | 46 | margin: 20px; |
|
47 | 47 | } |
|
48 | 48 | |
|
49 | 49 | pre.programlisting { |
|
50 | 50 | background: #F0F0F0; |
|
51 | 51 | border: 1px solid gray; |
|
52 | 52 | padding: 2px; |
|
53 | 53 | font-size: 10pt; |
|
54 | 54 | white-space: pre; |
|
55 | 55 | } |
|
56 | 56 | |
|
57 | code.code { | |
|
58 | padding: 2px; | |
|
59 | font-size: 10pt; | |
|
60 | white-space: pre; | |
|
61 | } | |
|
62 | ||
|
57 | 63 | li p { |
|
58 | 64 | margin-top: 3px; |
|
59 | 65 | margin-bottom: 3px; |
|
60 | 66 | } |
|
61 | 67 | |
|
62 | 68 | div.toc dt { |
|
63 | 69 | margin-bottom:4px; |
|
64 | 70 | } |
|
65 | 71 | |
|
66 | 72 | .chapter { |
|
67 | 73 | display:block; |
|
68 | 74 | margin-top:2em; |
|
69 | 75 | } 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><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e13">1.1. Liste des projets</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e20">1.2. Création ou modification d'un projet</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e24">1.2.1. Propriétés du projet</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e60">1.2.2. Dépôt</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e76">1.2.3. Wiki</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e86">1.2.4. Membres</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e91">1.2.5. Versions</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e111">1.2.6. Catégories des demandes</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e118">1.2.7. Forums</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch01s02.html">2. Utilisateurs</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e129">2.1. Liste des utilisateurs</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e159">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#d0e275">5.1. Champs pour les projets</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e286">5.2. Champs pour les demandes</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e309">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#d0e394">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#d0e647">2.1. Calendrier du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e679">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#d0e703">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. Activité</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Historique</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Annonces</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. Fichiers</a></span></dt></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#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><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e13">1.1. Liste des projets</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e20">1.2. Création ou modification d'un projet</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s01.html#d0e24">1.2.1. Propriétés du projet</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e60">1.2.2. Dépôt</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e76">1.2.3. Wiki</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e86">1.2.4. Membres</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e91">1.2.5. Versions</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e111">1.2.6. Catégories des demandes</a></span></dt><dt><span class="section"><a href="ch01s01.html#d0e118">1.2.7. Forums</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch01s02.html">2. Utilisateurs</a></span></dt><dd><dl><dt><span class="section"><a href="ch01s02.html#d0e129">2.1. Liste des utilisateurs</a></span></dt><dt><span class="section"><a href="ch01s02.html#d0e159">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#d0e275">5.1. Champs pour les projets</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e286">5.2. Champs pour les demandes</a></span></dt><dt><span class="section"><a href="ch01s05.html#d0e309">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#d0e394">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#d0e647">2.1. Calendrier du projet</a></span></dt><dt><span class="section"><a href="ch02s02.html#d0e679">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#d0e703">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. Activité</a></span></dt><dt><span class="section"><a href="ch02s06.html">6. Historique</a></span></dt><dt><span class="section"><a href="ch02s07.html">7. Roadmap</a></span></dt><dt><span class="section"><a href="ch02s08.html">8. Annonces</a></span></dt><dt><span class="section"><a href="ch02s09.html">9. Documents</a></span></dt><dt><span class="section"><a href="ch02s10.html">10. Wiki</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e778">10.1. Syntaxe wiki</a></span></dt><dd><dl><dt><span class="section"><a href="ch02s10.html#d0e782">10.1.1. Mise en forme</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e824">10.1.2. Liens</a></span></dt><dt><span class="section"><a href="ch02s10.html#d0e878">10.1.3. Images</a></span></dt></dl></dd></dl></dd><dt><span class="section"><a href="ch02s11.html">11. Fichiers</a></span></dt></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#d0e913">1.1. Informations</a></span></dt><dt><span class="section"><a href="ch03s01.html#d0e923">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