Updates for 1.0.4 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4446 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ae3fd4cb59
commit
c78f442095
|
@ -4,6 +4,31 @@ Redmine - project management software
|
|||
Copyright (C) 2006-2010 Jean-Philippe Lang
|
||||
http://www.redmine.org/
|
||||
|
||||
== 2010-11-28 v1.0.4
|
||||
|
||||
* #5324: Git not working if color.ui is enabled
|
||||
* #6447: Issues API doesn't allow full key auth for all actions
|
||||
* #6457: Edit User group problem
|
||||
* #6575: start date being filled with current date even when blank value is submitted
|
||||
* #6740: Max attachment size, incorrect usage of 'KB'
|
||||
* #6760: Select box sorted by ID instead of name in Issue Category
|
||||
* #6766: Changing target version name can cause an internal error
|
||||
* #6784: Redmine not working with i18n gem 0.4.2
|
||||
* #6839: Hardcoded absolute links in my/page_layout
|
||||
* #6841: Projects API doesn't allow full key auth for all actions
|
||||
* #6860: svn: Write error: Broken pipe when browsing repository
|
||||
* #6874: API should return XML description when creating a project
|
||||
* #6932: submitting wrong parent task input creates a 500 error
|
||||
* #6966: Records of Forums are remained, deleting project
|
||||
* #6990: Layout problem in workflow overview
|
||||
* #5117: mercurial_adapter should ensure the right LANG environment variable
|
||||
* #6782: Traditional Chinese language file (to r4352)
|
||||
* #6783: Swedish Translation for r4352
|
||||
* #6804: Bugfix: spelling fixes
|
||||
* #6814: Japanese Translation for r4362
|
||||
* #6948: Bulgarian translation
|
||||
* #6973: Update es.yml
|
||||
|
||||
== 2010-10-31 v1.0.3
|
||||
|
||||
* #4065: Redmine.pm doesn't work with LDAPS and a non-standard port
|
||||
|
@ -1112,7 +1137,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’t watch the board
|
||||
* Forum notifications are now also sent to the authors of the thread, even if they don<EFBFBD>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
|
||||
|
@ -1120,7 +1145,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’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<EFBFBD>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
|
||||
|
@ -1132,7 +1157,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 “done ratio” of issues fixed by commit (Nikolay Solakov)
|
||||
* Added the ability to set the <EFBFBD>done ratio<69> 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.
|
||||
|
@ -1165,7 +1190,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’t work on long entries
|
||||
* Fixed: wiki preview doesn<EFBFBD>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
|
||||
|
@ -1176,7 +1201,7 @@ http://www.redmine.org/
|
|||
|
||||
* per project forums added
|
||||
* added the ability to archive projects
|
||||
* added “Watch” functionality on issues. It allows users to receive notifications about issue changes
|
||||
* added <EFBFBD>Watch<EFBFBD> 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)
|
||||
|
@ -1217,7 +1242,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’s no notes on an issue change
|
||||
* fixed: error on history atom feed when there<EFBFBD>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 = 0
|
||||
TINY = 3
|
||||
TINY = 4
|
||||
|
||||
# Branch values:
|
||||
# * official release: nil
|
||||
|
|
Loading…
Reference in New Issue