Project

General

Profile

Features » History » Version 15

Eric Davis, 2009-08-10 02:02
Added git

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 13 Karl Heinz Marbaise
*Multiple subproject support*
11
12
* Manage related project parts as subprojects of a main project.
13
14 6 Jean-Philippe Lang
*Flexible role based access control*
15 1 Jean-Philippe Lang
16 6 Jean-Philippe Lang
* Define your own roles and set their permissions in a click
17 1 Jean-Philippe Lang
18 6 Jean-Philippe Lang
p=. !/screenshots/role_permissions_tn.png!:/screenshots/role_permissions.png
19 1 Jean-Philippe Lang
20 6 Jean-Philippe Lang
*Flexible issue tracking system*
21 1 Jean-Philippe Lang
22 6 Jean-Philippe Lang
* Define you own statuses and issue types
23
* 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)
24 1 Jean-Philippe Lang
25 6 Jean-Philippe Lang
p=. !/screenshots/issue_list_tn.png!:/screenshots/issue_list.png !/screenshots/workflow_tn.png!:/screenshots/workflow.png
26 1 Jean-Philippe Lang
27 6 Jean-Philippe Lang
*Gantt chart and calendar*
28 1 Jean-Philippe Lang
29 6 Jean-Philippe Lang
* Automatic gantt and calendar based on issues start and due dates
30 1 Jean-Philippe Lang
31 6 Jean-Philippe Lang
p=. !/screenshots/gantt_tn.png!:/screenshots/gantt.png
32 1 Jean-Philippe Lang
33 6 Jean-Philippe Lang
*Time tracking functionality*
34 1 Jean-Philippe Lang
35 6 Jean-Philippe Lang
* Time can be entered at project or ticket level
36
* Simple report to view time per user, issue type, category or activity
37 1 Jean-Philippe Lang
38 6 Jean-Philippe Lang
p=. !/screenshots/spent_time_tn.png!:/screenshots/spent_time.png
39 1 Jean-Philippe Lang
40 6 Jean-Philippe Lang
*Custom fields*
41 1 Jean-Philippe Lang
42 11 Mischa The Evil
* You can define your own custom fields for issues, time-entries, projects and users
43 12 Mischa The Evil
* Differents formats are available: text, date, boolean, integers, drop-down lists and checkboxes
44 6 Jean-Philippe Lang
* Custom fields can be displayed on the issue list and used as filters just like regular fields
45 1 Jean-Philippe Lang
46 6 Jean-Philippe Lang
*News, documents & files management*
47 1 Jean-Philippe Lang
48 6 Jean-Philippe Lang
* You can easily post messages and share files
49 1 Jean-Philippe Lang
50 6 Jean-Philippe Lang
*Per project wiki and forums*
51 1 Jean-Philippe Lang
52 6 Jean-Philippe Lang
* Wiki uses textile syntax and free linking within the wiki using brackets
53
* Diff and annotate views are available
54 1 Jean-Philippe Lang
55 6 Jean-Philippe Lang
p=. !/screenshots/wiki_edit_tn.png!:/screenshots/wiki_edit.png
56 1 Jean-Philippe Lang
57 6 Jean-Philippe Lang
*Repository browser and diff viewer*
58 1 Jean-Philippe Lang
59 6 Jean-Philippe Lang
* Existing repositories can be attached to each of your projects
60
* Redmine lets you browse their contents, view and search changesets
61
* Diff and annotate (aka blame) viewer
62 15 Eric Davis
* Supported SCM: "Subversion":http://subversion.tigris.org/, "CVS":http://www.nongnu.org/cvs/, "Mercurial":http://www.selenic.com/mercurial/, "Darcs":http://darcs.net/, "Bazaar":http://bazaar-vcs.org/ and "Git":http://www.git-scm.org/.
63 1 Jean-Philippe Lang
64 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
65
66
*Feeds & email notifications*
67
68
* Project activity, changesets, news, issues, issue changes are available as Atom feeds
69
70
*Multiple LDAP authentication support*
71
72
* Redmine lets you authenticate users against multiple LDAP
73
* Accounts can be created on-the-fly when a user is found in the directory (optional)
74
75
*User self-registration support*
76
77 11 Mischa The Evil
* Optionally, you can allow users to register online
78 6 Jean-Philippe Lang
* 3 account activation methods are available: automatic (no confirmation required), manual (by administrators) or through an auto generated URL sent via email
79
80
*Multilanguage support*
81
82 14 Mischa The Evil
Thanks to many contributors, Redmine is yet available in the following thirty-four languages:
83 1 Jean-Philippe Lang
84 14 Mischa The Evil
* Bosnian
85
* Brazilian Portuguese
86 1 Jean-Philippe Lang
* Bulgarian
87 14 Mischa The Evil
* Catalan
88
* Chinese
89 9 Jean-Philippe Lang
* Czech
90 6 Jean-Philippe Lang
* Danish
91
* Dutch
92 9 Jean-Philippe Lang
* English
93 1 Jean-Philippe Lang
* Finnish
94 6 Jean-Philippe Lang
* French
95 14 Mischa The Evil
* Galician
96 10 Jean-Philippe Lang
* German
97 6 Jean-Philippe Lang
* Hebrew
98 1 Jean-Philippe Lang
* Hungarian
99
* Italian
100 6 Jean-Philippe Lang
* Japanese
101 9 Jean-Philippe Lang
* Korean
102 14 Mischa The Evil
* Lithuanian
103
* Norwegian
104 6 Jean-Philippe Lang
* Polish
105 1 Jean-Philippe Lang
* Portuguese
106
* Romanian
107 6 Jean-Philippe Lang
* Russian
108
* Serbian
109 14 Mischa The Evil
* Slovak
110
* Slovenian
111 1 Jean-Philippe Lang
* Spanish
112 6 Jean-Philippe Lang
* Swedish
113 14 Mischa The Evil
* Taiwanese
114
* Thai
115
* Turkish
116 6 Jean-Philippe Lang
* Ukrainian
117 14 Mischa The Evil
* Vietnamese
118 6 Jean-Philippe Lang
119
*Multiple databases support*
120
121
* Redmine runs with MySQL, PostgreSQL or SQLite
122
123
h1. Feature requests
124 1 Jean-Philippe Lang
125 7 Jean-Philippe Lang
See the list of "requested features":http://www.redmine.org/projects/redmine/issues?set_filter=1&tracker_id=2.