Doc files updated for 0.5.0 release
git-svn-id: http://redmine.rubyforge.org/svn/trunk@443 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8f1c0eb2dd
commit
6a8ddc954f
|
@ -5,10 +5,36 @@ Copyright (C) 2006-2007 Jean-Philippe Lang
|
||||||
http://redmine.rubyforge.org/
|
http://redmine.rubyforge.org/
|
||||||
|
|
||||||
|
|
||||||
== xx/xx/2007 v0.4.3
|
== 04/11/2007 v0.5.0
|
||||||
|
|
||||||
* japanese translation added (thanks to Satoru Kurashiki)
|
* added per project Wiki
|
||||||
|
* added rss/atom feeds at project level (custom queries can be used as feeds)
|
||||||
|
* added search engine (search in issues, news, commits, wiki pages, documents)
|
||||||
|
* simple time tracking functionality added
|
||||||
|
* added version due dates on calendar and gantt
|
||||||
|
* added subprojects issue count on project Reports page
|
||||||
|
* added the ability to copy an existing workflow when creating a new tracker
|
||||||
|
* added the ability to include subprojects on calendar and gantt
|
||||||
|
* added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
|
||||||
|
* added side by side svn diff view (Cyril Mougel)
|
||||||
|
* added back subproject filter on issue list
|
||||||
|
* added permissions report in admin area
|
||||||
|
* added a status filter on users list
|
||||||
|
* support for password-protected SVN repositories
|
||||||
|
* SVN commits are now stored in the database
|
||||||
|
* added simple svn statistics SVG graphs
|
||||||
|
* progress bars for roadmap versions (Nick Read)
|
||||||
|
* issue history now shows file uploads and deletions
|
||||||
|
* #id patterns are turned into links to issues in descriptions and commit messages
|
||||||
|
* japanese translation added (Satoru Kurashiki)
|
||||||
|
* chinese simplified translation added (Andy Wu)
|
||||||
|
* italian translation added (Alessio Spadaro)
|
||||||
|
* added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
|
||||||
|
* better calendar rendering time
|
||||||
|
* fixed migration scripts to work with mysql 5 running in strict mode
|
||||||
* fixed: error when clicking "add" with no block selected on my/page_layout
|
* fixed: error when clicking "add" with no block selected on my/page_layout
|
||||||
|
* fixed: hard coded links in navigation bar
|
||||||
|
* fixed: table_name pre/suffix support
|
||||||
|
|
||||||
|
|
||||||
== 02/18/2007 v0.4.2
|
== 02/18/2007 v0.4.2
|
||||||
|
|
|
@ -8,7 +8,6 @@ http://redmine.rubyforge.org/
|
||||||
== Requirements
|
== Requirements
|
||||||
|
|
||||||
* Ruby on Rails 1.2.2
|
* Ruby on Rails 1.2.2
|
||||||
* Iconv
|
|
||||||
* A database (see compatibility below)
|
* A database (see compatibility below)
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
11
doc/README
11
doc/README
|
@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
== Main features
|
== Main features
|
||||||
|
|
||||||
redMine is a project management software written using Ruby on Rails.
|
redMine is a flexible project management web application written using Ruby on Rails.
|
||||||
|
|
||||||
* Multiple users/multiple projects
|
* Multiple users/multiple projects
|
||||||
* Fully customizable role based access control
|
* Fully customizable role based access control
|
||||||
|
@ -31,13 +31,15 @@ redMine is a project management software written using Ruby on Rails.
|
||||||
* Fully customizable workflow
|
* Fully customizable workflow
|
||||||
* Documents/files repository
|
* Documents/files repository
|
||||||
* News management
|
* News management
|
||||||
|
* Per project Wiki
|
||||||
|
* Time tracking
|
||||||
* SVN browser and diff viewer
|
* SVN browser and diff viewer
|
||||||
* Email notifications
|
* Email notifications
|
||||||
* Custom fields for projects, users and issues
|
* Custom fields for projects, users and issues
|
||||||
* Multiple LDAP authentication support
|
* Multiple LDAP authentication support
|
||||||
* User self-registration support
|
* User self-registration support
|
||||||
* Multilanguage support (english, french, german, spanish)
|
* Multilanguage support
|
||||||
* Multiple databases support: MySQL, PostgreSQL, Oracle, SQL Server, SQLite
|
* Multiple databases support
|
||||||
|
|
||||||
|
|
||||||
== User documentation
|
== User documentation
|
||||||
|
@ -61,3 +63,6 @@ may not be provided for these versions.
|
||||||
* Todd McGrath (help with english translation)
|
* Todd McGrath (help with english translation)
|
||||||
* Satoru Kurashiki (japanese translation)
|
* Satoru Kurashiki (japanese translation)
|
||||||
* Alessio Spadaro (italian translation)
|
* Alessio Spadaro (italian translation)
|
||||||
|
* Andy Wu (chinese simplified translation)
|
||||||
|
* Thomas Löber (german translation)
|
||||||
|
* Daniel Weinand (german translation)
|
||||||
|
|
Loading…
Reference in New Issue