##// END OF EJS Templates
Slight changes for 0.6.0 release....
Jean-Philippe Lang -
r870:d0af24870eed
parent child
Show More
@@ -1,8 +1,86
1 == redMine changelog
1 == Redmine changelog
2
2
3 redMine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2007 Jean-Philippe Lang
4 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
5 http://www.redmine.org/
6
7
8 == 2007-11-04 v0.6.0
9
10 * Permission model refactoring.
11 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
12 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
13 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
14 * Added Mantis and Trac importers
15 * New application layout
16 * Added "Bulk edit" functionality on the issue list
17 * More flexible mail notifications settings at user level
18 * Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
19 * Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
20 * Added the ability to customize issue list columns (at application level or for each saved query)
21 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
22 * Added the ability to rename wiki pages (specific permission required)
23 * Search engines now supports pagination. Results are sorted in reverse chronological order
24 * Added "Estimated hours" attribute on issues
25 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
26 * Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board
27 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
28 * Gantt chart: now starts at the current month by default
29 * Gantt chart: month count and zoom factor are automatically saved as user preferences
30 * Wiki links can now refer to other project wikis
31 * Added wiki index by date
32 * Added preview on add/edit issue form
33 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
34 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that they�re properly displayed)
35 * Calendar: first day of week can now be set in lang files
36 * Automatic closing of duplicate issues
37 * Added a cross-project issue list
38 * AJAXified the SCM browser (tree view)
39 * Pretty URL for the repository browser (Cyril Mougel)
40 * Search engine: added a checkbox to search titles only
41 * Added "% done" in the filter list
42 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
43 * Added some accesskeys
44 * Added "Float" as a custom field format
45 * Added basic Theme support
46 * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov)
47 * Added custom fields in issue related mail notifications
48 * Email notifications are now sent in plain text and html
49 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
50 * Added syntax highlightment for repository files and wiki
51 * Improved automatic Redmine links
52 * Added automatic table of content support on wiki pages
53 * Added radio buttons on the documents list to sort documents by category, date, title or author
54 * Added basic plugin support, with a sample plugin
55 * Added a link to add a new category when creating or editing an issue
56 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
57 * Added an option to be able to relate issues in different projects
58 * Added the ability to move issues (to another project) without changing their trackers.
59 * Atom feeds added on project activity, news and changesets
60 * Added the ability to reset its own RSS access key
61 * Main project list now displays root projects with their subprojects
62 * Added anchor links to issue notes
63 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
64 * Issue notes are now included in search
65 * Added email sending test functionality
66 * Added LDAPS support for LDAP authentication
67 * Removed hard-coded URLs in mail templates
68 * Subprojects are now grouped by projects in the navigation drop-down menu
69 * Added a new value for date filters: this week
70 * Added cache for application settings
71 * Added Polish translation (Tomasz Gawryl)
72 * Added Czech translation (Jan Kadlecek)
73 * Added Romanian translation (Csongor Bartus)
74 * Added Hebrew translation (Bob Builder)
75 * Added Serbian translation (Dragan Matic)
76 * Added Korean translation (Choi Jong Yoon)
77 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
78 * Performance improvement on calendar and gantt
79 * Fixed: wiki preview doesn�t work on long entries
80 * Fixed: queries with multiple custom fields return no result
81 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
82 * Fixed: URL with ~ broken in wiki formatting
83 * Fixed: some quotation marks are rendered as strange characters in pdf
6
84
7
85
8 == 2007-07-15 v0.5.1
86 == 2007-07-15 v0.5.1
1 NO CONTENT: modified file
NO CONTENT: modified file
@@ -1,13 +1,13
1 == redMine installation
1 == Redmine installation
2
2
3 redMine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2007 Jean-Philippe Lang
4 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
5 http://www.redmine.org/
6
6
7
7
8 == Requirements
8 == Requirements
9
9
10 * Ruby on Rails 1.2.2
10 * Ruby on Rails 1.2.2 or higher (this release won't work with Rails 2.0)
11 * A database (see compatibility below)
11 * A database (see compatibility below)
12
12
13 Optional:
13 Optional:
@@ -22,8 +22,7 Supported databases:
22
22
23 == Installation
23 == Installation
24
24
25 1. Uncompress program archive:
25 1. Uncompress the program archive
26 tar zxvf <filename>
27
26
28 2. Create an empty database: "redmine" for example
27 2. Create an empty database: "redmine" for example
29
28
@@ -34,11 +33,10 Supported databases:
34 rake db:migrate RAILS_ENV="production"
33 rake db:migrate RAILS_ENV="production"
35 It will create tables and an administrator account.
34 It will create tables and an administrator account.
36
35
37 5. Insert default configuration data in database:
36 5. Insert default configuration data in the database:
38 rake redmine:load_default_data RAILS_ENV="production"
37 rake redmine:load_default_data RAILS_ENV="production"
39 It will load default roles, trackers, statuses, workflows and enumerations.
38 It will load default roles, trackers, statuses, workflows and enumerations.
40 This step is optional (but recommended), as you can define your
39 This step is optional but *highly recommended*
41 own configuration from sratch.
42
40
43 6. Test the installation by running WEBrick web server:
41 6. Test the installation by running WEBrick web server:
44 ruby script/server -e production
42 ruby script/server -e production
@@ -61,9 +59,4 In config/environment.rb, you can set parameters for your SMTP server:
61 config.action_mailer.smtp_settings: SMTP server configuration
59 config.action_mailer.smtp_settings: SMTP server configuration
62 config.action_mailer.perform_deliveries: set to false to disable mail delivering
60 config.action_mailer.perform_deliveries: set to false to disable mail delivering
63
61
64 Don't forget to restart the application after any change.
62 Don't forget to restart the application after any change to this file.
65
66
67 == Upgrading
68
69 See UPGRADING
@@ -1,24 +1,27
1 == redMine upgrade procedure
1 == Redmine upgrade procedure
2
2
3 redMine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2007 Jean-Philippe Lang
4 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
5 http://www.redmine.org/
6
6
7
7
8 == Upgrading from 0.3.0 and above
8 == Upgrading from 0.3.0 and above
9
9
10 1. Uncompress program archive in a new directory:
10 1. Uncompress the program archive in a new directory
11 tar zxvf <filename>
12
11
13 3. Copy your database settings (RAILS_ROOT/config/database.yml)
12 3. Copy your database settings (RAILS_ROOT/config/database.yml)
14 into the new config directory
13 into the new config directory
15
14
16 4. Migrate your database:
15 4. Enter your SMTP settings in config/environment.rb
16 Do not replace this file with the old one
17
18 5. Migrate your database (please make a backup before doing this):
17 rake db:migrate RAILS_ENV="production"
19 rake db:migrate RAILS_ENV="production"
18
20
19 5. Copy the RAILS_ROOT/files directory content into your new installation
21 6. Copy the RAILS_ROOT/files directory content into your new installation
20
22
21 Note 1: Rails 1.2.2 is required for version 0.4.2 and later.
23 Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later.
24 This release won't work with Rails 2.0
22
25
23 Note 2: when upgrading your code with svn update, don't forget to clear
26 Note 2: when upgrading your code with svn update, don't forget to clear
24 the application cache (RAILS_ROOT/tmp/cache) before restarting.
27 the application cache (RAILS_ROOT/tmp/cache) before restarting.
@@ -3,8 +3,8 require 'rexml/document'
3 module Redmine
3 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 0
5 MAJOR = 0
6 MINOR = 5
6 MINOR = 6
7 TINY = 1
7 TINY = 0
8
8
9 def self.revision
9 def self.revision
10 revision = nil
10 revision = nil
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now