Project

General

Profile

« Previous | Next » 

Revision 1284

Doc update before 0.7-rc1 release.

View differences:

trunk/doc/CHANGELOG
1 1
== Redmine changelog
2 2

  
3 3
Redmine - project management software
4
Copyright (C) 2006-2007  Jean-Philippe Lang
4
Copyright (C) 2006-2008  Jean-Philippe Lang
5 5
http://www.redmine.org/
6 6

  
7 7

  
8
== 2008-03-xx v0.7-rc1
9

  
10
* Overall activity view and feed added, link is available on the project list
11
* Git VCS support
12
* Rails 2.0 sessions cookie store compatibility
13
* Use project identifiers in urls instead of ids
14
* Default configuration data can now be loaded from the administration screen
15
* Administration settings screen split to tabs (email notifications options moved to 'Settings')
16
* Project description is now unlimited and optional
17
* Wiki annotate view
18
* Escape HTML tag in textile content
19
* Add Redmine links to documents, versions, attachments and repository files
20
* New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
21
    * by using checkbox and/or the little pencil that will select/unselect all issues
22
    * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
23
* Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
24
* User display format is now configurable in administration settings
25
* Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
26
* Merged 'change status', 'edit issue' and 'add note' actions:
27
    * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
28
    * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
29
* Details by assignees on issue summary view
30
* 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
31
* Change status select box default to current status
32
* Preview for issue notes, news and messages
33
* Optional description for attachments
34
* 'Fixed version' label changed to 'Target version'
35
* Let the user choose when deleting issues with reported hours to:
36
    * delete the hours
37
    * assign the hours to the project
38
    * reassign the hours to another issue
39
* Date range filter and pagination on time entries detail view
40
* Propagate time tracking to the parent project
41
* Switch added on the project activity view to include subprojects
42
* Display total estimated and spent hours on the version detail view
43
* Weekly time tracking block for 'My page'
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)
46
* Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
47
* Allow issue list to be sorted by target version
48
* 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
* Add 'Author' to the available columns for the issue list
51
* 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
* Permissions to edit issue notes
54
* 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
* Allow longer version names (60 chars)
57
* Ability to copy an existing workflow when creating a new role
58
* Display custom fields in two columns on the issue form
59
* Added 'estimated time' in the csv export of the issue list
60
* Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
61
* Setting for whether new projects should be public by default
62
* User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
63
* Added default value for custom fields
64
* Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
65
* Redirect to issue page after creating a new issue
66
* Wiki toolbar improvements (mainly for Firefox)
67
* Display wiki syntax quick ref link on all wiki textareas
68
* Display links to Atom feeds
69
* Show replies when choosing to display messages in the activity
70
* Added 'include' macro to include another wiki page
71
* RedmineWikiFormatting page available as a static HTML file locally
72
* Wrap diff content
73
* Strip out email address from authors in repository screens
74
* Highlight the current item of the main menu
75
* Added simple syntax highlighters for php and java languages
76
* Do not show empty diffs
77
* Show explicit error message when the scm command failed (eg. when svn binary is not available)
78
* Lithuanian translation added (Sergej Jegorov)
79
* Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
80
* Danish translation added (Mads Vestergaard)
81
* Added i18n support to the jstoolbar and various settings screen
82
* RedCloth's glyphs no longer user
83
* New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
84
* The following menus can now be extended by plugins: top_menu, account_menu, application_menu
85
* Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
86
* Remove hardcoded "Redmine" strings in account related emails and use application title instead
87
* Mantis importer preserve bug ids
88
* Trac importer: Trac guide wiki pages skipped
89
* Trac importer: wiki attachments migration added
90
* Trac importer: support database schema for Trac migration
91
* Trac importer: support CamelCase links
92
* Removes the Redmine version from the footer (can be viewed on admin -> info)
93
* Rescue and display an error message when trying to delete a role that is in use
94
* Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
95
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
96
* Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
97
* Fixed: Textile image with style attribute cause internal server error
98
* Fixed: wiki TOC not rendered properly when used in an issue or document description
99
* Fixed: 'has already been taken' error message on username and email fields if left empty
100
* Fixed: non-ascii attachement filename with IE
101
* Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
102
* Fixed: search for all words doesn't work
103
* Fixed: Do not show sticky and locked checkboxes when replying to a message
104
* Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
105
* Fixed: Date custom fields not displayed as specified in application settings
106
* Fixed: titles not escaped in the activity view
107
* Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
108
* Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
109
* Fixed: locked users should not receive email notifications
110
* Fixed: custom field selection is not saved when unchecking them all on project settings
111
* Fixed: can not lock a topic when creating it
112
* Fixed: Incorrect filtering for unset values when using 'is not' filter
113
* Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
114
* Fixed: ajax pagination does not scroll up
115
* Fixed: error when uploading a file with no content-type specified by the browser
116
* Fixed: wiki and changeset links not displayed when previewing issue description or notes
117
* Fixed: 'LdapError: no bind result' error when authenticating
118
* Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
119
* Fixed: CVS repository doesn't work if port is used in the url
120
* Fixed: Email notifications: host name is missing in generated links
121
* Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
122
* Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
123
* Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
124
* Fixed: Do not send an email with no recipient, cc or bcc
125
* 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
127
* Fixed: Wiki links with pipe can not be used in wiki tables
128

  
129

  
130
== 2008-03-12 v0.6.4
131

  
132
* Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
133
* Fixed: potential LDAP authentication security flaw
134
* Fixed: context submenus on the issue list don't show up with IE6.
135
* Fixed: Themes are not applied with Rails 2.0
136
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
137
* Fixed: Mercurial repository browsing
138
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
139
* Fixed: not null constraints not removed with Postgresql
140
* Doctype set to transitional
141

  
142

  
143
== 2007-12-18 v0.6.3
144

  
145
* Fixed: upload doesn't work in 'Files' section
146

  
147

  
8 148
== 2007-12-16 v0.6.2
9 149

  
10 150
* Search engine: issue custom fields can now be searched
trunk/doc/INSTALL
7 7

  
8 8
== Requirements
9 9

  
10
* Ruby on Rails 1.2.5 or 2.0.1
10
* Ruby on Rails 2.0.2
11 11
* A database (see compatibility below)
12 12

  
13 13
Optional:
trunk/doc/UPGRADING
1 1
== Redmine upgrade procedure
2 2

  
3 3
Redmine - project management software
4
Copyright (C) 2006-2007  Jean-Philippe Lang
4
Copyright (C) 2006-2008  Jean-Philippe Lang
5 5
http://www.redmine.org/
6 6

  
7 7

  
8
== Upgrading from 0.3.0 and above
8
== Upgrading
9 9

  
10 10
1. Uncompress the program archive in a new directory
11 11
   
......
19 19
   rake db:migrate RAILS_ENV="production"
20 20

  
21 21
6. Copy the RAILS_ROOT/files directory content into your new installation
22
   This directory contains all the attached files
22 23

  
23
Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later.
24 24

  
25
Note 2: when upgrading your code with svn update, don't forget to clear
26
the application cache (RAILS_ROOT/tmp/cache) before restarting.
25
== Notes
27 26

  
28
Note 3: settings previously defined in custom_config.rb are now stored
29
in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them.
27
1. Rails 2.0.2 is required for version 0.7 and later.
30 28

  
31
   
32
== From 0.2.x and below
33

  
34
Due to major database changes since 0.2.x, there is no migration support
35
from 0.2.x and previous versions.
29
2. When upgrading your code with svn update, don't forget to clear
30
   the application cache (RAILS_ROOT/tmp/cache) before restarting.
trunk/lib/redmine/version.rb
3 3
module Redmine
4 4
  module VERSION #:nodoc:
5 5
    MAJOR = 0
6
    MINOR = 6
6
    MINOR = 7
7 7
    TINY  = 'devel'
8 8

  
9 9
    def self.revision

Also available in: Unified diff