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