##// END OF EJS Templates
updated changelog and doc files...
Jean-Philippe Lang -
r195:23f6185bfe1a
parent child
Show More
@@ -7,11 +7,18 http://redmine.rubyforge.org/
7
7
8 == xx/xx/2006 v0.4.2
8 == xx/xx/2006 v0.4.2
9
9
10 * settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings
10 * Rails 1.2 is now required
11 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
12 * mail notifications added when a document, a file or an attachment is added
11 * tooltips added on Gantt chart and calender to view the details of the issues
13 * tooltips added on Gantt chart and calender to view the details of the issues
14 * added missing fields to csv export: priority, start date, due date, done ratio
12 * 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-)
15 * 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-)
13 * added back "fixed version" field on issue screen and in filters
16 * added back "fixed version" field on issue screen and in filters
17 * project settings screen split in 4 tabs
14 * fixed: subprojects count is always 0 on projects list
18 * fixed: subprojects count is always 0 on projects list
19 * fixed: setting an issue status as default status leads to an sql error with SQLite
20 * fixed: unable to delete an issue status even if it's not used yet
21 * fixed: filters ignored when exporting a predefined query to csv/pdf
15
22
16
23
17 == 01/03/2006 v0.4.1
24 == 01/03/2006 v0.4.1
@@ -7,7 +7,7 http://redmine.rubyforge.org/
7
7
8 == Requirements
8 == Requirements
9
9
10 * Ruby on Rails 1.1
10 * Ruby on Rails 1.2
11 * Iconv
11 * Iconv
12 * A database (see compatibility below)
12 * A database (see compatibility below)
13
13
@@ -5,7 +5,9 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
5 http://redmine.rubyforge.org/
6
6
7
7
8 == From 0.3.0 and above
8 Note that Rails 1.2 is required for version 0.4.2 and later
9
10 == Upgrading from 0.3.0 and above
9
11
10 1. Uncompress program archive in a new directory:
12 1. Uncompress program archive in a new directory:
11 tar zxvf <filename>
13 tar zxvf <filename>
General Comments 0
You need to be logged in to leave comments. Login now