##// END OF EJS Templates
updated documentation...
Jean-Philippe Lang -
r250:1cc6dd871bc6
parent child
Show More
@@ -9,17 +9,26 http://redmine.rubyforge.org/
9 9
10 10 * Rails 1.2 is now required
11 11 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
12 * added project roadmap view
12 13 * mail notifications added when a document, a file or an attachment is added
13 14 * tooltips added on Gantt chart and calender to view the details of the issues
14 15 * ability to set the sort order for roles, trackers, issue statuses
15 16 * added missing fields to csv export: priority, start date, due date, done ratio
17 * added total number of issues per tracker on project overview
16 18 * 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-)
17 19 * added back "fixed version" field on issue screen and in filters
18 20 * project settings screen split in 4 tabs
21 * custom fields screen split in 3 tabs (one for each kind of custom field)
22 * multiple issues pdf export now rendered as a table
23 * added a button on users/list to manually activate an account
24 * added a setting option to disable "password lost" functionality
25 * added a setting option to set max number of issues in csv/pdf exports
19 26 * fixed: subprojects count is always 0 on projects list
27 * fixed: locked users are proposed when adding a member to a project
20 28 * fixed: setting an issue status as default status leads to an sql error with SQLite
21 29 * fixed: unable to delete an issue status even if it's not used yet
22 30 * fixed: filters ignored when exporting a predefined query to csv/pdf
31 * fixed: crash when french "issue_edit" email notification is sent
23 32
24 33
25 34 == 01/03/2006 v0.4.1
@@ -7,7 +7,7 http://redmine.rubyforge.org/
7 7
8 8 == Requirements
9 9
10 * Ruby on Rails 1.2
10 * Ruby on Rails 1.2.2
11 11 * Iconv
12 12 * A database (see compatibility below)
13 13
@@ -53,13 +53,15 Supported databases:
53 53 login: admin
54 54 password: admin
55 55
56 8. Setup Apache or Lighttpd with fastcgi for best performance.
56 8. You can go to "Admin -> Settings" to modify application settings.
57 57
58 9. Setup Apache or Lighttpd with fastcgi for best performance.
58 59
59 == Configuration
60
61 == SMTP server Configuration
60 62
61 63 In config/environment.rb, you can set parameters for your SMTP server:
62 config.action_mailer.server_settings: SMTP server configuration
64 config.action_mailer.smtp_settings: SMTP server configuration
63 65 config.action_mailer.perform_deliveries: set to false to disable mail delivering
64 66
65 67 Don't forget to restart the application after any change.
@@ -5,7 +5,7 Copyright (C) 2006-2007 Jean-Philippe Lang
5 5 http://redmine.rubyforge.org/
6 6
7 7
8 Note that Rails 1.2 is required for version 0.4.2 and later
8 Note that Rails 1.2.2 is required for version 0.4.2 and later
9 9
10 10 == Upgrading from 0.3.0 and above
11 11
General Comments 0
You need to be logged in to leave comments. Login now