##// END OF EJS Templates
0.4.0 release...
Jean-Philippe Lang -
r140:f3babef54ab4
parent child
Show More
@@ -0,0 +1,22
1 == redMine upgrade procedure
2
3 redMine - project management software
4 Copyright (C) 2006-2007 Jean-Philippe Lang
5 http://redmine.rubyforge.org/
6
7 == From 0.3.0
8
9 1. Uncompress program archive in a new directory:
10 tar zxvf <filename>
11
12 3. Copy your database (database.yml) and configuration settings (config_custom.rb)
13 into the new config directory
14
15 4. Migrate your database:
16 rake migrate RAILS_ENV="production"
17
18
19 == From 0.2.x and previous
20
21 Due to major database changes since 0.2.x, there is no migration support
22 from 0.2.x and previous versions.
@@ -112,7 +112,7 $RDM_TEXTILE_DISABLED = true unless ActionView::Helpers::TextHelper.method_defin
112 112 # application name
113 113 RDM_APP_NAME = "redMine"
114 114 # application version
115 RDM_APP_VERSION = "0.3.0"
115 RDM_APP_VERSION = "0.4.0"
116 116
117 117 ActiveRecord::Errors.default_error_messages = {
118 118 :inclusion => "activerecord_error_inclusion",
@@ -5,7 +5,7 Copyright (C) 2006-2007 Jean-Philippe Lang
5 5 http://redmine.rubyforge.org/
6 6
7 7
8 == xx/xx/2006 v0.4.0
8 == 01/02/2006 v0.4.0
9 9
10 10 * simple SVN browser added (just needs svn binaries in PATH)
11 11 * comments can now be added on news
@@ -12,7 +12,7 http://redmine.rubyforge.org/
12 12 * A database (see compatibility below)
13 13
14 14 Optional:
15 * RedCloth (for textile formatting)
15 * RedCloth (to enable textile formatting)
16 16
17 17 Supported databases:
18 18 * MySQL (tested with MySQL 5)
@@ -22,12 +22,6 Supported databases:
22 22 * SQLite (tested with SQLite 3)
23 23
24 24
25 == Upgrade
26
27 Due to major database changes, there is no migration support from beta 0.2.0.
28 Next releases (0.3.0+) will be provided with upgrade support.
29
30
31 25 == Installation
32 26
33 27 1. Uncompress program archive:
@@ -64,10 +58,14 Next releases (0.3.0+) will be provided with upgrade support.
64 58 == Configuration
65 59
66 60 A sample configuration file is provided: "config/config_custom.example.rb"
67 Rename it to config_custom.rb and edit parameters.
61 Rename it to config_custom.rb and set your parameters.
68 62 Don't forget to restart the application after any change.
69 63
70
64 In config/environment.rb, you can set parameters for your SMTP server:
71 65 config.action_mailer.server_settings: SMTP server configuration
72 66 config.action_mailer.perform_deliveries: set to false to disable mail delivering
73 67
68
69 == Upgrading
70
71 See UPGRADING
@@ -239,16 +239,16 label_confirmation: Bestätigung
239 239 label_export_to: Export zu
240 240 label_read: Lesen...
241 241 label_public_projects: Öffentliche Projekte
242 label_open_issues: Geöffnet
243 label_open_issues_plural: Geöffnet
244 label_closed_issues: Geschlossen
245 label_closed_issues_plural: Geschlossen
242 label_open_issues: geöffnet
243 label_open_issues_plural: geöffnet
244 label_closed_issues: geschlossen
245 label_closed_issues_plural: geschlossen
246 246 label_total: Gesamtzahl
247 247 label_permissions: Berechtigungen
248 248 label_current_status: Gegenwärtiger Status
249 249 label_new_statuses_allowed: Neue Status gewährten
250 label_all: Alle
251 label_none: Kein
250 label_all: alle
251 label_none: kein
252 252 label_next: Weiter
253 253 label_previous: Zurück
254 254 label_used_by: Benutzt von
@@ -239,16 +239,16 label_confirmation: Confirmation
239 239 label_export_to: Export to
240 240 label_read: Read...
241 241 label_public_projects: Public projects
242 label_open_issues: Open
243 label_open_issues_plural: Open
244 label_closed_issues: Closed
245 label_closed_issues_plural: Closed
242 label_open_issues: open
243 label_open_issues_plural: open
244 label_closed_issues: closed
245 label_closed_issues_plural: closed
246 246 label_total: Total
247 247 label_permissions: Permissions
248 248 label_current_status: Current status
249 249 label_new_statuses_allowed: New statuses allowed
250 label_all: All
251 label_none: None
250 label_all: all
251 label_none: none
252 252 label_next: Next
253 253 label_previous: Previous
254 254 label_used_by: Used by
@@ -239,16 +239,16 label_confirmation: Confirmación
239 239 label_export_to: Exportar a
240 240 label_read: Leer...
241 241 label_public_projects: Proyectos publicos
242 label_open_issues: Abierta
243 label_open_issues_plural: Abiertas
244 label_closed_issues: Cerrada
245 label_closed_issues_plural: Cerradas
242 label_open_issues: abierta
243 label_open_issues_plural: abiertas
244 label_closed_issues: cerrada
245 label_closed_issues_plural: cerradas
246 246 label_total: Total
247 247 label_permissions: Permisos
248 248 label_current_status: Estado actual
249 249 label_new_statuses_allowed: Nuevos estatutos autorizados
250 label_all: Todos
251 label_none: Ninguno
250 label_all: todos
251 label_none: ninguno
252 252 label_next: Próximo
253 253 label_previous: Precedente
254 254 label_used_by: Utilizado por
General Comments 0
You need to be logged in to leave comments. Login now