@@ -8,6 +8,18 http://www.redmine.org/ | |||||
8 |
|
8 | |||
9 | Adds context menu to the roadmap issue lists |
|
9 | Adds context menu to the roadmap issue lists | |
10 |
|
10 | |||
|
11 | == 2010-06-24 v0.9.5 | |||
|
12 | Linkify folder names on revision view | |||
|
13 | "fiters" and "options" should be hidden in print view via css | |||
|
14 | Fixed: NoMethodError when no issue params are submitted | |||
|
15 | Fixed: projects.atom with required authentication | |||
|
16 | Fixed: External links not correctly displayed in Wiki TOC | |||
|
17 | Fixed: Member role forms in project settings are not hidden after member added | |||
|
18 | Fixed: pre can't be inside p | |||
|
19 | Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT | |||
|
20 | Fixed: mail handler fails when the from address is empty | |||
|
21 | ||||
|
22 | ||||
11 | == 2010-05-01 v0.9.4 |
|
23 | == 2010-05-01 v0.9.4 | |
12 |
|
24 | |||
13 | Filters collapsed by default on issues index page for a saved query |
|
25 | Filters collapsed by default on issues index page for a saved query |
@@ -33,7 +33,7 Optional: | |||||
33 | 4. Generate a session store secret |
|
33 | 4. Generate a session store secret | |
34 | Redmine stores session data in cookies by default, which requires |
|
34 | Redmine stores session data in cookies by default, which requires | |
35 | a secret to be generated. Run: |
|
35 | a secret to be generated. Run: | |
36 |
rake |
|
36 | rake generate_session_store | |
37 |
|
37 | |||
38 | 5. Create the database structure. Under the application main directory: |
|
38 | 5. Create the database structure. Under the application main directory: | |
39 | rake db:migrate RAILS_ENV="production" |
|
39 | rake db:migrate RAILS_ENV="production" |
@@ -12,12 +12,12 http://www.redmine.org/ | |||||
12 | 2. Copy your database settings (RAILS_ROOT/config/database.yml) |
|
12 | 2. Copy your database settings (RAILS_ROOT/config/database.yml) | |
13 | and SMTP settings (RAILS_ROOT/config/email.yml) |
|
13 | and SMTP settings (RAILS_ROOT/config/email.yml) | |
14 | into the new config directory |
|
14 | into the new config directory | |
15 |
DO NOT REPLACE ANY OTHER |
|
15 | DO NOT REPLACE OR EDIT ANY OTHER FILES. | |
16 |
|
16 | |||
17 | 3. Generate a session store secret |
|
17 | 3. Generate a session store secret | |
18 | Redmine stores session data in cookies by default, which requires |
|
18 | Redmine stores session data in cookies by default, which requires | |
19 | a secret to be generated. Run: |
|
19 | a secret to be generated. Run: | |
20 |
rake |
|
20 | rake generate_session_store | |
21 |
|
21 | |||
22 | 4. Migrate your database (please make a backup before doing this): |
|
22 | 4. Migrate your database (please make a backup before doing this): | |
23 | rake db:migrate RAILS_ENV="production" |
|
23 | rake db:migrate RAILS_ENV="production" |
General Comments 0
You need to be logged in to leave comments.
Login now