OSDN Git Service

updated documentation
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Feb 2007 12:13:24 +0000 (12:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 18 Feb 2007 12:13:24 +0000 (12:13 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@253 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/CHANGELOG
doc/INSTALL
doc/UPGRADING

index 23e0f6c..d2934fa 100644 (file)
@@ -9,17 +9,26 @@ http://redmine.rubyforge.org/
 \r
 * Rails 1.2 is now required\r
 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)\r
+* added project roadmap view\r
 * mail notifications added when a document, a file or an attachment is added\r
 * tooltips added on Gantt chart and calender to view the details of the issues\r
 * ability to set the sort order for roles, trackers, issue statuses\r
 * added missing fields to csv export: priority, start date, due date, done ratio\r
+* added total number of issues per tracker on project overview\r
 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)\r
 * added back "fixed version" field on issue screen and in filters\r
 * project settings screen split in 4 tabs\r
+* custom fields screen split in 3 tabs (one for each kind of custom field)\r
+* multiple issues pdf export now rendered as a table\r
+* added a button on users/list to manually activate an account\r
+* added a setting option to disable "password lost" functionality\r
+* added a setting option to set max number of issues in csv/pdf exports\r
 * fixed: subprojects count is always 0 on projects list\r
+* fixed: locked users are proposed when adding a member to a project\r
 * fixed: setting an issue status as default status leads to an sql error with SQLite\r
 * fixed: unable to delete an issue status even if it's not used yet\r
 * fixed: filters ignored when exporting a predefined query to csv/pdf\r
+* fixed: crash when french "issue_edit" email notification is sent\r
 \r
 \r
 == 01/03/2006 v0.4.1\r
index 58a9d62..bf8b652 100644 (file)
@@ -7,7 +7,7 @@ http://redmine.rubyforge.org/
 \r
 == Requirements\r
 \r
-* Ruby on Rails 1.2\r
+* Ruby on Rails 1.2.2\r
 * Iconv\r
 * A database (see compatibility below)\r
 \r
@@ -52,14 +52,16 @@ Supported databases:
 7. Use default administrator account to log in:\r
    login: admin\r
    password: admin\r
+   \r
+8. You can go to "Admin -> Settings" to modify application settings.\r
 \r
-8. Setup Apache or Lighttpd with fastcgi for best performance.\r
+9. Setup Apache or Lighttpd with fastcgi for best performance.\r
 \r
 \r
-== Configuration\r
+== SMTP server Configuration\r
 \r
 In config/environment.rb, you can set parameters for your SMTP server:\r
-config.action_mailer.server_settings: SMTP server configuration\r
+config.action_mailer.smtp_settings: SMTP server configuration\r
 config.action_mailer.perform_deliveries: set to false to disable mail delivering\r
 \r
 Don't forget to restart the application after any change.\r
index d36547b..56688e2 100644 (file)
@@ -5,7 +5,7 @@ Copyright (C) 2006-2007  Jean-Philippe Lang
 http://redmine.rubyforge.org/\r
 \r
 \r
-Note that Rails 1.2 is required for version 0.4.2 and later\r
+Note that Rails 1.2.2 is required for version 0.4.2 and later\r
 \r
 == Upgrading from 0.3.0 and above\r
 \r