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