@@ -4,6 +4,31 Redmine - project management software | |||||
4 | Copyright (C) 2006-2010 Jean-Philippe Lang |
|
4 | Copyright (C) 2006-2010 Jean-Philippe Lang | |
5 | http://www.redmine.org/ |
|
5 | http://www.redmine.org/ | |
6 |
|
6 | |||
|
7 | == 2010-11-28 v1.0.4 | |||
|
8 | ||||
|
9 | * #5324: Git not working if color.ui is enabled | |||
|
10 | * #6447: Issues API doesn't allow full key auth for all actions | |||
|
11 | * #6457: Edit User group problem | |||
|
12 | * #6575: start date being filled with current date even when blank value is submitted | |||
|
13 | * #6740: Max attachment size, incorrect usage of 'KB' | |||
|
14 | * #6760: Select box sorted by ID instead of name in Issue Category | |||
|
15 | * #6766: Changing target version name can cause an internal error | |||
|
16 | * #6784: Redmine not working with i18n gem 0.4.2 | |||
|
17 | * #6839: Hardcoded absolute links in my/page_layout | |||
|
18 | * #6841: Projects API doesn't allow full key auth for all actions | |||
|
19 | * #6860: svn: Write error: Broken pipe when browsing repository | |||
|
20 | * #6874: API should return XML description when creating a project | |||
|
21 | * #6932: submitting wrong parent task input creates a 500 error | |||
|
22 | * #6966: Records of Forums are remained, deleting project | |||
|
23 | * #6990: Layout problem in workflow overview | |||
|
24 | * #5117: mercurial_adapter should ensure the right LANG environment variable | |||
|
25 | * #6782: Traditional Chinese language file (to r4352) | |||
|
26 | * #6783: Swedish Translation for r4352 | |||
|
27 | * #6804: Bugfix: spelling fixes | |||
|
28 | * #6814: Japanese Translation for r4362 | |||
|
29 | * #6948: Bulgarian translation | |||
|
30 | * #6973: Update es.yml | |||
|
31 | ||||
7 | == 2010-10-31 v1.0.3 |
|
32 | == 2010-10-31 v1.0.3 | |
8 |
|
33 | |||
9 | * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port |
|
34 | * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port | |
@@ -1112,7 +1137,7 http://www.redmine.org/ | |||||
1112 | * Search engines now supports pagination. Results are sorted in reverse chronological order |
|
1137 | * Search engines now supports pagination. Results are sorted in reverse chronological order | |
1113 | * Added "Estimated hours" attribute on issues |
|
1138 | * Added "Estimated hours" attribute on issues | |
1114 | * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category |
|
1139 | * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category | |
1115 | * Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board |
|
1140 | * Forum notifications are now also sent to the authors of the thread, even if they don�t watch the board | |
1116 | * Added an application setting to specify the application protocol (http or https) used to generate urls in emails |
|
1141 | * Added an application setting to specify the application protocol (http or https) used to generate urls in emails | |
1117 | * Gantt chart: now starts at the current month by default |
|
1142 | * Gantt chart: now starts at the current month by default | |
1118 | * Gantt chart: month count and zoom factor are automatically saved as user preferences |
|
1143 | * Gantt chart: month count and zoom factor are automatically saved as user preferences | |
@@ -1120,7 +1145,7 http://www.redmine.org/ | |||||
1120 | * Added wiki index by date |
|
1145 | * Added wiki index by date | |
1121 | * Added preview on add/edit issue form |
|
1146 | * Added preview on add/edit issue form | |
1122 | * Emails footer can now be customized from the admin interface (Admin -> Email notifications) |
|
1147 | * Emails footer can now be customized from the admin interface (Admin -> Email notifications) | |
1123 | * 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) |
|
1148 | * 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) | |
1124 | * Calendar: first day of week can now be set in lang files |
|
1149 | * Calendar: first day of week can now be set in lang files | |
1125 | * Automatic closing of duplicate issues |
|
1150 | * Automatic closing of duplicate issues | |
1126 | * Added a cross-project issue list |
|
1151 | * Added a cross-project issue list | |
@@ -1132,7 +1157,7 http://www.redmine.org/ | |||||
1132 | * Added some accesskeys |
|
1157 | * Added some accesskeys | |
1133 | * Added "Float" as a custom field format |
|
1158 | * Added "Float" as a custom field format | |
1134 | * Added basic Theme support |
|
1159 | * Added basic Theme support | |
1135 | * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov) |
|
1160 | * Added the ability to set the �done ratio� of issues fixed by commit (Nikolay Solakov) | |
1136 | * Added custom fields in issue related mail notifications |
|
1161 | * Added custom fields in issue related mail notifications | |
1137 | * Email notifications are now sent in plain text and html |
|
1162 | * Email notifications are now sent in plain text and html | |
1138 | * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed. |
|
1163 | * 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/ | |||||
1165 | * Added Korean translation (Choi Jong Yoon) |
|
1190 | * Added Korean translation (Choi Jong Yoon) | |
1166 | * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations |
|
1191 | * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations | |
1167 | * Performance improvement on calendar and gantt |
|
1192 | * Performance improvement on calendar and gantt | |
1168 | * Fixed: wiki preview doesn�t work on long entries |
|
1193 | * Fixed: wiki preview doesn�t work on long entries | |
1169 | * Fixed: queries with multiple custom fields return no result |
|
1194 | * Fixed: queries with multiple custom fields return no result | |
1170 | * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters |
|
1195 | * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters | |
1171 | * Fixed: URL with ~ broken in wiki formatting |
|
1196 | * Fixed: URL with ~ broken in wiki formatting | |
@@ -1176,7 +1201,7 http://www.redmine.org/ | |||||
1176 |
|
1201 | |||
1177 | * per project forums added |
|
1202 | * per project forums added | |
1178 | * added the ability to archive projects |
|
1203 | * added the ability to archive projects | |
1179 | * added �Watch� functionality on issues. It allows users to receive notifications about issue changes |
|
1204 | * added �Watch� functionality on issues. It allows users to receive notifications about issue changes | |
1180 | * custom fields for issues can now be used as filters on issue list |
|
1205 | * custom fields for issues can now be used as filters on issue list | |
1181 | * added per user custom queries |
|
1206 | * added per user custom queries | |
1182 | * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings) |
|
1207 | * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings) | |
@@ -1217,7 +1242,7 http://www.redmine.org/ | |||||
1217 | * added swedish translation (Thomas Habets) |
|
1242 | * added swedish translation (Thomas Habets) | |
1218 | * italian translation update (Alessio Spadaro) |
|
1243 | * italian translation update (Alessio Spadaro) | |
1219 | * japanese translation update (Satoru Kurashiki) |
|
1244 | * japanese translation update (Satoru Kurashiki) | |
1220 | * fixed: error on history atom feed when there�s no notes on an issue change |
|
1245 | * fixed: error on history atom feed when there�s no notes on an issue change | |
1221 | * fixed: error in journalizing an issue with longtext custom fields (Postgresql) |
|
1246 | * fixed: error in journalizing an issue with longtext custom fields (Postgresql) | |
1222 | * fixed: creation of Oracle schema |
|
1247 | * fixed: creation of Oracle schema | |
1223 | * fixed: last day of the month not included in project activity |
|
1248 | * 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