##// END OF EJS Templates
Updates for 1.2.2 release....
Jean-Philippe Lang -
r7656:55b2ca81707b
parent child
Show More
@@ -4,6 +4,25 Redmine - project management software
4 Copyright (C) 2006-2011 Jean-Philippe Lang
4 Copyright (C) 2006-2011 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2011-11-11 v1.2.2
8
9 * Defect #3276: Incorrect handling of anchors in Wiki to HTML export
10 * Defect #7215: Wiki formatting mangles links to internal headers
11 * Defect #7613: Generated test instances may share the same attribute value object
12 * Defect #8411: Can't remove "Project" column on custom query
13 * Defect #8615: Custom 'version' fields don't show shared versions
14 * Defect #8633: Pagination counts non visible issues
15 * Defect #8651: Email attachments are not added to issues any more in v1.2
16 * Defect #8825: JRuby + Windows: SCMs do not work on Redmine 1.2
17 * Defect #8836: Additional workflow transitions not available when set to both author and assignee
18 * Defect #8865: Custom field regular expression is not validated
19 * Defect #8880: Error deleting issue with grandchild
20 * Defect #8884: Assignee is cleared when updating issue with locked assignee
21 * Defect #8892: Unused fonts in rfpdf plugin folder
22 * Defect #9161: pt-BR field_warn_on_leaving_unsaved has a small gramatical error
23 * Defect #9308: Search fails when a role haven't "view wiki" permission
24 * Defect #9465: Mercurial: can't browse named branch below Mercurial 1.5
25
7 == 2011-07-11 v1.2.1
26 == 2011-07-11 v1.2.1
8
27
9 * Defect #5089: i18N error on truncated revision diff view
28 * Defect #5089: i18N error on truncated revision diff view
@@ -417,7 +436,7 http://www.redmine.org/
417 * #819: Add a body ID and class to all pages
436 * #819: Add a body ID and class to all pages
418 * #871: Commit new CSS styles!
437 * #871: Commit new CSS styles!
419 * #3301: Add favicon to base layout
438 * #3301: Add favicon to base layout
420 * #4656: On Issue#show page, clicking on Add related issue should focus on the input
439 * #4656: On Issue#show page, clicking on “Add related issue� should focus on the input
421 * #4896: Project identifier should be a limited field
440 * #4896: Project identifier should be a limited field
422 * #5084: Filter all isssues by projects
441 * #5084: Filter all isssues by projects
423 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
442 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
@@ -1426,7 +1445,7 http://www.redmine.org/
1426 * Search engines now supports pagination. Results are sorted in reverse chronological order
1445 * Search engines now supports pagination. Results are sorted in reverse chronological order
1427 * Added "Estimated hours" attribute on issues
1446 * Added "Estimated hours" attribute on issues
1428 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1447 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1429 * Forum notifications are now also sent to the authors of the thread, even if they dont watch the board
1448 * Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board
1430 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1449 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1431 * Gantt chart: now starts at the current month by default
1450 * Gantt chart: now starts at the current month by default
1432 * Gantt chart: month count and zoom factor are automatically saved as user preferences
1451 * Gantt chart: month count and zoom factor are automatically saved as user preferences
@@ -1434,7 +1453,7 http://www.redmine.org/
1434 * Added wiki index by date
1453 * Added wiki index by date
1435 * Added preview on add/edit issue form
1454 * Added preview on add/edit issue form
1436 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1455 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1437 * 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)
1456 * 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)
1438 * Calendar: first day of week can now be set in lang files
1457 * Calendar: first day of week can now be set in lang files
1439 * Automatic closing of duplicate issues
1458 * Automatic closing of duplicate issues
1440 * Added a cross-project issue list
1459 * Added a cross-project issue list
@@ -1446,7 +1465,7 http://www.redmine.org/
1446 * Added some accesskeys
1465 * Added some accesskeys
1447 * Added "Float" as a custom field format
1466 * Added "Float" as a custom field format
1448 * Added basic Theme support
1467 * Added basic Theme support
1449 * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov)
1468 * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov)
1450 * Added custom fields in issue related mail notifications
1469 * Added custom fields in issue related mail notifications
1451 * Email notifications are now sent in plain text and html
1470 * Email notifications are now sent in plain text and html
1452 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
1471 * 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/
1479 * Added Korean translation (Choi Jong Yoon)
1498 * Added Korean translation (Choi Jong Yoon)
1480 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1499 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1481 * Performance improvement on calendar and gantt
1500 * Performance improvement on calendar and gantt
1482 * Fixed: wiki preview doesnt work on long entries
1501 * Fixed: wiki preview doesn�t work on long entries
1483 * Fixed: queries with multiple custom fields return no result
1502 * Fixed: queries with multiple custom fields return no result
1484 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1503 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1485 * Fixed: URL with ~ broken in wiki formatting
1504 * Fixed: URL with ~ broken in wiki formatting
@@ -1490,7 +1509,7 http://www.redmine.org/
1490
1509
1491 * per project forums added
1510 * per project forums added
1492 * added the ability to archive projects
1511 * added the ability to archive projects
1493 * added �Watch� functionality on issues. It allows users to receive notifications about issue changes
1512 * added �Watch� functionality on issues. It allows users to receive notifications about issue changes
1494 * custom fields for issues can now be used as filters on issue list
1513 * custom fields for issues can now be used as filters on issue list
1495 * added per user custom queries
1514 * added per user custom queries
1496 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
1515 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
@@ -1531,7 +1550,7 http://www.redmine.org/
1531 * added swedish translation (Thomas Habets)
1550 * added swedish translation (Thomas Habets)
1532 * italian translation update (Alessio Spadaro)
1551 * italian translation update (Alessio Spadaro)
1533 * japanese translation update (Satoru Kurashiki)
1552 * japanese translation update (Satoru Kurashiki)
1534 * fixed: error on history atom feed when theres no notes on an issue change
1553 * fixed: error on history atom feed when there�s no notes on an issue change
1535 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
1554 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
1536 * fixed: creation of Oracle schema
1555 * fixed: creation of Oracle schema
1537 * fixed: last day of the month not included in project activity
1556 * fixed: last day of the month not included in project activity
@@ -4,7 +4,7 module Redmine
4 module VERSION #:nodoc:
4 module VERSION #:nodoc:
5 MAJOR = 1
5 MAJOR = 1
6 MINOR = 2
6 MINOR = 2
7 TINY = 1
7 TINY = 2
8
8
9 # Branch values:
9 # Branch values:
10 # * official release: nil
10 # * official release: nil
General Comments 0
You need to be logged in to leave comments. Login now