not use non ASCII characters at CHANGELOG
git-svn-id: http://svn.redmine.org/redmine/trunk@13064 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e475798769
commit
7dca09a135
|
@ -1441,7 +1441,7 @@ It is in v2.5.0.
|
||||||
* #819: Add a body ID and class to all pages
|
* #819: Add a body ID and class to all pages
|
||||||
* #871: Commit new CSS styles!
|
* #871: Commit new CSS styles!
|
||||||
* #3301: Add favicon to base layout
|
* #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" should focus on the input
|
||||||
* #4896: Project identifier should be a limited field
|
* #4896: Project identifier should be a limited field
|
||||||
* #5084: Filter all isssues by projects
|
* #5084: Filter all isssues by projects
|
||||||
* #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
|
* #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
|
||||||
|
@ -2450,7 +2450,7 @@ It is in v2.5.0.
|
||||||
* Search engines now supports pagination. Results are sorted in reverse chronological order
|
* Search engines now supports pagination. Results are sorted in reverse chronological order
|
||||||
* Added "Estimated hours" attribute on issues
|
* 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
|
* 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't watch the board
|
||||||
* Added an application setting to specify the application protocol (http or https) used to generate urls in emails
|
* 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: now starts at the current month by default
|
||||||
* Gantt chart: month count and zoom factor are automatically saved as user preferences
|
* Gantt chart: month count and zoom factor are automatically saved as user preferences
|
||||||
|
@ -2458,7 +2458,7 @@ It is in v2.5.0.
|
||||||
* Added wiki index by date
|
* Added wiki index by date
|
||||||
* Added preview on add/edit issue form
|
* Added preview on add/edit issue form
|
||||||
* Emails footer can now be customized from the admin interface (Admin -> Email notifications)
|
* 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're properly displayed)
|
||||||
* Calendar: first day of week can now be set in lang files
|
* Calendar: first day of week can now be set in lang files
|
||||||
* Automatic closing of duplicate issues
|
* Automatic closing of duplicate issues
|
||||||
* Added a cross-project issue list
|
* Added a cross-project issue list
|
||||||
|
@ -2470,7 +2470,7 @@ It is in v2.5.0.
|
||||||
* Added some accesskeys
|
* Added some accesskeys
|
||||||
* Added "Float" as a custom field format
|
* Added "Float" as a custom field format
|
||||||
* Added basic Theme support
|
* 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 "done ratio" of issues fixed by commit (Nikolay Solakov)
|
||||||
* Added custom fields in issue related mail notifications
|
* Added custom fields in issue related mail notifications
|
||||||
* Email notifications are now sent in plain text and html
|
* 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.
|
* Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
|
||||||
|
@ -2503,7 +2503,7 @@ It is in v2.5.0.
|
||||||
* Added Korean translation (Choi Jong Yoon)
|
* 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
|
* 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
|
* Performance improvement on calendar and gantt
|
||||||
* Fixed: wiki preview doesn’t work on long entries
|
* Fixed: wiki preview doesn't work on long entries
|
||||||
* Fixed: queries with multiple custom fields return no result
|
* Fixed: queries with multiple custom fields return no result
|
||||||
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
|
* Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
|
||||||
* Fixed: URL with ~ broken in wiki formatting
|
* Fixed: URL with ~ broken in wiki formatting
|
||||||
|
@ -2514,7 +2514,7 @@ It is in v2.5.0.
|
||||||
|
|
||||||
* per project forums added
|
* per project forums added
|
||||||
* added the ability to archive projects
|
* added the ability to archive projects
|
||||||
* added “Watch” 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
|
* custom fields for issues can now be used as filters on issue list
|
||||||
* added per user custom queries
|
* added per user custom queries
|
||||||
* commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
|
* commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
|
||||||
|
@ -2555,7 +2555,7 @@ It is in v2.5.0.
|
||||||
* added swedish translation (Thomas Habets)
|
* added swedish translation (Thomas Habets)
|
||||||
* italian translation update (Alessio Spadaro)
|
* italian translation update (Alessio Spadaro)
|
||||||
* japanese translation update (Satoru Kurashiki)
|
* 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's no notes on an issue change
|
||||||
* fixed: error in journalizing an issue with longtext custom fields (Postgresql)
|
* fixed: error in journalizing an issue with longtext custom fields (Postgresql)
|
||||||
* fixed: creation of Oracle schema
|
* fixed: creation of Oracle schema
|
||||||
* fixed: last day of the month not included in project activity
|
* fixed: last day of the month not included in project activity
|
||||||
|
|
Loading…
Reference in New Issue