Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Jean-Philippe Lang
- Tue, 02 Jan 2007 16:34:15
Show More
0
doc/UPGRADING
doc/UPGRADING
created
644
+22
0
@@
-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.
0
config/environment.rb
config/environment.rb
+1
-1
@@
-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" ,
0
doc/CHANGELOG
doc/CHANGELOG
+1
-1
@@
-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
0
doc/INSTALL
doc/INSTALL
+7
-9
@@
-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 s et 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
0
lang/de.yml
lang/de.yml
+6
-6
@@
-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 : g eöffnet
243
label_open_issues_plural : g eöffnet
244
label_closed_issues : g eschlossen
245
label_closed_issues_plural : g eschlossen
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 : a lle
251
label_none : k ein
252
252
label_next : Weiter
253
253
label_previous : Zurück
254
254
label_used_by : Benutzt von
0
lang/en.yml
lang/en.yml
+6
-6
@@
-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 : o pen
243
label_open_issues_plural : o pen
244
label_closed_issues : c losed
245
label_closed_issues_plural : c losed
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 : a ll
251
label_none : n one
252
252
label_next : Next
253
253
label_previous : Previous
254
254
label_used_by : Used by
0
lang/es.yml
lang/es.yml
+6
-6
@@
-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 : a bierta
243
label_open_issues_plural : a biertas
244
label_closed_issues : c errada
245
label_closed_issues_plural : c erradas
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 : t odos
251
label_none : n inguno
252
252
label_next : Próximo
253
253
label_previous : Precedente
254
254
label_used_by : Utilizado por
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages