Updates for 1.2.2 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7776 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a9fb345f96
commit
55b2ca8170
|
@ -4,6 +4,25 @@ Redmine - project management software
|
|||
Copyright (C) 2006-2011 Jean-Philippe Lang
|
||||
http://www.redmine.org/
|
||||
|
||||
== 2011-11-11 v1.2.2
|
||||
|
||||
* Defect #3276: Incorrect handling of anchors in Wiki to HTML export
|
||||
* Defect #7215: Wiki formatting mangles links to internal headers
|
||||
* Defect #7613: Generated test instances may share the same attribute value object
|
||||
* Defect #8411: Can't remove "Project" column on custom query
|
||||
* Defect #8615: Custom 'version' fields don't show shared versions
|
||||
* Defect #8633: Pagination counts non visible issues
|
||||
* Defect #8651: Email attachments are not added to issues any more in v1.2
|
||||
* Defect #8825: JRuby + Windows: SCMs do not work on Redmine 1.2
|
||||
* Defect #8836: Additional workflow transitions not available when set to both author and assignee
|
||||
* Defect #8865: Custom field regular expression is not validated
|
||||
* Defect #8880: Error deleting issue with grandchild
|
||||
* Defect #8884: Assignee is cleared when updating issue with locked assignee
|
||||
* Defect #8892: Unused fonts in rfpdf plugin folder
|
||||
* Defect #9161: pt-BR field_warn_on_leaving_unsaved has a small gramatical error
|
||||
* Defect #9308: Search fails when a role haven't "view wiki" permission
|
||||
* Defect #9465: Mercurial: can't browse named branch below Mercurial 1.5
|
||||
|
||||
== 2011-07-11 v1.2.1
|
||||
|
||||
* Defect #5089: i18N error on truncated revision diff view
|
||||
|
@ -417,7 +436,7 @@ http://www.redmine.org/
|
|||
* #819: Add a body ID and class to all pages
|
||||
* #871: Commit new CSS styles!
|
||||
* #3301: Add favicon to base layout
|
||||
* #4656: On Issue#show page, clicking on “Add related issue” should focus on the input
|
||||
* #4656: On Issue#show page, clicking on “Add related issueâ€<C3A2> should focus on the input
|
||||
* #4896: Project identifier should be a limited field
|
||||
* #5084: Filter all isssues by projects
|
||||
* #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
|
||||
|
@ -1426,7 +1445,7 @@ http://www.redmine.org/
|
|||
* Search engines now supports pagination. Results are sorted in reverse chronological order
|
||||
* Added "Estimated hours" attribute on issues
|
||||
* A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
|
||||
* Forum notifications are now also sent to the authors of the thread, even if they don<EFBFBD>t watch the board
|
||||
* Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board
|
||||
* Added an application setting to specify the application protocol (http or https) used to generate urls in emails
|
||||
* Gantt chart: now starts at the current month by default
|
||||
* Gantt chart: month count and zoom factor are automatically saved as user preferences
|
||||
|
@ -1434,7 +1453,7 @@ http://www.redmine.org/
|
|||
* Added wiki index by date
|
||||
* Added preview on add/edit issue form
|
||||
* Emails footer can now be customized from the admin interface (Admin -> Email notifications)
|
||||
* Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that they<EFBFBD>re properly displayed)
|
||||
* Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that they�re properly displayed)
|
||||
* Calendar: first day of week can now be set in lang files
|
||||
* Automatic closing of duplicate issues
|
||||
* Added a cross-project issue list
|
||||
|
@ -1446,7 +1465,7 @@ http://www.redmine.org/
|
|||
* Added some accesskeys
|
||||
* Added "Float" as a custom field format
|
||||
* Added basic Theme support
|
||||
* Added the ability to set the <EFBFBD>done ratio<69> of issues fixed by commit (Nikolay Solakov)
|
||||
* Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov)
|
||||
* Added custom fields in issue related mail notifications
|
||||
* Email notifications are now sent in plain text and html
|
||||
* Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
|
||||
|
@ -1479,7 +1498,7 @@ http://www.redmine.org/
|
|||
* Added Korean translation (Choi Jong Yoon)
|
||||
* Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
|
||||
* Performance improvement on calendar and gantt
|
||||
* Fixed: wiki preview doesn<EFBFBD>t work on long entries
|
||||
* Fixed: wiki preview doesn�t work on long entries
|
||||
* Fixed: queries with multiple custom fields return no result
|
||||
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
|
||||
* Fixed: URL with ~ broken in wiki formatting
|
||||
|
@ -1490,7 +1509,7 @@ http://www.redmine.org/
|
|||
|
||||
* per project forums added
|
||||
* added the ability to archive projects
|
||||
* added <EFBFBD>Watch<EFBFBD> functionality on issues. It allows users to receive notifications about issue changes
|
||||
* added �Watch� functionality on issues. It allows users to receive notifications about issue changes
|
||||
* custom fields for issues can now be used as filters on issue list
|
||||
* added per user custom queries
|
||||
* commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
|
||||
|
@ -1531,7 +1550,7 @@ http://www.redmine.org/
|
|||
* added swedish translation (Thomas Habets)
|
||||
* italian translation update (Alessio Spadaro)
|
||||
* japanese translation update (Satoru Kurashiki)
|
||||
* fixed: error on history atom feed when there<EFBFBD>s no notes on an issue change
|
||||
* fixed: error on history atom feed when there�s no notes on an issue change
|
||||
* fixed: error in journalizing an issue with longtext custom fields (Postgresql)
|
||||
* fixed: creation of Oracle schema
|
||||
* fixed: last day of the month not included in project activity
|
||||
|
|
|
@ -4,7 +4,7 @@ module Redmine
|
|||
module VERSION #:nodoc:
|
||||
MAJOR = 1
|
||||
MINOR = 2
|
||||
TINY = 1
|
||||
TINY = 2
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
|
Loading…
Reference in New Issue