##// END OF EJS Templates
Doc files updated for 0.5.0 release...
Jean-Philippe Lang -
r440:6a8ddc954f05
parent child
Show More
@@ -5,10 +5,36 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
5 http://redmine.rubyforge.org/
6
6
7
7
8 == xx/xx/2007 v0.4.3
8 == 04/11/2007 v0.5.0
9
9
10 * japanese translation added (thanks to Satoru Kurashiki)
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 * fixed: error when clicking "add" with no block selected on my/page_layout
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 == 02/18/2007 v0.4.2
40 == 02/18/2007 v0.4.2
@@ -8,7 +8,6 http://redmine.rubyforge.org/
8 == Requirements
8 == Requirements
9
9
10 * Ruby on Rails 1.2.2
10 * Ruby on Rails 1.2.2
11 * Iconv
12 * A database (see compatibility below)
11 * A database (see compatibility below)
13
12
14 Optional:
13 Optional:
@@ -23,7 +23,7 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23
23
24 == Main features
24 == Main features
25
25
26 redMine is a project management software written using Ruby on Rails.
26 redMine is a flexible project management web application written using Ruby on Rails.
27
27
28 * Multiple users/multiple projects
28 * Multiple users/multiple projects
29 * Fully customizable role based access control
29 * Fully customizable role based access control
@@ -31,13 +31,15 redMine is a project management software written using Ruby on Rails.
31 * Fully customizable workflow
31 * Fully customizable workflow
32 * Documents/files repository
32 * Documents/files repository
33 * News management
33 * News management
34 * Per project Wiki
35 * Time tracking
34 * SVN browser and diff viewer
36 * SVN browser and diff viewer
35 * Email notifications
37 * Email notifications
36 * Custom fields for projects, users and issues
38 * Custom fields for projects, users and issues
37 * Multiple LDAP authentication support
39 * Multiple LDAP authentication support
38 * User self-registration support
40 * User self-registration support
39 * Multilanguage support (english, french, german, spanish)
41 * Multilanguage support
40 * Multiple databases support: MySQL, PostgreSQL, Oracle, SQL Server, SQLite
42 * Multiple databases support
41
43
42
44
43 == User documentation
45 == User documentation
@@ -61,3 +63,6 may not be provided for these versions.
61 * Todd McGrath (help with english translation)
63 * Todd McGrath (help with english translation)
62 * Satoru Kurashiki (japanese translation)
64 * Satoru Kurashiki (japanese translation)
63 * Alessio Spadaro (italian translation)
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