diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 12:13:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-18 12:13:24 +0000 |
commit | 1cc6dd871bc6ae464b3adbd7ceac9db72d280a47 (patch) | |
tree | 0f67d9fb1211a6e003715ecb2870b867b9a0c62c /doc | |
parent | 4564519a560a69e34291ba6062a013500ee74e5d (diff) | |
download | redmine-1cc6dd871bc6ae464b3adbd7ceac9db72d280a47.tar.gz redmine-1cc6dd871bc6ae464b3adbd7ceac9db72d280a47.zip |
updated documentation
git-svn-id: http://redmine.rubyforge.org/svn/trunk@253 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG | 9 | ||||
-rw-r--r-- | doc/INSTALL | 10 | ||||
-rw-r--r-- | doc/UPGRADING | 2 |
3 files changed, 16 insertions, 5 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 23e0f6c31..d2934facb 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -9,17 +9,26 @@ http://redmine.rubyforge.org/ * Rails 1.2 is now required
* settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
+* added project roadmap view
* mail notifications added when a document, a file or an attachment is added
* tooltips added on Gantt chart and calender to view the details of the issues
* ability to set the sort order for roles, trackers, issue statuses
* added missing fields to csv export: priority, start date, due date, done ratio
+* added total number of issues per tracker on project overview
* 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-)
* added back "fixed version" field on issue screen and in filters
* project settings screen split in 4 tabs
+* custom fields screen split in 3 tabs (one for each kind of custom field)
+* multiple issues pdf export now rendered as a table
+* added a button on users/list to manually activate an account
+* added a setting option to disable "password lost" functionality
+* added a setting option to set max number of issues in csv/pdf exports
* fixed: subprojects count is always 0 on projects list
+* fixed: locked users are proposed when adding a member to a project
* fixed: setting an issue status as default status leads to an sql error with SQLite
* fixed: unable to delete an issue status even if it's not used yet
* fixed: filters ignored when exporting a predefined query to csv/pdf
+* fixed: crash when french "issue_edit" email notification is sent
== 01/03/2006 v0.4.1
diff --git a/doc/INSTALL b/doc/INSTALL index 58a9d6298..bf8b65285 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -7,7 +7,7 @@ http://redmine.rubyforge.org/ == Requirements
-* Ruby on Rails 1.2
+* Ruby on Rails 1.2.2
* Iconv
* A database (see compatibility below)
@@ -52,14 +52,16 @@ Supported databases: 7. Use default administrator account to log in:
login: admin
password: admin
+
+8. You can go to "Admin -> Settings" to modify application settings.
-8. Setup Apache or Lighttpd with fastcgi for best performance.
+9. Setup Apache or Lighttpd with fastcgi for best performance.
-== Configuration
+== SMTP server Configuration
In config/environment.rb, you can set parameters for your SMTP server:
-config.action_mailer.server_settings: SMTP server configuration
+config.action_mailer.smtp_settings: SMTP server configuration
config.action_mailer.perform_deliveries: set to false to disable mail delivering
Don't forget to restart the application after any change.
diff --git a/doc/UPGRADING b/doc/UPGRADING index d36547b3a..56688e230 100644 --- a/doc/UPGRADING +++ b/doc/UPGRADING @@ -5,7 +5,7 @@ Copyright (C) 2006-2007 Jean-Philippe Lang http://redmine.rubyforge.org/
-Note that Rails 1.2 is required for version 0.4.2 and later
+Note that Rails 1.2.2 is required for version 0.4.2 and later
== Upgrading from 0.3.0 and above
|