##// END OF EJS Templates
Changelog for 2.1.5 release....
Jean-Philippe Lang -
r10814:4e2fbf440b27
parent child
Show More
@@ -1,2195 +1,2206
1 == Redmine changelog
1 == Redmine changelog
2
2
3 Redmine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2012 Jean-Philippe Lang
4 Copyright (C) 2006-2012 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2012-12-18 v2.1.5
8
9 * Defect #12400: Validation fails when receiving an email with list custom fields
10 * Defect #12451: Macros.rb extract_macro_options should use lazy search
11 * Defect #12513: Grouping of issues by custom fields not correct in PDF export
12 * Defect #12566: Issue history notes previews are broken
13 * Defect #12568: Clicking "edit" on a journal multiple times shows multiple forms
14 * Patch #12605: Norwegian translation for 1.4-stable update
15 * Patch #12614: Dutch translation
16 * Patch #12615: Russian translation
17
7 == 2012-11-24 v2.1.4
18 == 2012-11-24 v2.1.4
8
19
9 * Defect #12274: Wiki export from Index by title is truncated
20 * Defect #12274: Wiki export from Index by title is truncated
10 * Defect #12298: Right-click context menu unable to batch/bulk update (IE8)
21 * Defect #12298: Right-click context menu unable to batch/bulk update (IE8)
11 * Defect #12332: Repository identifier does not display on Project/Settings/Repositories
22 * Defect #12332: Repository identifier does not display on Project/Settings/Repositories
12 * Defect #12396: Error when receiving an email without subject header
23 * Defect #12396: Error when receiving an email without subject header
13 * Defect #12399: Non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8
24 * Defect #12399: Non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mail on Ruby 1.8
14 * Defect #12409: Git: changesets aren't read after clear_changesets call
25 * Defect #12409: Git: changesets aren't read after clear_changesets call
15 * Defect #12431: Project.rebuild! sorts root projects by id instead of name
26 * Defect #12431: Project.rebuild! sorts root projects by id instead of name
16
27
17 == 2012-11-17 v2.1.3
28 == 2012-11-17 v2.1.3
18
29
19 * Defect #12050: :export links to repository files lead to a 404 error
30 * Defect #12050: :export links to repository files lead to a 404 error
20 * Defect #12189: Missing tmp/pdf directory
31 * Defect #12189: Missing tmp/pdf directory
21 * Defect #12195: Javascript error with IE7 / IE8 on new issue form
32 * Defect #12195: Javascript error with IE7 / IE8 on new issue form
22 * Defect #12196: "Page not found" on OK button in SCM "View all revisions" page
33 * Defect #12196: "Page not found" on OK button in SCM "View all revisions" page
23 * Defect #12199: Confirmation message displayed when clicking a disabled delete link in the context menu
34 * Defect #12199: Confirmation message displayed when clicking a disabled delete link in the context menu
24 * Defect #12231: Hardcoded "Back" in Repository
35 * Defect #12231: Hardcoded "Back" in Repository
25 * Defect #12294: Incorrect german translation for "registered" users filter
36 * Defect #12294: Incorrect german translation for "registered" users filter
26 * Defect #12349: Watchers auto-complete search on non-latin chars
37 * Defect #12349: Watchers auto-complete search on non-latin chars
27 * Defect #12358: 'None' grouped issue list section should be translated
38 * Defect #12358: 'None' grouped issue list section should be translated
28 * Defect #12359: Version date field regex validation accepts invalid date
39 * Defect #12359: Version date field regex validation accepts invalid date
29 * Defect #12375: Receiving mail subject encoding broken (MOJIBAKE) in some cases on Ruby 1.8
40 * Defect #12375: Receiving mail subject encoding broken (MOJIBAKE) in some cases on Ruby 1.8
30 * Patch #9732: German translations
41 * Patch #9732: German translations
31 * Patch #12021: Russian locale translations
42 * Patch #12021: Russian locale translations
32 * Patch #12188: Simplified Chinese translation with zh.yml file based on Rev:10681
43 * Patch #12188: Simplified Chinese translation with zh.yml file based on Rev:10681
33 * Patch #12235: German translation for 2.1-stable
44 * Patch #12235: German translation for 2.1-stable
34 * Patch #12237: Added German Translation
45 * Patch #12237: Added German Translation
35
46
36 == 2012-09-30 v2.1.2
47 == 2012-09-30 v2.1.2
37
48
38 * Defect #11929: XSS vulnerability in Redmine 2.1.x
49 * Defect #11929: XSS vulnerability in Redmine 2.1.x
39
50
40 == 2012-09-30 v2.1.1
51 == 2012-09-30 v2.1.1
41
52
42 * Defect #11290: ParseDate missing in Ruby 1.9x
53 * Defect #11290: ParseDate missing in Ruby 1.9x
43 * Defect #11844: "load_default_data" rake task fails to print the error message if one occurs
54 * Defect #11844: "load_default_data" rake task fails to print the error message if one occurs
44 * Defect #11850: Can't create a user from ldap by on-the-fly on the redmine server using URI prefix
55 * Defect #11850: Can't create a user from ldap by on-the-fly on the redmine server using URI prefix
45 * Defect #11872: Private issue visible to anonymous users after its author is deleted
56 * Defect #11872: Private issue visible to anonymous users after its author is deleted
46 * Defect #11885: Filter misses Selectionfield on IE8
57 * Defect #11885: Filter misses Selectionfield on IE8
47 * Defect #11893: New relation form Cancel link is broken with Chrome 21
58 * Defect #11893: New relation form Cancel link is broken with Chrome 21
48 * Defect #11905: Potential "can't dup NilClass" error in UserPreference
59 * Defect #11905: Potential "can't dup NilClass" error in UserPreference
49 * Defect #11909: Autocomplete results not reset after clearing search field
60 * Defect #11909: Autocomplete results not reset after clearing search field
50 * Defect #11922: bs.yml and de.yml lead to error by number_to_currency()
61 * Defect #11922: bs.yml and de.yml lead to error by number_to_currency()
51 * Defect #11945: rake task prints "can't convert Errno::EACCES into String" in case of no permission of public/plugin_assets
62 * Defect #11945: rake task prints "can't convert Errno::EACCES into String" in case of no permission of public/plugin_assets
52 * Defect #11975: Undefined status transitions allowed in workflow (author of issue changes when selecting a new status)
63 * Defect #11975: Undefined status transitions allowed in workflow (author of issue changes when selecting a new status)
53 * Defect #11982: SCM diff view generates extra parameter for switching mode
64 * Defect #11982: SCM diff view generates extra parameter for switching mode
54 * Patch #11897: Traditional Chinese language file (to r10433)
65 * Patch #11897: Traditional Chinese language file (to r10433)
55
66
56 == 2012-09-16 v2.1.0
67 == 2012-09-16 v2.1.0
57
68
58 * Defect #2071: Reordering priority-enumerations breaks alternate-theme's issue-colouring
69 * Defect #2071: Reordering priority-enumerations breaks alternate-theme's issue-colouring
59 * Defect #2190: Month names not translated to german
70 * Defect #2190: Month names not translated to german
60 * Defect #8978: LDAP timeout if an LDAP auth provider is unreachable
71 * Defect #8978: LDAP timeout if an LDAP auth provider is unreachable
61 * Defect #9839: Gantt abbr of weekday should not be necessarily the first letter of the long day name
72 * Defect #9839: Gantt abbr of weekday should not be necessarily the first letter of the long day name
62 * Defect #10928: Documentation about generating a plugin is not up-to-date
73 * Defect #10928: Documentation about generating a plugin is not up-to-date
63 * Defect #11034: TLS configuration documentation for Rails 3
74 * Defect #11034: TLS configuration documentation for Rails 3
64 * Defect #11073: UserCustomField order_statement returns wrong output
75 * Defect #11073: UserCustomField order_statement returns wrong output
65 * Defect #11153: Default sorting for target version is DESC instead of ASC
76 * Defect #11153: Default sorting for target version is DESC instead of ASC
66 * Defect #11207: Issues associated with a locked version are not copied when copying a project
77 * Defect #11207: Issues associated with a locked version are not copied when copying a project
67 * Defect #11304: Issue-class: status-1, status-2 etc. refer to status position instead of status id
78 * Defect #11304: Issue-class: status-1, status-2 etc. refer to status position instead of status id
68 * Defect #11331: Openid registration form should not require user to enter password
79 * Defect #11331: Openid registration form should not require user to enter password
69 * Defect #11345: Context menu should show shared versions when editing issues from different projects
80 * Defect #11345: Context menu should show shared versions when editing issues from different projects
70 * Defect #11355: Plain text notification emails content is HTML escaped
81 * Defect #11355: Plain text notification emails content is HTML escaped
71 * Defect #11388: Updating a version through rest API returns invalid JSON
82 * Defect #11388: Updating a version through rest API returns invalid JSON
72 * Defect #11389: Warning in awesome_nested_set.rb
83 * Defect #11389: Warning in awesome_nested_set.rb
73 * Defect #11503: Accessing /projects/:project/wiki/something.png fails with error 500
84 * Defect #11503: Accessing /projects/:project/wiki/something.png fails with error 500
74 * Defect #11506: Versions that are not shared should not be assignable when selecting another project
85 * Defect #11506: Versions that are not shared should not be assignable when selecting another project
75 * Defect #11508: Projects not ordered alphabetically after renaming project
86 * Defect #11508: Projects not ordered alphabetically after renaming project
76 * Defect #11540: Roadmap anchor links can be ambigous
87 * Defect #11540: Roadmap anchor links can be ambigous
77 * Defect #11545: Overwriting existing method Issue.open
88 * Defect #11545: Overwriting existing method Issue.open
78 * Defect #11552: MailHandler does not match assignee name with spaces
89 * Defect #11552: MailHandler does not match assignee name with spaces
79 * Defect #11571: Custom fields of type version not proper handled in receiving e-mails
90 * Defect #11571: Custom fields of type version not proper handled in receiving e-mails
80 * Defect #11577: Can't use non-latin anchor in wiki
91 * Defect #11577: Can't use non-latin anchor in wiki
81 * Defect #11612: Revision graph sometimes broken due to raphael.js error
92 * Defect #11612: Revision graph sometimes broken due to raphael.js error
82 * Defect #11621: Redmine MIME Detection Of Javascript Files Non-Standard
93 * Defect #11621: Redmine MIME Detection Of Javascript Files Non-Standard
83 * Defect #11633: Macro arguments should not be parsed by text formatters
94 * Defect #11633: Macro arguments should not be parsed by text formatters
84 * Defect #11662: Invalid query returned from Issues.visible scope after accessing User#projects_by_role with a role that is not present
95 * Defect #11662: Invalid query returned from Issues.visible scope after accessing User#projects_by_role with a role that is not present
85 * Defect #11691: 404 response when deleting a user from the edit page
96 * Defect #11691: 404 response when deleting a user from the edit page
86 * Defect #11723: redmine:send_reminders notification misses if assignee is a group
97 * Defect #11723: redmine:send_reminders notification misses if assignee is a group
87 * Defect #11738: Batch update of issues clears project path
98 * Defect #11738: Batch update of issues clears project path
88 * Defect #11749: Redmine.pm: HEAD is not considered as a read-only method
99 * Defect #11749: Redmine.pm: HEAD is not considered as a read-only method
89 * Defect #11814: Date picker does not respect week start setting
100 * Defect #11814: Date picker does not respect week start setting
90 * Feature #703: Configurable required fields per tracker/status/role
101 * Feature #703: Configurable required fields per tracker/status/role
91 * Feature #1006: Display thumbnails of attached images
102 * Feature #1006: Display thumbnails of attached images
92 * Feature #1091: Disabling default ticket fields per tracker
103 * Feature #1091: Disabling default ticket fields per tracker
93 * Feature #1360: Permission for adding an issue to a version.
104 * Feature #1360: Permission for adding an issue to a version.
94 * Feature #3061: Let macros optionally match over multiple lines and ignore single curly braces
105 * Feature #3061: Let macros optionally match over multiple lines and ignore single curly braces
95 * Feature #3510: Inserting image thumbnails inside the wiki
106 * Feature #3510: Inserting image thumbnails inside the wiki
96 * Feature #3521: Permissions for roles to change fields per tracker/status
107 * Feature #3521: Permissions for roles to change fields per tracker/status
97 * Feature #3640: Freeze / Close Projects
108 * Feature #3640: Freeze / Close Projects
98 * Feature #3831: Support for subforums
109 * Feature #3831: Support for subforums
99 * Feature #6597: Configurable session lifetime and timeout
110 * Feature #6597: Configurable session lifetime and timeout
100 * Feature #6965: Option to Copy Subtasks when copying an issue
111 * Feature #6965: Option to Copy Subtasks when copying an issue
101 * Feature #8161: Ability to filter issues on project custom fields
112 * Feature #8161: Ability to filter issues on project custom fields
102 * Feature #8577: "Private" column and filter on the issue list
113 * Feature #8577: "Private" column and filter on the issue list
103 * Feature #8981: REST Api for Groups
114 * Feature #8981: REST Api for Groups
104 * Feature #9258: Create role by copy
115 * Feature #9258: Create role by copy
105 * Feature #9419: Group/sort the issue list by user/version-format custom fields
116 * Feature #9419: Group/sort the issue list by user/version-format custom fields
106 * Feature #10362: Show images in repositories inline when clicking the 'View' link
117 * Feature #10362: Show images in repositories inline when clicking the 'View' link
107 * Feature #10419: Upgrade raphael.js (2.1.0)
118 * Feature #10419: Upgrade raphael.js (2.1.0)
108 * Feature #11068: Ability to set default column order in issue list
119 * Feature #11068: Ability to set default column order in issue list
109 * Feature #11102: Add autocomplete to "Related issue" field on revision
120 * Feature #11102: Add autocomplete to "Related issue" field on revision
110 * Feature #11109: Repository Identifier should be frozen
121 * Feature #11109: Repository Identifier should be frozen
111 * Feature #11181: Additional "Log time" link on project overview
122 * Feature #11181: Additional "Log time" link on project overview
112 * Feature #11205: Reversed order of priorities on the issue summary page
123 * Feature #11205: Reversed order of priorities on the issue summary page
113 * Feature #11445: Switch from Prototype to JQuery
124 * Feature #11445: Switch from Prototype to JQuery
114 * Feature #11469: JSONP support
125 * Feature #11469: JSONP support
115 * Feature #11475: Redmine.pm: Allow fallback to other Apache auth providers
126 * Feature #11475: Redmine.pm: Allow fallback to other Apache auth providers
116 * Feature #11494: Don't turn #nnn with leading zeros into links
127 * Feature #11494: Don't turn #nnn with leading zeros into links
117 * Feature #11539: Display a projects tree instead of a flat list in notification preferences
128 * Feature #11539: Display a projects tree instead of a flat list in notification preferences
118 * Feature #11578: Option to pass whole arguments to a macro without splitting them
129 * Feature #11578: Option to pass whole arguments to a macro without splitting them
119 * Feature #11595: Missing mime type for svg files
130 * Feature #11595: Missing mime type for svg files
120 * Feature #11758: Upgrade to Rails 3.2.8
131 * Feature #11758: Upgrade to Rails 3.2.8
121 * Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
132 * Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
122 * Patch #10988: New Korean translation patch
133 * Patch #10988: New Korean translation patch
123 * Patch #11201: Korean translation special update
134 * Patch #11201: Korean translation special update
124 * Patch #11401: Fix Japanese mistranslation for "button_submit"
135 * Patch #11401: Fix Japanese mistranslation for "button_submit"
125 * Patch #11402: Japanese translation added for default role names
136 * Patch #11402: Japanese translation added for default role names
126 * Patch #11411: Fix disordered use of long sound in Japanese "user" translation
137 * Patch #11411: Fix disordered use of long sound in Japanese "user" translation
127 * Patch #11412: Unnatural Japanese message when users failed to login
138 * Patch #11412: Unnatural Japanese message when users failed to login
128 * Patch #11419: Fix wrong Japanese "label_attachment" translation
139 * Patch #11419: Fix wrong Japanese "label_attachment" translation
129 * Patch #11496: Make labels clickable in Adminstration/Settings
140 * Patch #11496: Make labels clickable in Adminstration/Settings
130 * Patch #11704: Avoid the use of tag("...", "...", true) in layout
141 * Patch #11704: Avoid the use of tag("...", "...", true) in layout
131 * Patch #11818: Redmine.pm fails when permissions are NULL
142 * Patch #11818: Redmine.pm fails when permissions are NULL
132
143
133 == 2012-09-16 v2.0.4
144 == 2012-09-16 v2.0.4
134
145
135 * Defect #10818: Running rake in test environment causes exception
146 * Defect #10818: Running rake in test environment causes exception
136 * Defect #11209: Wiki diff may generate broken HTML
147 * Defect #11209: Wiki diff may generate broken HTML
137 * Defect #11217: Project names in drop-down are escaped twice
148 * Defect #11217: Project names in drop-down are escaped twice
138 * Defect #11262: Link is escaped in wiki added/updated notification email
149 * Defect #11262: Link is escaped in wiki added/updated notification email
139 * Defect #11307: Can't filter for negative numeric custom fields
150 * Defect #11307: Can't filter for negative numeric custom fields
140 * Defect #11325: Unified diff link broken on specific file/revision diff view
151 * Defect #11325: Unified diff link broken on specific file/revision diff view
141 * Defect #11341: Escaped link in conflict resolution form
152 * Defect #11341: Escaped link in conflict resolution form
142 * Defect #11365: Attachment description length is not validated
153 * Defect #11365: Attachment description length is not validated
143 * Defect #11511: Confirmation page has broken HTML when a project folding sub project is deleted
154 * Defect #11511: Confirmation page has broken HTML when a project folding sub project is deleted
144 * Defect #11533: rake redmine:plugins:test doesn't run tests in subdirectories
155 * Defect #11533: rake redmine:plugins:test doesn't run tests in subdirectories
145 * Defect #11541: Version sharing is missing in the REST API
156 * Defect #11541: Version sharing is missing in the REST API
146 * Defect #11550: Issue reminder doesn't work when using asynchronous delivery
157 * Defect #11550: Issue reminder doesn't work when using asynchronous delivery
147 * Defect #11776: Can't override mailer views inside redmine plugin.
158 * Defect #11776: Can't override mailer views inside redmine plugin.
148 * Defect #11789: Edit section links broken with h5/h6 headings
159 * Defect #11789: Edit section links broken with h5/h6 headings
149 * Feature #11338: Exclude emails with auto-submitted => auto-generated
160 * Feature #11338: Exclude emails with auto-submitted => auto-generated
150 * Patch #11299: redmine:plugins:migrate should update db/schema.rb
161 * Patch #11299: redmine:plugins:migrate should update db/schema.rb
151 * Patch #11328: Fix Japanese mistranslation for 'label_language_based'
162 * Patch #11328: Fix Japanese mistranslation for 'label_language_based'
152 * Patch #11448: Russian translation for 1.4-stable and 2.0-stable
163 * Patch #11448: Russian translation for 1.4-stable and 2.0-stable
153 * Patch #11600: Fix plural form of the abbreviation for hours in Brazilian Portuguese
164 * Patch #11600: Fix plural form of the abbreviation for hours in Brazilian Portuguese
154
165
155 == 2012-06-18 v2.0.3
166 == 2012-06-18 v2.0.3
156
167
157 * Defect #10688: PDF export from Wiki - Problems with tables
168 * Defect #10688: PDF export from Wiki - Problems with tables
158 * Defect #11061: Cannot choose commit versions to view differences in Git/Mercurial repository view
169 * Defect #11061: Cannot choose commit versions to view differences in Git/Mercurial repository view
159 * Defect #11065: E-Mail submitted tickets: German umlauts in 'Subject' get malformed (ruby 1.8)
170 * Defect #11065: E-Mail submitted tickets: German umlauts in 'Subject' get malformed (ruby 1.8)
160 * Defect #11098: Default priorities have the same position and can't be reordered
171 * Defect #11098: Default priorities have the same position and can't be reordered
161 * Defect #11105: <% content_for :header_tags do %> doesn't work inside hook
172 * Defect #11105: <% content_for :header_tags do %> doesn't work inside hook
162 * Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries
173 * Defect #11112: REST API - custom fields in POST/PUT ignored for time_entries
163 * Defect #11118: "Maximum file size" displayed on upload forms is incorrect
174 * Defect #11118: "Maximum file size" displayed on upload forms is incorrect
164 * Defect #11124: Link to user is escaped in activity title
175 * Defect #11124: Link to user is escaped in activity title
165 * Defect #11133: Wiki-page section edit link can point to incorrect section
176 * Defect #11133: Wiki-page section edit link can point to incorrect section
166 * Defect #11160: SQL Error on time report if a custom field has multiple values for an entry
177 * Defect #11160: SQL Error on time report if a custom field has multiple values for an entry
167 * Defect #11170: Topics sort order is broken in Redmine 2.x
178 * Defect #11170: Topics sort order is broken in Redmine 2.x
168 * Defect #11178: Spent time sorted by date-descending order lists same-date entries in physical order (not-reverse)
179 * Defect #11178: Spent time sorted by date-descending order lists same-date entries in physical order (not-reverse)
169 * Defect #11185: Redmine fails to delete a project with parent/child task
180 * Defect #11185: Redmine fails to delete a project with parent/child task
170 * Feature #11162: Upgrade to Rails 3.2.6
181 * Feature #11162: Upgrade to Rails 3.2.6
171 * Patch #11113: Small glitch in German localization
182 * Patch #11113: Small glitch in German localization
172
183
173 == 2012-06-05 v2.0.2
184 == 2012-06-05 v2.0.2
174
185
175 * Defect #11032: Project list is not shown when "For any event on the selected projects only..." is selected on user edit panel
186 * Defect #11032: Project list is not shown when "For any event on the selected projects only..." is selected on user edit panel
176 * Defect #11038: "Create and continue" should preserve project, issue and activity when logging time
187 * Defect #11038: "Create and continue" should preserve project, issue and activity when logging time
177 * Defect #11046: Redmine.pm does not support "bind as user" ldap authentication
188 * Defect #11046: Redmine.pm does not support "bind as user" ldap authentication
178 * Defect #11051: reposman.rb fails in 1.4.2 because of missing require for rubygems
189 * Defect #11051: reposman.rb fails in 1.4.2 because of missing require for rubygems
179 * Defect #11085: Wiki start page can't be changed
190 * Defect #11085: Wiki start page can't be changed
180 * Feature #11084: Update Rails to 3.2.5
191 * Feature #11084: Update Rails to 3.2.5
181
192
182 == 2012-05-28 v2.0.1
193 == 2012-05-28 v2.0.1
183
194
184 * Defect #10923: After creating a new Version Redmine jumps back to "Information"
195 * Defect #10923: After creating a new Version Redmine jumps back to "Information"
185 * Defect #10932: Links to delete watchers are escaped when gravatars are enabled
196 * Defect #10932: Links to delete watchers are escaped when gravatars are enabled
186 * Defect #10964: Updated column doesn't get updated on issues
197 * Defect #10964: Updated column doesn't get updated on issues
187 * Defect #10965: rake yard does not work for generating documentation.
198 * Defect #10965: rake yard does not work for generating documentation.
188 * Defect #10972: Columns selection not displayed on the custom query form
199 * Defect #10972: Columns selection not displayed on the custom query form
189 * Defect #10991: My page > Spent time 'project' column is html-encoded
200 * Defect #10991: My page > Spent time 'project' column is html-encoded
190 * Defect #10996: Time zones lost when upgrading from Redmine 1.4 to 2.0
201 * Defect #10996: Time zones lost when upgrading from Redmine 1.4 to 2.0
191 * Defect #11013: Fetching Email from IMAP/POP3 - uninitialized constant RAILS_DEFAULT_LOGGER error
202 * Defect #11013: Fetching Email from IMAP/POP3 - uninitialized constant RAILS_DEFAULT_LOGGER error
192 * Defect #11024: redmine_plugin_model generator does not create the migration
203 * Defect #11024: redmine_plugin_model generator does not create the migration
193 * Defect #11027: Saving new query without name causes escaping of input field
204 * Defect #11027: Saving new query without name causes escaping of input field
194 * Defect #11028: Project identifier can be updated
205 * Defect #11028: Project identifier can be updated
195
206
196 == 2012-05-15 v2.0.0
207 == 2012-05-15 v2.0.0
197
208
198 * Feature #4796: Rails 3 support
209 * Feature #4796: Rails 3 support
199 * Feature #7720: Limit the pagination-limit when max-results is fewer than max-pagination-limit
210 * Feature #7720: Limit the pagination-limit when max-results is fewer than max-pagination-limit
200 * Feature #9034: Add an id to the flash messages
211 * Feature #9034: Add an id to the flash messages
201 * Patch #10782: Better translation for Estonian language
212 * Patch #10782: Better translation for Estonian language
202
213
203 == 2012-05-13 v1.4.2
214 == 2012-05-13 v1.4.2
204
215
205 * Defect #10744: rake task redmine:email:test broken
216 * Defect #10744: rake task redmine:email:test broken
206 * Defect #10787: "Allow users to unsubscribe" option is confusing
217 * Defect #10787: "Allow users to unsubscribe" option is confusing
207 * Defect #10827: Cannot access Repositories page and Settings in a Project - Error 500
218 * Defect #10827: Cannot access Repositories page and Settings in a Project - Error 500
208 * Defect #10829: db:migrate fails 0.8.2 -> 1.4.1
219 * Defect #10829: db:migrate fails 0.8.2 -> 1.4.1
209 * Defect #10832: REST Uploads fail with fastcgi
220 * Defect #10832: REST Uploads fail with fastcgi
210 * Defect #10837: reposman and rdm-mailhandler not working with ruby 1.9.x
221 * Defect #10837: reposman and rdm-mailhandler not working with ruby 1.9.x
211 * Defect #10856: can not load translations from hr.yml with ruby1.9.3-p194
222 * Defect #10856: can not load translations from hr.yml with ruby1.9.3-p194
212 * Defect #10865: Filter reset when deleting locked user
223 * Defect #10865: Filter reset when deleting locked user
213 * Feature #9790: Allow filtering text custom fields on "is null" and "is not null"
224 * Feature #9790: Allow filtering text custom fields on "is null" and "is not null"
214 * Feature #10778: svn:ignore for config/additional_environment.rb
225 * Feature #10778: svn:ignore for config/additional_environment.rb
215 * Feature #10875: Partial Albanian Translations
226 * Feature #10875: Partial Albanian Translations
216 * Feature #10888: Bring back List-Id to help aid Gmail filtering
227 * Feature #10888: Bring back List-Id to help aid Gmail filtering
217 * Patch #10733: Traditional Chinese language file (to r9502)
228 * Patch #10733: Traditional Chinese language file (to r9502)
218 * Patch #10745: Japanese translation update (r9519)
229 * Patch #10745: Japanese translation update (r9519)
219 * Patch #10750: Swedish Translation for r9522
230 * Patch #10750: Swedish Translation for r9522
220 * Patch #10785: Bulgarian translation (jstoolbar)
231 * Patch #10785: Bulgarian translation (jstoolbar)
221 * Patch #10800: Simplified Chinese translation
232 * Patch #10800: Simplified Chinese translation
222
233
223 == 2012-04-20 v1.4.1
234 == 2012-04-20 v1.4.1
224
235
225 * Defect #8574: Time report: date range fields not enabled when using the calendar popup
236 * Defect #8574: Time report: date range fields not enabled when using the calendar popup
226 * Defect #10642: Nested textile ol/ul lists generate invalid HTML
237 * Defect #10642: Nested textile ol/ul lists generate invalid HTML
227 * Defect #10668: RSS key is generated twice when user is not reloaded
238 * Defect #10668: RSS key is generated twice when user is not reloaded
228 * Defect #10669: Token.destroy_expired should not delete API tokens
239 * Defect #10669: Token.destroy_expired should not delete API tokens
229 * Defect #10675: "Submit and continue" is broken
240 * Defect #10675: "Submit and continue" is broken
230 * Defect #10711: User cannot change account details with "Login has already been taken" error
241 * Defect #10711: User cannot change account details with "Login has already been taken" error
231 * Feature #10664: Unsubscribe Own User Account
242 * Feature #10664: Unsubscribe Own User Account
232 * Patch #10693: German Translation Update
243 * Patch #10693: German Translation Update
233
244
234 == 2012-04-14 v1.4.0
245 == 2012-04-14 v1.4.0
235
246
236 * Defect #2719: Increase username length limit from 30 to 60
247 * Defect #2719: Increase username length limit from 30 to 60
237 * Defect #3087: Revision referring to issues across all projects
248 * Defect #3087: Revision referring to issues across all projects
238 * Defect #4824: Unable to connect (can't convert Net::LDAP::LdapError into String)
249 * Defect #4824: Unable to connect (can't convert Net::LDAP::LdapError into String)
239 * Defect #5058: reminder mails are not sent when delivery_method is :async_smtp
250 * Defect #5058: reminder mails are not sent when delivery_method is :async_smtp
240 * Defect #6859: Moving issues to a tracker with different custom fields should let fill these fields
251 * Defect #6859: Moving issues to a tracker with different custom fields should let fill these fields
241 * Defect #7398: Error when trying to quick create a version with required custom field
252 * Defect #7398: Error when trying to quick create a version with required custom field
242 * Defect #7495: Python multiline comments highlighting problem in Repository browser
253 * Defect #7495: Python multiline comments highlighting problem in Repository browser
243 * Defect #7826: bigdecimal-segfault-fix.rb must be removed for Oracle
254 * Defect #7826: bigdecimal-segfault-fix.rb must be removed for Oracle
244 * Defect #7920: Attempted to update a stale object when copying a project
255 * Defect #7920: Attempted to update a stale object when copying a project
245 * Defect #8857: Git: Too long in fetching repositories after upgrade from 1.1 or new branch at first time
256 * Defect #8857: Git: Too long in fetching repositories after upgrade from 1.1 or new branch at first time
246 * Defect #9472: The git scm module causes an excess amount of DB traffic.
257 * Defect #9472: The git scm module causes an excess amount of DB traffic.
247 * Defect #9685: Adding multiple times the same related issue relation is possible
258 * Defect #9685: Adding multiple times the same related issue relation is possible
248 * Defect #9798: Release 1.3.0 does not detect rubytree under ruby 1.9.3p0 / rails 2.3.14
259 * Defect #9798: Release 1.3.0 does not detect rubytree under ruby 1.9.3p0 / rails 2.3.14
249 * Defect #9978: Japanese "permission_add_issue_watchers" is wrong
260 * Defect #9978: Japanese "permission_add_issue_watchers" is wrong
250 * Defect #10006: Email reminders are sent for closed issues
261 * Defect #10006: Email reminders are sent for closed issues
251 * Defect #10150: CSV export and spent time: rounding issue
262 * Defect #10150: CSV export and spent time: rounding issue
252 * Defect #10168: CSV export breaks custom columns
263 * Defect #10168: CSV export breaks custom columns
253 * Defect #10181: Issue context menu and bulk edit form show irrelevant statuses
264 * Defect #10181: Issue context menu and bulk edit form show irrelevant statuses
254 * Defect #10198: message_id regex in pop3.rb only recognizes Message-ID header (not Message-Id)
265 * Defect #10198: message_id regex in pop3.rb only recognizes Message-ID header (not Message-Id)
255 * Defect #10251: Description diff link in note details is relative when received by email
266 * Defect #10251: Description diff link in note details is relative when received by email
256 * Defect #10272: Ruby 1.9.3: "incompatible character encoding" with LDAP auth
267 * Defect #10272: Ruby 1.9.3: "incompatible character encoding" with LDAP auth
257 * Defect #10275: Message object not passed to wiki macros for head topic and in preview edit mode
268 * Defect #10275: Message object not passed to wiki macros for head topic and in preview edit mode
258 * Defect #10334: Full name is not unquoted when creating users from emails
269 * Defect #10334: Full name is not unquoted when creating users from emails
259 * Defect #10410: [Localization] Grammar issue of Simplified Chinese in zh.yml
270 * Defect #10410: [Localization] Grammar issue of Simplified Chinese in zh.yml
260 * Defect #10442: Ruby 1.9.3 Time Zone setting Internal error.
271 * Defect #10442: Ruby 1.9.3 Time Zone setting Internal error.
261 * Defect #10467: Confusing behavior while moving issue to a project with disabled Issues module
272 * Defect #10467: Confusing behavior while moving issue to a project with disabled Issues module
262 * Defect #10575: Uploading of attachments which filename contains non-ASCII chars fails with Ruby 1.9
273 * Defect #10575: Uploading of attachments which filename contains non-ASCII chars fails with Ruby 1.9
263 * Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
274 * Defect #10590: WikiContent::Version#text return string with #<Encoding:ASCII-8BIT> when uncompressed
264 * Defect #10593: Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
275 * Defect #10593: Error: 'incompatible character encodings: UTF-8 and ASCII-8BIT' (old annoing issue) on ruby-1.9.3
265 * Defect #10600: Watchers search generates an Internal error
276 * Defect #10600: Watchers search generates an Internal error
266 * Defect #10605: Bulk edit selected issues does not allow selection of blank values for custom fields
277 * Defect #10605: Bulk edit selected issues does not allow selection of blank values for custom fields
267 * Defect #10619: When changing status before tracker, it shows improper status
278 * Defect #10619: When changing status before tracker, it shows improper status
268 * Feature #779: Multiple SCM per project
279 * Feature #779: Multiple SCM per project
269 * Feature #971: Add "Spent time" column to query
280 * Feature #971: Add "Spent time" column to query
270 * Feature #1060: Add a LDAP-filter using external auth sources
281 * Feature #1060: Add a LDAP-filter using external auth sources
271 * Feature #1102: Shortcut for assigning an issue to me
282 * Feature #1102: Shortcut for assigning an issue to me
272 * Feature #1189: Multiselect custom fields
283 * Feature #1189: Multiselect custom fields
273 * Feature #1363: Allow underscores in project identifiers
284 * Feature #1363: Allow underscores in project identifiers
274 * Feature #1913: LDAP - authenticate as user
285 * Feature #1913: LDAP - authenticate as user
275 * Feature #1972: Attachments for News
286 * Feature #1972: Attachments for News
276 * Feature #2009: Manually add related revisions
287 * Feature #2009: Manually add related revisions
277 * Feature #2323: Workflow permissions for administrators
288 * Feature #2323: Workflow permissions for administrators
278 * Feature #2416: {background:color} doesn't work in text formatting
289 * Feature #2416: {background:color} doesn't work in text formatting
279 * Feature #2694: Notification on loosing assignment
290 * Feature #2694: Notification on loosing assignment
280 * Feature #2715: "Magic links" to notes
291 * Feature #2715: "Magic links" to notes
281 * Feature #2850: Add next/previous navigation to issue
292 * Feature #2850: Add next/previous navigation to issue
282 * Feature #3055: Option to copy attachments when copying an issue
293 * Feature #3055: Option to copy attachments when copying an issue
283 * Feature #3108: set parent automatically for new pages
294 * Feature #3108: set parent automatically for new pages
284 * Feature #3463: Export all wiki pages to PDF
295 * Feature #3463: Export all wiki pages to PDF
285 * Feature #4050: Ruby 1.9 support
296 * Feature #4050: Ruby 1.9 support
286 * Feature #4769: Ability to move an issue to a different project from the update form
297 * Feature #4769: Ability to move an issue to a different project from the update form
287 * Feature #4774: Change the hyperlink for file attachment to view and download
298 * Feature #4774: Change the hyperlink for file attachment to view and download
288 * Feature #5159: Ability to add Non-Member watchers to the watch list
299 * Feature #5159: Ability to add Non-Member watchers to the watch list
289 * Feature #5638: Use Bundler (Gemfile) for gem management
300 * Feature #5638: Use Bundler (Gemfile) for gem management
290 * Feature #5643: Add X-Redmine-Sender header to email notifications
301 * Feature #5643: Add X-Redmine-Sender header to email notifications
291 * Feature #6296: Bulk-edit custom fields through context menu
302 * Feature #6296: Bulk-edit custom fields through context menu
292 * Feature #6386: Issue mail should render the HTML version of the issue details
303 * Feature #6386: Issue mail should render the HTML version of the issue details
293 * Feature #6449: Edit a wiki page's parent on the edit page
304 * Feature #6449: Edit a wiki page's parent on the edit page
294 * Feature #6555: Double-click on "Submit" and "Save" buttons should not send two requests to server
305 * Feature #6555: Double-click on "Submit" and "Save" buttons should not send two requests to server
295 * Feature #7361: Highlight active query in the side bar
306 * Feature #7361: Highlight active query in the side bar
296 * Feature #7420: Rest API for projects members
307 * Feature #7420: Rest API for projects members
297 * Feature #7603: Please make editing issues more obvious than "Change properties (More)"
308 * Feature #7603: Please make editing issues more obvious than "Change properties (More)"
298 * Feature #8171: Adding attachments through the REST API
309 * Feature #8171: Adding attachments through the REST API
299 * Feature #8691: Better handling of issue update conflict
310 * Feature #8691: Better handling of issue update conflict
300 * Feature #9803: Change project through REST API issue update
311 * Feature #9803: Change project through REST API issue update
301 * Feature #9923: User type custom fields should be filterable by "Me".
312 * Feature #9923: User type custom fields should be filterable by "Me".
302 * Feature #9985: Group time report by the Status field
313 * Feature #9985: Group time report by the Status field
303 * Feature #9995: Time entries insertion, "Create and continue" button
314 * Feature #9995: Time entries insertion, "Create and continue" button
304 * Feature #10020: Enable global time logging at /time_entries/new
315 * Feature #10020: Enable global time logging at /time_entries/new
305 * Feature #10042: Bulk change private flag
316 * Feature #10042: Bulk change private flag
306 * Feature #10126: Add members of subprojects in the assignee and author filters
317 * Feature #10126: Add members of subprojects in the assignee and author filters
307 * Feature #10131: Include custom fiels in time entries API responses
318 * Feature #10131: Include custom fiels in time entries API responses
308 * Feature #10207: Git: use default branch from HEAD
319 * Feature #10207: Git: use default branch from HEAD
309 * Feature #10208: Estonian translation
320 * Feature #10208: Estonian translation
310 * Feature #10253: Better handling of attachments when validation fails
321 * Feature #10253: Better handling of attachments when validation fails
311 * Feature #10350: Bulk copy should allow for changing the target version
322 * Feature #10350: Bulk copy should allow for changing the target version
312 * Feature #10607: Ignore out-of-office incoming emails
323 * Feature #10607: Ignore out-of-office incoming emails
313 * Feature #10635: Adding time like "123 Min" is invalid
324 * Feature #10635: Adding time like "123 Min" is invalid
314 * Patch #9998: Make attachement "Optional Description" less wide
325 * Patch #9998: Make attachement "Optional Description" less wide
315 * Patch #10066: i18n not working with russian gem
326 * Patch #10066: i18n not working with russian gem
316 * Patch #10128: Disable IE 8 compatibility mode to fix wrong div.autoscroll scroll bar behaviour
327 * Patch #10128: Disable IE 8 compatibility mode to fix wrong div.autoscroll scroll bar behaviour
317 * Patch #10155: Russian translation changed
328 * Patch #10155: Russian translation changed
318 * Patch #10464: Enhanced PDF output for Issues list
329 * Patch #10464: Enhanced PDF output for Issues list
319 * Patch #10470: Efficiently process new git revisions in a single batch
330 * Patch #10470: Efficiently process new git revisions in a single batch
320 * Patch #10513: Dutch translation improvement
331 * Patch #10513: Dutch translation improvement
321
332
322 == 2012-04-14 v1.3.3
333 == 2012-04-14 v1.3.3
323
334
324 * Defect #10505: Error when exporting to PDF with NoMethodError (undefined method `downcase' for nil:NilClass)
335 * Defect #10505: Error when exporting to PDF with NoMethodError (undefined method `downcase' for nil:NilClass)
325 * Defect #10554: Defect symbols when exporting tasks in pdf
336 * Defect #10554: Defect symbols when exporting tasks in pdf
326 * Defect #10564: Unable to change locked, sticky flags and board when editing a message
337 * Defect #10564: Unable to change locked, sticky flags and board when editing a message
327 * Defect #10591: Dutch "label_file_added" translation is wrong
338 * Defect #10591: Dutch "label_file_added" translation is wrong
328 * Defect #10622: "Default administrator account changed" is always true
339 * Defect #10622: "Default administrator account changed" is always true
329 * Patch #10555: rake redmine:send_reminders aborted if issue assigned to group
340 * Patch #10555: rake redmine:send_reminders aborted if issue assigned to group
330 * Patch #10611: Simplified Chinese translations for 1.3-stable
341 * Patch #10611: Simplified Chinese translations for 1.3-stable
331
342
332 == 2012-03-11 v1.3.2
343 == 2012-03-11 v1.3.2
333
344
334 * Defect #8194: {{toc}} uses identical anchors for subsections with the same name
345 * Defect #8194: {{toc}} uses identical anchors for subsections with the same name
335 * Defect #9143: Partial diff comparison should be done on actual code, not on html
346 * Defect #9143: Partial diff comparison should be done on actual code, not on html
336 * Defect #9523: {{toc}} does not display headers with @ code markup
347 * Defect #9523: {{toc}} does not display headers with @ code markup
337 * Defect #9815: Release 1.3.0 does not detect rubytree with rubgems 1.8
348 * Defect #9815: Release 1.3.0 does not detect rubytree with rubgems 1.8
338 * Defect #10053: undefined method `<=>' for nil:NilClass when accessing the settings of a project
349 * Defect #10053: undefined method `<=>' for nil:NilClass when accessing the settings of a project
339 * Defect #10135: ActionView::TemplateError (can't convert Fixnum into String)
350 * Defect #10135: ActionView::TemplateError (can't convert Fixnum into String)
340 * Defect #10193: Unappropriate icons in highlighted code block
351 * Defect #10193: Unappropriate icons in highlighted code block
341 * Defect #10199: No wiki section edit when title contains code
352 * Defect #10199: No wiki section edit when title contains code
342 * Defect #10218: Error when creating a project with a version custom field
353 * Defect #10218: Error when creating a project with a version custom field
343 * Defect #10241: "get version by ID" fails with "401 not authorized" error when using API access key
354 * Defect #10241: "get version by ID" fails with "401 not authorized" error when using API access key
344 * Defect #10284: Note added by commit from a subproject does not contain project identifier
355 * Defect #10284: Note added by commit from a subproject does not contain project identifier
345 * Defect #10374: User list is empty when adding users to project / group if remaining users are added late
356 * Defect #10374: User list is empty when adding users to project / group if remaining users are added late
346 * Defect #10390: Mass assignment security vulnerability
357 * Defect #10390: Mass assignment security vulnerability
347 * Patch #8413: Confirmation message before deleting a relationship
358 * Patch #8413: Confirmation message before deleting a relationship
348 * Patch #10160: Bulgarian translation (r8777)
359 * Patch #10160: Bulgarian translation (r8777)
349 * Patch #10242: Migrate Redmine.pm from Digest::Sha1 to Digest::Sha
360 * Patch #10242: Migrate Redmine.pm from Digest::Sha1 to Digest::Sha
350 * Patch #10258: Italian translation for 1.3-stable
361 * Patch #10258: Italian translation for 1.3-stable
351
362
352 == 2012-02-06 v1.3.1
363 == 2012-02-06 v1.3.1
353
364
354 * Defect #9775: app/views/repository/_revision_graph.html.erb sets window.onload directly..
365 * Defect #9775: app/views/repository/_revision_graph.html.erb sets window.onload directly..
355 * Defect #9792: Ruby 1.9: [v1.3.0] Error: incompatible character encodings for it translation on Calendar page
366 * Defect #9792: Ruby 1.9: [v1.3.0] Error: incompatible character encodings for it translation on Calendar page
356 * Defect #9793: Bad spacing between numbered list and heading (recently broken).
367 * Defect #9793: Bad spacing between numbered list and heading (recently broken).
357 * Defect #9795: Unrelated error message when creating a group with an invalid name
368 * Defect #9795: Unrelated error message when creating a group with an invalid name
358 * Defect #9832: Revision graph height should depend on height of rows in revisions table
369 * Defect #9832: Revision graph height should depend on height of rows in revisions table
359 * Defect #9937: Repository settings are not saved when all SCM are disabled
370 * Defect #9937: Repository settings are not saved when all SCM are disabled
360 * Defect #9961: Ukrainian "default_tracker_bug" is wrong
371 * Defect #9961: Ukrainian "default_tracker_bug" is wrong
361 * Defect #10013: Rest API - Create Version -> Internal server error 500
372 * Defect #10013: Rest API - Create Version -> Internal server error 500
362 * Defect #10115: Javascript error - Can't attach more than 1 file on IE 6 and 7
373 * Defect #10115: Javascript error - Can't attach more than 1 file on IE 6 and 7
363 * Defect #10130: Broken italic text style in edited comment preview
374 * Defect #10130: Broken italic text style in edited comment preview
364 * Defect #10152: Attachment diff type is not saved in user preference
375 * Defect #10152: Attachment diff type is not saved in user preference
365 * Feature #9943: Arabic translation
376 * Feature #9943: Arabic translation
366 * Patch #9874: pt-BR translation updates
377 * Patch #9874: pt-BR translation updates
367 * Patch #9922: Spanish translation updated
378 * Patch #9922: Spanish translation updated
368 * Patch #10137: Korean language file ko.yml updated to Redmine 1.3.0
379 * Patch #10137: Korean language file ko.yml updated to Redmine 1.3.0
369
380
370 == 2011-12-10 v1.3.0
381 == 2011-12-10 v1.3.0
371
382
372 * Defect #2109: Context menu is being submitted twice per right click
383 * Defect #2109: Context menu is being submitted twice per right click
373 * Defect #7717: MailHandler user creation for unknown_user impossible due to diverging length-limits of login and email fields
384 * Defect #7717: MailHandler user creation for unknown_user impossible due to diverging length-limits of login and email fields
374 * Defect #7917: Creating users via email fails if user real name containes special chars
385 * Defect #7917: Creating users via email fails if user real name containes special chars
375 * Defect #7966: MailHandler does not include JournalDetail for attached files
386 * Defect #7966: MailHandler does not include JournalDetail for attached files
376 * Defect #8368: Bad decimal separator in time entry CSV
387 * Defect #8368: Bad decimal separator in time entry CSV
377 * Defect #8371: MySQL error when filtering a custom field using the REST api
388 * Defect #8371: MySQL error when filtering a custom field using the REST api
378 * Defect #8549: Export CSV has character encoding error
389 * Defect #8549: Export CSV has character encoding error
379 * Defect #8573: Do not show inactive Enumerations where not needed
390 * Defect #8573: Do not show inactive Enumerations where not needed
380 * Defect #8611: rake/rdoctask is deprecated
391 * Defect #8611: rake/rdoctask is deprecated
381 * Defect #8751: Email notification: bug, when number of recipients more then 8
392 * Defect #8751: Email notification: bug, when number of recipients more then 8
382 * Defect #8894: Private issues - make it more obvious in the UI?
393 * Defect #8894: Private issues - make it more obvious in the UI?
383 * Defect #8994: Hardcoded French string "anonyme"
394 * Defect #8994: Hardcoded French string "anonyme"
384 * Defect #9043: Hardcoded string "diff" in Wiki#show and Repositories_Helper
395 * Defect #9043: Hardcoded string "diff" in Wiki#show and Repositories_Helper
385 * Defect #9051: wrong "text_issue_added" in russian translation.
396 * Defect #9051: wrong "text_issue_added" in russian translation.
386 * Defect #9108: Custom query not saving status filter
397 * Defect #9108: Custom query not saving status filter
387 * Defect #9252: Regression: application title escaped 2 times
398 * Defect #9252: Regression: application title escaped 2 times
388 * Defect #9264: Bad Portuguese translation
399 * Defect #9264: Bad Portuguese translation
389 * Defect #9470: News list is missing Avatars
400 * Defect #9470: News list is missing Avatars
390 * Defect #9471: Inline markup broken in Wiki link labels
401 * Defect #9471: Inline markup broken in Wiki link labels
391 * Defect #9489: Label all input field and control tags
402 * Defect #9489: Label all input field and control tags
392 * Defect #9534: Precedence: bulk email header is non standard and discouraged
403 * Defect #9534: Precedence: bulk email header is non standard and discouraged
393 * Defect #9540: Issue filter by assigned_to_role is not project specific
404 * Defect #9540: Issue filter by assigned_to_role is not project specific
394 * Defect #9619: Time zone ignored when logging time while editing ticket
405 * Defect #9619: Time zone ignored when logging time while editing ticket
395 * Defect #9638: Inconsistent image filename extensions
406 * Defect #9638: Inconsistent image filename extensions
396 * Defect #9669: Issue list doesn't sort assignees/authors regarding user display format
407 * Defect #9669: Issue list doesn't sort assignees/authors regarding user display format
397 * Defect #9672: Message-quoting in forums module broken
408 * Defect #9672: Message-quoting in forums module broken
398 * Defect #9719: Filtering by numeric custom field types broken after update to master
409 * Defect #9719: Filtering by numeric custom field types broken after update to master
399 * Defect #9724: Can't remote add new categories
410 * Defect #9724: Can't remote add new categories
400 * Defect #9738: Setting of cross-project custom query is not remembered inside project
411 * Defect #9738: Setting of cross-project custom query is not remembered inside project
401 * Defect #9748: Error about configuration.yml validness should mention file path
412 * Defect #9748: Error about configuration.yml validness should mention file path
402 * Feature #69: Textilized description in PDF
413 * Feature #69: Textilized description in PDF
403 * Feature #401: Add pdf export for WIKI page
414 * Feature #401: Add pdf export for WIKI page
404 * Feature #1567: Make author column sortable and groupable
415 * Feature #1567: Make author column sortable and groupable
405 * Feature #2222: Single section edit.
416 * Feature #2222: Single section edit.
406 * Feature #2269: Default issue start date should become configurable.
417 * Feature #2269: Default issue start date should become configurable.
407 * Feature #2371: character encoding for attachment file
418 * Feature #2371: character encoding for attachment file
408 * Feature #2964: Ability to assign issues to groups
419 * Feature #2964: Ability to assign issues to groups
409 * Feature #3033: Bug Reporting: Using "Create and continue" should show bug id of saved bug
420 * Feature #3033: Bug Reporting: Using "Create and continue" should show bug id of saved bug
410 * Feature #3261: support attachment images in PDF export
421 * Feature #3261: support attachment images in PDF export
411 * Feature #4264: Update CodeRay to 1.0 final
422 * Feature #4264: Update CodeRay to 1.0 final
412 * Feature #4324: Redmine renames my files, it shouldn't.
423 * Feature #4324: Redmine renames my files, it shouldn't.
413 * Feature #4729: Add Date-Based Filters for Issues List
424 * Feature #4729: Add Date-Based Filters for Issues List
414 * Feature #4742: CSV export: option to export selected or all columns
425 * Feature #4742: CSV export: option to export selected or all columns
415 * Feature #4976: Allow rdm-mailhandler to read the API key from a file
426 * Feature #4976: Allow rdm-mailhandler to read the API key from a file
416 * Feature #5501: Git: Mercurial: Adding visual merge/branch history to repository view
427 * Feature #5501: Git: Mercurial: Adding visual merge/branch history to repository view
417 * Feature #5634: Export issue to PDF does not include Subtasks and Related Issues
428 * Feature #5634: Export issue to PDF does not include Subtasks and Related Issues
418 * Feature #5670: Cancel option for file upload
429 * Feature #5670: Cancel option for file upload
419 * Feature #5737: Custom Queries available through the REST Api
430 * Feature #5737: Custom Queries available through the REST Api
420 * Feature #6180: Searchable custom fields do not provide adequate operators
431 * Feature #6180: Searchable custom fields do not provide adequate operators
421 * Feature #6954: Filter from date to date
432 * Feature #6954: Filter from date to date
422 * Feature #7180: List of statuses in REST API
433 * Feature #7180: List of statuses in REST API
423 * Feature #7181: List of trackers in REST API
434 * Feature #7181: List of trackers in REST API
424 * Feature #7366: REST API for Issue Relations
435 * Feature #7366: REST API for Issue Relations
425 * Feature #7403: REST API for Versions
436 * Feature #7403: REST API for Versions
426 * Feature #7671: REST API for reading attachments
437 * Feature #7671: REST API for reading attachments
427 * Feature #7832: Ability to assign issue categories to groups
438 * Feature #7832: Ability to assign issue categories to groups
428 * Feature #8420: Consider removing #7013 workaround
439 * Feature #8420: Consider removing #7013 workaround
429 * Feature #9196: Improve logging in MailHandler when user creation fails
440 * Feature #9196: Improve logging in MailHandler when user creation fails
430 * Feature #9496: Adds an option in mailhandler to disable server certificate verification
441 * Feature #9496: Adds an option in mailhandler to disable server certificate verification
431 * Feature #9553: CRUD operations for "Issue categories" in REST API
442 * Feature #9553: CRUD operations for "Issue categories" in REST API
432 * Feature #9593: HTML title should be reordered
443 * Feature #9593: HTML title should be reordered
433 * Feature #9600: Wiki links for news and forums
444 * Feature #9600: Wiki links for news and forums
434 * Feature #9607: Filter for issues without start date (or any another field based on date type)
445 * Feature #9607: Filter for issues without start date (or any another field based on date type)
435 * Feature #9609: Upgrade to Rails 2.3.14
446 * Feature #9609: Upgrade to Rails 2.3.14
436 * Feature #9612: "side by side" and "inline" patch view for attachments
447 * Feature #9612: "side by side" and "inline" patch view for attachments
437 * Feature #9667: Check attachment size before upload
448 * Feature #9667: Check attachment size before upload
438 * Feature #9690: Link in notification pointing to the actual update
449 * Feature #9690: Link in notification pointing to the actual update
439 * Feature #9720: Add note number for single issue's PDF
450 * Feature #9720: Add note number for single issue's PDF
440 * Patch #8617: Indent subject of subtask ticket in exported issues PDF
451 * Patch #8617: Indent subject of subtask ticket in exported issues PDF
441 * Patch #8778: Traditional Chinese 'issue' translation change
452 * Patch #8778: Traditional Chinese 'issue' translation change
442 * Patch #9053: Fix up Russian translation
453 * Patch #9053: Fix up Russian translation
443 * Patch #9129: Improve wording of Git repository note at project setting
454 * Patch #9129: Improve wording of Git repository note at project setting
444 * Patch #9148: Better handling of field_due_date italian translation
455 * Patch #9148: Better handling of field_due_date italian translation
445 * Patch #9273: Fix typos in russian localization
456 * Patch #9273: Fix typos in russian localization
446 * Patch #9484: Limit SCM annotate to text files under the maximum file size for viewing
457 * Patch #9484: Limit SCM annotate to text files under the maximum file size for viewing
447 * Patch #9659: Indexing rows in auth_sources/index view
458 * Patch #9659: Indexing rows in auth_sources/index view
448 * Patch #9692: Fix Textilized description in PDF for CodeRay
459 * Patch #9692: Fix Textilized description in PDF for CodeRay
449
460
450 == 2011-12-10 v1.2.3
461 == 2011-12-10 v1.2.3
451
462
452 * Defect #8707: Reposman: wrong constant name
463 * Defect #8707: Reposman: wrong constant name
453 * Defect #8809: Table in timelog report overflows
464 * Defect #8809: Table in timelog report overflows
454 * Defect #9055: Version files in Files module cannot be downloaded if issue tracking is disabled
465 * Defect #9055: Version files in Files module cannot be downloaded if issue tracking is disabled
455 * Defect #9137: db:encrypt fails to handle repositories with blank password
466 * Defect #9137: db:encrypt fails to handle repositories with blank password
456 * Defect #9394: Custom date field only validating on regex and not a valid date
467 * Defect #9394: Custom date field only validating on regex and not a valid date
457 * Defect #9405: Any user with :log_time permission can edit time entries via context menu
468 * Defect #9405: Any user with :log_time permission can edit time entries via context menu
458 * Defect #9448: The attached images are not shown in documents
469 * Defect #9448: The attached images are not shown in documents
459 * Defect #9520: Copied private query not visible after project copy
470 * Defect #9520: Copied private query not visible after project copy
460 * Defect #9552: Error when reading ciphered text from the database without cipher key configured
471 * Defect #9552: Error when reading ciphered text from the database without cipher key configured
461 * Defect #9566: Redmine.pm considers all projects private when login_required is enabled
472 * Defect #9566: Redmine.pm considers all projects private when login_required is enabled
462 * Defect #9567: Redmine.pm potential security issue with cache credential enabled and subversion
473 * Defect #9567: Redmine.pm potential security issue with cache credential enabled and subversion
463 * Defect #9577: Deleting a subtasks doesn't update parent's rgt & lft values
474 * Defect #9577: Deleting a subtasks doesn't update parent's rgt & lft values
464 * Defect #9597: Broken version links in wiki annotate history
475 * Defect #9597: Broken version links in wiki annotate history
465 * Defect #9682: Wiki HTML Export only useful when Access history is accessible
476 * Defect #9682: Wiki HTML Export only useful when Access history is accessible
466 * Defect #9737: Custom values deleted before issue submit
477 * Defect #9737: Custom values deleted before issue submit
467 * Defect #9741: calendar-hr.js (Croatian) is not UTF-8
478 * Defect #9741: calendar-hr.js (Croatian) is not UTF-8
468 * Patch #9558: Simplified Chinese translation for 1.2.2 updated
479 * Patch #9558: Simplified Chinese translation for 1.2.2 updated
469 * Patch #9695: Bulgarian translation (r7942)
480 * Patch #9695: Bulgarian translation (r7942)
470
481
471 == 2011-11-11 v1.2.2
482 == 2011-11-11 v1.2.2
472
483
473 * Defect #3276: Incorrect handling of anchors in Wiki to HTML export
484 * Defect #3276: Incorrect handling of anchors in Wiki to HTML export
474 * Defect #7215: Wiki formatting mangles links to internal headers
485 * Defect #7215: Wiki formatting mangles links to internal headers
475 * Defect #7613: Generated test instances may share the same attribute value object
486 * Defect #7613: Generated test instances may share the same attribute value object
476 * Defect #8411: Can't remove "Project" column on custom query
487 * Defect #8411: Can't remove "Project" column on custom query
477 * Defect #8615: Custom 'version' fields don't show shared versions
488 * Defect #8615: Custom 'version' fields don't show shared versions
478 * Defect #8633: Pagination counts non visible issues
489 * Defect #8633: Pagination counts non visible issues
479 * Defect #8651: Email attachments are not added to issues any more in v1.2
490 * Defect #8651: Email attachments are not added to issues any more in v1.2
480 * Defect #8825: JRuby + Windows: SCMs do not work on Redmine 1.2
491 * Defect #8825: JRuby + Windows: SCMs do not work on Redmine 1.2
481 * Defect #8836: Additional workflow transitions not available when set to both author and assignee
492 * Defect #8836: Additional workflow transitions not available when set to both author and assignee
482 * Defect #8865: Custom field regular expression is not validated
493 * Defect #8865: Custom field regular expression is not validated
483 * Defect #8880: Error deleting issue with grandchild
494 * Defect #8880: Error deleting issue with grandchild
484 * Defect #8884: Assignee is cleared when updating issue with locked assignee
495 * Defect #8884: Assignee is cleared when updating issue with locked assignee
485 * Defect #8892: Unused fonts in rfpdf plugin folder
496 * Defect #8892: Unused fonts in rfpdf plugin folder
486 * Defect #9161: pt-BR field_warn_on_leaving_unsaved has a small gramatical error
497 * Defect #9161: pt-BR field_warn_on_leaving_unsaved has a small gramatical error
487 * Defect #9308: Search fails when a role haven't "view wiki" permission
498 * Defect #9308: Search fails when a role haven't "view wiki" permission
488 * Defect #9465: Mercurial: can't browse named branch below Mercurial 1.5
499 * Defect #9465: Mercurial: can't browse named branch below Mercurial 1.5
489
500
490 == 2011-07-11 v1.2.1
501 == 2011-07-11 v1.2.1
491
502
492 * Defect #5089: i18N error on truncated revision diff view
503 * Defect #5089: i18N error on truncated revision diff view
493 * Defect #7501: Search options get lost after clicking on a specific result type
504 * Defect #7501: Search options get lost after clicking on a specific result type
494 * Defect #8229: "project.xml" response does not include the parent ID
505 * Defect #8229: "project.xml" response does not include the parent ID
495 * Defect #8449: Wiki annotated page does not display author of version 1
506 * Defect #8449: Wiki annotated page does not display author of version 1
496 * Defect #8467: Missing german translation - Warn me when leaving a page with unsaved text
507 * Defect #8467: Missing german translation - Warn me when leaving a page with unsaved text
497 * Defect #8468: No warning when leaving page with unsaved text that has not lost focus
508 * Defect #8468: No warning when leaving page with unsaved text that has not lost focus
498 * Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
509 * Defect #8472: Private checkbox ignored on issue creation with "Set own issues public or private" permission
499 * Defect #8510: JRuby: Can't open administrator panel if scm command is not available
510 * Defect #8510: JRuby: Can't open administrator panel if scm command is not available
500 * Defect #8512: Syntax highlighter on Welcome page
511 * Defect #8512: Syntax highlighter on Welcome page
501 * Defect #8554: Translation missing error on custom field validation
512 * Defect #8554: Translation missing error on custom field validation
502 * Defect #8565: JRuby: Japanese PDF export error
513 * Defect #8565: JRuby: Japanese PDF export error
503 * Defect #8566: Exported PDF UTF-8 Vietnamese not correct
514 * Defect #8566: Exported PDF UTF-8 Vietnamese not correct
504 * Defect #8569: JRuby: PDF export error with TypeError
515 * Defect #8569: JRuby: PDF export error with TypeError
505 * Defect #8576: Missing german translation - different things
516 * Defect #8576: Missing german translation - different things
506 * Defect #8616: Circular relations
517 * Defect #8616: Circular relations
507 * Defect #8646: Russian translation "label_follows" and "label_follows" are wrong
518 * Defect #8646: Russian translation "label_follows" and "label_follows" are wrong
508 * Defect #8712: False 'Description updated' journal details messages
519 * Defect #8712: False 'Description updated' journal details messages
509 * Defect #8729: Not-public queries are not private
520 * Defect #8729: Not-public queries are not private
510 * Defect #8737: Broken line of long issue description on issue PDF.
521 * Defect #8737: Broken line of long issue description on issue PDF.
511 * Defect #8738: Missing revision number/id of associated revisions on issue PDF
522 * Defect #8738: Missing revision number/id of associated revisions on issue PDF
512 * Defect #8739: Workflow copy does not copy advanced workflow settings
523 * Defect #8739: Workflow copy does not copy advanced workflow settings
513 * Defect #8759: Setting issue attributes from mail should be case-insensitive
524 * Defect #8759: Setting issue attributes from mail should be case-insensitive
514 * Defect #8777: Mercurial: Not able to Resetting Redmine project respository
525 * Defect #8777: Mercurial: Not able to Resetting Redmine project respository
515
526
516 == 2011-05-30 v1.2.0
527 == 2011-05-30 v1.2.0
517
528
518 * Defect #61: Broken character encoding in pdf export
529 * Defect #61: Broken character encoding in pdf export
519 * Defect #1965: Redmine is not Tab Safe
530 * Defect #1965: Redmine is not Tab Safe
520 * Defect #2274: Filesystem Repository path encoding of non UTF-8 characters
531 * Defect #2274: Filesystem Repository path encoding of non UTF-8 characters
521 * Defect #2664: Mercurial: Repository path encoding of non UTF-8 characters
532 * Defect #2664: Mercurial: Repository path encoding of non UTF-8 characters
522 * Defect #3421: Mercurial reads files from working dir instead of changesets
533 * Defect #3421: Mercurial reads files from working dir instead of changesets
523 * Defect #3462: CVS: Repository path encoding of non UTF-8 characters
534 * Defect #3462: CVS: Repository path encoding of non UTF-8 characters
524 * Defect #3715: Login page should not show projects link and search box if authentication is required
535 * Defect #3715: Login page should not show projects link and search box if authentication is required
525 * Defect #3724: Mercurial repositories display revision ID instead of changeset ID
536 * Defect #3724: Mercurial repositories display revision ID instead of changeset ID
526 * Defect #3761: Most recent CVS revisions are missing in "revisions" view
537 * Defect #3761: Most recent CVS revisions are missing in "revisions" view
527 * Defect #4270: CVS Repository view in Project doesn't show Author, Revision, Comment
538 * Defect #4270: CVS Repository view in Project doesn't show Author, Revision, Comment
528 * Defect #5138: Don't use Ajax for pagination
539 * Defect #5138: Don't use Ajax for pagination
529 * Defect #5152: Cannot use certain characters for user and role names.
540 * Defect #5152: Cannot use certain characters for user and role names.
530 * Defect #5251: Git: Repository path encoding of non UTF-8 characters
541 * Defect #5251: Git: Repository path encoding of non UTF-8 characters
531 * Defect #5373: Translation missing when adding invalid watchers
542 * Defect #5373: Translation missing when adding invalid watchers
532 * Defect #5817: Shared versions not shown in subproject's gantt chart
543 * Defect #5817: Shared versions not shown in subproject's gantt chart
533 * Defect #6013: git tab,browsing, very slow -- even after first time
544 * Defect #6013: git tab,browsing, very slow -- even after first time
534 * Defect #6148: Quoting, newlines, and nightmares...
545 * Defect #6148: Quoting, newlines, and nightmares...
535 * Defect #6256: Redmine considers non ASCII and UTF-16 text files as binary in SCM
546 * Defect #6256: Redmine considers non ASCII and UTF-16 text files as binary in SCM
536 * Defect #6476: Subproject's issues are not shown in the subproject's gantt
547 * Defect #6476: Subproject's issues are not shown in the subproject's gantt
537 * Defect #6496: Remove i18n 0.3.x/0.4.x hack for Rails 2.3.5
548 * Defect #6496: Remove i18n 0.3.x/0.4.x hack for Rails 2.3.5
538 * Defect #6562: Context-menu deletion of issues deletes all subtasks too without explicit prompt
549 * Defect #6562: Context-menu deletion of issues deletes all subtasks too without explicit prompt
539 * Defect #6604: Issues targeted at parent project versions' are not shown on gantt chart
550 * Defect #6604: Issues targeted at parent project versions' are not shown on gantt chart
540 * Defect #6706: Resolving issues with the commit message produces the wrong comment with CVS
551 * Defect #6706: Resolving issues with the commit message produces the wrong comment with CVS
541 * Defect #6901: Copy/Move an issue does not give any history of who actually did the action.
552 * Defect #6901: Copy/Move an issue does not give any history of who actually did the action.
542 * Defect #6905: Specific heading-content breaks CSS
553 * Defect #6905: Specific heading-content breaks CSS
543 * Defect #7000: Project filter not applied on versions in Gantt chart
554 * Defect #7000: Project filter not applied on versions in Gantt chart
544 * Defect #7097: Starting day of week cannot be set to Saturday
555 * Defect #7097: Starting day of week cannot be set to Saturday
545 * Defect #7114: New gantt doesn't display some projects
556 * Defect #7114: New gantt doesn't display some projects
546 * Defect #7146: Git adapter lost commits before 7 days from database latest changeset
557 * Defect #7146: Git adapter lost commits before 7 days from database latest changeset
547 * Defect #7218: Date range error on issue query
558 * Defect #7218: Date range error on issue query
548 * Defect #7257: "Issues by" version links bad criterias
559 * Defect #7257: "Issues by" version links bad criterias
549 * Defect #7279: CSS class ".icon-home" is not used.
560 * Defect #7279: CSS class ".icon-home" is not used.
550 * Defect #7320: circular dependency >2 issues
561 * Defect #7320: circular dependency >2 issues
551 * Defect #7352: Filters not working in Gantt charts
562 * Defect #7352: Filters not working in Gantt charts
552 * Defect #7367: Receiving pop3 email should not output debug messages
563 * Defect #7367: Receiving pop3 email should not output debug messages
553 * Defect #7373: Error with PDF output and ruby 1.9.2
564 * Defect #7373: Error with PDF output and ruby 1.9.2
554 * Defect #7379: Remove extraneous hidden_field on wiki history
565 * Defect #7379: Remove extraneous hidden_field on wiki history
555 * Defect #7516: Redmine does not work with RubyGems 1.5.0
566 * Defect #7516: Redmine does not work with RubyGems 1.5.0
556 * Defect #7518: Mercurial diff can be wrong if the previous changeset isn't the parent
567 * Defect #7518: Mercurial diff can be wrong if the previous changeset isn't the parent
557 * Defect #7581: Not including a spent time value on the main issue update screen causes silent data loss
568 * Defect #7581: Not including a spent time value on the main issue update screen causes silent data loss
558 * Defect #7582: hiding form pages from search engines
569 * Defect #7582: hiding form pages from search engines
559 * Defect #7597: Subversion and Mercurial log have the possibility to miss encoding
570 * Defect #7597: Subversion and Mercurial log have the possibility to miss encoding
560 * Defect #7604: ActionView::TemplateError (undefined method `name' for nil:NilClass)
571 * Defect #7604: ActionView::TemplateError (undefined method `name' for nil:NilClass)
561 * Defect #7605: Using custom queries always redirects to "Issues" tab
572 * Defect #7605: Using custom queries always redirects to "Issues" tab
562 * Defect #7615: CVS diffs do not handle new files properly
573 * Defect #7615: CVS diffs do not handle new files properly
563 * Defect #7618: SCM diffs do not handle one line new files properly
574 * Defect #7618: SCM diffs do not handle one line new files properly
564 * Defect #7639: Some date fields do not have requested format.
575 * Defect #7639: Some date fields do not have requested format.
565 * Defect #7657: Wrong commit range in git log command on Windows
576 * Defect #7657: Wrong commit range in git log command on Windows
566 * Defect #7818: Wiki pages don't use the local timezone to display the "Updated ? hours ago" mouseover
577 * Defect #7818: Wiki pages don't use the local timezone to display the "Updated ? hours ago" mouseover
567 * Defect #7821: Git "previous" and "next" revisions are incorrect
578 * Defect #7821: Git "previous" and "next" revisions are incorrect
568 * Defect #7827: CVS: Age column on repository view is off by timezone delta
579 * Defect #7827: CVS: Age column on repository view is off by timezone delta
569 * Defect #7843: Add a relation between issues = explicit login window ! (basic authentication popup is prompted on AJAX request)
580 * Defect #7843: Add a relation between issues = explicit login window ! (basic authentication popup is prompted on AJAX request)
570 * Defect #8011: {{toc}} does not display headlines with inline code markup
581 * Defect #8011: {{toc}} does not display headlines with inline code markup
571 * Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
582 * Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
572 * Defect #8064: Text custom fields do not wrap on the issue list
583 * Defect #8064: Text custom fields do not wrap on the issue list
573 * Defect #8071: Watching a subtask from the context menu updates main issue watch link
584 * Defect #8071: Watching a subtask from the context menu updates main issue watch link
574 * Defect #8072: Two untranslatable default role names
585 * Defect #8072: Two untranslatable default role names
575 * Defect #8075: Some "notifiable" names are not i18n-enabled
586 * Defect #8075: Some "notifiable" names are not i18n-enabled
576 * Defect #8081: GIT: Commits missing when user has the "decorate" git option enabled
587 * Defect #8081: GIT: Commits missing when user has the "decorate" git option enabled
577 * Defect #8088: Colorful indentation of subprojects must be on right in RTL locales
588 * Defect #8088: Colorful indentation of subprojects must be on right in RTL locales
578 * Defect #8239: notes field is not propagated during issue copy
589 * Defect #8239: notes field is not propagated during issue copy
579 * Defect #8356: GET /time_entries.xml ignores limit/offset parameters
590 * Defect #8356: GET /time_entries.xml ignores limit/offset parameters
580 * Defect #8432: Private issues information shows up on Activity page for unauthorized users
591 * Defect #8432: Private issues information shows up on Activity page for unauthorized users
581 * Feature #746: Versioned issue descriptions
592 * Feature #746: Versioned issue descriptions
582 * Feature #1067: Differentiate public/private saved queries in the sidebar
593 * Feature #1067: Differentiate public/private saved queries in the sidebar
583 * Feature #1236: Make destination folder for attachment uploads configurable
594 * Feature #1236: Make destination folder for attachment uploads configurable
584 * Feature #1735: Per project repository log encoding setting
595 * Feature #1735: Per project repository log encoding setting
585 * Feature #1763: Autologin-cookie should be configurable
596 * Feature #1763: Autologin-cookie should be configurable
586 * Feature #1981: display mercurial tags
597 * Feature #1981: display mercurial tags
587 * Feature #2074: Sending email notifications when comments are added in the news section
598 * Feature #2074: Sending email notifications when comments are added in the news section
588 * Feature #2096: Custom fields referencing system tables (users and versions)
599 * Feature #2096: Custom fields referencing system tables (users and versions)
589 * Feature #2732: Allow additional workflow transitions for author and assignee
600 * Feature #2732: Allow additional workflow transitions for author and assignee
590 * Feature #2910: Warning on leaving edited issue/wiki page without saving
601 * Feature #2910: Warning on leaving edited issue/wiki page without saving
591 * Feature #3396: Git: use --encoding=UTF-8 in "git log"
602 * Feature #3396: Git: use --encoding=UTF-8 in "git log"
592 * Feature #4273: SCM command availability automatic check in administration panel
603 * Feature #4273: SCM command availability automatic check in administration panel
593 * Feature #4477: Use mime types in downloading from repository
604 * Feature #4477: Use mime types in downloading from repository
594 * Feature #5518: Graceful fallback for "missing translation" needed
605 * Feature #5518: Graceful fallback for "missing translation" needed
595 * Feature #5520: Text format buttons and preview link missing when editing comment
606 * Feature #5520: Text format buttons and preview link missing when editing comment
596 * Feature #5831: Parent Task to Issue Bulk Edit
607 * Feature #5831: Parent Task to Issue Bulk Edit
597 * Feature #6887: Upgrade to Rails 2.3.11
608 * Feature #6887: Upgrade to Rails 2.3.11
598 * Feature #7139: Highlight changes inside diff lines
609 * Feature #7139: Highlight changes inside diff lines
599 * Feature #7236: Collapse All for Groups
610 * Feature #7236: Collapse All for Groups
600 * Feature #7246: Handle "named branch" for mercurial
611 * Feature #7246: Handle "named branch" for mercurial
601 * Feature #7296: Ability for admin to delete users
612 * Feature #7296: Ability for admin to delete users
602 * Feature #7318: Add user agent to Redmine Mailhandler
613 * Feature #7318: Add user agent to Redmine Mailhandler
603 * Feature #7408: Add an application configuration file
614 * Feature #7408: Add an application configuration file
604 * Feature #7409: Cross project Redmine links
615 * Feature #7409: Cross project Redmine links
605 * Feature #7410: Add salt to user passwords
616 * Feature #7410: Add salt to user passwords
606 * Feature #7411: Option to cipher LDAP ans SCM passwords stored in the database
617 * Feature #7411: Option to cipher LDAP ans SCM passwords stored in the database
607 * Feature #7412: Add an issue visibility level to each role
618 * Feature #7412: Add an issue visibility level to each role
608 * Feature #7414: Private issues
619 * Feature #7414: Private issues
609 * Feature #7517: Configurable path of executable for scm adapters
620 * Feature #7517: Configurable path of executable for scm adapters
610 * Feature #7640: Add "mystery man" gravatar to options
621 * Feature #7640: Add "mystery man" gravatar to options
611 * Feature #7858: RubyGems 1.6 support
622 * Feature #7858: RubyGems 1.6 support
612 * Feature #7893: Group filter on the users list
623 * Feature #7893: Group filter on the users list
613 * Feature #7899: Box for editing comments should open with the formatting toolbar
624 * Feature #7899: Box for editing comments should open with the formatting toolbar
614 * Feature #7921: issues by pulldown should have 'status' option
625 * Feature #7921: issues by pulldown should have 'status' option
615 * Feature #7996: Bulk edit and context menu for time entries
626 * Feature #7996: Bulk edit and context menu for time entries
616 * Feature #8006: Right click context menu for Related Issues
627 * Feature #8006: Right click context menu for Related Issues
617 * Feature #8209: I18n YAML files not parsable with psych yaml library
628 * Feature #8209: I18n YAML files not parsable with psych yaml library
618 * Feature #8345: Link to user profile from account page
629 * Feature #8345: Link to user profile from account page
619 * Feature #8365: Git: per project setting to report last commit or not in repository tree
630 * Feature #8365: Git: per project setting to report last commit or not in repository tree
620 * Patch #5148: metaKey not handled in issues selection
631 * Patch #5148: metaKey not handled in issues selection
621 * Patch #5629: Wrap text fields properly in PDF
632 * Patch #5629: Wrap text fields properly in PDF
622 * Patch #7418: Redmine Persian Translation
633 * Patch #7418: Redmine Persian Translation
623 * Patch #8295: Wrap title fields properly in PDF
634 * Patch #8295: Wrap title fields properly in PDF
624 * Patch #8310: fixes automatic line break problem with TCPDF
635 * Patch #8310: fixes automatic line break problem with TCPDF
625 * Patch #8312: Switch to TCPDF from FPDF for PDF export
636 * Patch #8312: Switch to TCPDF from FPDF for PDF export
626
637
627 == 2011-04-29 v1.1.3
638 == 2011-04-29 v1.1.3
628
639
629 * Defect #5773: Email reminders are sent to locked users
640 * Defect #5773: Email reminders are sent to locked users
630 * Defect #6590: Wrong file list link in email notification on new file upload
641 * Defect #6590: Wrong file list link in email notification on new file upload
631 * Defect #7589: Wiki page with backslash in title can not be found
642 * Defect #7589: Wiki page with backslash in title can not be found
632 * Defect #7785: Mailhandler keywords are not removed when updating issues
643 * Defect #7785: Mailhandler keywords are not removed when updating issues
633 * Defect #7794: Internal server error on formatting an issue as a PDF in Japanese
644 * Defect #7794: Internal server error on formatting an issue as a PDF in Japanese
634 * Defect #7838: Gantt- Issues does not show up in green when start and end date are the same
645 * Defect #7838: Gantt- Issues does not show up in green when start and end date are the same
635 * Defect #7846: Headers (h1, etc.) containing backslash followed by a digit are not displayed correctly
646 * Defect #7846: Headers (h1, etc.) containing backslash followed by a digit are not displayed correctly
636 * Defect #7875: CSV export separators in polish locale (pl.yml)
647 * Defect #7875: CSV export separators in polish locale (pl.yml)
637 * Defect #7890: Internal server error when referencing an issue without project in commit message
648 * Defect #7890: Internal server error when referencing an issue without project in commit message
638 * Defect #7904: Subprojects not properly deleted when deleting a parent project
649 * Defect #7904: Subprojects not properly deleted when deleting a parent project
639 * Defect #7939: Simultaneous Wiki Updates Cause Internal Error
650 * Defect #7939: Simultaneous Wiki Updates Cause Internal Error
640 * Defect #7951: Atom links broken on wiki index
651 * Defect #7951: Atom links broken on wiki index
641 * Defect #7954: IE 9 can not select issues, does not display context menu
652 * Defect #7954: IE 9 can not select issues, does not display context menu
642 * Defect #7985: Trying to do a bulk edit results in "Internal Error"
653 * Defect #7985: Trying to do a bulk edit results in "Internal Error"
643 * Defect #8003: Error raised by reposman.rb under Windows server 2003
654 * Defect #8003: Error raised by reposman.rb under Windows server 2003
644 * Defect #8012: Wrong selection of modules when adding new project after validation error
655 * Defect #8012: Wrong selection of modules when adding new project after validation error
645 * Defect #8038: Associated Revisions OL/LI items are not styled properly in issue view
656 * Defect #8038: Associated Revisions OL/LI items are not styled properly in issue view
646 * Defect #8067: CSV exporting in Italian locale
657 * Defect #8067: CSV exporting in Italian locale
647 * Defect #8235: bulk edit issues and copy issues error in es, gl and ca locales
658 * Defect #8235: bulk edit issues and copy issues error in es, gl and ca locales
648 * Defect #8244: selected modules are not activated when copying a project
659 * Defect #8244: selected modules are not activated when copying a project
649 * Patch #7278: Update Simplified Chinese translation to 1.1
660 * Patch #7278: Update Simplified Chinese translation to 1.1
650 * Patch #7390: Fixes in Czech localization
661 * Patch #7390: Fixes in Czech localization
651 * Patch #7963: Reminder email: Link for show all issues does not sort
662 * Patch #7963: Reminder email: Link for show all issues does not sort
652
663
653 == 2011-03-07 v1.1.2
664 == 2011-03-07 v1.1.2
654
665
655 * Defect #3132: Bulk editing menu non-functional in Opera browser
666 * Defect #3132: Bulk editing menu non-functional in Opera browser
656 * Defect #6090: Most binary files become corrupted when downloading from CVS repository browser when Redmine is running on a Windows server
667 * Defect #6090: Most binary files become corrupted when downloading from CVS repository browser when Redmine is running on a Windows server
657 * Defect #7280: Issues subjects wrap in Gantt
668 * Defect #7280: Issues subjects wrap in Gantt
658 * Defect #7288: Non ASCII filename downloaded from repo is broken on Internet Explorer.
669 * Defect #7288: Non ASCII filename downloaded from repo is broken on Internet Explorer.
659 * Defect #7317: Gantt tab gives internal error due to nil avatar icon
670 * Defect #7317: Gantt tab gives internal error due to nil avatar icon
660 * Defect #7497: Aptana Studio .project file added to version 1.1.1-stable
671 * Defect #7497: Aptana Studio .project file added to version 1.1.1-stable
661 * Defect #7611: Workflow summary shows X icon for workflow with exactly 1 status transition
672 * Defect #7611: Workflow summary shows X icon for workflow with exactly 1 status transition
662 * Defect #7625: Syntax highlighting unavailable from board new topic or topic edit preview
673 * Defect #7625: Syntax highlighting unavailable from board new topic or topic edit preview
663 * Defect #7630: Spent time in commits not recognized
674 * Defect #7630: Spent time in commits not recognized
664 * Defect #7656: MySQL SQL Syntax Error when filtering issues by Assignee's Group
675 * Defect #7656: MySQL SQL Syntax Error when filtering issues by Assignee's Group
665 * Defect #7718: Minutes logged in commit message are converted to hours
676 * Defect #7718: Minutes logged in commit message are converted to hours
666 * Defect #7763: Email notification are sent to watchers even if 'No events' setting is chosen
677 * Defect #7763: Email notification are sent to watchers even if 'No events' setting is chosen
667 * Feature #7608: Add "retro" gravatars
678 * Feature #7608: Add "retro" gravatars
668 * Patch #7598: Extensible MailHandler
679 * Patch #7598: Extensible MailHandler
669 * Patch #7795: Internal server error at journals#index with custom fields
680 * Patch #7795: Internal server error at journals#index with custom fields
670
681
671 == 2011-01-30 v1.1.1
682 == 2011-01-30 v1.1.1
672
683
673 * Defect #4899: Redmine fails to list files for darcs repository
684 * Defect #4899: Redmine fails to list files for darcs repository
674 * Defect #7245: Wiki fails to find pages with cyrillic characters using postgresql
685 * Defect #7245: Wiki fails to find pages with cyrillic characters using postgresql
675 * Defect #7256: redmine/public/.htaccess must be moved for non-fastcgi installs/upgrades
686 * Defect #7256: redmine/public/.htaccess must be moved for non-fastcgi installs/upgrades
676 * Defect #7258: Automatic spent time logging does not work properly with SQLite3
687 * Defect #7258: Automatic spent time logging does not work properly with SQLite3
677 * Defect #7259: Released 1.1.0 uses "devel" label inside admin information
688 * Defect #7259: Released 1.1.0 uses "devel" label inside admin information
678 * Defect #7265: "Loading..." icon does not disappear after add project member
689 * Defect #7265: "Loading..." icon does not disappear after add project member
679 * Defect #7266: Test test_due_date_distance_in_words fail due to undefined locale
690 * Defect #7266: Test test_due_date_distance_in_words fail due to undefined locale
680 * Defect #7274: CSV value separator in dutch locale
691 * Defect #7274: CSV value separator in dutch locale
681 * Defect #7277: Enabling gravatas causes usernames to overlap first name field in user list
692 * Defect #7277: Enabling gravatas causes usernames to overlap first name field in user list
682 * Defect #7294: "Notifiy for only project I select" is not available anymore in 1.1.0
693 * Defect #7294: "Notifiy for only project I select" is not available anymore in 1.1.0
683 * Defect #7307: HTTP 500 error on query for empty revision
694 * Defect #7307: HTTP 500 error on query for empty revision
684 * Defect #7313: Label not translated in french in Settings/Email Notification tab
695 * Defect #7313: Label not translated in french in Settings/Email Notification tab
685 * Defect #7329: <code class="javascript"> with long strings may hang server
696 * Defect #7329: <code class="javascript"> with long strings may hang server
686 * Defect #7337: My page french translation
697 * Defect #7337: My page french translation
687 * Defect #7348: French Translation of "Connection"
698 * Defect #7348: French Translation of "Connection"
688 * Defect #7385: Error when viewing an issue which was related to a deleted subtask
699 * Defect #7385: Error when viewing an issue which was related to a deleted subtask
689 * Defect #7386: NoMethodError on pdf export
700 * Defect #7386: NoMethodError on pdf export
690 * Defect #7415: Darcs adapter recognizes new files as modified files above Darcs 2.4
701 * Defect #7415: Darcs adapter recognizes new files as modified files above Darcs 2.4
691 * Defect #7421: no email sent with 'Notifiy for any event on the selected projects only'
702 * Defect #7421: no email sent with 'Notifiy for any event on the selected projects only'
692 * Feature #5344: Update to latest CodeRay 0.9.x
703 * Feature #5344: Update to latest CodeRay 0.9.x
693
704
694 == 2011-01-09 v1.1.0
705 == 2011-01-09 v1.1.0
695
706
696 * Defect #2038: Italics in wiki headers show-up wrong in the toc
707 * Defect #2038: Italics in wiki headers show-up wrong in the toc
697 * Defect #3449: Redmine Takes Too Long On Large Mercurial Repository
708 * Defect #3449: Redmine Takes Too Long On Large Mercurial Repository
698 * Defect #3567: Sorting for changesets might go wrong on Mercurial repos
709 * Defect #3567: Sorting for changesets might go wrong on Mercurial repos
699 * Defect #3707: {{toc}} doesn't work with {{include}}
710 * Defect #3707: {{toc}} doesn't work with {{include}}
700 * Defect #5096: Redmine hangs up while browsing Git repository
711 * Defect #5096: Redmine hangs up while browsing Git repository
701 * Defect #6000: Safe Attributes prevents plugin extension of Issue model...
712 * Defect #6000: Safe Attributes prevents plugin extension of Issue model...
702 * Defect #6064: Modules not assigned to projects created via API
713 * Defect #6064: Modules not assigned to projects created via API
703 * Defect #6110: MailHandler should allow updating Issue Priority and Custom fields
714 * Defect #6110: MailHandler should allow updating Issue Priority and Custom fields
704 * Defect #6136: JSON API holds less information than XML API
715 * Defect #6136: JSON API holds less information than XML API
705 * Defect #6345: xml used by rest API is invalid
716 * Defect #6345: xml used by rest API is invalid
706 * Defect #6348: Gantt chart PDF rendering errors
717 * Defect #6348: Gantt chart PDF rendering errors
707 * Defect #6403: Updating an issue with custom fields fails
718 * Defect #6403: Updating an issue with custom fields fails
708 * Defect #6467: "Member of role", "Member of group" filter not work correctly
719 * Defect #6467: "Member of role", "Member of group" filter not work correctly
709 * Defect #6473: New gantt broken after clearing issue filters
720 * Defect #6473: New gantt broken after clearing issue filters
710 * Defect #6541: Email notifications send to everybody
721 * Defect #6541: Email notifications send to everybody
711 * Defect #6549: Notification settings not migrated properly
722 * Defect #6549: Notification settings not migrated properly
712 * Defect #6591: Acronyms must have a minimum of three characters
723 * Defect #6591: Acronyms must have a minimum of three characters
713 * Defect #6674: Delete time log broken after changes to REST
724 * Defect #6674: Delete time log broken after changes to REST
714 * Defect #6681: Mercurial, Bazaar and Darcs auto close issue text should be commit id instead of revision number
725 * Defect #6681: Mercurial, Bazaar and Darcs auto close issue text should be commit id instead of revision number
715 * Defect #6724: Wiki uploads does not work anymore (SVN 4266)
726 * Defect #6724: Wiki uploads does not work anymore (SVN 4266)
716 * Defect #6746: Wiki links are broken on Activity page
727 * Defect #6746: Wiki links are broken on Activity page
717 * Defect #6747: Wiki diff does not work since r4265
728 * Defect #6747: Wiki diff does not work since r4265
718 * Defect #6763: New gantt charts: subject displayed twice on issues
729 * Defect #6763: New gantt charts: subject displayed twice on issues
719 * Defect #6826: Clicking "Add" twice creates duplicate member record
730 * Defect #6826: Clicking "Add" twice creates duplicate member record
720 * Defect #6844: Unchecking status filter on the issue list has no effect
731 * Defect #6844: Unchecking status filter on the issue list has no effect
721 * Defect #6895: Wrong Polish translation of "blocks"
732 * Defect #6895: Wrong Polish translation of "blocks"
722 * Defect #6943: Migration from boolean to varchar fails on PostgreSQL 8.1
733 * Defect #6943: Migration from boolean to varchar fails on PostgreSQL 8.1
723 * Defect #7064: Mercurial adapter does not recognize non alphabetic nor numeric in UTF-8 copied files
734 * Defect #7064: Mercurial adapter does not recognize non alphabetic nor numeric in UTF-8 copied files
724 * Defect #7128: New gantt chart does not render subtasks under parent task
735 * Defect #7128: New gantt chart does not render subtasks under parent task
725 * Defect #7135: paging mechanism returns the same last page forever
736 * Defect #7135: paging mechanism returns the same last page forever
726 * Defect #7188: Activity page not refreshed when changing language
737 * Defect #7188: Activity page not refreshed when changing language
727 * Defect #7195: Apply CLI-supplied defaults for incoming mail only to new issues not replies
738 * Defect #7195: Apply CLI-supplied defaults for incoming mail only to new issues not replies
728 * Defect #7197: Tracker reset to default when replying to an issue email
739 * Defect #7197: Tracker reset to default when replying to an issue email
729 * Defect #7213: Copy project does not copy all roles and permissions
740 * Defect #7213: Copy project does not copy all roles and permissions
730 * Defect #7225: Project settings: Trackers & Custom fields only relevant if module Issue tracking is active
741 * Defect #7225: Project settings: Trackers & Custom fields only relevant if module Issue tracking is active
731 * Feature #630: Allow non-unique names for projects
742 * Feature #630: Allow non-unique names for projects
732 * Feature #1738: Add a "Visible" flag to project/user custom fields
743 * Feature #1738: Add a "Visible" flag to project/user custom fields
733 * Feature #2803: Support for Javascript in Themes
744 * Feature #2803: Support for Javascript in Themes
734 * Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
745 * Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
735 * Feature #2995: Improve error message when trying to access an archived project
746 * Feature #2995: Improve error message when trying to access an archived project
736 * Feature #3170: Autocomplete issue relations on subject
747 * Feature #3170: Autocomplete issue relations on subject
737 * Feature #3503: Administrator Be Able To Modify Email settings Of Users
748 * Feature #3503: Administrator Be Able To Modify Email settings Of Users
738 * Feature #4155: Automatic spent time logging from commit messages
749 * Feature #4155: Automatic spent time logging from commit messages
739 * Feature #5136: Parent select on Wiki rename page
750 * Feature #5136: Parent select on Wiki rename page
740 * Feature #5338: Descendants (subtasks) should be available via REST API
751 * Feature #5338: Descendants (subtasks) should be available via REST API
741 * Feature #5494: Wiki TOC should display heading from level 4
752 * Feature #5494: Wiki TOC should display heading from level 4
742 * Feature #5594: Improve MailHandler's keyword handling
753 * Feature #5594: Improve MailHandler's keyword handling
743 * Feature #5622: Allow version to be set via incoming email
754 * Feature #5622: Allow version to be set via incoming email
744 * Feature #5712: Reload themes
755 * Feature #5712: Reload themes
745 * Feature #5869: Issue filters by Group and Role
756 * Feature #5869: Issue filters by Group and Role
746 * Feature #6092: Truncate Git revision labels in Activity page/feed and allow configurable length
757 * Feature #6092: Truncate Git revision labels in Activity page/feed and allow configurable length
747 * Feature #6112: Accept localized keywords when receiving emails
758 * Feature #6112: Accept localized keywords when receiving emails
748 * Feature #6140: REST issues response with issue count limit and offset
759 * Feature #6140: REST issues response with issue count limit and offset
749 * Feature #6260: REST API for Users
760 * Feature #6260: REST API for Users
750 * Feature #6276: Gantt Chart rewrite
761 * Feature #6276: Gantt Chart rewrite
751 * Feature #6446: Remove length limits on project identifier and name
762 * Feature #6446: Remove length limits on project identifier and name
752 * Feature #6628: Improvements in truncate email
763 * Feature #6628: Improvements in truncate email
753 * Feature #6779: Project JSON API
764 * Feature #6779: Project JSON API
754 * Feature #6823: REST API for time tracker.
765 * Feature #6823: REST API for time tracker.
755 * Feature #7072: REST API for news
766 * Feature #7072: REST API for news
756 * Feature #7111: Expose more detail on journal entries
767 * Feature #7111: Expose more detail on journal entries
757 * Feature #7141: REST API: get information about current user
768 * Feature #7141: REST API: get information about current user
758 * Patch #4807: Allow to set the done_ratio field with the incoming mail system
769 * Patch #4807: Allow to set the done_ratio field with the incoming mail system
759 * Patch #5441: Initialize TimeEntry attributes with params[:time_entry]
770 * Patch #5441: Initialize TimeEntry attributes with params[:time_entry]
760 * Patch #6762: Use GET instead of POST to retrieve context_menu
771 * Patch #6762: Use GET instead of POST to retrieve context_menu
761 * Patch #7160: French translation ofr "not_a_date" is missing
772 * Patch #7160: French translation ofr "not_a_date" is missing
762 * Patch #7212: Missing remove_index in AddUniqueIndexOnMembers down migration
773 * Patch #7212: Missing remove_index in AddUniqueIndexOnMembers down migration
763
774
764
775
765 == 2010-12-23 v1.0.5
776 == 2010-12-23 v1.0.5
766
777
767 * #6656: Mercurial adapter loses seconds of commit times
778 * #6656: Mercurial adapter loses seconds of commit times
768 * #6996: Migration trac(sqlite3) -> redmine(postgresql) doesnt escape ' char
779 * #6996: Migration trac(sqlite3) -> redmine(postgresql) doesnt escape ' char
769 * #7013: v-1.0.4 trunk - see {{count}} in page display rather than value
780 * #7013: v-1.0.4 trunk - see {{count}} in page display rather than value
770 * #7016: redundant 'field_start_date' in ja.yml
781 * #7016: redundant 'field_start_date' in ja.yml
771 * #7018: 'undefined method `reschedule_after' for nil:NilClass' on new issues
782 * #7018: 'undefined method `reschedule_after' for nil:NilClass' on new issues
772 * #7024: E-mail notifications about Wiki changes.
783 * #7024: E-mail notifications about Wiki changes.
773 * #7033: 'class' attribute of <pre> tag shouldn't be truncate
784 * #7033: 'class' attribute of <pre> tag shouldn't be truncate
774 * #7035: CSV value separator in russian
785 * #7035: CSV value separator in russian
775 * #7122: Issue-description Quote-button missing
786 * #7122: Issue-description Quote-button missing
776 * #7144: custom queries making use of deleted custom fields cause a 500 error
787 * #7144: custom queries making use of deleted custom fields cause a 500 error
777 * #7162: Multiply defined label in french translation
788 * #7162: Multiply defined label in french translation
778
789
779 == 2010-11-28 v1.0.4
790 == 2010-11-28 v1.0.4
780
791
781 * #5324: Git not working if color.ui is enabled
792 * #5324: Git not working if color.ui is enabled
782 * #6447: Issues API doesn't allow full key auth for all actions
793 * #6447: Issues API doesn't allow full key auth for all actions
783 * #6457: Edit User group problem
794 * #6457: Edit User group problem
784 * #6575: start date being filled with current date even when blank value is submitted
795 * #6575: start date being filled with current date even when blank value is submitted
785 * #6740: Max attachment size, incorrect usage of 'KB'
796 * #6740: Max attachment size, incorrect usage of 'KB'
786 * #6760: Select box sorted by ID instead of name in Issue Category
797 * #6760: Select box sorted by ID instead of name in Issue Category
787 * #6766: Changing target version name can cause an internal error
798 * #6766: Changing target version name can cause an internal error
788 * #6784: Redmine not working with i18n gem 0.4.2
799 * #6784: Redmine not working with i18n gem 0.4.2
789 * #6839: Hardcoded absolute links in my/page_layout
800 * #6839: Hardcoded absolute links in my/page_layout
790 * #6841: Projects API doesn't allow full key auth for all actions
801 * #6841: Projects API doesn't allow full key auth for all actions
791 * #6860: svn: Write error: Broken pipe when browsing repository
802 * #6860: svn: Write error: Broken pipe when browsing repository
792 * #6874: API should return XML description when creating a project
803 * #6874: API should return XML description when creating a project
793 * #6932: submitting wrong parent task input creates a 500 error
804 * #6932: submitting wrong parent task input creates a 500 error
794 * #6966: Records of Forums are remained, deleting project
805 * #6966: Records of Forums are remained, deleting project
795 * #6990: Layout problem in workflow overview
806 * #6990: Layout problem in workflow overview
796 * #5117: mercurial_adapter should ensure the right LANG environment variable
807 * #5117: mercurial_adapter should ensure the right LANG environment variable
797 * #6782: Traditional Chinese language file (to r4352)
808 * #6782: Traditional Chinese language file (to r4352)
798 * #6783: Swedish Translation for r4352
809 * #6783: Swedish Translation for r4352
799 * #6804: Bugfix: spelling fixes
810 * #6804: Bugfix: spelling fixes
800 * #6814: Japanese Translation for r4362
811 * #6814: Japanese Translation for r4362
801 * #6948: Bulgarian translation
812 * #6948: Bulgarian translation
802 * #6973: Update es.yml
813 * #6973: Update es.yml
803
814
804 == 2010-10-31 v1.0.3
815 == 2010-10-31 v1.0.3
805
816
806 * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port
817 * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port
807 * #4416: Link from version details page to edit the wiki.
818 * #4416: Link from version details page to edit the wiki.
808 * #5484: Add new issue as subtask to an existing ticket
819 * #5484: Add new issue as subtask to an existing ticket
809 * #5948: Update help/wiki_syntax_detailed.html with more link options
820 * #5948: Update help/wiki_syntax_detailed.html with more link options
810 * #6494: Typo in pt_BR translation for 1.0.2
821 * #6494: Typo in pt_BR translation for 1.0.2
811 * #6508: Japanese translation update
822 * #6508: Japanese translation update
812 * #6509: Localization pt-PT (new strings)
823 * #6509: Localization pt-PT (new strings)
813 * #6511: Rake task to test email
824 * #6511: Rake task to test email
814 * #6525: Traditional Chinese language file (to r4225)
825 * #6525: Traditional Chinese language file (to r4225)
815 * #6536: Patch for swedish translation
826 * #6536: Patch for swedish translation
816 * #6548: Rake tasks to add/remove i18n strings
827 * #6548: Rake tasks to add/remove i18n strings
817 * #6569: Updated Hebrew translation
828 * #6569: Updated Hebrew translation
818 * #6570: Japanese Translation for r4231
829 * #6570: Japanese Translation for r4231
819 * #6596: pt-BR translation updates
830 * #6596: pt-BR translation updates
820 * #6629: Change field-name of issues start date
831 * #6629: Change field-name of issues start date
821 * #6669: Bulgarian translation
832 * #6669: Bulgarian translation
822 * #6731: Macedonian translation fix
833 * #6731: Macedonian translation fix
823 * #6732: Japanese Translation for r4287
834 * #6732: Japanese Translation for r4287
824 * #6735: Add user-agent to reposman
835 * #6735: Add user-agent to reposman
825 * #6736: Traditional Chinese language file (to r4288)
836 * #6736: Traditional Chinese language file (to r4288)
826 * #6739: Swedish Translation for r4288
837 * #6739: Swedish Translation for r4288
827 * #6765: Traditional Chinese language file (to r4302)
838 * #6765: Traditional Chinese language file (to r4302)
828 * Fixed #5324: Git not working if color.ui is enabled
839 * Fixed #5324: Git not working if color.ui is enabled
829 * Fixed #5652: Bad URL parsing in the wiki when it ends with right-angle-bracket(greater-than mark).
840 * Fixed #5652: Bad URL parsing in the wiki when it ends with right-angle-bracket(greater-than mark).
830 * Fixed #5803: Precedes/Follows Relationships Broke
841 * Fixed #5803: Precedes/Follows Relationships Broke
831 * Fixed #6435: Links to wikipages bound to versions do not respect version-sharing in Settings -> Versions
842 * Fixed #6435: Links to wikipages bound to versions do not respect version-sharing in Settings -> Versions
832 * Fixed #6438: Autologin cannot be disabled again once it's enabled
843 * Fixed #6438: Autologin cannot be disabled again once it's enabled
833 * Fixed #6513: "Move" and "Copy" are not displayed when deployed in subdirectory
844 * Fixed #6513: "Move" and "Copy" are not displayed when deployed in subdirectory
834 * Fixed #6521: Tooltip/label for user "search-refinment" field on group/project member list
845 * Fixed #6521: Tooltip/label for user "search-refinment" field on group/project member list
835 * Fixed #6563: i18n-issues on calendar view
846 * Fixed #6563: i18n-issues on calendar view
836 * Fixed #6598: Wrong caption for button_create_and_continue in German language file
847 * Fixed #6598: Wrong caption for button_create_and_continue in German language file
837 * Fixed #6607: Unclear caption for german button_update
848 * Fixed #6607: Unclear caption for german button_update
838 * Fixed #6612: SortHelper missing from CalendarsController
849 * Fixed #6612: SortHelper missing from CalendarsController
839 * Fixed #6740: Max attachment size, incorrect usage of 'KB'
850 * Fixed #6740: Max attachment size, incorrect usage of 'KB'
840 * Fixed #6750: ActionView::TemplateError (undefined method `empty?' for nil:NilClass) on line #12 of app/views/context_menus/issues.html.erb:
851 * Fixed #6750: ActionView::TemplateError (undefined method `empty?' for nil:NilClass) on line #12 of app/views/context_menus/issues.html.erb:
841
852
842 == 2010-09-26 v1.0.2
853 == 2010-09-26 v1.0.2
843
854
844 * #2285: issue-refinement: pressing enter should result to an "apply"
855 * #2285: issue-refinement: pressing enter should result to an "apply"
845 * #3411: Allow mass status update trough context menu
856 * #3411: Allow mass status update trough context menu
846 * #5929: https-enabled gravatars when called over https
857 * #5929: https-enabled gravatars when called over https
847 * #6189: Japanese Translation for r4011
858 * #6189: Japanese Translation for r4011
848 * #6197: Traditional Chinese language file (to r4036)
859 * #6197: Traditional Chinese language file (to r4036)
849 * #6198: Updated german translation
860 * #6198: Updated german translation
850 * #6208: Macedonian translation
861 * #6208: Macedonian translation
851 * #6210: Swedish Translation for r4039
862 * #6210: Swedish Translation for r4039
852 * #6248: nl translation update for r4050
863 * #6248: nl translation update for r4050
853 * #6263: Catalan translation update
864 * #6263: Catalan translation update
854 * #6275: After submitting a related issue, the Issue field should be re-focused
865 * #6275: After submitting a related issue, the Issue field should be re-focused
855 * #6289: Checkboxes in issues list shouldn't be displayed when printing
866 * #6289: Checkboxes in issues list shouldn't be displayed when printing
856 * #6290: Make journals theming easier
867 * #6290: Make journals theming easier
857 * #6291: User#allowed_to? is not tested
868 * #6291: User#allowed_to? is not tested
858 * #6306: Traditional Chinese language file (to r4061)
869 * #6306: Traditional Chinese language file (to r4061)
859 * #6307: Korean translation update for 4066(4061)
870 * #6307: Korean translation update for 4066(4061)
860 * #6316: pt_BR update
871 * #6316: pt_BR update
861 * #6339: SERBIAN Updated
872 * #6339: SERBIAN Updated
862 * #6358: Updated Polish translation
873 * #6358: Updated Polish translation
863 * #6363: Japanese Translation for r4080
874 * #6363: Japanese Translation for r4080
864 * #6365: Traditional Chinese language file (to r4081)
875 * #6365: Traditional Chinese language file (to r4081)
865 * #6382: Issue PDF export variable usage
876 * #6382: Issue PDF export variable usage
866 * #6428: Interim solution for i18n >= 0.4
877 * #6428: Interim solution for i18n >= 0.4
867 * #6441: Japanese Translation for r4162
878 * #6441: Japanese Translation for r4162
868 * #6451: Traditional Chinese language file (to r4167)
879 * #6451: Traditional Chinese language file (to r4167)
869 * #6465: Japanese Translation for r4171
880 * #6465: Japanese Translation for r4171
870 * #6466: Traditional Chinese language file (to r4171)
881 * #6466: Traditional Chinese language file (to r4171)
871 * #6490: pt-BR translation for 1.0.2
882 * #6490: pt-BR translation for 1.0.2
872 * Fixed #3935: stylesheet_link_tag with plugin doesn't take into account relative_url_root
883 * Fixed #3935: stylesheet_link_tag with plugin doesn't take into account relative_url_root
873 * Fixed #4998: Global issue list's context menu has enabled options for parent menus but there are no valid selections
884 * Fixed #4998: Global issue list's context menu has enabled options for parent menus but there are no valid selections
874 * Fixed #5170: Done ratio can not revert to 0% if status is used for done ratio
885 * Fixed #5170: Done ratio can not revert to 0% if status is used for done ratio
875 * Fixed #5608: broken with i18n 0.4.0
886 * Fixed #5608: broken with i18n 0.4.0
876 * Fixed #6054: Error 500 on filenames with whitespace in git reposities
887 * Fixed #6054: Error 500 on filenames with whitespace in git reposities
877 * Fixed #6135: Default logger configuration grows without bound.
888 * Fixed #6135: Default logger configuration grows without bound.
878 * Fixed #6191: Deletion of a main task deletes all subtasks
889 * Fixed #6191: Deletion of a main task deletes all subtasks
879 * Fixed #6195: Missing move issues between projects
890 * Fixed #6195: Missing move issues between projects
880 * Fixed #6242: can't switch between inline and side-by-side diff
891 * Fixed #6242: can't switch between inline and side-by-side diff
881 * Fixed #6249: Create and continue returns 404
892 * Fixed #6249: Create and continue returns 404
882 * Fixed #6267: changing the authentication mode from ldap to internal with setting the password
893 * Fixed #6267: changing the authentication mode from ldap to internal with setting the password
883 * Fixed #6270: diff coderay malformed in the "news" page
894 * Fixed #6270: diff coderay malformed in the "news" page
884 * Fixed #6278: missing "cant_link_an_issue_with_a_descendant"from locale files
895 * Fixed #6278: missing "cant_link_an_issue_with_a_descendant"from locale files
885 * Fixed #6333: Create and continue results in a 404 Error
896 * Fixed #6333: Create and continue results in a 404 Error
886 * Fixed #6346: Age column on repository view is skewed for git, probably CVS too
897 * Fixed #6346: Age column on repository view is skewed for git, probably CVS too
887 * Fixed #6351: Context menu on roadmap broken
898 * Fixed #6351: Context menu on roadmap broken
888 * Fixed #6388: New Subproject leads to a 404
899 * Fixed #6388: New Subproject leads to a 404
889 * Fixed #6392: Updated/Created links to activity broken
900 * Fixed #6392: Updated/Created links to activity broken
890 * Fixed #6413: Error in SQL
901 * Fixed #6413: Error in SQL
891 * Fixed #6443: Redirect to project settings after Copying a Project
902 * Fixed #6443: Redirect to project settings after Copying a Project
892 * Fixed #6448: Saving a wiki page with no content has a translation missing
903 * Fixed #6448: Saving a wiki page with no content has a translation missing
893 * Fixed #6452: Unhandled exception on creating File
904 * Fixed #6452: Unhandled exception on creating File
894 * Fixed #6471: Typo in label_report in Czech translation
905 * Fixed #6471: Typo in label_report in Czech translation
895 * Fixed #6479: Changing tracker type will lose watchers
906 * Fixed #6479: Changing tracker type will lose watchers
896 * Fixed #6499: Files with leading or trailing whitespace are not shown in git.
907 * Fixed #6499: Files with leading or trailing whitespace are not shown in git.
897
908
898 == 2010-08-22 v1.0.1
909 == 2010-08-22 v1.0.1
899
910
900 * #819: Add a body ID and class to all pages
911 * #819: Add a body ID and class to all pages
901 * #871: Commit new CSS styles!
912 * #871: Commit new CSS styles!
902 * #3301: Add favicon to base layout
913 * #3301: Add favicon to base layout
903 * #4656: On Issue#show page, clicking on Ò€œAdd related issueҀ� should focus on the input
914 * #4656: On Issue#show page, clicking on Ò€œAdd related issueҀ� should focus on the input
904 * #4896: Project identifier should be a limited field
915 * #4896: Project identifier should be a limited field
905 * #5084: Filter all isssues by projects
916 * #5084: Filter all isssues by projects
906 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
917 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
907 * #5591: 'calendar' action is used with 'issue' controller in issue/sidebar
918 * #5591: 'calendar' action is used with 'issue' controller in issue/sidebar
908 * #5735: Traditional Chinese language file (to r3810)
919 * #5735: Traditional Chinese language file (to r3810)
909 * #5740: Swedish Translation for r3810
920 * #5740: Swedish Translation for r3810
910 * #5785: pt-BR translation update
921 * #5785: pt-BR translation update
911 * #5898: Projects should be displayed as links in users/memberships
922 * #5898: Projects should be displayed as links in users/memberships
912 * #5910: Chinese translation to redmine-1.0.0
923 * #5910: Chinese translation to redmine-1.0.0
913 * #5912: Translation update for french locale
924 * #5912: Translation update for french locale
914 * #5962: Hungarian translation update to r3892
925 * #5962: Hungarian translation update to r3892
915 * #5971: Remove falsly applied chrome on revision links
926 * #5971: Remove falsly applied chrome on revision links
916 * #5972: Updated Hebrew translation for 1.0.0
927 * #5972: Updated Hebrew translation for 1.0.0
917 * #5982: Updated german translation
928 * #5982: Updated german translation
918 * #6008: Move admin_menu to Redmine::MenuManager
929 * #6008: Move admin_menu to Redmine::MenuManager
919 * #6012: RTL layout
930 * #6012: RTL layout
920 * #6021: Spanish translation 1.0.0-RC
931 * #6021: Spanish translation 1.0.0-RC
921 * #6025: nl translation updated for r3905
932 * #6025: nl translation updated for r3905
922 * #6030: Japanese Translation for r3907
933 * #6030: Japanese Translation for r3907
923 * #6074: sr-CY.yml contains DOS-type newlines (\r\n)
934 * #6074: sr-CY.yml contains DOS-type newlines (\r\n)
924 * #6087: SERBIAN translation updated
935 * #6087: SERBIAN translation updated
925 * #6093: Updated italian translation
936 * #6093: Updated italian translation
926 * #6142: Swedish Translation for r3940
937 * #6142: Swedish Translation for r3940
927 * #6153: Move view_calendar and view_gantt to own modules
938 * #6153: Move view_calendar and view_gantt to own modules
928 * #6169: Add issue status to issue tooltip
939 * #6169: Add issue status to issue tooltip
929 * Fixed #3834: Add a warning when not choosing a member role
940 * Fixed #3834: Add a warning when not choosing a member role
930 * Fixed #3922: Bad english arround "Assigned to" text in journal entries
941 * Fixed #3922: Bad english arround "Assigned to" text in journal entries
931 * Fixed #5158: Simplified Chinese language file zh.yml updated to r3608
942 * Fixed #5158: Simplified Chinese language file zh.yml updated to r3608
932 * Fixed #5162: translation missing: zh-TW, field_time_entrie
943 * Fixed #5162: translation missing: zh-TW, field_time_entrie
933 * Fixed #5297: openid not validated correctly
944 * Fixed #5297: openid not validated correctly
934 * Fixed #5628: Wrong commit range in git log command
945 * Fixed #5628: Wrong commit range in git log command
935 * Fixed #5760: Assigned_to and author filters in "Projects>View all issues" should be based on user's project visibility
946 * Fixed #5760: Assigned_to and author filters in "Projects>View all issues" should be based on user's project visibility
936 * Fixed #5771: Problem when importing git repository
947 * Fixed #5771: Problem when importing git repository
937 * Fixed #5775: ldap authentication in admin menu should have an icon
948 * Fixed #5775: ldap authentication in admin menu should have an icon
938 * Fixed #5811: deleting statuses doesnt delete workflow entries
949 * Fixed #5811: deleting statuses doesnt delete workflow entries
939 * Fixed #5834: Emails with trailing spaces incorrectly detected as invalid
950 * Fixed #5834: Emails with trailing spaces incorrectly detected as invalid
940 * Fixed #5846: ChangeChangesPathLengthLimit does not remove default for MySQL
951 * Fixed #5846: ChangeChangesPathLengthLimit does not remove default for MySQL
941 * Fixed #5861: Vertical scrollbar always visible in Wiki "code" blocks in Chrome.
952 * Fixed #5861: Vertical scrollbar always visible in Wiki "code" blocks in Chrome.
942 * Fixed #5883: correct label_project_latest Chinese translation
953 * Fixed #5883: correct label_project_latest Chinese translation
943 * Fixed #5892: Changing status from contextual menu opens the ticket instead
954 * Fixed #5892: Changing status from contextual menu opens the ticket instead
944 * Fixed #5904: Global gantt PDF and PNG should display project names
955 * Fixed #5904: Global gantt PDF and PNG should display project names
945 * Fixed #5925: parent task's priority edit should be disabled through shortcut menu in issues list page
956 * Fixed #5925: parent task's priority edit should be disabled through shortcut menu in issues list page
946 * Fixed #5935: Add Another file to ticket doesn't work in IE Internet Explorer
957 * Fixed #5935: Add Another file to ticket doesn't work in IE Internet Explorer
947 * Fixed #5937: Harmonize french locale "zero" translation with other locales
958 * Fixed #5937: Harmonize french locale "zero" translation with other locales
948 * Fixed #5945: Forum message permalinks don't take pagination into account
959 * Fixed #5945: Forum message permalinks don't take pagination into account
949 * Fixed #5978: Debug code still remains
960 * Fixed #5978: Debug code still remains
950 * Fixed #6009: When using "English (British)", the repository browser (svn) shows files over 1000 bytes as floating point (2.334355)
961 * Fixed #6009: When using "English (British)", the repository browser (svn) shows files over 1000 bytes as floating point (2.334355)
951 * Fixed #6045: Repository file Diff view sometimes shows more than selected file
962 * Fixed #6045: Repository file Diff view sometimes shows more than selected file
952 * Fixed #6079: German Translation error in TimeEntryActivity
963 * Fixed #6079: German Translation error in TimeEntryActivity
953 * Fixed #6100: User's profile should display all visible projects
964 * Fixed #6100: User's profile should display all visible projects
954 * Fixed #6132: Allow Key based authentication in the Boards atom feed
965 * Fixed #6132: Allow Key based authentication in the Boards atom feed
955 * Fixed #6163: Bad CSS class for calendar project menu_item
966 * Fixed #6163: Bad CSS class for calendar project menu_item
956 * Fixed #6172: Browsing to a missing user's page shows the admin sidebar
967 * Fixed #6172: Browsing to a missing user's page shows the admin sidebar
957
968
958 == 2010-07-18 v1.0.0 (Release candidate)
969 == 2010-07-18 v1.0.0 (Release candidate)
959
970
960 * #443: Adds context menu to the roadmap issue lists
971 * #443: Adds context menu to the roadmap issue lists
961 * #443: Subtasking
972 * #443: Subtasking
962 * #741: Description preview while editing an issue
973 * #741: Description preview while editing an issue
963 * #1131: Add support for alternate (non-LDAP) authentication
974 * #1131: Add support for alternate (non-LDAP) authentication
964 * #1214: REST API for Issues
975 * #1214: REST API for Issues
965 * #1223: File upload on wiki edit form
976 * #1223: File upload on wiki edit form
966 * #1755: add "blocked by" as a related issues option
977 * #1755: add "blocked by" as a related issues option
967 * #2420: Fetching emails from an POP server
978 * #2420: Fetching emails from an POP server
968 * #2482: Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
979 * #2482: Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
969 * #2924: Make the right click menu more discoverable using a cursor property
980 * #2924: Make the right click menu more discoverable using a cursor property
970 * #2985: Make syntax highlighting pluggable
981 * #2985: Make syntax highlighting pluggable
971 * #3201: Workflow Check/Uncheck All Rows/Columns
982 * #3201: Workflow Check/Uncheck All Rows/Columns
972 * #3359: Update CodeRay 0.9
983 * #3359: Update CodeRay 0.9
973 * #3706: Allow assigned_to field configuration on Issue creation by email
984 * #3706: Allow assigned_to field configuration on Issue creation by email
974 * #3936: configurable list of models to include in search
985 * #3936: configurable list of models to include in search
975 * #4480: Create a link to the user profile from the administration interface
986 * #4480: Create a link to the user profile from the administration interface
976 * #4482: Cache textile rendering
987 * #4482: Cache textile rendering
977 * #4572: Make it harder to ruin your database
988 * #4572: Make it harder to ruin your database
978 * #4573: Move github gems to Gemcutter
989 * #4573: Move github gems to Gemcutter
979 * #4664: Add pagination to forum threads
990 * #4664: Add pagination to forum threads
980 * #4732: Make login case-insensitive also for PostgreSQL
991 * #4732: Make login case-insensitive also for PostgreSQL
981 * #4812: Create links to other projects
992 * #4812: Create links to other projects
982 * #4819: Replace images with smushed ones for speed
993 * #4819: Replace images with smushed ones for speed
983 * #4945: Allow custom fields attached to project to be searchable
994 * #4945: Allow custom fields attached to project to be searchable
984 * #5121: Fix issues list layout overflow
995 * #5121: Fix issues list layout overflow
985 * #5169: Issue list view hook request
996 * #5169: Issue list view hook request
986 * #5208: Aibility to edit wiki sidebar
997 * #5208: Aibility to edit wiki sidebar
987 * #5281: Remove empty ul tags in the issue history
998 * #5281: Remove empty ul tags in the issue history
988 * #5291: Updated basque translations
999 * #5291: Updated basque translations
989 * #5328: Automatically add "Repository" menu_item after repository creation
1000 * #5328: Automatically add "Repository" menu_item after repository creation
990 * #5415: Fewer SQL statements generated for watcher_recipients
1001 * #5415: Fewer SQL statements generated for watcher_recipients
991 * #5416: Exclude "fields_for" from overridden methods in TabularFormBuilder
1002 * #5416: Exclude "fields_for" from overridden methods in TabularFormBuilder
992 * #5573: Allow issue assignment in email
1003 * #5573: Allow issue assignment in email
993 * #5595: Allow start date and due dates to be set via incoming email
1004 * #5595: Allow start date and due dates to be set via incoming email
994 * #5752: The projects view (/projects) renders ul's wrong
1005 * #5752: The projects view (/projects) renders ul's wrong
995 * #5781: Allow to use more macros on the welcome page and project list
1006 * #5781: Allow to use more macros on the welcome page and project list
996 * Fixed #1288: Unable to past escaped wiki syntax in an issue description
1007 * Fixed #1288: Unable to past escaped wiki syntax in an issue description
997 * Fixed #1334: Wiki formatting character *_ and _*
1008 * Fixed #1334: Wiki formatting character *_ and _*
998 * Fixed #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectively
1009 * Fixed #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectively
999 * Fixed #2473: Login and mail should not be case sensitive
1010 * Fixed #2473: Login and mail should not be case sensitive
1000 * Fixed #2990: Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
1011 * Fixed #2990: Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
1001 * Fixed #3089: Text formatting sometimes breaks when combined
1012 * Fixed #3089: Text formatting sometimes breaks when combined
1002 * Fixed #3690: Status change info duplicates on the issue screen
1013 * Fixed #3690: Status change info duplicates on the issue screen
1003 * Fixed #3691: Redmine allows two files with the same file name to be uploaded to the same issue
1014 * Fixed #3691: Redmine allows two files with the same file name to be uploaded to the same issue
1004 * Fixed #3764: ApplicationHelperTest fails with JRuby
1015 * Fixed #3764: ApplicationHelperTest fails with JRuby
1005 * Fixed #4265: Unclosed code tags in issue descriptions affects main UI
1016 * Fixed #4265: Unclosed code tags in issue descriptions affects main UI
1006 * Fixed #4745: Bug in index.xml.builder (issues)
1017 * Fixed #4745: Bug in index.xml.builder (issues)
1007 * Fixed #4852: changing user/roles of project member not possible without javascript
1018 * Fixed #4852: changing user/roles of project member not possible without javascript
1008 * Fixed #4857: Week number calculation in date picker is wrong if a week starts with Sunday
1019 * Fixed #4857: Week number calculation in date picker is wrong if a week starts with Sunday
1009 * Fixed #4883: Bottom "contextual" placement in issue with associated changeset
1020 * Fixed #4883: Bottom "contextual" placement in issue with associated changeset
1010 * Fixed #4918: Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
1021 * Fixed #4918: Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
1011 * Fixed #4935: Navigation to the Master Timesheet page (time_entries)
1022 * Fixed #4935: Navigation to the Master Timesheet page (time_entries)
1012 * Fixed #5043: Flash messages are not displayed after the project settings[module/activity] saved
1023 * Fixed #5043: Flash messages are not displayed after the project settings[module/activity] saved
1013 * Fixed #5081: Broken links on public/help/wiki_syntax_detailed.html
1024 * Fixed #5081: Broken links on public/help/wiki_syntax_detailed.html
1014 * Fixed #5104: Description of document not wikified on documents index
1025 * Fixed #5104: Description of document not wikified on documents index
1015 * Fixed #5108: Issue linking fails inside of []s
1026 * Fixed #5108: Issue linking fails inside of []s
1016 * Fixed #5199: diff code coloring using coderay
1027 * Fixed #5199: diff code coloring using coderay
1017 * Fixed #5233: Add a hook to the issue report (Summary) view
1028 * Fixed #5233: Add a hook to the issue report (Summary) view
1018 * Fixed #5265: timetracking: subtasks time is added to the main task
1029 * Fixed #5265: timetracking: subtasks time is added to the main task
1019 * Fixed #5343: acts_as_event Doesn't Accept Outside URLs
1030 * Fixed #5343: acts_as_event Doesn't Accept Outside URLs
1020 * Fixed #5440: UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>
1031 * Fixed #5440: UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>
1021 * Fixed #5463: 0.9.4 INSTALL and/or UPGRADE, missing session_store.rb
1032 * Fixed #5463: 0.9.4 INSTALL and/or UPGRADE, missing session_store.rb
1022 * Fixed #5524: Update_parent_attributes doesn't work for the old parent issue when reparenting
1033 * Fixed #5524: Update_parent_attributes doesn't work for the old parent issue when reparenting
1023 * Fixed #5548: SVN Repository: Can not list content of a folder which includes square brackets.
1034 * Fixed #5548: SVN Repository: Can not list content of a folder which includes square brackets.
1024 * Fixed #5589: "with subproject" malfunction
1035 * Fixed #5589: "with subproject" malfunction
1025 * Fixed #5676: Search for Numeric Value
1036 * Fixed #5676: Search for Numeric Value
1026 * Fixed #5696: Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
1037 * Fixed #5696: Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
1027 * Fixed #5698: redmine:email:receive_imap fails silently for mails with subject longer than 255 characters
1038 * Fixed #5698: redmine:email:receive_imap fails silently for mails with subject longer than 255 characters
1028 * Fixed #5700: TimelogController#destroy assumes success
1039 * Fixed #5700: TimelogController#destroy assumes success
1029 * Fixed #5751: developer role is mispelled
1040 * Fixed #5751: developer role is mispelled
1030 * Fixed #5769: Popup Calendar doesn't Advance in Chrome
1041 * Fixed #5769: Popup Calendar doesn't Advance in Chrome
1031 * Fixed #5771: Problem when importing git repository
1042 * Fixed #5771: Problem when importing git repository
1032 * Fixed #5823: Error in comments in plugin.rb
1043 * Fixed #5823: Error in comments in plugin.rb
1033
1044
1034
1045
1035 == 2010-07-07 v0.9.6
1046 == 2010-07-07 v0.9.6
1036
1047
1037 * Fixed: Redmine.pm access by unauthorized users
1048 * Fixed: Redmine.pm access by unauthorized users
1038
1049
1039 == 2010-06-24 v0.9.5
1050 == 2010-06-24 v0.9.5
1040
1051
1041 * Linkify folder names on revision view
1052 * Linkify folder names on revision view
1042 * "fiters" and "options" should be hidden in print view via css
1053 * "fiters" and "options" should be hidden in print view via css
1043 * Fixed: NoMethodError when no issue params are submitted
1054 * Fixed: NoMethodError when no issue params are submitted
1044 * Fixed: projects.atom with required authentication
1055 * Fixed: projects.atom with required authentication
1045 * Fixed: External links not correctly displayed in Wiki TOC
1056 * Fixed: External links not correctly displayed in Wiki TOC
1046 * Fixed: Member role forms in project settings are not hidden after member added
1057 * Fixed: Member role forms in project settings are not hidden after member added
1047 * Fixed: pre can't be inside p
1058 * Fixed: pre can't be inside p
1048 * Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
1059 * Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
1049 * Fixed: mail handler fails when the from address is empty
1060 * Fixed: mail handler fails when the from address is empty
1050
1061
1051
1062
1052 == 2010-05-01 v0.9.4
1063 == 2010-05-01 v0.9.4
1053
1064
1054 * Filters collapsed by default on issues index page for a saved query
1065 * Filters collapsed by default on issues index page for a saved query
1055 * Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
1066 * Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
1056 * Fixed: remove "main-menu" div when the menu is empty
1067 * Fixed: remove "main-menu" div when the menu is empty
1057 * Fixed: Code syntax highlighting not working in Document page
1068 * Fixed: Code syntax highlighting not working in Document page
1058 * Fixed: Git blame/annotate fails on moved files
1069 * Fixed: Git blame/annotate fails on moved files
1059 * Fixed: Failing test in test_show_atom
1070 * Fixed: Failing test in test_show_atom
1060 * Fixed: Migrate from trac - not displayed Wikis
1071 * Fixed: Migrate from trac - not displayed Wikis
1061 * Fixed: Email notifications on file upload sent to empty recipient list
1072 * Fixed: Email notifications on file upload sent to empty recipient list
1062 * Fixed: Migrating from trac is not possible, fails to allocate memory
1073 * Fixed: Migrating from trac is not possible, fails to allocate memory
1063 * Fixed: Lost password no longer flashes a confirmation message
1074 * Fixed: Lost password no longer flashes a confirmation message
1064 * Fixed: Crash while deleting in-use enumeration
1075 * Fixed: Crash while deleting in-use enumeration
1065 * Fixed: Hard coded English string at the selection of issue watchers
1076 * Fixed: Hard coded English string at the selection of issue watchers
1066 * Fixed: Bazaar v2.1.0 changed behaviour
1077 * Fixed: Bazaar v2.1.0 changed behaviour
1067 * Fixed: Roadmap display can raise an exception if no trackers are selected
1078 * Fixed: Roadmap display can raise an exception if no trackers are selected
1068 * Fixed: Gravatar breaks layout of "logged in" page
1079 * Fixed: Gravatar breaks layout of "logged in" page
1069 * Fixed: Reposman.rb on Windows
1080 * Fixed: Reposman.rb on Windows
1070 * Fixed: Possible error 500 while moving an issue to another project with SQLite
1081 * Fixed: Possible error 500 while moving an issue to another project with SQLite
1071 * Fixed: backslashes in issue description/note should be escaped when quoted
1082 * Fixed: backslashes in issue description/note should be escaped when quoted
1072 * Fixed: Long text in <pre> disrupts Associated revisions
1083 * Fixed: Long text in <pre> disrupts Associated revisions
1073 * Fixed: Links to missing wiki pages not red on project overview page
1084 * Fixed: Links to missing wiki pages not red on project overview page
1074 * Fixed: Cannot delete a project with subprojects that shares versions
1085 * Fixed: Cannot delete a project with subprojects that shares versions
1075 * Fixed: Update of Subversion changesets broken under Solaris
1086 * Fixed: Update of Subversion changesets broken under Solaris
1076 * Fixed: "Move issues" permission not working for Non member
1087 * Fixed: "Move issues" permission not working for Non member
1077 * Fixed: Sidebar overlap on Users tab of Group editor
1088 * Fixed: Sidebar overlap on Users tab of Group editor
1078 * Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
1089 * Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
1079 * Fixed: Report shows sub-projects for non-members
1090 * Fixed: Report shows sub-projects for non-members
1080 * Fixed: 500 internal error when browsing any Redmine page in epiphany
1091 * Fixed: 500 internal error when browsing any Redmine page in epiphany
1081 * Fixed: Watchers selection lost when issue creation fails
1092 * Fixed: Watchers selection lost when issue creation fails
1082 * Fixed: When copying projects, redmine should not generate an email to people who created issues
1093 * Fixed: When copying projects, redmine should not generate an email to people who created issues
1083 * Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
1094 * Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
1084 * Fixed: Plugin generators should display help if no parameter is given
1095 * Fixed: Plugin generators should display help if no parameter is given
1085
1096
1086
1097
1087 == 2010-02-28 v0.9.3
1098 == 2010-02-28 v0.9.3
1088
1099
1089 * Adds filter for system shared versions on the cross project issue list
1100 * Adds filter for system shared versions on the cross project issue list
1090 * Makes project identifiers searchable
1101 * Makes project identifiers searchable
1091 * Remove invalid utf8 sequences from commit comments and author name
1102 * Remove invalid utf8 sequences from commit comments and author name
1092 * Fixed: Wrong link when "http" not included in project "Homepage" link
1103 * Fixed: Wrong link when "http" not included in project "Homepage" link
1093 * Fixed: Escaping in html email templates
1104 * Fixed: Escaping in html email templates
1094 * Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
1105 * Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
1095 * Fixed: Deselecting textile text formatting causes interning empty string errors
1106 * Fixed: Deselecting textile text formatting causes interning empty string errors
1096 * Fixed: error with postgres when entering a non-numeric id for an issue relation
1107 * Fixed: error with postgres when entering a non-numeric id for an issue relation
1097 * Fixed: div.task incorrectly wrapping on Gantt Chart
1108 * Fixed: div.task incorrectly wrapping on Gantt Chart
1098 * Fixed: Project copy loses wiki pages hierarchy
1109 * Fixed: Project copy loses wiki pages hierarchy
1099 * Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
1110 * Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
1100 * Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
1111 * Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
1101 * Fixed: Duplicated project name for subproject version on gantt chart
1112 * Fixed: Duplicated project name for subproject version on gantt chart
1102 * Fixed: roadmap shows subprojects issues even if subprojects is unchecked
1113 * Fixed: roadmap shows subprojects issues even if subprojects is unchecked
1103 * Fixed: IndexError if all the :last menu items are deleted from a menu
1114 * Fixed: IndexError if all the :last menu items are deleted from a menu
1104 * Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
1115 * Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
1105
1116
1106
1117
1107 == 2010-02-07 v0.9.2
1118 == 2010-02-07 v0.9.2
1108
1119
1109 * Fixed: Sub-project repository commits not displayed on parent project issues
1120 * Fixed: Sub-project repository commits not displayed on parent project issues
1110 * Fixed: Potential security leak on my page calendar
1121 * Fixed: Potential security leak on my page calendar
1111 * Fixed: Project tree structure is broken by deleting the project with the subproject
1122 * Fixed: Project tree structure is broken by deleting the project with the subproject
1112 * Fixed: Error message shown duplicated when creating a new group
1123 * Fixed: Error message shown duplicated when creating a new group
1113 * Fixed: Firefox cuts off large pages
1124 * Fixed: Firefox cuts off large pages
1114 * Fixed: Invalid format parameter returns a DoubleRenderError on issues index
1125 * Fixed: Invalid format parameter returns a DoubleRenderError on issues index
1115 * Fixed: Unnecessary Quote button on locked forum message
1126 * Fixed: Unnecessary Quote button on locked forum message
1116 * Fixed: Error raised when trying to view the gantt or calendar with a grouped query
1127 * Fixed: Error raised when trying to view the gantt or calendar with a grouped query
1117 * Fixed: PDF support for Korean locale
1128 * Fixed: PDF support for Korean locale
1118 * Fixed: Deprecation warning in extra/svn/reposman.rb
1129 * Fixed: Deprecation warning in extra/svn/reposman.rb
1119
1130
1120
1131
1121 == 2010-01-30 v0.9.1
1132 == 2010-01-30 v0.9.1
1122
1133
1123 * Vertical alignment for inline images in formatted text set to 'middle'
1134 * Vertical alignment for inline images in formatted text set to 'middle'
1124 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
1135 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
1125 * Fixed: copyright year in footer set to 2010
1136 * Fixed: copyright year in footer set to 2010
1126 * Fixed: Trac migration script may not output query lines
1137 * Fixed: Trac migration script may not output query lines
1127 * Fixed: Email notifications may affect language of notice messages on the UI
1138 * Fixed: Email notifications may affect language of notice messages on the UI
1128 * Fixed: Can not search for 2 letters word
1139 * Fixed: Can not search for 2 letters word
1129 * Fixed: Attachments get saved on issue update even if validation fails
1140 * Fixed: Attachments get saved on issue update even if validation fails
1130 * Fixed: Tab's 'border-bottom' not absent when selected
1141 * Fixed: Tab's 'border-bottom' not absent when selected
1131 * Fixed: Issue summary tables that list by user are not sorted
1142 * Fixed: Issue summary tables that list by user are not sorted
1132 * Fixed: Issue pdf export fails if target version is set
1143 * Fixed: Issue pdf export fails if target version is set
1133 * Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
1144 * Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
1134 * Fixed: SQL error when adding a group
1145 * Fixed: SQL error when adding a group
1135 * Fixes: Min password length during password reset always displays as 4 chars
1146 * Fixes: Min password length during password reset always displays as 4 chars
1136
1147
1137
1148
1138 == 2010-01-09 v0.9.0 (Release candidate)
1149 == 2010-01-09 v0.9.0 (Release candidate)
1139
1150
1140 * Unlimited subproject nesting
1151 * Unlimited subproject nesting
1141 * Multiple roles per user per project
1152 * Multiple roles per user per project
1142 * User groups
1153 * User groups
1143 * Inheritence of versions
1154 * Inheritence of versions
1144 * OpenID login
1155 * OpenID login
1145 * "Watched by me" issue filter
1156 * "Watched by me" issue filter
1146 * Project copy
1157 * Project copy
1147 * Project creation by non admin users
1158 * Project creation by non admin users
1148 * Accept emails from anyone on a private project
1159 * Accept emails from anyone on a private project
1149 * Add email notification on Wiki changes
1160 * Add email notification on Wiki changes
1150 * Make issue description non-required field
1161 * Make issue description non-required field
1151 * Custom fields for Versions
1162 * Custom fields for Versions
1152 * Being able to sort the issue list by custom fields
1163 * Being able to sort the issue list by custom fields
1153 * Ability to close versions
1164 * Ability to close versions
1154 * User display/editing of custom fields attached to their user profile
1165 * User display/editing of custom fields attached to their user profile
1155 * Add "follows" issue relation
1166 * Add "follows" issue relation
1156 * Copy workflows between trackers and roles
1167 * Copy workflows between trackers and roles
1157 * Defaults enabled modules list for project creation
1168 * Defaults enabled modules list for project creation
1158 * Weighted version completion percentage on the roadmap
1169 * Weighted version completion percentage on the roadmap
1159 * Autocreate user account when user submits email that creates new issue
1170 * Autocreate user account when user submits email that creates new issue
1160 * CSS class on overdue issues on the issue list
1171 * CSS class on overdue issues on the issue list
1161 * Enable tracker update on issue edit form
1172 * Enable tracker update on issue edit form
1162 * Remove issue watchers
1173 * Remove issue watchers
1163 * Ability to move threads between project forums
1174 * Ability to move threads between project forums
1164 * Changed custom field "Possible values" to a textarea
1175 * Changed custom field "Possible values" to a textarea
1165 * Adds projects association on tracker form
1176 * Adds projects association on tracker form
1166 * Set session store to cookie store by default
1177 * Set session store to cookie store by default
1167 * Set a default wiki page on project creation
1178 * Set a default wiki page on project creation
1168 * Roadmap for main project should see Roadmaps for sub projects
1179 * Roadmap for main project should see Roadmaps for sub projects
1169 * Ticket grouping on the issue list
1180 * Ticket grouping on the issue list
1170 * Hierarchical Project links in the page header
1181 * Hierarchical Project links in the page header
1171 * Allow My Page blocks to be added to from a plugin
1182 * Allow My Page blocks to be added to from a plugin
1172 * Sort issues by multiple columns
1183 * Sort issues by multiple columns
1173 * Filters of saved query are now visible and be adjusted without editing the query
1184 * Filters of saved query are now visible and be adjusted without editing the query
1174 * Saving "sort order" in custom queries
1185 * Saving "sort order" in custom queries
1175 * Url to fetch changesets for a repository
1186 * Url to fetch changesets for a repository
1176 * Managers able to create subprojects
1187 * Managers able to create subprojects
1177 * Issue Totals on My Page Modules
1188 * Issue Totals on My Page Modules
1178 * Convert Enumerations to single table inheritance (STI)
1189 * Convert Enumerations to single table inheritance (STI)
1179 * Allow custom my_page blocks to define drop-down names
1190 * Allow custom my_page blocks to define drop-down names
1180 * "View Issues" user permission added
1191 * "View Issues" user permission added
1181 * Ask user what to do with child pages when deleting a parent wiki page
1192 * Ask user what to do with child pages when deleting a parent wiki page
1182 * Contextual quick search
1193 * Contextual quick search
1183 * Allow resending of password by email
1194 * Allow resending of password by email
1184 * Change reply subject to be a link to the reply itself
1195 * Change reply subject to be a link to the reply itself
1185 * Include Logged Time as part of the project's Activity history
1196 * Include Logged Time as part of the project's Activity history
1186 * REST API for authentication
1197 * REST API for authentication
1187 * Browse through Git branches
1198 * Browse through Git branches
1188 * Setup Object Daddy to replace test fixtures
1199 * Setup Object Daddy to replace test fixtures
1189 * Setup shoulda to make it easier to test
1200 * Setup shoulda to make it easier to test
1190 * Custom fields and overrides on Enumerations
1201 * Custom fields and overrides on Enumerations
1191 * Add or remove columns from the issue list
1202 * Add or remove columns from the issue list
1192 * Ability to add new version from issues screen
1203 * Ability to add new version from issues screen
1193 * Setting to choose which day calendars start
1204 * Setting to choose which day calendars start
1194 * Asynchronous email delivery method
1205 * Asynchronous email delivery method
1195 * RESTful URLs for (almost) everything
1206 * RESTful URLs for (almost) everything
1196 * Include issue status in search results and activity pages
1207 * Include issue status in search results and activity pages
1197 * Add email to admin user search filter
1208 * Add email to admin user search filter
1198 * Proper content type for plain text mails
1209 * Proper content type for plain text mails
1199 * Default value of project jump box
1210 * Default value of project jump box
1200 * Tree based menus
1211 * Tree based menus
1201 * Ability to use issue status to update percent done
1212 * Ability to use issue status to update percent done
1202 * Second set of issue "Action Links" at the bottom of an issue page
1213 * Second set of issue "Action Links" at the bottom of an issue page
1203 * Proper exist status code for rdm-mailhandler.rb
1214 * Proper exist status code for rdm-mailhandler.rb
1204 * Remove incoming email body via a delimiter
1215 * Remove incoming email body via a delimiter
1205 * Fixed: Custom querry 'Export to PDF' ignores field selection
1216 * Fixed: Custom querry 'Export to PDF' ignores field selection
1206 * Fixed: Related e-mail notifications aren't threaded
1217 * Fixed: Related e-mail notifications aren't threaded
1207 * Fixed: No warning when the creation of a categories from the issue form fails
1218 * Fixed: No warning when the creation of a categories from the issue form fails
1208 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
1219 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
1209 * Fixed: Include both first and last name when sorting by users
1220 * Fixed: Include both first and last name when sorting by users
1210 * Fixed: Table cell with multiple line text
1221 * Fixed: Table cell with multiple line text
1211 * Fixed: Project overview page shows disabled trackers
1222 * Fixed: Project overview page shows disabled trackers
1212 * Fixed: Cross project issue relations and user permissions
1223 * Fixed: Cross project issue relations and user permissions
1213 * Fixed: My page shows tickets the user doesn't have access to
1224 * Fixed: My page shows tickets the user doesn't have access to
1214 * Fixed: TOC does not parse wiki page reference links with description
1225 * Fixed: TOC does not parse wiki page reference links with description
1215 * Fixed: Target version-list on bulk edit form is incorrectly sorted
1226 * Fixed: Target version-list on bulk edit form is incorrectly sorted
1216 * Fixed: Cannot modify/delete project named "Documents"
1227 * Fixed: Cannot modify/delete project named "Documents"
1217 * Fixed: Email address in brackets breaks html
1228 * Fixed: Email address in brackets breaks html
1218 * Fixed: Timelog detail loose issue filter passing to report tab
1229 * Fixed: Timelog detail loose issue filter passing to report tab
1219 * Fixed: Inform about custom field's name maximum length
1230 * Fixed: Inform about custom field's name maximum length
1220 * Fixed: Activity page and Atom feed links contain project id instead of identifier
1231 * Fixed: Activity page and Atom feed links contain project id instead of identifier
1221 * Fixed: no Atom key for forums with only 1 forum
1232 * Fixed: no Atom key for forums with only 1 forum
1222 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
1233 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
1223 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
1234 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
1224 * Fixed: The all/active filter selection in the project view does not stick.
1235 * Fixed: The all/active filter selection in the project view does not stick.
1225 * Fixed: Login box has Different width
1236 * Fixed: Login box has Different width
1226 * Fixed: User removed from project - still getting project update emails
1237 * Fixed: User removed from project - still getting project update emails
1227 * Fixed: Project with the identifier of 'new' cannot be viewed
1238 * Fixed: Project with the identifier of 'new' cannot be viewed
1228 * Fixed: Artefacts in search view (Cyrillic)
1239 * Fixed: Artefacts in search view (Cyrillic)
1229 * Fixed: Allow [#id] as subject to reply by email
1240 * Fixed: Allow [#id] as subject to reply by email
1230 * Fixed: Wrong language used when closing an issue via a commit message
1241 * Fixed: Wrong language used when closing an issue via a commit message
1231 * Fixed: email handler drops emails for new issues with no subject
1242 * Fixed: email handler drops emails for new issues with no subject
1232 * Fixed: Calendar misspelled under Roles/Permissions
1243 * Fixed: Calendar misspelled under Roles/Permissions
1233 * Fixed: Emails from no-reply redmine's address hell cycle
1244 * Fixed: Emails from no-reply redmine's address hell cycle
1234 * Fixed: child_pages macro fails on wiki page history
1245 * Fixed: child_pages macro fails on wiki page history
1235 * Fixed: Pre-filled time tracking date ignores timezone
1246 * Fixed: Pre-filled time tracking date ignores timezone
1236 * Fixed: Links on locked users lead to 404 page
1247 * Fixed: Links on locked users lead to 404 page
1237 * Fixed: Page changes in issue-list when using context menu
1248 * Fixed: Page changes in issue-list when using context menu
1238 * Fixed: diff parser removes lines starting with multiple dashes
1249 * Fixed: diff parser removes lines starting with multiple dashes
1239 * Fixed: Quoting in forums resets message subject
1250 * Fixed: Quoting in forums resets message subject
1240 * Fixed: Editing issue comment removes quote link
1251 * Fixed: Editing issue comment removes quote link
1241 * Fixed: Redmine.pm ignore browse_repository permission
1252 * Fixed: Redmine.pm ignore browse_repository permission
1242 * Fixed: text formatting breaks on [msg1][msg2]
1253 * Fixed: text formatting breaks on [msg1][msg2]
1243 * Fixed: Spent Time Default Value of 0.0
1254 * Fixed: Spent Time Default Value of 0.0
1244 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
1255 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
1245 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
1256 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
1246 * Fixed: 50k users cause problems in project->settings->members screen
1257 * Fixed: 50k users cause problems in project->settings->members screen
1247 * Fixed: Document timestamp needs to show updated timestamps
1258 * Fixed: Document timestamp needs to show updated timestamps
1248 * Fixed: Users getting notifications for issues they are no longer allowed to view
1259 * Fixed: Users getting notifications for issues they are no longer allowed to view
1249 * Fixed: issue summary counts should link to the issue list without subprojects
1260 * Fixed: issue summary counts should link to the issue list without subprojects
1250 * Fixed: 'Delete' link on LDAP list has no effect
1261 * Fixed: 'Delete' link on LDAP list has no effect
1251
1262
1252
1263
1253 == 2009-11-15 v0.8.7
1264 == 2009-11-15 v0.8.7
1254
1265
1255 * Fixed: Hide paragraph terminator at the end of headings on html export
1266 * Fixed: Hide paragraph terminator at the end of headings on html export
1256 * Fixed: pre tags containing "<pre*"
1267 * Fixed: pre tags containing "<pre*"
1257 * Fixed: First date of the date range not included in the time report with SQLite
1268 * Fixed: First date of the date range not included in the time report with SQLite
1258 * Fixed: Password field not styled correctly on alternative stylesheet
1269 * Fixed: Password field not styled correctly on alternative stylesheet
1259 * Fixed: Error when sumbitting a POST request that requires a login
1270 * Fixed: Error when sumbitting a POST request that requires a login
1260 * Fixed: CSRF vulnerabilities
1271 * Fixed: CSRF vulnerabilities
1261
1272
1262
1273
1263 == 2009-11-04 v0.8.6
1274 == 2009-11-04 v0.8.6
1264
1275
1265 * Change links to closed issues to be a grey color
1276 * Change links to closed issues to be a grey color
1266 * Change subversion adapter to not cache authentication and run non interactively
1277 * Change subversion adapter to not cache authentication and run non interactively
1267 * Fixed: Custom Values with a nil value cause HTTP error 500
1278 * Fixed: Custom Values with a nil value cause HTTP error 500
1268 * Fixed: Failure to convert HTML entities when editing an Issue reply
1279 * Fixed: Failure to convert HTML entities when editing an Issue reply
1269 * Fixed: Error trying to show repository when there are no comments in a changeset
1280 * Fixed: Error trying to show repository when there are no comments in a changeset
1270 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
1281 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
1271 * Fixed: XSS vulnerabilities
1282 * Fixed: XSS vulnerabilities
1272 * Fixed: IssuesController#destroy should accept POST only
1283 * Fixed: IssuesController#destroy should accept POST only
1273 * Fixed: Inline images in wiki headings
1284 * Fixed: Inline images in wiki headings
1274
1285
1275
1286
1276 == 2009-09-13 v0.8.5
1287 == 2009-09-13 v0.8.5
1277
1288
1278 * Incoming mail handler : Allow spaces between keywords and colon
1289 * Incoming mail handler : Allow spaces between keywords and colon
1279 * Do not require a non-word character after a comma in Redmine links
1290 * Do not require a non-word character after a comma in Redmine links
1280 * Include issue hyperlinks in reminder emails
1291 * Include issue hyperlinks in reminder emails
1281 * Prevent nil error when retrieving svn version
1292 * Prevent nil error when retrieving svn version
1282 * Various plugin hooks added
1293 * Various plugin hooks added
1283 * Add plugins information to script/about
1294 * Add plugins information to script/about
1284 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
1295 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
1285 * Fixed: Atom links for wiki pages are not correct
1296 * Fixed: Atom links for wiki pages are not correct
1286 * Fixed: Atom feeds leak email address
1297 * Fixed: Atom feeds leak email address
1287 * Fixed: Case sensitivity in Issue filtering
1298 * Fixed: Case sensitivity in Issue filtering
1288 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
1299 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
1289
1300
1290
1301
1291 == 2009-05-17 v0.8.4
1302 == 2009-05-17 v0.8.4
1292
1303
1293 * Allow textile mailto links
1304 * Allow textile mailto links
1294 * Fixed: memory consumption when uploading file
1305 * Fixed: memory consumption when uploading file
1295 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
1306 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
1296 * Fixed: an error is raised when no tab is available on project settings
1307 * Fixed: an error is raised when no tab is available on project settings
1297 * Fixed: insert image macro corrupts urls with excalamation marks
1308 * Fixed: insert image macro corrupts urls with excalamation marks
1298 * Fixed: error on cross-project gantt PNG export
1309 * Fixed: error on cross-project gantt PNG export
1299 * Fixed: self and alternate links in atom feeds do not respect Atom specs
1310 * Fixed: self and alternate links in atom feeds do not respect Atom specs
1300 * Fixed: accept any svn tunnel scheme in repository URL
1311 * Fixed: accept any svn tunnel scheme in repository URL
1301 * Fixed: issues/show should accept user's rss key
1312 * Fixed: issues/show should accept user's rss key
1302 * Fixed: consistency of custom fields display on the issue detail view
1313 * Fixed: consistency of custom fields display on the issue detail view
1303 * Fixed: wiki comments length validation is missing
1314 * Fixed: wiki comments length validation is missing
1304 * Fixed: weak autologin token generation algorithm causes duplicate tokens
1315 * Fixed: weak autologin token generation algorithm causes duplicate tokens
1305
1316
1306
1317
1307 == 2009-04-05 v0.8.3
1318 == 2009-04-05 v0.8.3
1308
1319
1309 * Separate project field and subject in cross-project issue view
1320 * Separate project field and subject in cross-project issue view
1310 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
1321 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
1311 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
1322 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
1312 * CSS classes to highlight own and assigned issues
1323 * CSS classes to highlight own and assigned issues
1313 * Hide "New file" link on wiki pages from printing
1324 * Hide "New file" link on wiki pages from printing
1314 * Flush buffer when asking for language in redmine:load_default_data task
1325 * Flush buffer when asking for language in redmine:load_default_data task
1315 * Minimum project identifier length set to 1
1326 * Minimum project identifier length set to 1
1316 * Include headers so that emails don't trigger vacation auto-responders
1327 * Include headers so that emails don't trigger vacation auto-responders
1317 * Fixed: Time entries csv export links for all projects are malformed
1328 * Fixed: Time entries csv export links for all projects are malformed
1318 * Fixed: Files without Version aren't visible in the Activity page
1329 * Fixed: Files without Version aren't visible in the Activity page
1319 * Fixed: Commit logs are centered in the repo browser
1330 * Fixed: Commit logs are centered in the repo browser
1320 * Fixed: News summary field content is not searchable
1331 * Fixed: News summary field content is not searchable
1321 * Fixed: Journal#save has a wrong signature
1332 * Fixed: Journal#save has a wrong signature
1322 * Fixed: Email footer signature convention
1333 * Fixed: Email footer signature convention
1323 * Fixed: Timelog report do not show time for non-versioned issues
1334 * Fixed: Timelog report do not show time for non-versioned issues
1324
1335
1325
1336
1326 == 2009-03-07 v0.8.2
1337 == 2009-03-07 v0.8.2
1327
1338
1328 * Send an email to the user when an administrator activates a registered user
1339 * Send an email to the user when an administrator activates a registered user
1329 * Strip keywords from received email body
1340 * Strip keywords from received email body
1330 * Footer updated to 2009
1341 * Footer updated to 2009
1331 * Show RSS-link even when no issues is found
1342 * Show RSS-link even when no issues is found
1332 * One click filter action in activity view
1343 * One click filter action in activity view
1333 * Clickable/linkable line #'s while browsing the repo or viewing a file
1344 * Clickable/linkable line #'s while browsing the repo or viewing a file
1334 * Links to versions on files list
1345 * Links to versions on files list
1335 * Added request and controller objects to the hooks by default
1346 * Added request and controller objects to the hooks by default
1336 * Fixed: exporting an issue with attachments to PDF raises an error
1347 * Fixed: exporting an issue with attachments to PDF raises an error
1337 * Fixed: "too few arguments" error may occur on activerecord error translation
1348 * Fixed: "too few arguments" error may occur on activerecord error translation
1338 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
1349 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
1339 * Fixed: visited links to closed tickets are not striked through with IE6
1350 * Fixed: visited links to closed tickets are not striked through with IE6
1340 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
1351 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
1341 * Fixed: MailHandler raises an error when processing an email without From header
1352 * Fixed: MailHandler raises an error when processing an email without From header
1342
1353
1343
1354
1344 == 2009-02-15 v0.8.1
1355 == 2009-02-15 v0.8.1
1345
1356
1346 * Select watchers on new issue form
1357 * Select watchers on new issue form
1347 * Issue description is no longer a required field
1358 * Issue description is no longer a required field
1348 * Files module: ability to add files without version
1359 * Files module: ability to add files without version
1349 * Jump to the current tab when using the project quick-jump combo
1360 * Jump to the current tab when using the project quick-jump combo
1350 * Display a warning if some attachments were not saved
1361 * Display a warning if some attachments were not saved
1351 * Import custom fields values from emails on issue creation
1362 * Import custom fields values from emails on issue creation
1352 * Show view/annotate/download links on entry and annotate views
1363 * Show view/annotate/download links on entry and annotate views
1353 * Admin Info Screen: Display if plugin assets directory is writable
1364 * Admin Info Screen: Display if plugin assets directory is writable
1354 * Adds a 'Create and continue' button on the new issue form
1365 * Adds a 'Create and continue' button on the new issue form
1355 * IMAP: add options to move received emails
1366 * IMAP: add options to move received emails
1356 * Do not show Category field when categories are not defined
1367 * Do not show Category field when categories are not defined
1357 * Lower the project identifier limit to a minimum of two characters
1368 * Lower the project identifier limit to a minimum of two characters
1358 * Add "closed" html class to closed entries in issue list
1369 * Add "closed" html class to closed entries in issue list
1359 * Fixed: broken redirect URL on login failure
1370 * Fixed: broken redirect URL on login failure
1360 * Fixed: Deleted files are shown when using Darcs
1371 * Fixed: Deleted files are shown when using Darcs
1361 * Fixed: Darcs adapter works on Win32 only
1372 * Fixed: Darcs adapter works on Win32 only
1362 * Fixed: syntax highlight doesn't appear in new ticket preview
1373 * Fixed: syntax highlight doesn't appear in new ticket preview
1363 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
1374 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
1364 * Fixed: no error is raised when entering invalid hours on the issue update form
1375 * Fixed: no error is raised when entering invalid hours on the issue update form
1365 * Fixed: Details time log report CSV export doesn't honour date format from settings
1376 * Fixed: Details time log report CSV export doesn't honour date format from settings
1366 * Fixed: invalid css classes on issue details
1377 * Fixed: invalid css classes on issue details
1367 * Fixed: Trac importer creates duplicate custom values
1378 * Fixed: Trac importer creates duplicate custom values
1368 * Fixed: inline attached image should not match partial filename
1379 * Fixed: inline attached image should not match partial filename
1369
1380
1370
1381
1371 == 2008-12-30 v0.8.0
1382 == 2008-12-30 v0.8.0
1372
1383
1373 * Setting added in order to limit the number of diff lines that should be displayed
1384 * Setting added in order to limit the number of diff lines that should be displayed
1374 * Makes logged-in username in topbar linking to
1385 * Makes logged-in username in topbar linking to
1375 * Mail handler: strip tags when receiving a html-only email
1386 * Mail handler: strip tags when receiving a html-only email
1376 * Mail handler: add watchers before sending notification
1387 * Mail handler: add watchers before sending notification
1377 * Adds a css class (overdue) to overdue issues on issue lists and detail views
1388 * Adds a css class (overdue) to overdue issues on issue lists and detail views
1378 * Fixed: project activity truncated after viewing user's activity
1389 * Fixed: project activity truncated after viewing user's activity
1379 * Fixed: email address entered for password recovery shouldn't be case-sensitive
1390 * Fixed: email address entered for password recovery shouldn't be case-sensitive
1380 * Fixed: default flag removed when editing a default enumeration
1391 * Fixed: default flag removed when editing a default enumeration
1381 * Fixed: default category ignored when adding a document
1392 * Fixed: default category ignored when adding a document
1382 * Fixed: error on repository user mapping when a repository username is blank
1393 * Fixed: error on repository user mapping when a repository username is blank
1383 * Fixed: Firefox cuts off large diffs
1394 * Fixed: Firefox cuts off large diffs
1384 * Fixed: CVS browser should not show dead revisions (deleted files)
1395 * Fixed: CVS browser should not show dead revisions (deleted files)
1385 * Fixed: escape double-quotes in image titles
1396 * Fixed: escape double-quotes in image titles
1386 * Fixed: escape textarea content when editing a issue note
1397 * Fixed: escape textarea content when editing a issue note
1387 * Fixed: JS error on context menu with IE
1398 * Fixed: JS error on context menu with IE
1388 * Fixed: bold syntax around single character in series doesn't work
1399 * Fixed: bold syntax around single character in series doesn't work
1389 * Fixed several XSS vulnerabilities
1400 * Fixed several XSS vulnerabilities
1390 * Fixed a SQL injection vulnerability
1401 * Fixed a SQL injection vulnerability
1391
1402
1392
1403
1393 == 2008-12-07 v0.8.0-rc1
1404 == 2008-12-07 v0.8.0-rc1
1394
1405
1395 * Wiki page protection
1406 * Wiki page protection
1396 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
1407 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
1397 * Adds support for issue creation via email
1408 * Adds support for issue creation via email
1398 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
1409 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
1399 * Cross-project search
1410 * Cross-project search
1400 * Ability to search a project and its subprojects
1411 * Ability to search a project and its subprojects
1401 * Ability to search the projects the user belongs to
1412 * Ability to search the projects the user belongs to
1402 * Adds custom fields on time entries
1413 * Adds custom fields on time entries
1403 * Adds boolean and list custom fields for time entries as criteria on time report
1414 * Adds boolean and list custom fields for time entries as criteria on time report
1404 * Cross-project time reports
1415 * Cross-project time reports
1405 * Display latest user's activity on account/show view
1416 * Display latest user's activity on account/show view
1406 * Show last connexion time on user's page
1417 * Show last connexion time on user's page
1407 * Obfuscates email address on user's account page using javascript
1418 * Obfuscates email address on user's account page using javascript
1408 * wiki TOC rendered as an unordered list
1419 * wiki TOC rendered as an unordered list
1409 * Adds the ability to search for a user on the administration users list
1420 * Adds the ability to search for a user on the administration users list
1410 * Adds the ability to search for a project name or identifier on the administration projects list
1421 * Adds the ability to search for a project name or identifier on the administration projects list
1411 * Redirect user to the previous page after logging in
1422 * Redirect user to the previous page after logging in
1412 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
1423 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
1413 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
1424 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
1414 * Adds permissions to let users edit and/or delete their messages
1425 * Adds permissions to let users edit and/or delete their messages
1415 * Link to activity view when displaying dates
1426 * Link to activity view when displaying dates
1416 * Hide Redmine version in atom feeds and pdf properties
1427 * Hide Redmine version in atom feeds and pdf properties
1417 * Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
1428 * Maps repository users to Redmine users. Users with same username or email are automatically mapped. Mapping can be manually adjusted in repository settings. Multiple usernames can be mapped to the same Redmine user.
1418 * Sort users by their display names so that user dropdown lists are sorted alphabetically
1429 * Sort users by their display names so that user dropdown lists are sorted alphabetically
1419 * Adds estimated hours to issue filters
1430 * Adds estimated hours to issue filters
1420 * Switch order of current and previous revisions in side-by-side diff
1431 * Switch order of current and previous revisions in side-by-side diff
1421 * Render the commit changes list as a tree
1432 * Render the commit changes list as a tree
1422 * Adds watch/unwatch functionality at forum topic level
1433 * Adds watch/unwatch functionality at forum topic level
1423 * When moving an issue to another project, reassign it to the category with same name if any
1434 * When moving an issue to another project, reassign it to the category with same name if any
1424 * Adds child_pages macro for wiki pages
1435 * Adds child_pages macro for wiki pages
1425 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
1436 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
1426 * Search engine: display total results count and count by result type
1437 * Search engine: display total results count and count by result type
1427 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
1438 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
1428 * Adds icons on search results
1439 * Adds icons on search results
1429 * Adds 'Edit' link on account/show for admin users
1440 * Adds 'Edit' link on account/show for admin users
1430 * Adds Lock/Unlock/Activate link on user edit screen
1441 * Adds Lock/Unlock/Activate link on user edit screen
1431 * Adds user count in status drop down on admin user list
1442 * Adds user count in status drop down on admin user list
1432 * Adds multi-levels blockquotes support by using > at the beginning of lines
1443 * Adds multi-levels blockquotes support by using > at the beginning of lines
1433 * Adds a Reply link to each issue note
1444 * Adds a Reply link to each issue note
1434 * Adds plain text only option for mail notifications
1445 * Adds plain text only option for mail notifications
1435 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
1446 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
1436 * Adds 'Delete wiki pages attachments' permission
1447 * Adds 'Delete wiki pages attachments' permission
1437 * Show the most recent file when displaying an inline image
1448 * Show the most recent file when displaying an inline image
1438 * Makes permission screens localized
1449 * Makes permission screens localized
1439 * AuthSource list: display associated users count and disable 'Delete' buton if any
1450 * AuthSource list: display associated users count and disable 'Delete' buton if any
1440 * Make the 'duplicates of' relation asymmetric
1451 * Make the 'duplicates of' relation asymmetric
1441 * Adds username to the password reminder email
1452 * Adds username to the password reminder email
1442 * Adds links to forum messages using message#id syntax
1453 * Adds links to forum messages using message#id syntax
1443 * Allow same name for custom fields on different object types
1454 * Allow same name for custom fields on different object types
1444 * One-click bulk edition using the issue list context menu within the same project
1455 * One-click bulk edition using the issue list context menu within the same project
1445 * Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
1456 * Adds support for commit logs reencoding to UTF-8 before insertion in the database. Source encoding of commit logs can be selected in Application settings -> Repositories.
1446 * Adds checkboxes toggle links on permissions report
1457 * Adds checkboxes toggle links on permissions report
1447 * Adds Trac-Like anchors on wiki headings
1458 * Adds Trac-Like anchors on wiki headings
1448 * Adds support for wiki links with anchor
1459 * Adds support for wiki links with anchor
1449 * Adds category to the issue context menu
1460 * Adds category to the issue context menu
1450 * Adds a workflow overview screen
1461 * Adds a workflow overview screen
1451 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
1462 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
1452 * Dots allowed in custom field name
1463 * Dots allowed in custom field name
1453 * Adds posts quoting functionality
1464 * Adds posts quoting functionality
1454 * Adds an option to generate sequential project identifiers
1465 * Adds an option to generate sequential project identifiers
1455 * Adds mailto link on the user administration list
1466 * Adds mailto link on the user administration list
1456 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
1467 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
1457 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
1468 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
1458 * Change projects homepage limit to 255 chars
1469 * Change projects homepage limit to 255 chars
1459 * Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
1470 * Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes
1460 * Adds "please select" to activity select box if no activity is set as default
1471 * Adds "please select" to activity select box if no activity is set as default
1461 * Do not silently ignore timelog validation failure on issue edit
1472 * Do not silently ignore timelog validation failure on issue edit
1462 * Adds a rake task to send reminder emails
1473 * Adds a rake task to send reminder emails
1463 * Allow empty cells in wiki tables
1474 * Allow empty cells in wiki tables
1464 * Makes wiki text formatter pluggable
1475 * Makes wiki text formatter pluggable
1465 * Adds back textile acronyms support
1476 * Adds back textile acronyms support
1466 * Remove pre tag attributes
1477 * Remove pre tag attributes
1467 * Plugin hooks
1478 * Plugin hooks
1468 * Pluggable admin menu
1479 * Pluggable admin menu
1469 * Plugins can provide activity content
1480 * Plugins can provide activity content
1470 * Moves plugin list to its own administration menu item
1481 * Moves plugin list to its own administration menu item
1471 * Adds url and author_url plugin attributes
1482 * Adds url and author_url plugin attributes
1472 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
1483 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
1473 * Adds atom feed on time entries details
1484 * Adds atom feed on time entries details
1474 * Adds project name to issues feed title
1485 * Adds project name to issues feed title
1475 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
1486 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
1476 * Adds a Redmine plugin generators
1487 * Adds a Redmine plugin generators
1477 * Adds timelog link to the issue context menu
1488 * Adds timelog link to the issue context menu
1478 * Adds links to the user page on various views
1489 * Adds links to the user page on various views
1479 * Turkish translation by Ismail Sezen
1490 * Turkish translation by Ismail Sezen
1480 * Catalan translation
1491 * Catalan translation
1481 * Vietnamese translation
1492 * Vietnamese translation
1482 * Slovak translation
1493 * Slovak translation
1483 * Better naming of activity feed if only one kind of event is displayed
1494 * Better naming of activity feed if only one kind of event is displayed
1484 * Enable syntax highlight on issues, messages and news
1495 * Enable syntax highlight on issues, messages and news
1485 * Add target version to the issue list context menu
1496 * Add target version to the issue list context menu
1486 * Hide 'Target version' filter if no version is defined
1497 * Hide 'Target version' filter if no version is defined
1487 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
1498 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
1488 * Turn ftp urls into links
1499 * Turn ftp urls into links
1489 * Hiding the View Differences button when a wiki page's history only has one version
1500 * Hiding the View Differences button when a wiki page's history only has one version
1490 * Messages on a Board can now be sorted by the number of replies
1501 * Messages on a Board can now be sorted by the number of replies
1491 * Adds a class ('me') to events of the activity view created by current user
1502 * Adds a class ('me') to events of the activity view created by current user
1492 * Strip pre/code tags content from activity view events
1503 * Strip pre/code tags content from activity view events
1493 * Display issue notes in the activity view
1504 * Display issue notes in the activity view
1494 * Adds links to changesets atom feed on repository browser
1505 * Adds links to changesets atom feed on repository browser
1495 * Track project and tracker changes in issue history
1506 * Track project and tracker changes in issue history
1496 * Adds anchor to atom feed messages links
1507 * Adds anchor to atom feed messages links
1497 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
1508 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
1498 * Makes importer work with Trac 0.8.x
1509 * Makes importer work with Trac 0.8.x
1499 * Upgraded to Prototype 1.6.0.1
1510 * Upgraded to Prototype 1.6.0.1
1500 * File viewer for attached text files
1511 * File viewer for attached text files
1501 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
1512 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
1502 * Removed inconsistent revision numbers on diff view
1513 * Removed inconsistent revision numbers on diff view
1503 * CVS: add support for modules names with spaces
1514 * CVS: add support for modules names with spaces
1504 * Log the user in after registration if account activation is not needed
1515 * Log the user in after registration if account activation is not needed
1505 * Mercurial adapter improvements
1516 * Mercurial adapter improvements
1506 * Trac importer: read session_attribute table to find user's email and real name
1517 * Trac importer: read session_attribute table to find user's email and real name
1507 * Ability to disable unused SCM adapters in application settings
1518 * Ability to disable unused SCM adapters in application settings
1508 * Adds Filesystem adapter
1519 * Adds Filesystem adapter
1509 * Clear changesets and changes with raw sql when deleting a repository for performance
1520 * Clear changesets and changes with raw sql when deleting a repository for performance
1510 * Redmine.pm now uses the 'commit access' permission defined in Redmine
1521 * Redmine.pm now uses the 'commit access' permission defined in Redmine
1511 * Reposman can create any type of scm (--scm option)
1522 * Reposman can create any type of scm (--scm option)
1512 * Reposman creates a repository if the 'repository' module is enabled at project level only
1523 * Reposman creates a repository if the 'repository' module is enabled at project level only
1513 * Display svn properties in the browser, svn >= 1.5.0 only
1524 * Display svn properties in the browser, svn >= 1.5.0 only
1514 * Reduces memory usage when importing large git repositories
1525 * Reduces memory usage when importing large git repositories
1515 * Wider SVG graphs in repository stats
1526 * Wider SVG graphs in repository stats
1516 * SubversionAdapter#entries performance improvement
1527 * SubversionAdapter#entries performance improvement
1517 * SCM browser: ability to download raw unified diffs
1528 * SCM browser: ability to download raw unified diffs
1518 * More detailed error message in log when scm command fails
1529 * More detailed error message in log when scm command fails
1519 * Adds support for file viewing with Darcs 2.0+
1530 * Adds support for file viewing with Darcs 2.0+
1520 * Check that git changeset is not in the database before creating it
1531 * Check that git changeset is not in the database before creating it
1521 * Unified diff viewer for attached files with .patch or .diff extension
1532 * Unified diff viewer for attached files with .patch or .diff extension
1522 * File size display with Bazaar repositories
1533 * File size display with Bazaar repositories
1523 * Git adapter: use commit time instead of author time
1534 * Git adapter: use commit time instead of author time
1524 * Prettier url for changesets
1535 * Prettier url for changesets
1525 * Makes changes link to entries on the revision view
1536 * Makes changes link to entries on the revision view
1526 * Adds a field on the repository view to browse at specific revision
1537 * Adds a field on the repository view to browse at specific revision
1527 * Adds new projects atom feed
1538 * Adds new projects atom feed
1528 * Added rake tasks to generate rcov code coverage reports
1539 * Added rake tasks to generate rcov code coverage reports
1529 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
1540 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
1530 * Show the project hierarchy in the drop down list for new membership on user administration screen
1541 * Show the project hierarchy in the drop down list for new membership on user administration screen
1531 * Split user edit screen into tabs
1542 * Split user edit screen into tabs
1532 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
1543 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
1533 * Fixed: Roadmap crashes when a version has a due date > 2037
1544 * Fixed: Roadmap crashes when a version has a due date > 2037
1534 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
1545 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
1535 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
1546 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
1536 * Fixed: logtime entry duplicated when edited from parent project
1547 * Fixed: logtime entry duplicated when edited from parent project
1537 * Fixed: wrong digest for text files under Windows
1548 * Fixed: wrong digest for text files under Windows
1538 * Fixed: associated revisions are displayed in wrong order on issue view
1549 * Fixed: associated revisions are displayed in wrong order on issue view
1539 * Fixed: Git Adapter date parsing ignores timezone
1550 * Fixed: Git Adapter date parsing ignores timezone
1540 * Fixed: Printing long roadmap doesn't split across pages
1551 * Fixed: Printing long roadmap doesn't split across pages
1541 * Fixes custom fields display order at several places
1552 * Fixes custom fields display order at several places
1542 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
1553 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
1543 * Fixed date filters accuracy with SQLite
1554 * Fixed date filters accuracy with SQLite
1544 * Fixed: tokens not escaped in highlight_tokens regexp
1555 * Fixed: tokens not escaped in highlight_tokens regexp
1545 * Fixed Bazaar shared repository browsing
1556 * Fixed Bazaar shared repository browsing
1546 * Fixes platform determination under JRuby
1557 * Fixes platform determination under JRuby
1547 * Fixed: Estimated time in issue's journal should be rounded to two decimals
1558 * Fixed: Estimated time in issue's journal should be rounded to two decimals
1548 * Fixed: 'search titles only' box ignored after one search is done on titles only
1559 * Fixed: 'search titles only' box ignored after one search is done on titles only
1549 * Fixed: non-ASCII subversion path can't be displayed
1560 * Fixed: non-ASCII subversion path can't be displayed
1550 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
1561 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
1551 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
1562 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
1552 * Fixed: Latest news appear on the homepage for projects with the News module disabled
1563 * Fixed: Latest news appear on the homepage for projects with the News module disabled
1553 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
1564 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
1554 * Fixed: the default status is lost when reordering issue statuses
1565 * Fixed: the default status is lost when reordering issue statuses
1555 * Fixes error with Postgresql and non-UTF8 commit logs
1566 * Fixes error with Postgresql and non-UTF8 commit logs
1556 * Fixed: textile footnotes no longer work
1567 * Fixed: textile footnotes no longer work
1557 * Fixed: http links containing parentheses fail to reder correctly
1568 * Fixed: http links containing parentheses fail to reder correctly
1558 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
1569 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
1559
1570
1560
1571
1561 == 2008-07-06 v0.7.3
1572 == 2008-07-06 v0.7.3
1562
1573
1563 * Allow dot in firstnames and lastnames
1574 * Allow dot in firstnames and lastnames
1564 * Add project name to cross-project Atom feeds
1575 * Add project name to cross-project Atom feeds
1565 * Encoding set to utf8 in example database.yml
1576 * Encoding set to utf8 in example database.yml
1566 * HTML titles on forums related views
1577 * HTML titles on forums related views
1567 * Fixed: various XSS vulnerabilities
1578 * Fixed: various XSS vulnerabilities
1568 * Fixed: Entourage (and some old client) fails to correctly render notification styles
1579 * Fixed: Entourage (and some old client) fails to correctly render notification styles
1569 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
1580 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
1570 * Fixed: wrong relative paths to images in wiki_syntax.html
1581 * Fixed: wrong relative paths to images in wiki_syntax.html
1571
1582
1572
1583
1573 == 2008-06-15 v0.7.2
1584 == 2008-06-15 v0.7.2
1574
1585
1575 * "New Project" link on Projects page
1586 * "New Project" link on Projects page
1576 * Links to repository directories on the repo browser
1587 * Links to repository directories on the repo browser
1577 * Move status to front in Activity View
1588 * Move status to front in Activity View
1578 * Remove edit step from Status context menu
1589 * Remove edit step from Status context menu
1579 * Fixed: No way to do textile horizontal rule
1590 * Fixed: No way to do textile horizontal rule
1580 * Fixed: Repository: View differences doesn't work
1591 * Fixed: Repository: View differences doesn't work
1581 * Fixed: attachement's name maybe invalid.
1592 * Fixed: attachement's name maybe invalid.
1582 * Fixed: Error when creating a new issue
1593 * Fixed: Error when creating a new issue
1583 * Fixed: NoMethodError on @available_filters.has_key?
1594 * Fixed: NoMethodError on @available_filters.has_key?
1584 * Fixed: Check All / Uncheck All in Email Settings
1595 * Fixed: Check All / Uncheck All in Email Settings
1585 * Fixed: "View differences" of one file at /repositories/revision/ fails
1596 * Fixed: "View differences" of one file at /repositories/revision/ fails
1586 * Fixed: Column width in "my page"
1597 * Fixed: Column width in "my page"
1587 * Fixed: private subprojects are listed on Issues view
1598 * Fixed: private subprojects are listed on Issues view
1588 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
1599 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
1589 * Fixed: Update issue form: comment field from log time end out of screen
1600 * Fixed: Update issue form: comment field from log time end out of screen
1590 * Fixed: Editing role: "issue can be assigned to this role" out of box
1601 * Fixed: Editing role: "issue can be assigned to this role" out of box
1591 * Fixed: Unable use angular braces after include word
1602 * Fixed: Unable use angular braces after include word
1592 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
1603 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
1593 * Fixed: Subversion repository "View differences" on each file rise ERROR
1604 * Fixed: Subversion repository "View differences" on each file rise ERROR
1594 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
1605 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
1595 * Fixed: It is possible to lock out the last admin account
1606 * Fixed: It is possible to lock out the last admin account
1596 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
1607 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
1597 * Fixed: Issue number display clipped on 'my issues'
1608 * Fixed: Issue number display clipped on 'my issues'
1598 * Fixed: Roadmap version list links not carrying state
1609 * Fixed: Roadmap version list links not carrying state
1599 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
1610 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
1600 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
1611 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
1601 * Fixed: browser's language subcodes ignored
1612 * Fixed: browser's language subcodes ignored
1602 * Fixed: Error on project selection with numeric (only) identifier.
1613 * Fixed: Error on project selection with numeric (only) identifier.
1603 * Fixed: Link to PDF doesn't work after creating new issue
1614 * Fixed: Link to PDF doesn't work after creating new issue
1604 * Fixed: "Replies" should not be shown on forum threads that are locked
1615 * Fixed: "Replies" should not be shown on forum threads that are locked
1605 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
1616 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
1606 * Fixed: http links containing hashes don't display correct
1617 * Fixed: http links containing hashes don't display correct
1607 * Fixed: Allow ampersands in Enumeration names
1618 * Fixed: Allow ampersands in Enumeration names
1608 * Fixed: Atom link on saved query does not include query_id
1619 * Fixed: Atom link on saved query does not include query_id
1609 * Fixed: Logtime info lost when there's an error updating an issue
1620 * Fixed: Logtime info lost when there's an error updating an issue
1610 * Fixed: TOC does not parse colorization markups
1621 * Fixed: TOC does not parse colorization markups
1611 * Fixed: CVS: add support for modules names with spaces
1622 * Fixed: CVS: add support for modules names with spaces
1612 * Fixed: Bad rendering on projects/add
1623 * Fixed: Bad rendering on projects/add
1613 * Fixed: exception when viewing differences on cvs
1624 * Fixed: exception when viewing differences on cvs
1614 * Fixed: export issue to pdf will messup when use Chinese language
1625 * Fixed: export issue to pdf will messup when use Chinese language
1615 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
1626 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
1616 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
1627 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
1617 * Fixed: Importing from trac : some wiki links are messed
1628 * Fixed: Importing from trac : some wiki links are messed
1618 * Fixed: Incorrect weekend definition in Hebrew calendar locale
1629 * Fixed: Incorrect weekend definition in Hebrew calendar locale
1619 * Fixed: Atom feeds don't provide author section for repository revisions
1630 * Fixed: Atom feeds don't provide author section for repository revisions
1620 * Fixed: In Activity views, changesets titles can be multiline while they should not
1631 * Fixed: In Activity views, changesets titles can be multiline while they should not
1621 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
1632 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
1622 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
1633 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
1623 * Fixed: Close statement handler in Redmine.pm
1634 * Fixed: Close statement handler in Redmine.pm
1624
1635
1625
1636
1626 == 2008-05-04 v0.7.1
1637 == 2008-05-04 v0.7.1
1627
1638
1628 * Thai translation added (Gampol Thitinilnithi)
1639 * Thai translation added (Gampol Thitinilnithi)
1629 * Translations updates
1640 * Translations updates
1630 * Escape HTML comment tags
1641 * Escape HTML comment tags
1631 * Prevent "can't convert nil into String" error when :sort_order param is not present
1642 * Prevent "can't convert nil into String" error when :sort_order param is not present
1632 * Fixed: Updating tickets add a time log with zero hours
1643 * Fixed: Updating tickets add a time log with zero hours
1633 * Fixed: private subprojects names are revealed on the project overview
1644 * Fixed: private subprojects names are revealed on the project overview
1634 * Fixed: Search for target version of "none" fails with postgres 8.3
1645 * Fixed: Search for target version of "none" fails with postgres 8.3
1635 * Fixed: Home, Logout, Login links shouldn't be absolute links
1646 * Fixed: Home, Logout, Login links shouldn't be absolute links
1636 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
1647 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
1637 * Fixed: error when using upcase language name in coderay
1648 * Fixed: error when using upcase language name in coderay
1638 * Fixed: error on Trac import when :due attribute is nil
1649 * Fixed: error on Trac import when :due attribute is nil
1639
1650
1640
1651
1641 == 2008-04-28 v0.7.0
1652 == 2008-04-28 v0.7.0
1642
1653
1643 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
1654 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
1644 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
1655 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
1645 * Add predefined date ranges to the time report
1656 * Add predefined date ranges to the time report
1646 * Time report can be done at issue level
1657 * Time report can be done at issue level
1647 * Various timelog report enhancements
1658 * Various timelog report enhancements
1648 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
1659 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
1649 * Display the context menu above and/or to the left of the click if needed
1660 * Display the context menu above and/or to the left of the click if needed
1650 * Make the admin project files list sortable
1661 * Make the admin project files list sortable
1651 * Mercurial: display working directory files sizes unless browsing a specific revision
1662 * Mercurial: display working directory files sizes unless browsing a specific revision
1652 * Preserve status filter and page number when using lock/unlock/activate links on the users list
1663 * Preserve status filter and page number when using lock/unlock/activate links on the users list
1653 * Redmine.pm support for LDAP authentication
1664 * Redmine.pm support for LDAP authentication
1654 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
1665 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
1655 * Redirected user to where he is coming from after logging hours
1666 * Redirected user to where he is coming from after logging hours
1656 * Warn user that subprojects are also deleted when deleting a project
1667 * Warn user that subprojects are also deleted when deleting a project
1657 * Include subprojects versions on calendar and gantt
1668 * Include subprojects versions on calendar and gantt
1658 * Notify project members when a message is posted if they want to receive notifications
1669 * Notify project members when a message is posted if they want to receive notifications
1659 * Fixed: Feed content limit setting has no effect
1670 * Fixed: Feed content limit setting has no effect
1660 * Fixed: Priorities not ordered when displayed as a filter in issue list
1671 * Fixed: Priorities not ordered when displayed as a filter in issue list
1661 * Fixed: can not display attached images inline in message replies
1672 * Fixed: can not display attached images inline in message replies
1662 * Fixed: Boards are not deleted when project is deleted
1673 * Fixed: Boards are not deleted when project is deleted
1663 * Fixed: trying to preview a new issue raises an exception with postgresql
1674 * Fixed: trying to preview a new issue raises an exception with postgresql
1664 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
1675 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
1665 * Fixed: inline image not displayed when including a wiki page
1676 * Fixed: inline image not displayed when including a wiki page
1666 * Fixed: CVS duplicate key violation
1677 * Fixed: CVS duplicate key violation
1667 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
1678 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
1668 * Fixed: custom field filters behaviour
1679 * Fixed: custom field filters behaviour
1669 * Fixed: Postgresql 8.3 compatibility
1680 * Fixed: Postgresql 8.3 compatibility
1670 * Fixed: Links to repository directories don't work
1681 * Fixed: Links to repository directories don't work
1671
1682
1672
1683
1673 == 2008-03-29 v0.7.0-rc1
1684 == 2008-03-29 v0.7.0-rc1
1674
1685
1675 * Overall activity view and feed added, link is available on the project list
1686 * Overall activity view and feed added, link is available on the project list
1676 * Git VCS support
1687 * Git VCS support
1677 * Rails 2.0 sessions cookie store compatibility
1688 * Rails 2.0 sessions cookie store compatibility
1678 * Use project identifiers in urls instead of ids
1689 * Use project identifiers in urls instead of ids
1679 * Default configuration data can now be loaded from the administration screen
1690 * Default configuration data can now be loaded from the administration screen
1680 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
1691 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
1681 * Project description is now unlimited and optional
1692 * Project description is now unlimited and optional
1682 * Wiki annotate view
1693 * Wiki annotate view
1683 * Escape HTML tag in textile content
1694 * Escape HTML tag in textile content
1684 * Add Redmine links to documents, versions, attachments and repository files
1695 * Add Redmine links to documents, versions, attachments and repository files
1685 * New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
1696 * New setting to specify how many objects should be displayed on paginated lists. There are 2 ways to select a set of issues on the issue list:
1686 * by using checkbox and/or the little pencil that will select/unselect all issues
1697 * by using checkbox and/or the little pencil that will select/unselect all issues
1687 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
1698 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
1688 * Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
1699 * Context menu disabled on links so that the default context menu of the browser is displayed when right-clicking on a link (click anywhere else on the row to display the context menu)
1689 * User display format is now configurable in administration settings
1700 * User display format is now configurable in administration settings
1690 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
1701 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
1691 * Merged 'change status', 'edit issue' and 'add note' actions:
1702 * Merged 'change status', 'edit issue' and 'add note' actions:
1692 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
1703 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
1693 * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
1704 * 'Change issue status' permission removed. To change an issue status, a user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed
1694 * Details by assignees on issue summary view
1705 * Details by assignees on issue summary view
1695 * 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
1706 * 'New issue' link in the main menu (accesskey 7). The drop-down lists to add an issue on the project overview and the issue list are removed
1696 * Change status select box default to current status
1707 * Change status select box default to current status
1697 * Preview for issue notes, news and messages
1708 * Preview for issue notes, news and messages
1698 * Optional description for attachments
1709 * Optional description for attachments
1699 * 'Fixed version' label changed to 'Target version'
1710 * 'Fixed version' label changed to 'Target version'
1700 * Let the user choose when deleting issues with reported hours to:
1711 * Let the user choose when deleting issues with reported hours to:
1701 * delete the hours
1712 * delete the hours
1702 * assign the hours to the project
1713 * assign the hours to the project
1703 * reassign the hours to another issue
1714 * reassign the hours to another issue
1704 * Date range filter and pagination on time entries detail view
1715 * Date range filter and pagination on time entries detail view
1705 * Propagate time tracking to the parent project
1716 * Propagate time tracking to the parent project
1706 * Switch added on the project activity view to include subprojects
1717 * Switch added on the project activity view to include subprojects
1707 * Display total estimated and spent hours on the version detail view
1718 * Display total estimated and spent hours on the version detail view
1708 * Weekly time tracking block for 'My page'
1719 * Weekly time tracking block for 'My page'
1709 * Permissions to edit time entries
1720 * Permissions to edit time entries
1710 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
1721 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
1711 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
1722 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
1712 * Make versions with same date sorted by name
1723 * Make versions with same date sorted by name
1713 * Allow issue list to be sorted by target version
1724 * Allow issue list to be sorted by target version
1714 * Related changesets messages displayed on the issue details view
1725 * Related changesets messages displayed on the issue details view
1715 * Create a journal and send an email when an issue is closed by commit
1726 * Create a journal and send an email when an issue is closed by commit
1716 * Add 'Author' to the available columns for the issue list
1727 * Add 'Author' to the available columns for the issue list
1717 * More appropriate default sort order on sortable columns
1728 * More appropriate default sort order on sortable columns
1718 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
1729 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
1719 * Permissions to edit issue notes
1730 * Permissions to edit issue notes
1720 * Display date/time instead of date on files list
1731 * Display date/time instead of date on files list
1721 * Do not show Roadmap menu item if the project doesn't define any versions
1732 * Do not show Roadmap menu item if the project doesn't define any versions
1722 * Allow longer version names (60 chars)
1733 * Allow longer version names (60 chars)
1723 * Ability to copy an existing workflow when creating a new role
1734 * Ability to copy an existing workflow when creating a new role
1724 * Display custom fields in two columns on the issue form
1735 * Display custom fields in two columns on the issue form
1725 * Added 'estimated time' in the csv export of the issue list
1736 * Added 'estimated time' in the csv export of the issue list
1726 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
1737 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
1727 * Setting for whether new projects should be public by default
1738 * Setting for whether new projects should be public by default
1728 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
1739 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
1729 * Added default value for custom fields
1740 * Added default value for custom fields
1730 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
1741 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
1731 * Redirect to issue page after creating a new issue
1742 * Redirect to issue page after creating a new issue
1732 * Wiki toolbar improvements (mainly for Firefox)
1743 * Wiki toolbar improvements (mainly for Firefox)
1733 * Display wiki syntax quick ref link on all wiki textareas
1744 * Display wiki syntax quick ref link on all wiki textareas
1734 * Display links to Atom feeds
1745 * Display links to Atom feeds
1735 * Breadcrumb nav for the forums
1746 * Breadcrumb nav for the forums
1736 * Show replies when choosing to display messages in the activity
1747 * Show replies when choosing to display messages in the activity
1737 * Added 'include' macro to include another wiki page
1748 * Added 'include' macro to include another wiki page
1738 * RedmineWikiFormatting page available as a static HTML file locally
1749 * RedmineWikiFormatting page available as a static HTML file locally
1739 * Wrap diff content
1750 * Wrap diff content
1740 * Strip out email address from authors in repository screens
1751 * Strip out email address from authors in repository screens
1741 * Highlight the current item of the main menu
1752 * Highlight the current item of the main menu
1742 * Added simple syntax highlighters for php and java languages
1753 * Added simple syntax highlighters for php and java languages
1743 * Do not show empty diffs
1754 * Do not show empty diffs
1744 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
1755 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
1745 * Lithuanian translation added (Sergej Jegorov)
1756 * Lithuanian translation added (Sergej Jegorov)
1746 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
1757 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
1747 * Danish translation added (Mads Vestergaard)
1758 * Danish translation added (Mads Vestergaard)
1748 * Added i18n support to the jstoolbar and various settings screen
1759 * Added i18n support to the jstoolbar and various settings screen
1749 * RedCloth's glyphs no longer user
1760 * RedCloth's glyphs no longer user
1750 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
1761 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
1751 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
1762 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
1752 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
1763 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
1753 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
1764 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
1754 * Mantis importer preserve bug ids
1765 * Mantis importer preserve bug ids
1755 * Trac importer: Trac guide wiki pages skipped
1766 * Trac importer: Trac guide wiki pages skipped
1756 * Trac importer: wiki attachments migration added
1767 * Trac importer: wiki attachments migration added
1757 * Trac importer: support database schema for Trac migration
1768 * Trac importer: support database schema for Trac migration
1758 * Trac importer: support CamelCase links
1769 * Trac importer: support CamelCase links
1759 * Removes the Redmine version from the footer (can be viewed on admin -> info)
1770 * Removes the Redmine version from the footer (can be viewed on admin -> info)
1760 * Rescue and display an error message when trying to delete a role that is in use
1771 * Rescue and display an error message when trying to delete a role that is in use
1761 * Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
1772 * Add various 'X-Redmine' headers to email notifications: X-Redmine-Host, X-Redmine-Site, X-Redmine-Project, X-Redmine-Issue-Id, -Author, -Assignee, X-Redmine-Topic-Id
1762 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
1773 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
1763 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
1774 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
1764 * Fixed: Textile image with style attribute cause internal server error
1775 * Fixed: Textile image with style attribute cause internal server error
1765 * Fixed: wiki TOC not rendered properly when used in an issue or document description
1776 * Fixed: wiki TOC not rendered properly when used in an issue or document description
1766 * Fixed: 'has already been taken' error message on username and email fields if left empty
1777 * Fixed: 'has already been taken' error message on username and email fields if left empty
1767 * Fixed: non-ascii attachement filename with IE
1778 * Fixed: non-ascii attachement filename with IE
1768 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
1779 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
1769 * Fixed: search for all words doesn't work
1780 * Fixed: search for all words doesn't work
1770 * Fixed: Do not show sticky and locked checkboxes when replying to a message
1781 * Fixed: Do not show sticky and locked checkboxes when replying to a message
1771 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
1782 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
1772 * Fixed: Date custom fields not displayed as specified in application settings
1783 * Fixed: Date custom fields not displayed as specified in application settings
1773 * Fixed: titles not escaped in the activity view
1784 * Fixed: titles not escaped in the activity view
1774 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
1785 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
1775 * Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
1786 * Fixed: on calendar, gantt and in the tracker filter on the issue list, only active trackers of the project (and its sub projects) should be available
1776 * Fixed: locked users should not receive email notifications
1787 * Fixed: locked users should not receive email notifications
1777 * Fixed: custom field selection is not saved when unchecking them all on project settings
1788 * Fixed: custom field selection is not saved when unchecking them all on project settings
1778 * Fixed: can not lock a topic when creating it
1789 * Fixed: can not lock a topic when creating it
1779 * Fixed: Incorrect filtering for unset values when using 'is not' filter
1790 * Fixed: Incorrect filtering for unset values when using 'is not' filter
1780 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
1791 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
1781 * Fixed: ajax pagination does not scroll up
1792 * Fixed: ajax pagination does not scroll up
1782 * Fixed: error when uploading a file with no content-type specified by the browser
1793 * Fixed: error when uploading a file with no content-type specified by the browser
1783 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
1794 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
1784 * Fixed: 'LdapError: no bind result' error when authenticating
1795 * Fixed: 'LdapError: no bind result' error when authenticating
1785 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
1796 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
1786 * Fixed: CVS repository doesn't work if port is used in the url
1797 * Fixed: CVS repository doesn't work if port is used in the url
1787 * Fixed: Email notifications: host name is missing in generated links
1798 * Fixed: Email notifications: host name is missing in generated links
1788 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
1799 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
1789 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
1800 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
1790 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
1801 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
1791 * Fixed: Do not send an email with no recipient, cc or bcc
1802 * Fixed: Do not send an email with no recipient, cc or bcc
1792 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
1803 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
1793 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
1804 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
1794 * Fixed: Wiki links with pipe can not be used in wiki tables
1805 * Fixed: Wiki links with pipe can not be used in wiki tables
1795 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
1806 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
1796 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
1807 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
1797
1808
1798
1809
1799 == 2008-03-12 v0.6.4
1810 == 2008-03-12 v0.6.4
1800
1811
1801 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
1812 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
1802 * Fixed: potential LDAP authentication security flaw
1813 * Fixed: potential LDAP authentication security flaw
1803 * Fixed: context submenus on the issue list don't show up with IE6.
1814 * Fixed: context submenus on the issue list don't show up with IE6.
1804 * Fixed: Themes are not applied with Rails 2.0
1815 * Fixed: Themes are not applied with Rails 2.0
1805 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
1816 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
1806 * Fixed: Mercurial repository browsing
1817 * Fixed: Mercurial repository browsing
1807 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
1818 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
1808 * Fixed: not null constraints not removed with Postgresql
1819 * Fixed: not null constraints not removed with Postgresql
1809 * Doctype set to transitional
1820 * Doctype set to transitional
1810
1821
1811
1822
1812 == 2007-12-18 v0.6.3
1823 == 2007-12-18 v0.6.3
1813
1824
1814 * Fixed: upload doesn't work in 'Files' section
1825 * Fixed: upload doesn't work in 'Files' section
1815
1826
1816
1827
1817 == 2007-12-16 v0.6.2
1828 == 2007-12-16 v0.6.2
1818
1829
1819 * Search engine: issue custom fields can now be searched
1830 * Search engine: issue custom fields can now be searched
1820 * News comments are now textilized
1831 * News comments are now textilized
1821 * Updated Japanese translation (Satoru Kurashiki)
1832 * Updated Japanese translation (Satoru Kurashiki)
1822 * Updated Chinese translation (Shortie Lo)
1833 * Updated Chinese translation (Shortie Lo)
1823 * Fixed Rails 2.0 compatibility bugs:
1834 * Fixed Rails 2.0 compatibility bugs:
1824 * Unable to create a wiki
1835 * Unable to create a wiki
1825 * Gantt and calendar error
1836 * Gantt and calendar error
1826 * Trac importer error (readonly? is defined by ActiveRecord)
1837 * Trac importer error (readonly? is defined by ActiveRecord)
1827 * Fixed: 'assigned to me' filter broken
1838 * Fixed: 'assigned to me' filter broken
1828 * Fixed: crash when validation fails on issue edition with no custom fields
1839 * Fixed: crash when validation fails on issue edition with no custom fields
1829 * Fixed: reposman "can't find group" error
1840 * Fixed: reposman "can't find group" error
1830 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
1841 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
1831 * Fixed: empty lines when displaying repository files with Windows style eol
1842 * Fixed: empty lines when displaying repository files with Windows style eol
1832 * Fixed: missing body closing tag in repository annotate and entry views
1843 * Fixed: missing body closing tag in repository annotate and entry views
1833
1844
1834
1845
1835 == 2007-12-10 v0.6.1
1846 == 2007-12-10 v0.6.1
1836
1847
1837 * Rails 2.0 compatibility
1848 * Rails 2.0 compatibility
1838 * Custom fields can now be displayed as columns on the issue list
1849 * Custom fields can now be displayed as columns on the issue list
1839 * Added version details view (accessible from the roadmap)
1850 * Added version details view (accessible from the roadmap)
1840 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
1851 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
1841 * Added per-project tracker selection. Trackers can be selected on project settings
1852 * Added per-project tracker selection. Trackers can be selected on project settings
1842 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
1853 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
1843 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
1854 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
1844 * Forums: topics can be locked so that no reply can be added
1855 * Forums: topics can be locked so that no reply can be added
1845 * Forums: topics can be marked as sticky so that they always appear at the top of the list
1856 * Forums: topics can be marked as sticky so that they always appear at the top of the list
1846 * Forums: attachments can now be added to replies
1857 * Forums: attachments can now be added to replies
1847 * Added time zone support
1858 * Added time zone support
1848 * Added a setting to choose the account activation strategy (available in application settings)
1859 * Added a setting to choose the account activation strategy (available in application settings)
1849 * Added 'Classic' theme (inspired from the v0.51 design)
1860 * Added 'Classic' theme (inspired from the v0.51 design)
1850 * Added an alternate theme which provides issue list colorization based on issues priority
1861 * Added an alternate theme which provides issue list colorization based on issues priority
1851 * Added Bazaar SCM adapter
1862 * Added Bazaar SCM adapter
1852 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
1863 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
1853 * Diff style (inline or side by side) automatically saved as a user preference
1864 * Diff style (inline or side by side) automatically saved as a user preference
1854 * Added issues status changes on the activity view (by Cyril Mougel)
1865 * Added issues status changes on the activity view (by Cyril Mougel)
1855 * Added forums topics on the activity view (disabled by default)
1866 * Added forums topics on the activity view (disabled by default)
1856 * Added an option on 'My account' for users who don't want to be notified of changes that they make
1867 * Added an option on 'My account' for users who don't want to be notified of changes that they make
1857 * Trac importer now supports mysql and postgresql databases
1868 * Trac importer now supports mysql and postgresql databases
1858 * Trac importer improvements (by Mat Trudel)
1869 * Trac importer improvements (by Mat Trudel)
1859 * 'fixed version' field can now be displayed on the issue list
1870 * 'fixed version' field can now be displayed on the issue list
1860 * Added a couple of new formats for the 'date format' setting
1871 * Added a couple of new formats for the 'date format' setting
1861 * Added Traditional Chinese translation (by Shortie Lo)
1872 * Added Traditional Chinese translation (by Shortie Lo)
1862 * Added Russian translation (iGor kMeta)
1873 * Added Russian translation (iGor kMeta)
1863 * Project name format limitation removed (name can now contain any character)
1874 * Project name format limitation removed (name can now contain any character)
1864 * Project identifier maximum length changed from 12 to 20
1875 * Project identifier maximum length changed from 12 to 20
1865 * Changed the maximum length of LDAP account to 255 characters
1876 * Changed the maximum length of LDAP account to 255 characters
1866 * Removed the 12 characters limit on passwords
1877 * Removed the 12 characters limit on passwords
1867 * Added wiki macros support
1878 * Added wiki macros support
1868 * Performance improvement on workflow setup screen
1879 * Performance improvement on workflow setup screen
1869 * More detailed html title on several views
1880 * More detailed html title on several views
1870 * Custom fields can now be reordered
1881 * Custom fields can now be reordered
1871 * Search engine: search can be restricted to an exact phrase by using quotation marks
1882 * Search engine: search can be restricted to an exact phrase by using quotation marks
1872 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
1883 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
1873 * Email notifications are now sent as Blind carbon copy by default
1884 * Email notifications are now sent as Blind carbon copy by default
1874 * Fixed: all members (including non active) should be deleted when deleting a project
1885 * Fixed: all members (including non active) should be deleted when deleting a project
1875 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
1886 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
1876 * Fixed: 'quick jump to a revision' form on the revisions list
1887 * Fixed: 'quick jump to a revision' form on the revisions list
1877 * Fixed: error on admin/info if there's more than 1 plugin installed
1888 * Fixed: error on admin/info if there's more than 1 plugin installed
1878 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
1889 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
1879 * Fixed: 'Assigned to' drop down list is not sorted
1890 * Fixed: 'Assigned to' drop down list is not sorted
1880 * Fixed: 'View all issues' link doesn't work on issues/show
1891 * Fixed: 'View all issues' link doesn't work on issues/show
1881 * Fixed: error on account/register when validation fails
1892 * Fixed: error on account/register when validation fails
1882 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
1893 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
1883 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
1894 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
1884 * Fixed: Wrong feed URLs on the home page
1895 * Fixed: Wrong feed URLs on the home page
1885 * Fixed: Update of time entry fails when the issue has been moved to an other project
1896 * Fixed: Update of time entry fails when the issue has been moved to an other project
1886 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
1897 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
1887 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
1898 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
1888 * Fixed: admin should be able to move issues to any project
1899 * Fixed: admin should be able to move issues to any project
1889 * Fixed: adding an attachment is not possible when changing the status of an issue
1900 * Fixed: adding an attachment is not possible when changing the status of an issue
1890 * Fixed: No mime-types in documents/files downloading
1901 * Fixed: No mime-types in documents/files downloading
1891 * Fixed: error when sorting the messages if there's only one board for the project
1902 * Fixed: error when sorting the messages if there's only one board for the project
1892 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
1903 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
1893
1904
1894 == 2007-11-04 v0.6.0
1905 == 2007-11-04 v0.6.0
1895
1906
1896 * Permission model refactoring.
1907 * Permission model refactoring.
1897 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
1908 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
1898 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
1909 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
1899 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
1910 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
1900 * Added Mantis and Trac importers
1911 * Added Mantis and Trac importers
1901 * New application layout
1912 * New application layout
1902 * Added "Bulk edit" functionality on the issue list
1913 * Added "Bulk edit" functionality on the issue list
1903 * More flexible mail notifications settings at user level
1914 * More flexible mail notifications settings at user level
1904 * Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
1915 * Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue
1905 * Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
1916 * Added the hability to copy an issue. It can be done from the "issue/show" view or from the context menu on the issue list
1906 * Added the ability to customize issue list columns (at application level or for each saved query)
1917 * Added the ability to customize issue list columns (at application level or for each saved query)
1907 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
1918 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
1908 * Added the ability to rename wiki pages (specific permission required)
1919 * Added the ability to rename wiki pages (specific permission required)
1909 * Search engines now supports pagination. Results are sorted in reverse chronological order
1920 * Search engines now supports pagination. Results are sorted in reverse chronological order
1910 * Added "Estimated hours" attribute on issues
1921 * Added "Estimated hours" attribute on issues
1911 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1922 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1912 * Forum notifications are now also sent to the authors of the thread, even if they donΓ―ΒΏΒ½t watch the board
1923 * Forum notifications are now also sent to the authors of the thread, even if they donΓ―ΒΏΒ½t watch the board
1913 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1924 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1914 * Gantt chart: now starts at the current month by default
1925 * Gantt chart: now starts at the current month by default
1915 * Gantt chart: month count and zoom factor are automatically saved as user preferences
1926 * Gantt chart: month count and zoom factor are automatically saved as user preferences
1916 * Wiki links can now refer to other project wikis
1927 * Wiki links can now refer to other project wikis
1917 * Added wiki index by date
1928 * Added wiki index by date
1918 * Added preview on add/edit issue form
1929 * Added preview on add/edit issue form
1919 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1930 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1920 * 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)
1931 * 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)
1921 * Calendar: first day of week can now be set in lang files
1932 * Calendar: first day of week can now be set in lang files
1922 * Automatic closing of duplicate issues
1933 * Automatic closing of duplicate issues
1923 * Added a cross-project issue list
1934 * Added a cross-project issue list
1924 * AJAXified the SCM browser (tree view)
1935 * AJAXified the SCM browser (tree view)
1925 * Pretty URL for the repository browser (Cyril Mougel)
1936 * Pretty URL for the repository browser (Cyril Mougel)
1926 * Search engine: added a checkbox to search titles only
1937 * Search engine: added a checkbox to search titles only
1927 * Added "% done" in the filter list
1938 * Added "% done" in the filter list
1928 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
1939 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
1929 * Added some accesskeys
1940 * Added some accesskeys
1930 * Added "Float" as a custom field format
1941 * Added "Float" as a custom field format
1931 * Added basic Theme support
1942 * Added basic Theme support
1932 * Added the ability to set the Γ―ΒΏΒ½done ratioΓ―ΒΏΒ½ of issues fixed by commit (Nikolay Solakov)
1943 * Added the ability to set the Γ―ΒΏΒ½done ratioΓ―ΒΏΒ½ of issues fixed by commit (Nikolay Solakov)
1933 * Added custom fields in issue related mail notifications
1944 * Added custom fields in issue related mail notifications
1934 * Email notifications are now sent in plain text and html
1945 * Email notifications are now sent in plain text and html
1935 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
1946 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
1936 * Added syntax highlightment for repository files and wiki
1947 * Added syntax highlightment for repository files and wiki
1937 * Improved automatic Redmine links
1948 * Improved automatic Redmine links
1938 * Added automatic table of content support on wiki pages
1949 * Added automatic table of content support on wiki pages
1939 * Added radio buttons on the documents list to sort documents by category, date, title or author
1950 * Added radio buttons on the documents list to sort documents by category, date, title or author
1940 * Added basic plugin support, with a sample plugin
1951 * Added basic plugin support, with a sample plugin
1941 * Added a link to add a new category when creating or editing an issue
1952 * Added a link to add a new category when creating or editing an issue
1942 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
1953 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
1943 * Added an option to be able to relate issues in different projects
1954 * Added an option to be able to relate issues in different projects
1944 * Added the ability to move issues (to another project) without changing their trackers.
1955 * Added the ability to move issues (to another project) without changing their trackers.
1945 * Atom feeds added on project activity, news and changesets
1956 * Atom feeds added on project activity, news and changesets
1946 * Added the ability to reset its own RSS access key
1957 * Added the ability to reset its own RSS access key
1947 * Main project list now displays root projects with their subprojects
1958 * Main project list now displays root projects with their subprojects
1948 * Added anchor links to issue notes
1959 * Added anchor links to issue notes
1949 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
1960 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
1950 * Issue notes are now included in search
1961 * Issue notes are now included in search
1951 * Added email sending test functionality
1962 * Added email sending test functionality
1952 * Added LDAPS support for LDAP authentication
1963 * Added LDAPS support for LDAP authentication
1953 * Removed hard-coded URLs in mail templates
1964 * Removed hard-coded URLs in mail templates
1954 * Subprojects are now grouped by projects in the navigation drop-down menu
1965 * Subprojects are now grouped by projects in the navigation drop-down menu
1955 * Added a new value for date filters: this week
1966 * Added a new value for date filters: this week
1956 * Added cache for application settings
1967 * Added cache for application settings
1957 * Added Polish translation (Tomasz Gawryl)
1968 * Added Polish translation (Tomasz Gawryl)
1958 * Added Czech translation (Jan Kadlecek)
1969 * Added Czech translation (Jan Kadlecek)
1959 * Added Romanian translation (Csongor Bartus)
1970 * Added Romanian translation (Csongor Bartus)
1960 * Added Hebrew translation (Bob Builder)
1971 * Added Hebrew translation (Bob Builder)
1961 * Added Serbian translation (Dragan Matic)
1972 * Added Serbian translation (Dragan Matic)
1962 * Added Korean translation (Choi Jong Yoon)
1973 * Added Korean translation (Choi Jong Yoon)
1963 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1974 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1964 * Performance improvement on calendar and gantt
1975 * Performance improvement on calendar and gantt
1965 * Fixed: wiki preview doesnΓ―ΒΏΒ½t work on long entries
1976 * Fixed: wiki preview doesnΓ―ΒΏΒ½t work on long entries
1966 * Fixed: queries with multiple custom fields return no result
1977 * Fixed: queries with multiple custom fields return no result
1967 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1978 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1968 * Fixed: URL with ~ broken in wiki formatting
1979 * Fixed: URL with ~ broken in wiki formatting
1969 * Fixed: some quotation marks are rendered as strange characters in pdf
1980 * Fixed: some quotation marks are rendered as strange characters in pdf
1970
1981
1971
1982
1972 == 2007-07-15 v0.5.1
1983 == 2007-07-15 v0.5.1
1973
1984
1974 * per project forums added
1985 * per project forums added
1975 * added the ability to archive projects
1986 * added the ability to archive projects
1976 * added Γ―ΒΏΒ½WatchΓ―ΒΏΒ½ functionality on issues. It allows users to receive notifications about issue changes
1987 * added Γ―ΒΏΒ½WatchΓ―ΒΏΒ½ functionality on issues. It allows users to receive notifications about issue changes
1977 * custom fields for issues can now be used as filters on issue list
1988 * custom fields for issues can now be used as filters on issue list
1978 * added per user custom queries
1989 * added per user custom queries
1979 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
1990 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
1980 * projects list now shows the list of public projects and private projects for which the user is a member
1991 * projects list now shows the list of public projects and private projects for which the user is a member
1981 * versions can now be created with no date
1992 * versions can now be created with no date
1982 * added issue count details for versions on Reports view
1993 * added issue count details for versions on Reports view
1983 * added time report, by member/activity/tracker/version and year/month/week for the selected period
1994 * added time report, by member/activity/tracker/version and year/month/week for the selected period
1984 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
1995 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
1985 * added autologin feature (disabled by default)
1996 * added autologin feature (disabled by default)
1986 * optimistic locking added for wiki edits
1997 * optimistic locking added for wiki edits
1987 * added wiki diff
1998 * added wiki diff
1988 * added the ability to destroy wiki pages (requires permission)
1999 * added the ability to destroy wiki pages (requires permission)
1989 * a wiki page can now be attached to each version, and displayed on the roadmap
2000 * a wiki page can now be attached to each version, and displayed on the roadmap
1990 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
2001 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
1991 * added an option to see all versions in the roadmap view (including completed ones)
2002 * added an option to see all versions in the roadmap view (including completed ones)
1992 * added basic issue relations
2003 * added basic issue relations
1993 * added the ability to log time when changing an issue status
2004 * added the ability to log time when changing an issue status
1994 * account information can now be sent to the user when creating an account
2005 * account information can now be sent to the user when creating an account
1995 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
2006 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
1996 * added a quick search form in page header
2007 * added a quick search form in page header
1997 * added 'me' value for 'assigned to' and 'author' query filters
2008 * added 'me' value for 'assigned to' and 'author' query filters
1998 * added a link on revision screen to see the entire diff for the revision
2009 * added a link on revision screen to see the entire diff for the revision
1999 * added last commit message for each entry in repository browser
2010 * added last commit message for each entry in repository browser
2000 * added the ability to view a file diff with free to/from revision selection.
2011 * added the ability to view a file diff with free to/from revision selection.
2001 * text files can now be viewed online when browsing the repository
2012 * text files can now be viewed online when browsing the repository
2002 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
2013 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
2003 * added fragment caching for svn diffs
2014 * added fragment caching for svn diffs
2004 * added fragment caching for calendar and gantt views
2015 * added fragment caching for calendar and gantt views
2005 * login field automatically focused on login form
2016 * login field automatically focused on login form
2006 * subproject name displayed on issue list, calendar and gantt
2017 * subproject name displayed on issue list, calendar and gantt
2007 * added an option to choose the date format: language based or ISO 8601
2018 * added an option to choose the date format: language based or ISO 8601
2008 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
2019 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
2009 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
2020 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
2010 * added portuguese translation (Joao Carlos Clementoni)
2021 * added portuguese translation (Joao Carlos Clementoni)
2011 * added partial online help japanese translation (Ken Date)
2022 * added partial online help japanese translation (Ken Date)
2012 * added bulgarian translation (Nikolay Solakov)
2023 * added bulgarian translation (Nikolay Solakov)
2013 * added dutch translation (Linda van den Brink)
2024 * added dutch translation (Linda van den Brink)
2014 * added swedish translation (Thomas Habets)
2025 * added swedish translation (Thomas Habets)
2015 * italian translation update (Alessio Spadaro)
2026 * italian translation update (Alessio Spadaro)
2016 * japanese translation update (Satoru Kurashiki)
2027 * japanese translation update (Satoru Kurashiki)
2017 * fixed: error on history atom feed when thereΓ―ΒΏΒ½s no notes on an issue change
2028 * fixed: error on history atom feed when thereΓ―ΒΏΒ½s no notes on an issue change
2018 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
2029 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
2019 * fixed: creation of Oracle schema
2030 * fixed: creation of Oracle schema
2020 * fixed: last day of the month not included in project activity
2031 * fixed: last day of the month not included in project activity
2021 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
2032 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
2022 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
2033 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
2023 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
2034 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
2024 * fixed: date query filters (wrong results and sql error with postgresql)
2035 * fixed: date query filters (wrong results and sql error with postgresql)
2025 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
2036 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
2026 * fixed: Long text custom fields displayed without line breaks
2037 * fixed: Long text custom fields displayed without line breaks
2027 * fixed: Error when editing the wokflow after deleting a status
2038 * fixed: Error when editing the wokflow after deleting a status
2028 * fixed: SVN commit dates are now stored as local time
2039 * fixed: SVN commit dates are now stored as local time
2029
2040
2030
2041
2031 == 2007-04-11 v0.5.0
2042 == 2007-04-11 v0.5.0
2032
2043
2033 * added per project Wiki
2044 * added per project Wiki
2034 * added rss/atom feeds at project level (custom queries can be used as feeds)
2045 * added rss/atom feeds at project level (custom queries can be used as feeds)
2035 * added search engine (search in issues, news, commits, wiki pages, documents)
2046 * added search engine (search in issues, news, commits, wiki pages, documents)
2036 * simple time tracking functionality added
2047 * simple time tracking functionality added
2037 * added version due dates on calendar and gantt
2048 * added version due dates on calendar and gantt
2038 * added subprojects issue count on project Reports page
2049 * added subprojects issue count on project Reports page
2039 * added the ability to copy an existing workflow when creating a new tracker
2050 * added the ability to copy an existing workflow when creating a new tracker
2040 * added the ability to include subprojects on calendar and gantt
2051 * added the ability to include subprojects on calendar and gantt
2041 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
2052 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
2042 * added side by side svn diff view (Cyril Mougel)
2053 * added side by side svn diff view (Cyril Mougel)
2043 * added back subproject filter on issue list
2054 * added back subproject filter on issue list
2044 * added permissions report in admin area
2055 * added permissions report in admin area
2045 * added a status filter on users list
2056 * added a status filter on users list
2046 * support for password-protected SVN repositories
2057 * support for password-protected SVN repositories
2047 * SVN commits are now stored in the database
2058 * SVN commits are now stored in the database
2048 * added simple svn statistics SVG graphs
2059 * added simple svn statistics SVG graphs
2049 * progress bars for roadmap versions (Nick Read)
2060 * progress bars for roadmap versions (Nick Read)
2050 * issue history now shows file uploads and deletions
2061 * issue history now shows file uploads and deletions
2051 * #id patterns are turned into links to issues in descriptions and commit messages
2062 * #id patterns are turned into links to issues in descriptions and commit messages
2052 * japanese translation added (Satoru Kurashiki)
2063 * japanese translation added (Satoru Kurashiki)
2053 * chinese simplified translation added (Andy Wu)
2064 * chinese simplified translation added (Andy Wu)
2054 * italian translation added (Alessio Spadaro)
2065 * italian translation added (Alessio Spadaro)
2055 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
2066 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
2056 * better calendar rendering time
2067 * better calendar rendering time
2057 * fixed migration scripts to work with mysql 5 running in strict mode
2068 * fixed migration scripts to work with mysql 5 running in strict mode
2058 * fixed: error when clicking "add" with no block selected on my/page_layout
2069 * fixed: error when clicking "add" with no block selected on my/page_layout
2059 * fixed: hard coded links in navigation bar
2070 * fixed: hard coded links in navigation bar
2060 * fixed: table_name pre/suffix support
2071 * fixed: table_name pre/suffix support
2061
2072
2062
2073
2063 == 2007-02-18 v0.4.2
2074 == 2007-02-18 v0.4.2
2064
2075
2065 * Rails 1.2 is now required
2076 * Rails 1.2 is now required
2066 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
2077 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
2067 * added project roadmap view
2078 * added project roadmap view
2068 * mail notifications added when a document, a file or an attachment is added
2079 * mail notifications added when a document, a file or an attachment is added
2069 * tooltips added on Gantt chart and calender to view the details of the issues
2080 * tooltips added on Gantt chart and calender to view the details of the issues
2070 * ability to set the sort order for roles, trackers, issue statuses
2081 * ability to set the sort order for roles, trackers, issue statuses
2071 * added missing fields to csv export: priority, start date, due date, done ratio
2082 * added missing fields to csv export: priority, start date, due date, done ratio
2072 * added total number of issues per tracker on project overview
2083 * added total number of issues per tracker on project overview
2073 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
2084 * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamond 2.5" -by paolino- and "kNeu! Alpha v0.1" -by Pablo Fabregat-)
2074 * added back "fixed version" field on issue screen and in filters
2085 * added back "fixed version" field on issue screen and in filters
2075 * project settings screen split in 4 tabs
2086 * project settings screen split in 4 tabs
2076 * custom fields screen split in 3 tabs (one for each kind of custom field)
2087 * custom fields screen split in 3 tabs (one for each kind of custom field)
2077 * multiple issues pdf export now rendered as a table
2088 * multiple issues pdf export now rendered as a table
2078 * added a button on users/list to manually activate an account
2089 * added a button on users/list to manually activate an account
2079 * added a setting option to disable "password lost" functionality
2090 * added a setting option to disable "password lost" functionality
2080 * added a setting option to set max number of issues in csv/pdf exports
2091 * added a setting option to set max number of issues in csv/pdf exports
2081 * fixed: subprojects count is always 0 on projects list
2092 * fixed: subprojects count is always 0 on projects list
2082 * fixed: locked users are proposed when adding a member to a project
2093 * fixed: locked users are proposed when adding a member to a project
2083 * fixed: setting an issue status as default status leads to an sql error with SQLite
2094 * fixed: setting an issue status as default status leads to an sql error with SQLite
2084 * fixed: unable to delete an issue status even if it's not used yet
2095 * fixed: unable to delete an issue status even if it's not used yet
2085 * fixed: filters ignored when exporting a predefined query to csv/pdf
2096 * fixed: filters ignored when exporting a predefined query to csv/pdf
2086 * fixed: crash when french "issue_edit" email notification is sent
2097 * fixed: crash when french "issue_edit" email notification is sent
2087 * fixed: hide mail preference not saved (my/account)
2098 * fixed: hide mail preference not saved (my/account)
2088 * fixed: crash when a new user try to edit its "my page" layout
2099 * fixed: crash when a new user try to edit its "my page" layout
2089
2100
2090
2101
2091 == 2007-01-03 v0.4.1
2102 == 2007-01-03 v0.4.1
2092
2103
2093 * fixed: emails have no recipient when one of the project members has notifications disabled
2104 * fixed: emails have no recipient when one of the project members has notifications disabled
2094
2105
2095
2106
2096 == 2007-01-02 v0.4.0
2107 == 2007-01-02 v0.4.0
2097
2108
2098 * simple SVN browser added (just needs svn binaries in PATH)
2109 * simple SVN browser added (just needs svn binaries in PATH)
2099 * comments can now be added on news
2110 * comments can now be added on news
2100 * "my page" is now customizable
2111 * "my page" is now customizable
2101 * more powerfull and savable filters for issues lists
2112 * more powerfull and savable filters for issues lists
2102 * improved issues change history
2113 * improved issues change history
2103 * new functionality: move an issue to another project or tracker
2114 * new functionality: move an issue to another project or tracker
2104 * new functionality: add a note to an issue
2115 * new functionality: add a note to an issue
2105 * new report: project activity
2116 * new report: project activity
2106 * "start date" and "% done" fields added on issues
2117 * "start date" and "% done" fields added on issues
2107 * project calendar added
2118 * project calendar added
2108 * gantt chart added (exportable to pdf)
2119 * gantt chart added (exportable to pdf)
2109 * single/multiple issues pdf export added
2120 * single/multiple issues pdf export added
2110 * issues reports improvements
2121 * issues reports improvements
2111 * multiple file upload for issues, documents and files
2122 * multiple file upload for issues, documents and files
2112 * option to set maximum size of uploaded files
2123 * option to set maximum size of uploaded files
2113 * textile formating of issue and news descritions (RedCloth required)
2124 * textile formating of issue and news descritions (RedCloth required)
2114 * integration of DotClear jstoolbar for textile formatting
2125 * integration of DotClear jstoolbar for textile formatting
2115 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
2126 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
2116 * new filter in issues list: Author
2127 * new filter in issues list: Author
2117 * ajaxified paginators
2128 * ajaxified paginators
2118 * news rss feed added
2129 * news rss feed added
2119 * option to set number of results per page on issues list
2130 * option to set number of results per page on issues list
2120 * localized csv separator (comma/semicolon)
2131 * localized csv separator (comma/semicolon)
2121 * csv output encoded to ISO-8859-1
2132 * csv output encoded to ISO-8859-1
2122 * user custom field displayed on account/show
2133 * user custom field displayed on account/show
2123 * default configuration improved (default roles, trackers, status, permissions and workflows)
2134 * default configuration improved (default roles, trackers, status, permissions and workflows)
2124 * language for default configuration data can now be chosen when running 'load_default_data' task
2135 * language for default configuration data can now be chosen when running 'load_default_data' task
2125 * javascript added on custom field form to show/hide fields according to the format of custom field
2136 * javascript added on custom field form to show/hide fields according to the format of custom field
2126 * fixed: custom fields not in csv exports
2137 * fixed: custom fields not in csv exports
2127 * fixed: project settings now displayed according to user's permissions
2138 * fixed: project settings now displayed according to user's permissions
2128 * fixed: application error when no version is selected on projects/add_file
2139 * fixed: application error when no version is selected on projects/add_file
2129 * fixed: public actions not authorized for members of non public projects
2140 * fixed: public actions not authorized for members of non public projects
2130 * fixed: non public projects were shown on welcome screen even if current user is not a member
2141 * fixed: non public projects were shown on welcome screen even if current user is not a member
2131
2142
2132
2143
2133 == 2006-10-08 v0.3.0
2144 == 2006-10-08 v0.3.0
2134
2145
2135 * user authentication against multiple LDAP (optional)
2146 * user authentication against multiple LDAP (optional)
2136 * token based "lost password" functionality
2147 * token based "lost password" functionality
2137 * user self-registration functionality (optional)
2148 * user self-registration functionality (optional)
2138 * custom fields now available for issues, users and projects
2149 * custom fields now available for issues, users and projects
2139 * new custom field format "text" (displayed as a textarea field)
2150 * new custom field format "text" (displayed as a textarea field)
2140 * project & administration drop down menus in navigation bar for quicker access
2151 * project & administration drop down menus in navigation bar for quicker access
2141 * text formatting is preserved for long text fields (issues, projects and news descriptions)
2152 * text formatting is preserved for long text fields (issues, projects and news descriptions)
2142 * urls and emails are turned into clickable links in long text fields
2153 * urls and emails are turned into clickable links in long text fields
2143 * "due date" field added on issues
2154 * "due date" field added on issues
2144 * tracker selection filter added on change log
2155 * tracker selection filter added on change log
2145 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
2156 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
2146 * error messages internationalization
2157 * error messages internationalization
2147 * german translation added (thanks to Karim Trott)
2158 * german translation added (thanks to Karim Trott)
2148 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
2159 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
2149 * new filter in issues list: "Fixed version"
2160 * new filter in issues list: "Fixed version"
2150 * active filters are displayed with colored background on issues list
2161 * active filters are displayed with colored background on issues list
2151 * custom configuration is now defined in config/config_custom.rb
2162 * custom configuration is now defined in config/config_custom.rb
2152 * user object no more stored in session (only user_id)
2163 * user object no more stored in session (only user_id)
2153 * news summary field is no longer required
2164 * news summary field is no longer required
2154 * tables and forms redesign
2165 * tables and forms redesign
2155 * Fixed: boolean custom field not working
2166 * Fixed: boolean custom field not working
2156 * Fixed: error messages for custom fields are not displayed
2167 * Fixed: error messages for custom fields are not displayed
2157 * Fixed: invalid custom fields should have a red border
2168 * Fixed: invalid custom fields should have a red border
2158 * Fixed: custom fields values are not validated on issue update
2169 * Fixed: custom fields values are not validated on issue update
2159 * Fixed: unable to choose an empty value for 'List' custom fields
2170 * Fixed: unable to choose an empty value for 'List' custom fields
2160 * Fixed: no issue categories sorting
2171 * Fixed: no issue categories sorting
2161 * Fixed: incorrect versions sorting
2172 * Fixed: incorrect versions sorting
2162
2173
2163
2174
2164 == 2006-07-12 - v0.2.2
2175 == 2006-07-12 - v0.2.2
2165
2176
2166 * Fixed: bug in "issues list"
2177 * Fixed: bug in "issues list"
2167
2178
2168
2179
2169 == 2006-07-09 - v0.2.1
2180 == 2006-07-09 - v0.2.1
2170
2181
2171 * new databases supported: Oracle, PostgreSQL, SQL Server
2182 * new databases supported: Oracle, PostgreSQL, SQL Server
2172 * projects/subprojects hierarchy (1 level of subprojects only)
2183 * projects/subprojects hierarchy (1 level of subprojects only)
2173 * environment information display in admin/info
2184 * environment information display in admin/info
2174 * more filter options in issues list (rev6)
2185 * more filter options in issues list (rev6)
2175 * default language based on browser settings (Accept-Language HTTP header)
2186 * default language based on browser settings (Accept-Language HTTP header)
2176 * issues list exportable to CSV (rev6)
2187 * issues list exportable to CSV (rev6)
2177 * simple_format and auto_link on long text fields
2188 * simple_format and auto_link on long text fields
2178 * more data validations
2189 * more data validations
2179 * Fixed: error when all mail notifications are unchecked in admin/mail_options
2190 * Fixed: error when all mail notifications are unchecked in admin/mail_options
2180 * Fixed: all project news are displayed on project summary
2191 * Fixed: all project news are displayed on project summary
2181 * Fixed: Can't change user password in users/edit
2192 * Fixed: Can't change user password in users/edit
2182 * Fixed: Error on tables creation with PostgreSQL (rev5)
2193 * Fixed: Error on tables creation with PostgreSQL (rev5)
2183 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
2194 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
2184
2195
2185
2196
2186 == 2006-06-25 - v0.1.0
2197 == 2006-06-25 - v0.1.0
2187
2198
2188 * multiple users/multiple projects
2199 * multiple users/multiple projects
2189 * role based access control
2200 * role based access control
2190 * issue tracking system
2201 * issue tracking system
2191 * fully customizable workflow
2202 * fully customizable workflow
2192 * documents/files repository
2203 * documents/files repository
2193 * email notifications on issue creation and update
2204 * email notifications on issue creation and update
2194 * multilanguage support (except for error messages):english, french, spanish
2205 * multilanguage support (except for error messages):english, french, spanish
2195 * online manual in french (unfinished)
2206 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now