@@ -5,7 +5,7 Copyright (C) 2006-2008 Jean-Philippe Lang | |||||
5 | http://www.redmine.org/ |
|
5 | http://www.redmine.org/ | |
6 |
|
6 | |||
7 |
|
7 | |||
8 |
== 2008-03- |
|
8 | == 2008-03-29 v0.7.0-rc1 | |
9 |
|
9 | |||
10 | * Overall activity view and feed added, link is available on the project list |
|
10 | * Overall activity view and feed added, link is available on the project list | |
11 | * Git VCS support |
|
11 | * Git VCS support | |
@@ -42,14 +42,15 http://www.redmine.org/ | |||||
42 | * Display total estimated and spent hours on the version detail view |
|
42 | * Display total estimated and spent hours on the version detail view | |
43 | * Weekly time tracking block for 'My page' |
|
43 | * Weekly time tracking block for 'My page' | |
44 | * Permissions to edit time entries |
|
44 | * Permissions to edit time entries | |
45 |
* Include subprojects on the issue list, calendar |
|
45 | * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings) | |
46 | * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings) |
|
46 | * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings) | |
|
47 | * Make versions with same date sorted by name | |||
47 | * Allow issue list to be sorted by target version |
|
48 | * Allow issue list to be sorted by target version | |
48 | * Related changesets messages displayed on the issue details view |
|
49 | * Related changesets messages displayed on the issue details view | |
49 | * Create a journal and send an email when an issue is closed by commit |
|
50 | * Create a journal and send an email when an issue is closed by commit | |
50 | * Add 'Author' to the available columns for the issue list |
|
51 | * Add 'Author' to the available columns for the issue list | |
51 | * More appropriate default sort order on sortable columns |
|
52 | * More appropriate default sort order on sortable columns | |
52 |
* Add issue subject to the time entries view and issue subject |
|
53 | * Add issue subject to the time entries view and issue subject, description and tracker to the csv export | |
53 | * Permissions to edit issue notes |
|
54 | * Permissions to edit issue notes | |
54 | * Display date/time instead of date on files list |
|
55 | * Display date/time instead of date on files list | |
55 | * Do not show Roadmap menu item if the project doesn't define any versions |
|
56 | * Do not show Roadmap menu item if the project doesn't define any versions | |
@@ -66,6 +67,7 http://www.redmine.org/ | |||||
66 | * Wiki toolbar improvements (mainly for Firefox) |
|
67 | * Wiki toolbar improvements (mainly for Firefox) | |
67 | * Display wiki syntax quick ref link on all wiki textareas |
|
68 | * Display wiki syntax quick ref link on all wiki textareas | |
68 | * Display links to Atom feeds |
|
69 | * Display links to Atom feeds | |
|
70 | * Breadcrumb nav for the forums | |||
69 | * Show replies when choosing to display messages in the activity |
|
71 | * Show replies when choosing to display messages in the activity | |
70 | * Added 'include' macro to include another wiki page |
|
72 | * Added 'include' macro to include another wiki page | |
71 | * RedmineWikiFormatting page available as a static HTML file locally |
|
73 | * RedmineWikiFormatting page available as a static HTML file locally | |
@@ -125,6 +127,8 http://www.redmine.org/ | |||||
125 | * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues. |
|
127 | * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues. | |
126 | * Fixed: Mercurial browsing under unix-like os and for directory depth > 2 |
|
128 | * Fixed: Mercurial browsing under unix-like os and for directory depth > 2 | |
127 | * Fixed: Wiki links with pipe can not be used in wiki tables |
|
129 | * Fixed: Wiki links with pipe can not be used in wiki tables | |
|
130 | * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets | |||
|
131 | * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql | |||
128 |
|
132 | |||
129 |
|
133 | |||
130 | == 2008-03-12 v0.6.4 |
|
134 | == 2008-03-12 v0.6.4 |
General Comments 0
You need to be logged in to leave comments.
Login now