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