@@ -5,10 +5,36 Copyright (C) 2006-2007 Jean-Philippe Lang | |||
|
5 | 5 | http://redmine.rubyforge.org/ |
|
6 | 6 | |
|
7 | 7 | |
|
8 |
== |
|
|
9 | ||
|
10 | * japanese translation added (thanks to Satoru Kurashiki) | |
|
8 | == 04/11/2007 v0.5.0 | |
|
9 | ||
|
10 | * added per project Wiki | |
|
11 | * added rss/atom feeds at project level (custom queries can be used as feeds) | |
|
12 | * added search engine (search in issues, news, commits, wiki pages, documents) | |
|
13 | * simple time tracking functionality added | |
|
14 | * added version due dates on calendar and gantt | |
|
15 | * added subprojects issue count on project Reports page | |
|
16 | * added the ability to copy an existing workflow when creating a new tracker | |
|
17 | * added the ability to include subprojects on calendar and gantt | |
|
18 | * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones) | |
|
19 | * added side by side svn diff view (Cyril Mougel) | |
|
20 | * added back subproject filter on issue list | |
|
21 | * added permissions report in admin area | |
|
22 | * added a status filter on users list | |
|
23 | * support for password-protected SVN repositories | |
|
24 | * SVN commits are now stored in the database | |
|
25 | * added simple svn statistics SVG graphs | |
|
26 | * progress bars for roadmap versions (Nick Read) | |
|
27 | * issue history now shows file uploads and deletions | |
|
28 | * #id patterns are turned into links to issues in descriptions and commit messages | |
|
29 | * japanese translation added (Satoru Kurashiki) | |
|
30 | * chinese simplified translation added (Andy Wu) | |
|
31 | * italian translation added (Alessio Spadaro) | |
|
32 | * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche) | |
|
33 | * better calendar rendering time | |
|
34 | * fixed migration scripts to work with mysql 5 running in strict mode | |
|
11 | 35 | * fixed: error when clicking "add" with no block selected on my/page_layout |
|
36 | * fixed: hard coded links in navigation bar | |
|
37 | * fixed: table_name pre/suffix support | |
|
12 | 38 | |
|
13 | 39 | |
|
14 | 40 | == 02/18/2007 v0.4.2 |
@@ -8,7 +8,6 http://redmine.rubyforge.org/ | |||
|
8 | 8 | == Requirements |
|
9 | 9 | |
|
10 | 10 | * Ruby on Rails 1.2.2 |
|
11 | * Iconv | |
|
12 | 11 | * A database (see compatibility below) |
|
13 | 12 | |
|
14 | 13 | Optional: |
@@ -23,7 +23,7 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |||
|
23 | 23 | |
|
24 | 24 | == Main features |
|
25 | 25 | |
|
26 |
redMine is a project management |
|
|
26 | redMine is a flexible project management web application written using Ruby on Rails. | |
|
27 | 27 | |
|
28 | 28 | * Multiple users/multiple projects |
|
29 | 29 | * Fully customizable role based access control |
@@ -31,13 +31,15 redMine is a project management software written using Ruby on Rails. | |||
|
31 | 31 | * Fully customizable workflow |
|
32 | 32 | * Documents/files repository |
|
33 | 33 | * News management |
|
34 | * Per project Wiki | |
|
35 | * Time tracking | |
|
34 | 36 | * SVN browser and diff viewer |
|
35 | 37 | * Email notifications |
|
36 | 38 | * Custom fields for projects, users and issues |
|
37 | 39 | * Multiple LDAP authentication support |
|
38 | 40 | * User self-registration support |
|
39 | * Multilanguage support (english, french, german, spanish) | |
|
40 | * Multiple databases support: MySQL, PostgreSQL, Oracle, SQL Server, SQLite | |
|
41 | * Multilanguage support | |
|
42 | * Multiple databases support | |
|
41 | 43 | |
|
42 | 44 | |
|
43 | 45 | == User documentation |
@@ -61,3 +63,6 may not be provided for these versions. | |||
|
61 | 63 | * Todd McGrath (help with english translation) |
|
62 | 64 | * Satoru Kurashiki (japanese translation) |
|
63 | 65 | * Alessio Spadaro (italian translation) |
|
66 | * Andy Wu (chinese simplified translation) | |
|
67 | * Thomas L�ber (german translation) | |
|
68 | * Daniel Weinand (german translation) |
General Comments 0
You need to be logged in to leave comments.
Login now