##// END OF EJS Templates
not use non ASCII characters at CHANGELOG...
Toshi MARUYAMA -
r12789:7dca09a13525
parent child
Show More
@@ -1441,7 +1441,7 It is in v2.5.0.
1441 * #819: Add a body ID and class to all pages
1441 * #819: Add a body ID and class to all pages
1442 * #871: Commit new CSS styles!
1442 * #871: Commit new CSS styles!
1443 * #3301: Add favicon to base layout
1443 * #3301: Add favicon to base layout
1444 * #4656: On Issue#show page, clicking on Add related issue should focus on the input
1444 * #4656: On Issue#show page, clicking on "Add related issue" should focus on the input
1445 * #4896: Project identifier should be a limited field
1445 * #4896: Project identifier should be a limited field
1446 * #5084: Filter all isssues by projects
1446 * #5084: Filter all isssues by projects
1447 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
1447 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
@@ -2450,7 +2450,7 It is in v2.5.0.
2450 * Search engines now supports pagination. Results are sorted in reverse chronological order
2450 * Search engines now supports pagination. Results are sorted in reverse chronological order
2451 * Added "Estimated hours" attribute on issues
2451 * Added "Estimated hours" attribute on issues
2452 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
2452 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
2453 * Forum notifications are now also sent to the authors of the thread, even if they dont watch the board
2453 * Forum notifications are now also sent to the authors of the thread, even if they don't watch the board
2454 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
2454 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
2455 * Gantt chart: now starts at the current month by default
2455 * Gantt chart: now starts at the current month by default
2456 * Gantt chart: month count and zoom factor are automatically saved as user preferences
2456 * Gantt chart: month count and zoom factor are automatically saved as user preferences
@@ -2458,7 +2458,7 It is in v2.5.0.
2458 * Added wiki index by date
2458 * Added wiki index by date
2459 * Added preview on add/edit issue form
2459 * Added preview on add/edit issue form
2460 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
2460 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
2461 * Default encodings for repository files can now be set in application settings (used to convert files content and diff to UTF-8 so that theyre properly displayed)
2461 * 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)
2462 * Calendar: first day of week can now be set in lang files
2462 * Calendar: first day of week can now be set in lang files
2463 * Automatic closing of duplicate issues
2463 * Automatic closing of duplicate issues
2464 * Added a cross-project issue list
2464 * Added a cross-project issue list
@@ -2470,7 +2470,7 It is in v2.5.0.
2470 * Added some accesskeys
2470 * Added some accesskeys
2471 * Added "Float" as a custom field format
2471 * Added "Float" as a custom field format
2472 * Added basic Theme support
2472 * Added basic Theme support
2473 * Added the ability to set the “done ratio” of issues fixed by commit (Nikolay Solakov)
2473 * Added the ability to set the "done ratio" of issues fixed by commit (Nikolay Solakov)
2474 * Added custom fields in issue related mail notifications
2474 * Added custom fields in issue related mail notifications
2475 * Email notifications are now sent in plain text and html
2475 * Email notifications are now sent in plain text and html
2476 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
2476 * 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.
2503 * Added Korean translation (Choi Jong Yoon)
2503 * Added Korean translation (Choi Jong Yoon)
2504 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
2504 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
2505 * Performance improvement on calendar and gantt
2505 * Performance improvement on calendar and gantt
2506 * Fixed: wiki preview doesnt work on long entries
2506 * Fixed: wiki preview doesn't work on long entries
2507 * Fixed: queries with multiple custom fields return no result
2507 * Fixed: queries with multiple custom fields return no result
2508 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
2508 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
2509 * Fixed: URL with ~ broken in wiki formatting
2509 * Fixed: URL with ~ broken in wiki formatting
@@ -2514,7 +2514,7 It is in v2.5.0.
2514
2514
2515 * per project forums added
2515 * per project forums added
2516 * added the ability to archive projects
2516 * added the ability to archive projects
2517 * added “Watch” functionality on issues. It allows users to receive notifications about issue changes
2517 * added "Watch" functionality on issues. It allows users to receive notifications about issue changes
2518 * custom fields for issues can now be used as filters on issue list
2518 * custom fields for issues can now be used as filters on issue list
2519 * added per user custom queries
2519 * added per user custom queries
2520 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
2520 * 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.
2555 * added swedish translation (Thomas Habets)
2555 * added swedish translation (Thomas Habets)
2556 * italian translation update (Alessio Spadaro)
2556 * italian translation update (Alessio Spadaro)
2557 * japanese translation update (Satoru Kurashiki)
2557 * japanese translation update (Satoru Kurashiki)
2558 * fixed: error on history atom feed when theres no notes on an issue change
2558 * fixed: error on history atom feed when there's no notes on an issue change
2559 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
2559 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
2560 * fixed: creation of Oracle schema
2560 * fixed: creation of Oracle schema
2561 * fixed: last day of the month not included in project activity
2561 * fixed: last day of the month not included in project activity
General Comments 0
You need to be logged in to leave comments. Login now