Project

General

Profile

Features » History » Version 7

Jean-Philippe Lang, 2008-02-03 12:55

1 1 Jean-Philippe Lang
h1. Main features
2
3 6 Jean-Philippe Lang
*Multiple projects support*
4 1 Jean-Philippe Lang
5 6 Jean-Philippe Lang
* Manage all your projects with one Redmine instance
6
* Each user can have a different role on each project
7
* Each project can be declared as public (visible by anyone) or private (visible by project members only)
8
* Modules (eg. wiki, repository, issue tracking, ...) can be enabled/disabled at project level
9 1 Jean-Philippe Lang
10 6 Jean-Philippe Lang
*Flexible role based access control*
11 1 Jean-Philippe Lang
12 6 Jean-Philippe Lang
* Define your own roles and set their permissions in a click
13 1 Jean-Philippe Lang
14 6 Jean-Philippe Lang
p=. !/screenshots/role_permissions_tn.png!:/screenshots/role_permissions.png
15 1 Jean-Philippe Lang
16 6 Jean-Philippe Lang
*Flexible issue tracking system*
17 1 Jean-Philippe Lang
18 6 Jean-Philippe Lang
* Define you own statuses and issue types
19
* Workflow transitions can be set up for each issue type and role through the web-based administration interface (a default configuration can be loaded when installing the application)
20 1 Jean-Philippe Lang
21 6 Jean-Philippe Lang
p=. !/screenshots/issue_list_tn.png!:/screenshots/issue_list.png !/screenshots/workflow_tn.png!:/screenshots/workflow.png
22 1 Jean-Philippe Lang
23 6 Jean-Philippe Lang
*Gantt chart and calendar*
24 1 Jean-Philippe Lang
25 6 Jean-Philippe Lang
* Automatic gantt and calendar based on issues start and due dates
26 1 Jean-Philippe Lang
27 6 Jean-Philippe Lang
p=. !/screenshots/gantt_tn.png!:/screenshots/gantt.png
28 1 Jean-Philippe Lang
29 6 Jean-Philippe Lang
*Time tracking functionality*
30 1 Jean-Philippe Lang
31 6 Jean-Philippe Lang
* Time can be entered at project or ticket level
32
* Simple report to view time per user, issue type, category or activity
33 1 Jean-Philippe Lang
34 6 Jean-Philippe Lang
p=. !/screenshots/spent_time_tn.png!:/screenshots/spent_time.png
35 1 Jean-Philippe Lang
36 6 Jean-Philippe Lang
*Custom fields*
37 1 Jean-Philippe Lang
38 6 Jean-Philippe Lang
* You can define your own custom fields for issues, projects and users
39
* Differents formats are available: text, date, integers, drop-down lists, checkboxes
40
* Custom fields can be displayed on the issue list and used as filters just like regular fields
41 1 Jean-Philippe Lang
42 6 Jean-Philippe Lang
*News, documents & files management*
43 1 Jean-Philippe Lang
44 6 Jean-Philippe Lang
* You can easily post messages and share files
45 1 Jean-Philippe Lang
46 6 Jean-Philippe Lang
*Per project wiki and forums*
47 1 Jean-Philippe Lang
48 6 Jean-Philippe Lang
* Wiki uses textile syntax and free linking within the wiki using brackets
49
* Diff and annotate views are available
50 1 Jean-Philippe Lang
51 6 Jean-Philippe Lang
p=. !/screenshots/wiki_edit_tn.png!:/screenshots/wiki_edit.png
52 1 Jean-Philippe Lang
53 6 Jean-Philippe Lang
*Repository browser and diff viewer*
54 1 Jean-Philippe Lang
55 6 Jean-Philippe Lang
* Existing repositories can be attached to each of your projects
56
* Redmine lets you browse their contents, view and search changesets
57
* Diff and annotate (aka blame) viewer
58
* Supported SCM: "Subversion":http://subversion.tigris.org/, "CVS":http://www.nongnu.org/cvs/, "Mercurial":http://www.selenic.com/mercurial/, "Darcs":http://darcs.net/ and "Bazaar":http://bazaar-vcs.org/
59 1 Jean-Philippe Lang
60 6 Jean-Philippe Lang
p=.  !/screenshots/scm_annotate_tn.png!:/screenshots/scm_annotate.png !/screenshots/scm_browser_tn.png!:/screenshots/scm_browser.png !/screenshots/scm_diff_tn.png!:/screenshots/scm_diff.png
61
62
*Feeds & email notifications*
63
64
* Project activity, changesets, news, issues, issue changes are available as Atom feeds
65
66
*Multiple LDAP authentication support*
67
68
* Redmine lets you authenticate users against multiple LDAP
69
* Accounts can be created on-the-fly when a user is found in the directory (optional)
70
71
*User self-registration support*
72
73
* Optionnaly, you can allow users to register online
74
* 3 account activation methods are available: automatic (no confirmation required), manual (by administrators) or through an auto generated URL sent via email
75
76
*Multilanguage support*
77
78
Thanks to many contributors, Redmine is yet available in the following languages:
79
80
* Bulgarian
81
* Czech
82
* Dutch
83
* English
84
* Chinese
85
* French
86
* German
87
* Hebrew
88
* Italian
89
* Japanese
90
* Korean
91
* Polish
92
* Portuguese
93
* Romanian
94
* Russian
95
* Serbian
96
* Spanish
97
* Swedish
98
99
*Multiple databases support*
100
101
* Redmine runs with MySQL, PostgreSQL or SQLite
102
103
h1. Feature requests
104 1 Jean-Philippe Lang
105 7 Jean-Philippe Lang
See the list of "requested features":http://www.redmine.org/projects/redmine/issues?set_filter=1&tracker_id=2.