##// END OF EJS Templates
Merged r4670 from trunk....
Jean-Philippe Lang -
r4551:f8af1bebd7a4
parent child
Show More
@@ -1,1437 +1,1508
1 == Redmine changelog
1 == Redmine changelog
2
2
3 Redmine - project management software
3 Redmine - project management software
4 Copyright (C) 2006-2010 Jean-Philippe Lang
4 Copyright (C) 2006-2011 Jean-Philippe Lang
5 http://www.redmine.org/
5 http://www.redmine.org/
6
6
7 == 2011-01-09 v1.1.0
8
9 * Defect #2038: Italics in wiki headers show-up wrong in the toc
10 * Defect #3449: Redmine Takes Too Long On Large Mercurial Repository
11 * Defect #3567: Sorting for changesets might go wrong on Mercurial repos
12 * Defect #3707: {{toc}} doesn't work with {{include}}
13 * Defect #5096: Redmine hangs up while browsing Git repository
14 * Defect #6000: Safe Attributes prevents plugin extension of Issue model...
15 * Defect #6064: Modules not assigned to projects created via API
16 * Defect #6110: MailHandler should allow updating Issue Priority and Custom fields
17 * Defect #6136: JSON API holds less information than XML API
18 * Defect #6345: xml used by rest API is invalid
19 * Defect #6348: Gantt chart PDF rendering errors
20 * Defect #6403: Updating an issue with custom fields fails
21 * Defect #6467: "Member of role", "Member of group" filter not work correctly
22 * Defect #6473: New gantt broken after clearing issue filters
23 * Defect #6541: Email notifications send to everybody
24 * Defect #6549: Notification settings not migrated properly
25 * Defect #6591: Acronyms must have a minimum of three characters
26 * Defect #6674: Delete time log broken after changes to REST
27 * Defect #6681: Mercurial, Bazaar and Darcs auto close issue text should be commit id instead of revision number
28 * Defect #6724: Wiki uploads does not work anymore (SVN 4266)
29 * Defect #6746: Wiki links are broken on Activity page
30 * Defect #6747: Wiki diff does not work since r4265
31 * Defect #6763: New gantt charts: subject displayed twice on issues
32 * Defect #6826: Clicking "Add" twice creates duplicate member record
33 * Defect #6844: Unchecking status filter on the issue list has no effect
34 * Defect #6895: Wrong Polish translation of "blocks"
35 * Defect #6943: Migration from boolean to varchar fails on PostgreSQL 8.1
36 * Defect #7064: Mercurial adapter does not recognize non alphabetic nor numeric in UTF-8 copied files
37 * Defect #7128: New gantt chart does not render subtasks under parent task
38 * Defect #7135: paging mechanism returns the same last page forever
39 * Defect #7188: Activity page not refreshed when changing language
40 * Defect #7195: Apply CLI-supplied defaults for incoming mail only to new issues not replies
41 * Defect #7197: Tracker reset to default when replying to an issue email
42 * Defect #7213: Copy project does not copy all roles and permissions
43 * Defect #7225: Project settings: Trackers & Custom fields only relevant if module Issue tracking is active
44 * Feature #630: Allow non-unique names for projects
45 * Feature #1738: Add a "Visible" flag to project/user custom fields
46 * Feature #2803: Support for Javascript in Themes
47 * Feature #2852: Clean Incoming Email of quoted text "----- Reply above this line ------"
48 * Feature #2995: Improve error message when trying to access an archived project
49 * Feature #3170: Autocomplete issue relations on subject
50 * Feature #3503: Administrator Be Able To Modify Email settings Of Users
51 * Feature #4155: Automatic spent time logging from commit messages
52 * Feature #5136: Parent select on Wiki rename page
53 * Feature #5338: Descendants (subtasks) should be available via REST API
54 * Feature #5494: Wiki TOC should display heading from level 4
55 * Feature #5594: Improve MailHandler's keyword handling
56 * Feature #5622: Allow version to be set via incoming email
57 * Feature #5712: Reload themes
58 * Feature #5869: Issue filters by Group and Role
59 * Feature #6092: Truncate Git revision labels in Activity page/feed and allow configurable length
60 * Feature #6112: Accept localized keywords when receiving emails
61 * Feature #6140: REST issues response with issue count limit and offset
62 * Feature #6260: REST API for Users
63 * Feature #6276: Gantt Chart rewrite
64 * Feature #6446: Remove length limits on project identifier and name
65 * Feature #6628: Improvements in truncate email
66 * Feature #6779: Project JSON API
67 * Feature #6823: REST API for time tracker.
68 * Feature #7072: REST API for news
69 * Feature #7111: Expose more detail on journal entries
70 * Feature #7141: REST API: get information about current user
71 * Patch #4807: Allow to set the done_ratio field with the incoming mail system
72 * Patch #5441: Initialize TimeEntry attributes with params[:time_entry]
73 * Patch #6762: Use GET instead of POST to retrieve context_menu
74 * Patch #7160: French translation ofr "not_a_date" is missing
75 * Patch #7212: Missing remove_index in AddUniqueIndexOnMembers down migration
76
77
7 == 2010-12-23 v1.0.5
78 == 2010-12-23 v1.0.5
8
79
9 * #6656: Mercurial adapter loses seconds of commit times
80 * #6656: Mercurial adapter loses seconds of commit times
10 * #6996: Migration trac(sqlite3) -> redmine(postgresql) doesnt escape ' char
81 * #6996: Migration trac(sqlite3) -> redmine(postgresql) doesnt escape ' char
11 * #7013: v-1.0.4 trunk - see {{count}} in page display rather than value
82 * #7013: v-1.0.4 trunk - see {{count}} in page display rather than value
12 * #7016: redundant 'field_start_date' in ja.yml
83 * #7016: redundant 'field_start_date' in ja.yml
13 * #7018: 'undefined method `reschedule_after' for nil:NilClass' on new issues
84 * #7018: 'undefined method `reschedule_after' for nil:NilClass' on new issues
14 * #7024: E-mail notifications about Wiki changes.
85 * #7024: E-mail notifications about Wiki changes.
15 * #7033: 'class' attribute of <pre> tag shouldn't be truncate
86 * #7033: 'class' attribute of <pre> tag shouldn't be truncate
16 * #7035: CSV value separator in russian
87 * #7035: CSV value separator in russian
17 * #7122: Issue-description Quote-button missing
88 * #7122: Issue-description Quote-button missing
18 * #7144: custom queries making use of deleted custom fields cause a 500 error
89 * #7144: custom queries making use of deleted custom fields cause a 500 error
19 * #7162: Multiply defined label in french translation
90 * #7162: Multiply defined label in french translation
20
91
21 == 2010-11-28 v1.0.4
92 == 2010-11-28 v1.0.4
22
93
23 * #5324: Git not working if color.ui is enabled
94 * #5324: Git not working if color.ui is enabled
24 * #6447: Issues API doesn't allow full key auth for all actions
95 * #6447: Issues API doesn't allow full key auth for all actions
25 * #6457: Edit User group problem
96 * #6457: Edit User group problem
26 * #6575: start date being filled with current date even when blank value is submitted
97 * #6575: start date being filled with current date even when blank value is submitted
27 * #6740: Max attachment size, incorrect usage of 'KB'
98 * #6740: Max attachment size, incorrect usage of 'KB'
28 * #6760: Select box sorted by ID instead of name in Issue Category
99 * #6760: Select box sorted by ID instead of name in Issue Category
29 * #6766: Changing target version name can cause an internal error
100 * #6766: Changing target version name can cause an internal error
30 * #6784: Redmine not working with i18n gem 0.4.2
101 * #6784: Redmine not working with i18n gem 0.4.2
31 * #6839: Hardcoded absolute links in my/page_layout
102 * #6839: Hardcoded absolute links in my/page_layout
32 * #6841: Projects API doesn't allow full key auth for all actions
103 * #6841: Projects API doesn't allow full key auth for all actions
33 * #6860: svn: Write error: Broken pipe when browsing repository
104 * #6860: svn: Write error: Broken pipe when browsing repository
34 * #6874: API should return XML description when creating a project
105 * #6874: API should return XML description when creating a project
35 * #6932: submitting wrong parent task input creates a 500 error
106 * #6932: submitting wrong parent task input creates a 500 error
36 * #6966: Records of Forums are remained, deleting project
107 * #6966: Records of Forums are remained, deleting project
37 * #6990: Layout problem in workflow overview
108 * #6990: Layout problem in workflow overview
38 * #5117: mercurial_adapter should ensure the right LANG environment variable
109 * #5117: mercurial_adapter should ensure the right LANG environment variable
39 * #6782: Traditional Chinese language file (to r4352)
110 * #6782: Traditional Chinese language file (to r4352)
40 * #6783: Swedish Translation for r4352
111 * #6783: Swedish Translation for r4352
41 * #6804: Bugfix: spelling fixes
112 * #6804: Bugfix: spelling fixes
42 * #6814: Japanese Translation for r4362
113 * #6814: Japanese Translation for r4362
43 * #6948: Bulgarian translation
114 * #6948: Bulgarian translation
44 * #6973: Update es.yml
115 * #6973: Update es.yml
45
116
46 == 2010-10-31 v1.0.3
117 == 2010-10-31 v1.0.3
47
118
48 * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port
119 * #4065: Redmine.pm doesn't work with LDAPS and a non-standard port
49 * #4416: Link from version details page to edit the wiki.
120 * #4416: Link from version details page to edit the wiki.
50 * #5484: Add new issue as subtask to an existing ticket
121 * #5484: Add new issue as subtask to an existing ticket
51 * #5948: Update help/wiki_syntax_detailed.html with more link options
122 * #5948: Update help/wiki_syntax_detailed.html with more link options
52 * #6494: Typo in pt_BR translation for 1.0.2
123 * #6494: Typo in pt_BR translation for 1.0.2
53 * #6508: Japanese translation update
124 * #6508: Japanese translation update
54 * #6509: Localization pt-PT (new strings)
125 * #6509: Localization pt-PT (new strings)
55 * #6511: Rake task to test email
126 * #6511: Rake task to test email
56 * #6525: Traditional Chinese language file (to r4225)
127 * #6525: Traditional Chinese language file (to r4225)
57 * #6536: Patch for swedish translation
128 * #6536: Patch for swedish translation
58 * #6548: Rake tasks to add/remove i18n strings
129 * #6548: Rake tasks to add/remove i18n strings
59 * #6569: Updated Hebrew translation
130 * #6569: Updated Hebrew translation
60 * #6570: Japanese Translation for r4231
131 * #6570: Japanese Translation for r4231
61 * #6596: pt-BR translation updates
132 * #6596: pt-BR translation updates
62 * #6629: Change field-name of issues start date
133 * #6629: Change field-name of issues start date
63 * #6669: Bulgarian translation
134 * #6669: Bulgarian translation
64 * #6731: Macedonian translation fix
135 * #6731: Macedonian translation fix
65 * #6732: Japanese Translation for r4287
136 * #6732: Japanese Translation for r4287
66 * #6735: Add user-agent to reposman
137 * #6735: Add user-agent to reposman
67 * #6736: Traditional Chinese language file (to r4288)
138 * #6736: Traditional Chinese language file (to r4288)
68 * #6739: Swedish Translation for r4288
139 * #6739: Swedish Translation for r4288
69 * #6765: Traditional Chinese language file (to r4302)
140 * #6765: Traditional Chinese language file (to r4302)
70 * Fixed #5324: Git not working if color.ui is enabled
141 * Fixed #5324: Git not working if color.ui is enabled
71 * Fixed #5652: Bad URL parsing in the wiki when it ends with right-angle-bracket(greater-than mark).
142 * Fixed #5652: Bad URL parsing in the wiki when it ends with right-angle-bracket(greater-than mark).
72 * Fixed #5803: Precedes/Follows Relationships Broke
143 * Fixed #5803: Precedes/Follows Relationships Broke
73 * Fixed #6435: Links to wikipages bound to versions do not respect version-sharing in Settings -> Versions
144 * Fixed #6435: Links to wikipages bound to versions do not respect version-sharing in Settings -> Versions
74 * Fixed #6438: Autologin cannot be disabled again once it's enabled
145 * Fixed #6438: Autologin cannot be disabled again once it's enabled
75 * Fixed #6513: "Move" and "Copy" are not displayed when deployed in subdirectory
146 * Fixed #6513: "Move" and "Copy" are not displayed when deployed in subdirectory
76 * Fixed #6521: Tooltip/label for user "search-refinment" field on group/project member list
147 * Fixed #6521: Tooltip/label for user "search-refinment" field on group/project member list
77 * Fixed #6563: i18n-issues on calendar view
148 * Fixed #6563: i18n-issues on calendar view
78 * Fixed #6598: Wrong caption for button_create_and_continue in German language file
149 * Fixed #6598: Wrong caption for button_create_and_continue in German language file
79 * Fixed #6607: Unclear caption for german button_update
150 * Fixed #6607: Unclear caption for german button_update
80 * Fixed #6612: SortHelper missing from CalendarsController
151 * Fixed #6612: SortHelper missing from CalendarsController
81 * Fixed #6740: Max attachment size, incorrect usage of 'KB'
152 * Fixed #6740: Max attachment size, incorrect usage of 'KB'
82 * Fixed #6750: ActionView::TemplateError (undefined method `empty?' for nil:NilClass) on line #12 of app/views/context_menus/issues.html.erb:
153 * Fixed #6750: ActionView::TemplateError (undefined method `empty?' for nil:NilClass) on line #12 of app/views/context_menus/issues.html.erb:
83
154
84 == 2010-09-26 v1.0.2
155 == 2010-09-26 v1.0.2
85
156
86 * #2285: issue-refinement: pressing enter should result to an "apply"
157 * #2285: issue-refinement: pressing enter should result to an "apply"
87 * #3411: Allow mass status update trough context menu
158 * #3411: Allow mass status update trough context menu
88 * #5929: https-enabled gravatars when called over https
159 * #5929: https-enabled gravatars when called over https
89 * #6189: Japanese Translation for r4011
160 * #6189: Japanese Translation for r4011
90 * #6197: Traditional Chinese language file (to r4036)
161 * #6197: Traditional Chinese language file (to r4036)
91 * #6198: Updated german translation
162 * #6198: Updated german translation
92 * #6208: Macedonian translation
163 * #6208: Macedonian translation
93 * #6210: Swedish Translation for r4039
164 * #6210: Swedish Translation for r4039
94 * #6248: nl translation update for r4050
165 * #6248: nl translation update for r4050
95 * #6263: Catalan translation update
166 * #6263: Catalan translation update
96 * #6275: After submitting a related issue, the Issue field should be re-focused
167 * #6275: After submitting a related issue, the Issue field should be re-focused
97 * #6289: Checkboxes in issues list shouldn't be displayed when printing
168 * #6289: Checkboxes in issues list shouldn't be displayed when printing
98 * #6290: Make journals theming easier
169 * #6290: Make journals theming easier
99 * #6291: User#allowed_to? is not tested
170 * #6291: User#allowed_to? is not tested
100 * #6306: Traditional Chinese language file (to r4061)
171 * #6306: Traditional Chinese language file (to r4061)
101 * #6307: Korean translation update for 4066(4061)
172 * #6307: Korean translation update for 4066(4061)
102 * #6316: pt_BR update
173 * #6316: pt_BR update
103 * #6339: SERBIAN Updated
174 * #6339: SERBIAN Updated
104 * #6358: Updated Polish translation
175 * #6358: Updated Polish translation
105 * #6363: Japanese Translation for r4080
176 * #6363: Japanese Translation for r4080
106 * #6365: Traditional Chinese language file (to r4081)
177 * #6365: Traditional Chinese language file (to r4081)
107 * #6382: Issue PDF export variable usage
178 * #6382: Issue PDF export variable usage
108 * #6428: Interim solution for i18n >= 0.4
179 * #6428: Interim solution for i18n >= 0.4
109 * #6441: Japanese Translation for r4162
180 * #6441: Japanese Translation for r4162
110 * #6451: Traditional Chinese language file (to r4167)
181 * #6451: Traditional Chinese language file (to r4167)
111 * #6465: Japanese Translation for r4171
182 * #6465: Japanese Translation for r4171
112 * #6466: Traditional Chinese language file (to r4171)
183 * #6466: Traditional Chinese language file (to r4171)
113 * #6490: pt-BR translation for 1.0.2
184 * #6490: pt-BR translation for 1.0.2
114 * Fixed #3935: stylesheet_link_tag with plugin doesn't take into account relative_url_root
185 * Fixed #3935: stylesheet_link_tag with plugin doesn't take into account relative_url_root
115 * Fixed #4998: Global issue list's context menu has enabled options for parent menus but there are no valid selections
186 * Fixed #4998: Global issue list's context menu has enabled options for parent menus but there are no valid selections
116 * Fixed #5170: Done ratio can not revert to 0% if status is used for done ratio
187 * Fixed #5170: Done ratio can not revert to 0% if status is used for done ratio
117 * Fixed #5608: broken with i18n 0.4.0
188 * Fixed #5608: broken with i18n 0.4.0
118 * Fixed #6054: Error 500 on filenames with whitespace in git reposities
189 * Fixed #6054: Error 500 on filenames with whitespace in git reposities
119 * Fixed #6135: Default logger configuration grows without bound.
190 * Fixed #6135: Default logger configuration grows without bound.
120 * Fixed #6191: Deletion of a main task deletes all subtasks
191 * Fixed #6191: Deletion of a main task deletes all subtasks
121 * Fixed #6195: Missing move issues between projects
192 * Fixed #6195: Missing move issues between projects
122 * Fixed #6242: can't switch between inline and side-by-side diff
193 * Fixed #6242: can't switch between inline and side-by-side diff
123 * Fixed #6249: Create and continue returns 404
194 * Fixed #6249: Create and continue returns 404
124 * Fixed #6267: changing the authentication mode from ldap to internal with setting the password
195 * Fixed #6267: changing the authentication mode from ldap to internal with setting the password
125 * Fixed #6270: diff coderay malformed in the "news" page
196 * Fixed #6270: diff coderay malformed in the "news" page
126 * Fixed #6278: missing "cant_link_an_issue_with_a_descendant"from locale files
197 * Fixed #6278: missing "cant_link_an_issue_with_a_descendant"from locale files
127 * Fixed #6333: Create and continue results in a 404 Error
198 * Fixed #6333: Create and continue results in a 404 Error
128 * Fixed #6346: Age column on repository view is skewed for git, probably CVS too
199 * Fixed #6346: Age column on repository view is skewed for git, probably CVS too
129 * Fixed #6351: Context menu on roadmap broken
200 * Fixed #6351: Context menu on roadmap broken
130 * Fixed #6388: New Subproject leads to a 404
201 * Fixed #6388: New Subproject leads to a 404
131 * Fixed #6392: Updated/Created links to activity broken
202 * Fixed #6392: Updated/Created links to activity broken
132 * Fixed #6413: Error in SQL
203 * Fixed #6413: Error in SQL
133 * Fixed #6443: Redirect to project settings after Copying a Project
204 * Fixed #6443: Redirect to project settings after Copying a Project
134 * Fixed #6448: Saving a wiki page with no content has a translation missing
205 * Fixed #6448: Saving a wiki page with no content has a translation missing
135 * Fixed #6452: Unhandled exception on creating File
206 * Fixed #6452: Unhandled exception on creating File
136 * Fixed #6471: Typo in label_report in Czech translation
207 * Fixed #6471: Typo in label_report in Czech translation
137 * Fixed #6479: Changing tracker type will lose watchers
208 * Fixed #6479: Changing tracker type will lose watchers
138 * Fixed #6499: Files with leading or trailing whitespace are not shown in git.
209 * Fixed #6499: Files with leading or trailing whitespace are not shown in git.
139
210
140 == 2010-08-22 v1.0.1
211 == 2010-08-22 v1.0.1
141
212
142 * #819: Add a body ID and class to all pages
213 * #819: Add a body ID and class to all pages
143 * #871: Commit new CSS styles!
214 * #871: Commit new CSS styles!
144 * #3301: Add favicon to base layout
215 * #3301: Add favicon to base layout
145 * #4656: On Issue#show page, clicking on β€œAdd related issue” should focus on the input
216 * #4656: On Issue#show page, clicking on β€œAdd related issue” should focus on the input
146 * #4896: Project identifier should be a limited field
217 * #4896: Project identifier should be a limited field
147 * #5084: Filter all isssues by projects
218 * #5084: Filter all isssues by projects
148 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
219 * #5477: Replace Test::Unit::TestCase with ActiveSupport::TestCase
149 * #5591: 'calendar' action is used with 'issue' controller in issue/sidebar
220 * #5591: 'calendar' action is used with 'issue' controller in issue/sidebar
150 * #5735: Traditional Chinese language file (to r3810)
221 * #5735: Traditional Chinese language file (to r3810)
151 * #5740: Swedish Translation for r3810
222 * #5740: Swedish Translation for r3810
152 * #5785: pt-BR translation update
223 * #5785: pt-BR translation update
153 * #5898: Projects should be displayed as links in users/memberships
224 * #5898: Projects should be displayed as links in users/memberships
154 * #5910: Chinese translation to redmine-1.0.0
225 * #5910: Chinese translation to redmine-1.0.0
155 * #5912: Translation update for french locale
226 * #5912: Translation update for french locale
156 * #5962: Hungarian translation update to r3892
227 * #5962: Hungarian translation update to r3892
157 * #5971: Remove falsly applied chrome on revision links
228 * #5971: Remove falsly applied chrome on revision links
158 * #5972: Updated Hebrew translation for 1.0.0
229 * #5972: Updated Hebrew translation for 1.0.0
159 * #5982: Updated german translation
230 * #5982: Updated german translation
160 * #6008: Move admin_menu to Redmine::MenuManager
231 * #6008: Move admin_menu to Redmine::MenuManager
161 * #6012: RTL layout
232 * #6012: RTL layout
162 * #6021: Spanish translation 1.0.0-RC
233 * #6021: Spanish translation 1.0.0-RC
163 * #6025: nl translation updated for r3905
234 * #6025: nl translation updated for r3905
164 * #6030: Japanese Translation for r3907
235 * #6030: Japanese Translation for r3907
165 * #6074: sr-CY.yml contains DOS-type newlines (\r\n)
236 * #6074: sr-CY.yml contains DOS-type newlines (\r\n)
166 * #6087: SERBIAN translation updated
237 * #6087: SERBIAN translation updated
167 * #6093: Updated italian translation
238 * #6093: Updated italian translation
168 * #6142: Swedish Translation for r3940
239 * #6142: Swedish Translation for r3940
169 * #6153: Move view_calendar and view_gantt to own modules
240 * #6153: Move view_calendar and view_gantt to own modules
170 * #6169: Add issue status to issue tooltip
241 * #6169: Add issue status to issue tooltip
171 * Fixed #3834: Add a warning when not choosing a member role
242 * Fixed #3834: Add a warning when not choosing a member role
172 * Fixed #3922: Bad english arround "Assigned to" text in journal entries
243 * Fixed #3922: Bad english arround "Assigned to" text in journal entries
173 * Fixed #5158: Simplified Chinese language file zh.yml updated to r3608
244 * Fixed #5158: Simplified Chinese language file zh.yml updated to r3608
174 * Fixed #5162: translation missing: zh-TW, field_time_entrie
245 * Fixed #5162: translation missing: zh-TW, field_time_entrie
175 * Fixed #5297: openid not validated correctly
246 * Fixed #5297: openid not validated correctly
176 * Fixed #5628: Wrong commit range in git log command
247 * Fixed #5628: Wrong commit range in git log command
177 * Fixed #5760: Assigned_to and author filters in "Projects>View all issues" should be based on user's project visibility
248 * Fixed #5760: Assigned_to and author filters in "Projects>View all issues" should be based on user's project visibility
178 * Fixed #5771: Problem when importing git repository
249 * Fixed #5771: Problem when importing git repository
179 * Fixed #5775: ldap authentication in admin menu should have an icon
250 * Fixed #5775: ldap authentication in admin menu should have an icon
180 * Fixed #5811: deleting statuses doesnt delete workflow entries
251 * Fixed #5811: deleting statuses doesnt delete workflow entries
181 * Fixed #5834: Emails with trailing spaces incorrectly detected as invalid
252 * Fixed #5834: Emails with trailing spaces incorrectly detected as invalid
182 * Fixed #5846: ChangeChangesPathLengthLimit does not remove default for MySQL
253 * Fixed #5846: ChangeChangesPathLengthLimit does not remove default for MySQL
183 * Fixed #5861: Vertical scrollbar always visible in Wiki "code" blocks in Chrome.
254 * Fixed #5861: Vertical scrollbar always visible in Wiki "code" blocks in Chrome.
184 * Fixed #5883: correct label_project_latest Chinese translation
255 * Fixed #5883: correct label_project_latest Chinese translation
185 * Fixed #5892: Changing status from contextual menu opens the ticket instead
256 * Fixed #5892: Changing status from contextual menu opens the ticket instead
186 * Fixed #5904: Global gantt PDF and PNG should display project names
257 * Fixed #5904: Global gantt PDF and PNG should display project names
187 * Fixed #5925: parent task's priority edit should be disabled through shortcut menu in issues list page
258 * Fixed #5925: parent task's priority edit should be disabled through shortcut menu in issues list page
188 * Fixed #5935: Add Another file to ticket doesn't work in IE Internet Explorer
259 * Fixed #5935: Add Another file to ticket doesn't work in IE Internet Explorer
189 * Fixed #5937: Harmonize french locale "zero" translation with other locales
260 * Fixed #5937: Harmonize french locale "zero" translation with other locales
190 * Fixed #5945: Forum message permalinks don't take pagination into account
261 * Fixed #5945: Forum message permalinks don't take pagination into account
191 * Fixed #5978: Debug code still remains
262 * Fixed #5978: Debug code still remains
192 * Fixed #6009: When using "English (British)", the repository browser (svn) shows files over 1000 bytes as floating point (2.334355)
263 * Fixed #6009: When using "English (British)", the repository browser (svn) shows files over 1000 bytes as floating point (2.334355)
193 * Fixed #6045: Repository file Diff view sometimes shows more than selected file
264 * Fixed #6045: Repository file Diff view sometimes shows more than selected file
194 * Fixed #6079: German Translation error in TimeEntryActivity
265 * Fixed #6079: German Translation error in TimeEntryActivity
195 * Fixed #6100: User's profile should display all visible projects
266 * Fixed #6100: User's profile should display all visible projects
196 * Fixed #6132: Allow Key based authentication in the Boards atom feed
267 * Fixed #6132: Allow Key based authentication in the Boards atom feed
197 * Fixed #6163: Bad CSS class for calendar project menu_item
268 * Fixed #6163: Bad CSS class for calendar project menu_item
198 * Fixed #6172: Browsing to a missing user's page shows the admin sidebar
269 * Fixed #6172: Browsing to a missing user's page shows the admin sidebar
199
270
200 == 2010-07-18 v1.0.0 (Release candidate)
271 == 2010-07-18 v1.0.0 (Release candidate)
201
272
202 * #443: Adds context menu to the roadmap issue lists
273 * #443: Adds context menu to the roadmap issue lists
203 * #443: Subtasking
274 * #443: Subtasking
204 * #741: Description preview while editing an issue
275 * #741: Description preview while editing an issue
205 * #1131: Add support for alternate (non-LDAP) authentication
276 * #1131: Add support for alternate (non-LDAP) authentication
206 * #1214: REST API for Issues
277 * #1214: REST API for Issues
207 * #1223: File upload on wiki edit form
278 * #1223: File upload on wiki edit form
208 * #1755: add "blocked by" as a related issues option
279 * #1755: add "blocked by" as a related issues option
209 * #2420: Fetching emails from an POP server
280 * #2420: Fetching emails from an POP server
210 * #2482: Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
281 * #2482: Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
211 * #2924: Make the right click menu more discoverable using a cursor property
282 * #2924: Make the right click menu more discoverable using a cursor property
212 * #2985: Make syntax highlighting pluggable
283 * #2985: Make syntax highlighting pluggable
213 * #3201: Workflow Check/Uncheck All Rows/Columns
284 * #3201: Workflow Check/Uncheck All Rows/Columns
214 * #3359: Update CodeRay 0.9
285 * #3359: Update CodeRay 0.9
215 * #3706: Allow assigned_to field configuration on Issue creation by email
286 * #3706: Allow assigned_to field configuration on Issue creation by email
216 * #3936: configurable list of models to include in search
287 * #3936: configurable list of models to include in search
217 * #4480: Create a link to the user profile from the administration interface
288 * #4480: Create a link to the user profile from the administration interface
218 * #4482: Cache textile rendering
289 * #4482: Cache textile rendering
219 * #4572: Make it harder to ruin your database
290 * #4572: Make it harder to ruin your database
220 * #4573: Move github gems to Gemcutter
291 * #4573: Move github gems to Gemcutter
221 * #4664: Add pagination to forum threads
292 * #4664: Add pagination to forum threads
222 * #4732: Make login case-insensitive also for PostgreSQL
293 * #4732: Make login case-insensitive also for PostgreSQL
223 * #4812: Create links to other projects
294 * #4812: Create links to other projects
224 * #4819: Replace images with smushed ones for speed
295 * #4819: Replace images with smushed ones for speed
225 * #4945: Allow custom fields attached to project to be searchable
296 * #4945: Allow custom fields attached to project to be searchable
226 * #5121: Fix issues list layout overflow
297 * #5121: Fix issues list layout overflow
227 * #5169: Issue list view hook request
298 * #5169: Issue list view hook request
228 * #5208: Aibility to edit wiki sidebar
299 * #5208: Aibility to edit wiki sidebar
229 * #5281: Remove empty ul tags in the issue history
300 * #5281: Remove empty ul tags in the issue history
230 * #5291: Updated basque translations
301 * #5291: Updated basque translations
231 * #5328: Automatically add "Repository" menu_item after repository creation
302 * #5328: Automatically add "Repository" menu_item after repository creation
232 * #5415: Fewer SQL statements generated for watcher_recipients
303 * #5415: Fewer SQL statements generated for watcher_recipients
233 * #5416: Exclude "fields_for" from overridden methods in TabularFormBuilder
304 * #5416: Exclude "fields_for" from overridden methods in TabularFormBuilder
234 * #5573: Allow issue assignment in email
305 * #5573: Allow issue assignment in email
235 * #5595: Allow start date and due dates to be set via incoming email
306 * #5595: Allow start date and due dates to be set via incoming email
236 * #5752: The projects view (/projects) renders ul's wrong
307 * #5752: The projects view (/projects) renders ul's wrong
237 * #5781: Allow to use more macros on the welcome page and project list
308 * #5781: Allow to use more macros on the welcome page and project list
238 * Fixed #1288: Unable to past escaped wiki syntax in an issue description
309 * Fixed #1288: Unable to past escaped wiki syntax in an issue description
239 * Fixed #1334: Wiki formatting character *_ and _*
310 * Fixed #1334: Wiki formatting character *_ and _*
240 * Fixed #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectively
311 * Fixed #1416: Inline code with less-then/greater-than produces @lt; and @gt; respectively
241 * Fixed #2473: Login and mail should not be case sensitive
312 * Fixed #2473: Login and mail should not be case sensitive
242 * Fixed #2990: Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
313 * Fixed #2990: Ruby 1.9 - wrong number of arguments (1 for 0) on rake db:migrate
243 * Fixed #3089: Text formatting sometimes breaks when combined
314 * Fixed #3089: Text formatting sometimes breaks when combined
244 * Fixed #3690: Status change info duplicates on the issue screen
315 * Fixed #3690: Status change info duplicates on the issue screen
245 * Fixed #3691: Redmine allows two files with the same file name to be uploaded to the same issue
316 * Fixed #3691: Redmine allows two files with the same file name to be uploaded to the same issue
246 * Fixed #3764: ApplicationHelperTest fails with JRuby
317 * Fixed #3764: ApplicationHelperTest fails with JRuby
247 * Fixed #4265: Unclosed code tags in issue descriptions affects main UI
318 * Fixed #4265: Unclosed code tags in issue descriptions affects main UI
248 * Fixed #4745: Bug in index.xml.builder (issues)
319 * Fixed #4745: Bug in index.xml.builder (issues)
249 * Fixed #4852: changing user/roles of project member not possible without javascript
320 * Fixed #4852: changing user/roles of project member not possible without javascript
250 * Fixed #4857: Week number calculation in date picker is wrong if a week starts with Sunday
321 * Fixed #4857: Week number calculation in date picker is wrong if a week starts with Sunday
251 * Fixed #4883: Bottom "contextual" placement in issue with associated changeset
322 * Fixed #4883: Bottom "contextual" placement in issue with associated changeset
252 * Fixed #4918: Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
323 * Fixed #4918: Revisions r3453 and r3454 broke On-the-fly user creation with LDAP
253 * Fixed #4935: Navigation to the Master Timesheet page (time_entries)
324 * Fixed #4935: Navigation to the Master Timesheet page (time_entries)
254 * Fixed #5043: Flash messages are not displayed after the project settings[module/activity] saved
325 * Fixed #5043: Flash messages are not displayed after the project settings[module/activity] saved
255 * Fixed #5081: Broken links on public/help/wiki_syntax_detailed.html
326 * Fixed #5081: Broken links on public/help/wiki_syntax_detailed.html
256 * Fixed #5104: Description of document not wikified on documents index
327 * Fixed #5104: Description of document not wikified on documents index
257 * Fixed #5108: Issue linking fails inside of []s
328 * Fixed #5108: Issue linking fails inside of []s
258 * Fixed #5199: diff code coloring using coderay
329 * Fixed #5199: diff code coloring using coderay
259 * Fixed #5233: Add a hook to the issue report (Summary) view
330 * Fixed #5233: Add a hook to the issue report (Summary) view
260 * Fixed #5265: timetracking: subtasks time is added to the main task
331 * Fixed #5265: timetracking: subtasks time is added to the main task
261 * Fixed #5343: acts_as_event Doesn't Accept Outside URLs
332 * Fixed #5343: acts_as_event Doesn't Accept Outside URLs
262 * Fixed #5440: UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>
333 * Fixed #5440: UI Inconsistency : Administration > Enumerations table row headers should be enclosed in <thead>
263 * Fixed #5463: 0.9.4 INSTALL and/or UPGRADE, missing session_store.rb
334 * Fixed #5463: 0.9.4 INSTALL and/or UPGRADE, missing session_store.rb
264 * Fixed #5524: Update_parent_attributes doesn't work for the old parent issue when reparenting
335 * Fixed #5524: Update_parent_attributes doesn't work for the old parent issue when reparenting
265 * Fixed #5548: SVN Repository: Can not list content of a folder which includes square brackets.
336 * Fixed #5548: SVN Repository: Can not list content of a folder which includes square brackets.
266 * Fixed #5589: "with subproject" malfunction
337 * Fixed #5589: "with subproject" malfunction
267 * Fixed #5676: Search for Numeric Value
338 * Fixed #5676: Search for Numeric Value
268 * Fixed #5696: Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
339 * Fixed #5696: Redmine + PostgreSQL 8.4.4 fails on _dir_list_content.rhtml
269 * Fixed #5698: redmine:email:receive_imap fails silently for mails with subject longer than 255 characters
340 * Fixed #5698: redmine:email:receive_imap fails silently for mails with subject longer than 255 characters
270 * Fixed #5700: TimelogController#destroy assumes success
341 * Fixed #5700: TimelogController#destroy assumes success
271 * Fixed #5751: developer role is mispelled
342 * Fixed #5751: developer role is mispelled
272 * Fixed #5769: Popup Calendar doesn't Advance in Chrome
343 * Fixed #5769: Popup Calendar doesn't Advance in Chrome
273 * Fixed #5771: Problem when importing git repository
344 * Fixed #5771: Problem when importing git repository
274 * Fixed #5823: Error in comments in plugin.rb
345 * Fixed #5823: Error in comments in plugin.rb
275
346
276
347
277 == 2010-07-07 v0.9.6
348 == 2010-07-07 v0.9.6
278
349
279 * Fixed: Redmine.pm access by unauthorized users
350 * Fixed: Redmine.pm access by unauthorized users
280
351
281 == 2010-06-24 v0.9.5
352 == 2010-06-24 v0.9.5
282
353
283 * Linkify folder names on revision view
354 * Linkify folder names on revision view
284 * "fiters" and "options" should be hidden in print view via css
355 * "fiters" and "options" should be hidden in print view via css
285 * Fixed: NoMethodError when no issue params are submitted
356 * Fixed: NoMethodError when no issue params are submitted
286 * Fixed: projects.atom with required authentication
357 * Fixed: projects.atom with required authentication
287 * Fixed: External links not correctly displayed in Wiki TOC
358 * Fixed: External links not correctly displayed in Wiki TOC
288 * Fixed: Member role forms in project settings are not hidden after member added
359 * Fixed: Member role forms in project settings are not hidden after member added
289 * Fixed: pre can't be inside p
360 * Fixed: pre can't be inside p
290 * Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
361 * Fixed: session cookie path does not respect RAILS_RELATIVE_URL_ROOT
291 * Fixed: mail handler fails when the from address is empty
362 * Fixed: mail handler fails when the from address is empty
292
363
293
364
294 == 2010-05-01 v0.9.4
365 == 2010-05-01 v0.9.4
295
366
296 * Filters collapsed by default on issues index page for a saved query
367 * Filters collapsed by default on issues index page for a saved query
297 * Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
368 * Fixed: When categories list is too big the popup menu doesn't adjust (ex. in the issue list)
298 * Fixed: remove "main-menu" div when the menu is empty
369 * Fixed: remove "main-menu" div when the menu is empty
299 * Fixed: Code syntax highlighting not working in Document page
370 * Fixed: Code syntax highlighting not working in Document page
300 * Fixed: Git blame/annotate fails on moved files
371 * Fixed: Git blame/annotate fails on moved files
301 * Fixed: Failing test in test_show_atom
372 * Fixed: Failing test in test_show_atom
302 * Fixed: Migrate from trac - not displayed Wikis
373 * Fixed: Migrate from trac - not displayed Wikis
303 * Fixed: Email notifications on file upload sent to empty recipient list
374 * Fixed: Email notifications on file upload sent to empty recipient list
304 * Fixed: Migrating from trac is not possible, fails to allocate memory
375 * Fixed: Migrating from trac is not possible, fails to allocate memory
305 * Fixed: Lost password no longer flashes a confirmation message
376 * Fixed: Lost password no longer flashes a confirmation message
306 * Fixed: Crash while deleting in-use enumeration
377 * Fixed: Crash while deleting in-use enumeration
307 * Fixed: Hard coded English string at the selection of issue watchers
378 * Fixed: Hard coded English string at the selection of issue watchers
308 * Fixed: Bazaar v2.1.0 changed behaviour
379 * Fixed: Bazaar v2.1.0 changed behaviour
309 * Fixed: Roadmap display can raise an exception if no trackers are selected
380 * Fixed: Roadmap display can raise an exception if no trackers are selected
310 * Fixed: Gravatar breaks layout of "logged in" page
381 * Fixed: Gravatar breaks layout of "logged in" page
311 * Fixed: Reposman.rb on Windows
382 * Fixed: Reposman.rb on Windows
312 * Fixed: Possible error 500 while moving an issue to another project with SQLite
383 * Fixed: Possible error 500 while moving an issue to another project with SQLite
313 * Fixed: backslashes in issue description/note should be escaped when quoted
384 * Fixed: backslashes in issue description/note should be escaped when quoted
314 * Fixed: Long text in <pre> disrupts Associated revisions
385 * Fixed: Long text in <pre> disrupts Associated revisions
315 * Fixed: Links to missing wiki pages not red on project overview page
386 * Fixed: Links to missing wiki pages not red on project overview page
316 * Fixed: Cannot delete a project with subprojects that shares versions
387 * Fixed: Cannot delete a project with subprojects that shares versions
317 * Fixed: Update of Subversion changesets broken under Solaris
388 * Fixed: Update of Subversion changesets broken under Solaris
318 * Fixed: "Move issues" permission not working for Non member
389 * Fixed: "Move issues" permission not working for Non member
319 * Fixed: Sidebar overlap on Users tab of Group editor
390 * Fixed: Sidebar overlap on Users tab of Group editor
320 * Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
391 * Fixed: Error on db:migrate with table prefix set (hardcoded name in principal.rb)
321 * Fixed: Report shows sub-projects for non-members
392 * Fixed: Report shows sub-projects for non-members
322 * Fixed: 500 internal error when browsing any Redmine page in epiphany
393 * Fixed: 500 internal error when browsing any Redmine page in epiphany
323 * Fixed: Watchers selection lost when issue creation fails
394 * Fixed: Watchers selection lost when issue creation fails
324 * Fixed: When copying projects, redmine should not generate an email to people who created issues
395 * Fixed: When copying projects, redmine should not generate an email to people who created issues
325 * Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
396 * Fixed: Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
326 * Fixed: Plugin generators should display help if no parameter is given
397 * Fixed: Plugin generators should display help if no parameter is given
327
398
328
399
329 == 2010-02-28 v0.9.3
400 == 2010-02-28 v0.9.3
330
401
331 * Adds filter for system shared versions on the cross project issue list
402 * Adds filter for system shared versions on the cross project issue list
332 * Makes project identifiers searchable
403 * Makes project identifiers searchable
333 * Remove invalid utf8 sequences from commit comments and author name
404 * Remove invalid utf8 sequences from commit comments and author name
334 * Fixed: Wrong link when "http" not included in project "Homepage" link
405 * Fixed: Wrong link when "http" not included in project "Homepage" link
335 * Fixed: Escaping in html email templates
406 * Fixed: Escaping in html email templates
336 * Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
407 * Fixed: Pound (#) followed by number with leading zero (0) removes leading zero when rendered in wiki
337 * Fixed: Deselecting textile text formatting causes interning empty string errors
408 * Fixed: Deselecting textile text formatting causes interning empty string errors
338 * Fixed: error with postgres when entering a non-numeric id for an issue relation
409 * Fixed: error with postgres when entering a non-numeric id for an issue relation
339 * Fixed: div.task incorrectly wrapping on Gantt Chart
410 * Fixed: div.task incorrectly wrapping on Gantt Chart
340 * Fixed: Project copy loses wiki pages hierarchy
411 * Fixed: Project copy loses wiki pages hierarchy
341 * Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
412 * Fixed: parent project field doesn't include blank value when a member with 'add subproject' permission edits a child project
342 * Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
413 * Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects
343 * Fixed: Duplicated project name for subproject version on gantt chart
414 * Fixed: Duplicated project name for subproject version on gantt chart
344 * Fixed: roadmap shows subprojects issues even if subprojects is unchecked
415 * Fixed: roadmap shows subprojects issues even if subprojects is unchecked
345 * Fixed: IndexError if all the :last menu items are deleted from a menu
416 * Fixed: IndexError if all the :last menu items are deleted from a menu
346 * Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
417 * Fixed: Very high CPU usage for a long time when fetching commits from a large Git repository
347
418
348
419
349 == 2010-02-07 v0.9.2
420 == 2010-02-07 v0.9.2
350
421
351 * Fixed: Sub-project repository commits not displayed on parent project issues
422 * Fixed: Sub-project repository commits not displayed on parent project issues
352 * Fixed: Potential security leak on my page calendar
423 * Fixed: Potential security leak on my page calendar
353 * Fixed: Project tree structure is broken by deleting the project with the subproject
424 * Fixed: Project tree structure is broken by deleting the project with the subproject
354 * Fixed: Error message shown duplicated when creating a new group
425 * Fixed: Error message shown duplicated when creating a new group
355 * Fixed: Firefox cuts off large pages
426 * Fixed: Firefox cuts off large pages
356 * Fixed: Invalid format parameter returns a DoubleRenderError on issues index
427 * Fixed: Invalid format parameter returns a DoubleRenderError on issues index
357 * Fixed: Unnecessary Quote button on locked forum message
428 * Fixed: Unnecessary Quote button on locked forum message
358 * Fixed: Error raised when trying to view the gantt or calendar with a grouped query
429 * Fixed: Error raised when trying to view the gantt or calendar with a grouped query
359 * Fixed: PDF support for Korean locale
430 * Fixed: PDF support for Korean locale
360 * Fixed: Deprecation warning in extra/svn/reposman.rb
431 * Fixed: Deprecation warning in extra/svn/reposman.rb
361
432
362
433
363 == 2010-01-30 v0.9.1
434 == 2010-01-30 v0.9.1
364
435
365 * Vertical alignment for inline images in formatted text set to 'middle'
436 * Vertical alignment for inline images in formatted text set to 'middle'
366 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
437 * Fixed: Redmine.pm error "closing dbh with active statement handles at /usr/lib/perl5/Apache/Redmine.pm"
367 * Fixed: copyright year in footer set to 2010
438 * Fixed: copyright year in footer set to 2010
368 * Fixed: Trac migration script may not output query lines
439 * Fixed: Trac migration script may not output query lines
369 * Fixed: Email notifications may affect language of notice messages on the UI
440 * Fixed: Email notifications may affect language of notice messages on the UI
370 * Fixed: Can not search for 2 letters word
441 * Fixed: Can not search for 2 letters word
371 * Fixed: Attachments get saved on issue update even if validation fails
442 * Fixed: Attachments get saved on issue update even if validation fails
372 * Fixed: Tab's 'border-bottom' not absent when selected
443 * Fixed: Tab's 'border-bottom' not absent when selected
373 * Fixed: Issue summary tables that list by user are not sorted
444 * Fixed: Issue summary tables that list by user are not sorted
374 * Fixed: Issue pdf export fails if target version is set
445 * Fixed: Issue pdf export fails if target version is set
375 * Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
446 * Fixed: Issue list export to PDF breaks when issues are sorted by a custom field
376 * Fixed: SQL error when adding a group
447 * Fixed: SQL error when adding a group
377 * Fixes: Min password length during password reset always displays as 4 chars
448 * Fixes: Min password length during password reset always displays as 4 chars
378
449
379
450
380 == 2010-01-09 v0.9.0 (Release candidate)
451 == 2010-01-09 v0.9.0 (Release candidate)
381
452
382 * Unlimited subproject nesting
453 * Unlimited subproject nesting
383 * Multiple roles per user per project
454 * Multiple roles per user per project
384 * User groups
455 * User groups
385 * Inheritence of versions
456 * Inheritence of versions
386 * OpenID login
457 * OpenID login
387 * "Watched by me" issue filter
458 * "Watched by me" issue filter
388 * Project copy
459 * Project copy
389 * Project creation by non admin users
460 * Project creation by non admin users
390 * Accept emails from anyone on a private project
461 * Accept emails from anyone on a private project
391 * Add email notification on Wiki changes
462 * Add email notification on Wiki changes
392 * Make issue description non-required field
463 * Make issue description non-required field
393 * Custom fields for Versions
464 * Custom fields for Versions
394 * Being able to sort the issue list by custom fields
465 * Being able to sort the issue list by custom fields
395 * Ability to close versions
466 * Ability to close versions
396 * User display/editing of custom fields attached to their user profile
467 * User display/editing of custom fields attached to their user profile
397 * Add "follows" issue relation
468 * Add "follows" issue relation
398 * Copy workflows between trackers and roles
469 * Copy workflows between trackers and roles
399 * Defaults enabled modules list for project creation
470 * Defaults enabled modules list for project creation
400 * Weighted version completion percentage on the roadmap
471 * Weighted version completion percentage on the roadmap
401 * Autocreate user account when user submits email that creates new issue
472 * Autocreate user account when user submits email that creates new issue
402 * CSS class on overdue issues on the issue list
473 * CSS class on overdue issues on the issue list
403 * Enable tracker update on issue edit form
474 * Enable tracker update on issue edit form
404 * Remove issue watchers
475 * Remove issue watchers
405 * Ability to move threads between project forums
476 * Ability to move threads between project forums
406 * Changed custom field "Possible values" to a textarea
477 * Changed custom field "Possible values" to a textarea
407 * Adds projects association on tracker form
478 * Adds projects association on tracker form
408 * Set session store to cookie store by default
479 * Set session store to cookie store by default
409 * Set a default wiki page on project creation
480 * Set a default wiki page on project creation
410 * Roadmap for main project should see Roadmaps for sub projects
481 * Roadmap for main project should see Roadmaps for sub projects
411 * Ticket grouping on the issue list
482 * Ticket grouping on the issue list
412 * Hierarchical Project links in the page header
483 * Hierarchical Project links in the page header
413 * Allow My Page blocks to be added to from a plugin
484 * Allow My Page blocks to be added to from a plugin
414 * Sort issues by multiple columns
485 * Sort issues by multiple columns
415 * Filters of saved query are now visible and be adjusted without editing the query
486 * Filters of saved query are now visible and be adjusted without editing the query
416 * Saving "sort order" in custom queries
487 * Saving "sort order" in custom queries
417 * Url to fetch changesets for a repository
488 * Url to fetch changesets for a repository
418 * Managers able to create subprojects
489 * Managers able to create subprojects
419 * Issue Totals on My Page Modules
490 * Issue Totals on My Page Modules
420 * Convert Enumerations to single table inheritance (STI)
491 * Convert Enumerations to single table inheritance (STI)
421 * Allow custom my_page blocks to define drop-down names
492 * Allow custom my_page blocks to define drop-down names
422 * "View Issues" user permission added
493 * "View Issues" user permission added
423 * Ask user what to do with child pages when deleting a parent wiki page
494 * Ask user what to do with child pages when deleting a parent wiki page
424 * Contextual quick search
495 * Contextual quick search
425 * Allow resending of password by email
496 * Allow resending of password by email
426 * Change reply subject to be a link to the reply itself
497 * Change reply subject to be a link to the reply itself
427 * Include Logged Time as part of the project's Activity history
498 * Include Logged Time as part of the project's Activity history
428 * REST API for authentication
499 * REST API for authentication
429 * Browse through Git branches
500 * Browse through Git branches
430 * Setup Object Daddy to replace test fixtures
501 * Setup Object Daddy to replace test fixtures
431 * Setup shoulda to make it easier to test
502 * Setup shoulda to make it easier to test
432 * Custom fields and overrides on Enumerations
503 * Custom fields and overrides on Enumerations
433 * Add or remove columns from the issue list
504 * Add or remove columns from the issue list
434 * Ability to add new version from issues screen
505 * Ability to add new version from issues screen
435 * Setting to choose which day calendars start
506 * Setting to choose which day calendars start
436 * Asynchronous email delivery method
507 * Asynchronous email delivery method
437 * RESTful URLs for (almost) everything
508 * RESTful URLs for (almost) everything
438 * Include issue status in search results and activity pages
509 * Include issue status in search results and activity pages
439 * Add email to admin user search filter
510 * Add email to admin user search filter
440 * Proper content type for plain text mails
511 * Proper content type for plain text mails
441 * Default value of project jump box
512 * Default value of project jump box
442 * Tree based menus
513 * Tree based menus
443 * Ability to use issue status to update percent done
514 * Ability to use issue status to update percent done
444 * Second set of issue "Action Links" at the bottom of an issue page
515 * Second set of issue "Action Links" at the bottom of an issue page
445 * Proper exist status code for rdm-mailhandler.rb
516 * Proper exist status code for rdm-mailhandler.rb
446 * Remove incoming email body via a delimiter
517 * Remove incoming email body via a delimiter
447 * Fixed: Custom querry 'Export to PDF' ignores field selection
518 * Fixed: Custom querry 'Export to PDF' ignores field selection
448 * Fixed: Related e-mail notifications aren't threaded
519 * Fixed: Related e-mail notifications aren't threaded
449 * Fixed: No warning when the creation of a categories from the issue form fails
520 * Fixed: No warning when the creation of a categories from the issue form fails
450 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
521 * Fixed: Actually block issues from closing when relation 'blocked by' isn't closed
451 * Fixed: Include both first and last name when sorting by users
522 * Fixed: Include both first and last name when sorting by users
452 * Fixed: Table cell with multiple line text
523 * Fixed: Table cell with multiple line text
453 * Fixed: Project overview page shows disabled trackers
524 * Fixed: Project overview page shows disabled trackers
454 * Fixed: Cross project issue relations and user permissions
525 * Fixed: Cross project issue relations and user permissions
455 * Fixed: My page shows tickets the user doesn't have access to
526 * Fixed: My page shows tickets the user doesn't have access to
456 * Fixed: TOC does not parse wiki page reference links with description
527 * Fixed: TOC does not parse wiki page reference links with description
457 * Fixed: Target version-list on bulk edit form is incorrectly sorted
528 * Fixed: Target version-list on bulk edit form is incorrectly sorted
458 * Fixed: Cannot modify/delete project named "Documents"
529 * Fixed: Cannot modify/delete project named "Documents"
459 * Fixed: Email address in brackets breaks html
530 * Fixed: Email address in brackets breaks html
460 * Fixed: Timelog detail loose issue filter passing to report tab
531 * Fixed: Timelog detail loose issue filter passing to report tab
461 * Fixed: Inform about custom field's name maximum length
532 * Fixed: Inform about custom field's name maximum length
462 * Fixed: Activity page and Atom feed links contain project id instead of identifier
533 * Fixed: Activity page and Atom feed links contain project id instead of identifier
463 * Fixed: no Atom key for forums with only 1 forum
534 * Fixed: no Atom key for forums with only 1 forum
464 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
535 * Fixed: When reading RSS feed in MS Outlook, the inline links are broken.
465 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
536 * Fixed: Sometimes new posts don't show up in the topic list of a forum.
466 * Fixed: The all/active filter selection in the project view does not stick.
537 * Fixed: The all/active filter selection in the project view does not stick.
467 * Fixed: Login box has Different width
538 * Fixed: Login box has Different width
468 * Fixed: User removed from project - still getting project update emails
539 * Fixed: User removed from project - still getting project update emails
469 * Fixed: Project with the identifier of 'new' cannot be viewed
540 * Fixed: Project with the identifier of 'new' cannot be viewed
470 * Fixed: Artefacts in search view (Cyrillic)
541 * Fixed: Artefacts in search view (Cyrillic)
471 * Fixed: Allow [#id] as subject to reply by email
542 * Fixed: Allow [#id] as subject to reply by email
472 * Fixed: Wrong language used when closing an issue via a commit message
543 * Fixed: Wrong language used when closing an issue via a commit message
473 * Fixed: email handler drops emails for new issues with no subject
544 * Fixed: email handler drops emails for new issues with no subject
474 * Fixed: Calendar misspelled under Roles/Permissions
545 * Fixed: Calendar misspelled under Roles/Permissions
475 * Fixed: Emails from no-reply redmine's address hell cycle
546 * Fixed: Emails from no-reply redmine's address hell cycle
476 * Fixed: child_pages macro fails on wiki page history
547 * Fixed: child_pages macro fails on wiki page history
477 * Fixed: Pre-filled time tracking date ignores timezone
548 * Fixed: Pre-filled time tracking date ignores timezone
478 * Fixed: Links on locked users lead to 404 page
549 * Fixed: Links on locked users lead to 404 page
479 * Fixed: Page changes in issue-list when using context menu
550 * Fixed: Page changes in issue-list when using context menu
480 * Fixed: diff parser removes lines starting with multiple dashes
551 * Fixed: diff parser removes lines starting with multiple dashes
481 * Fixed: Quoting in forums resets message subject
552 * Fixed: Quoting in forums resets message subject
482 * Fixed: Editing issue comment removes quote link
553 * Fixed: Editing issue comment removes quote link
483 * Fixed: Redmine.pm ignore browse_repository permission
554 * Fixed: Redmine.pm ignore browse_repository permission
484 * Fixed: text formatting breaks on [msg1][msg2]
555 * Fixed: text formatting breaks on [msg1][msg2]
485 * Fixed: Spent Time Default Value of 0.0
556 * Fixed: Spent Time Default Value of 0.0
486 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
557 * Fixed: Wiki pages in search results are referenced by project number, not by project identifier.
487 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
558 * Fixed: When logging in via an autologin cookie the user's last_login_on should be updated
488 * Fixed: 50k users cause problems in project->settings->members screen
559 * Fixed: 50k users cause problems in project->settings->members screen
489 * Fixed: Document timestamp needs to show updated timestamps
560 * Fixed: Document timestamp needs to show updated timestamps
490 * Fixed: Users getting notifications for issues they are no longer allowed to view
561 * Fixed: Users getting notifications for issues they are no longer allowed to view
491 * Fixed: issue summary counts should link to the issue list without subprojects
562 * Fixed: issue summary counts should link to the issue list without subprojects
492 * Fixed: 'Delete' link on LDAP list has no effect
563 * Fixed: 'Delete' link on LDAP list has no effect
493
564
494
565
495 == 2009-11-15 v0.8.7
566 == 2009-11-15 v0.8.7
496
567
497 * Fixed: Hide paragraph terminator at the end of headings on html export
568 * Fixed: Hide paragraph terminator at the end of headings on html export
498 * Fixed: pre tags containing "<pre*"
569 * Fixed: pre tags containing "<pre*"
499 * Fixed: First date of the date range not included in the time report with SQLite
570 * Fixed: First date of the date range not included in the time report with SQLite
500 * Fixed: Password field not styled correctly on alternative stylesheet
571 * Fixed: Password field not styled correctly on alternative stylesheet
501 * Fixed: Error when sumbitting a POST request that requires a login
572 * Fixed: Error when sumbitting a POST request that requires a login
502 * Fixed: CSRF vulnerabilities
573 * Fixed: CSRF vulnerabilities
503
574
504
575
505 == 2009-11-04 v0.8.6
576 == 2009-11-04 v0.8.6
506
577
507 * Change links to closed issues to be a grey color
578 * Change links to closed issues to be a grey color
508 * Change subversion adapter to not cache authentication and run non interactively
579 * Change subversion adapter to not cache authentication and run non interactively
509 * Fixed: Custom Values with a nil value cause HTTP error 500
580 * Fixed: Custom Values with a nil value cause HTTP error 500
510 * Fixed: Failure to convert HTML entities when editing an Issue reply
581 * Fixed: Failure to convert HTML entities when editing an Issue reply
511 * Fixed: Error trying to show repository when there are no comments in a changeset
582 * Fixed: Error trying to show repository when there are no comments in a changeset
512 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
583 * Fixed: account/show/:user_id should not be accessible for other users not in your projects
513 * Fixed: XSS vulnerabilities
584 * Fixed: XSS vulnerabilities
514 * Fixed: IssuesController#destroy should accept POST only
585 * Fixed: IssuesController#destroy should accept POST only
515 * Fixed: Inline images in wiki headings
586 * Fixed: Inline images in wiki headings
516
587
517
588
518 == 2009-09-13 v0.8.5
589 == 2009-09-13 v0.8.5
519
590
520 * Incoming mail handler : Allow spaces between keywords and colon
591 * Incoming mail handler : Allow spaces between keywords and colon
521 * Do not require a non-word character after a comma in Redmine links
592 * Do not require a non-word character after a comma in Redmine links
522 * Include issue hyperlinks in reminder emails
593 * Include issue hyperlinks in reminder emails
523 * Prevent nil error when retrieving svn version
594 * Prevent nil error when retrieving svn version
524 * Various plugin hooks added
595 * Various plugin hooks added
525 * Add plugins information to script/about
596 * Add plugins information to script/about
526 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
597 * Fixed: 500 Internal Server Error is raised if add an empty comment to the news
527 * Fixed: Atom links for wiki pages are not correct
598 * Fixed: Atom links for wiki pages are not correct
528 * Fixed: Atom feeds leak email address
599 * Fixed: Atom feeds leak email address
529 * Fixed: Case sensitivity in Issue filtering
600 * Fixed: Case sensitivity in Issue filtering
530 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
601 * Fixed: When reading RSS feed, the inline-embedded images are not properly shown
531
602
532
603
533 == 2009-05-17 v0.8.4
604 == 2009-05-17 v0.8.4
534
605
535 * Allow textile mailto links
606 * Allow textile mailto links
536 * Fixed: memory consumption when uploading file
607 * Fixed: memory consumption when uploading file
537 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
608 * Fixed: Mercurial integration doesn't work if Redmine is installed in folder path containing space
538 * Fixed: an error is raised when no tab is available on project settings
609 * Fixed: an error is raised when no tab is available on project settings
539 * Fixed: insert image macro corrupts urls with excalamation marks
610 * Fixed: insert image macro corrupts urls with excalamation marks
540 * Fixed: error on cross-project gantt PNG export
611 * Fixed: error on cross-project gantt PNG export
541 * Fixed: self and alternate links in atom feeds do not respect Atom specs
612 * Fixed: self and alternate links in atom feeds do not respect Atom specs
542 * Fixed: accept any svn tunnel scheme in repository URL
613 * Fixed: accept any svn tunnel scheme in repository URL
543 * Fixed: issues/show should accept user's rss key
614 * Fixed: issues/show should accept user's rss key
544 * Fixed: consistency of custom fields display on the issue detail view
615 * Fixed: consistency of custom fields display on the issue detail view
545 * Fixed: wiki comments length validation is missing
616 * Fixed: wiki comments length validation is missing
546 * Fixed: weak autologin token generation algorithm causes duplicate tokens
617 * Fixed: weak autologin token generation algorithm causes duplicate tokens
547
618
548
619
549 == 2009-04-05 v0.8.3
620 == 2009-04-05 v0.8.3
550
621
551 * Separate project field and subject in cross-project issue view
622 * Separate project field and subject in cross-project issue view
552 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
623 * Ability to set language for redmine:load_default_data task using REDMINE_LANG environment variable
553 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
624 * Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task
554 * CSS classes to highlight own and assigned issues
625 * CSS classes to highlight own and assigned issues
555 * Hide "New file" link on wiki pages from printing
626 * Hide "New file" link on wiki pages from printing
556 * Flush buffer when asking for language in redmine:load_default_data task
627 * Flush buffer when asking for language in redmine:load_default_data task
557 * Minimum project identifier length set to 1
628 * Minimum project identifier length set to 1
558 * Include headers so that emails don't trigger vacation auto-responders
629 * Include headers so that emails don't trigger vacation auto-responders
559 * Fixed: Time entries csv export links for all projects are malformed
630 * Fixed: Time entries csv export links for all projects are malformed
560 * Fixed: Files without Version aren't visible in the Activity page
631 * Fixed: Files without Version aren't visible in the Activity page
561 * Fixed: Commit logs are centered in the repo browser
632 * Fixed: Commit logs are centered in the repo browser
562 * Fixed: News summary field content is not searchable
633 * Fixed: News summary field content is not searchable
563 * Fixed: Journal#save has a wrong signature
634 * Fixed: Journal#save has a wrong signature
564 * Fixed: Email footer signature convention
635 * Fixed: Email footer signature convention
565 * Fixed: Timelog report do not show time for non-versioned issues
636 * Fixed: Timelog report do not show time for non-versioned issues
566
637
567
638
568 == 2009-03-07 v0.8.2
639 == 2009-03-07 v0.8.2
569
640
570 * Send an email to the user when an administrator activates a registered user
641 * Send an email to the user when an administrator activates a registered user
571 * Strip keywords from received email body
642 * Strip keywords from received email body
572 * Footer updated to 2009
643 * Footer updated to 2009
573 * Show RSS-link even when no issues is found
644 * Show RSS-link even when no issues is found
574 * One click filter action in activity view
645 * One click filter action in activity view
575 * Clickable/linkable line #'s while browsing the repo or viewing a file
646 * Clickable/linkable line #'s while browsing the repo or viewing a file
576 * Links to versions on files list
647 * Links to versions on files list
577 * Added request and controller objects to the hooks by default
648 * Added request and controller objects to the hooks by default
578 * Fixed: exporting an issue with attachments to PDF raises an error
649 * Fixed: exporting an issue with attachments to PDF raises an error
579 * Fixed: "too few arguments" error may occur on activerecord error translation
650 * Fixed: "too few arguments" error may occur on activerecord error translation
580 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
651 * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read
581 * Fixed: visited links to closed tickets are not striked through with IE6
652 * Fixed: visited links to closed tickets are not striked through with IE6
582 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
653 * Fixed: MailHandler#plain_text_body returns nil if there was nothing to strip
583 * Fixed: MailHandler raises an error when processing an email without From header
654 * Fixed: MailHandler raises an error when processing an email without From header
584
655
585
656
586 == 2009-02-15 v0.8.1
657 == 2009-02-15 v0.8.1
587
658
588 * Select watchers on new issue form
659 * Select watchers on new issue form
589 * Issue description is no longer a required field
660 * Issue description is no longer a required field
590 * Files module: ability to add files without version
661 * Files module: ability to add files without version
591 * Jump to the current tab when using the project quick-jump combo
662 * Jump to the current tab when using the project quick-jump combo
592 * Display a warning if some attachments were not saved
663 * Display a warning if some attachments were not saved
593 * Import custom fields values from emails on issue creation
664 * Import custom fields values from emails on issue creation
594 * Show view/annotate/download links on entry and annotate views
665 * Show view/annotate/download links on entry and annotate views
595 * Admin Info Screen: Display if plugin assets directory is writable
666 * Admin Info Screen: Display if plugin assets directory is writable
596 * Adds a 'Create and continue' button on the new issue form
667 * Adds a 'Create and continue' button on the new issue form
597 * IMAP: add options to move received emails
668 * IMAP: add options to move received emails
598 * Do not show Category field when categories are not defined
669 * Do not show Category field when categories are not defined
599 * Lower the project identifier limit to a minimum of two characters
670 * Lower the project identifier limit to a minimum of two characters
600 * Add "closed" html class to closed entries in issue list
671 * Add "closed" html class to closed entries in issue list
601 * Fixed: broken redirect URL on login failure
672 * Fixed: broken redirect URL on login failure
602 * Fixed: Deleted files are shown when using Darcs
673 * Fixed: Deleted files are shown when using Darcs
603 * Fixed: Darcs adapter works on Win32 only
674 * Fixed: Darcs adapter works on Win32 only
604 * Fixed: syntax highlight doesn't appear in new ticket preview
675 * Fixed: syntax highlight doesn't appear in new ticket preview
605 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
676 * Fixed: email notification for changes I make still occurs when running Repository.fetch_changesets
606 * Fixed: no error is raised when entering invalid hours on the issue update form
677 * Fixed: no error is raised when entering invalid hours on the issue update form
607 * Fixed: Details time log report CSV export doesn't honour date format from settings
678 * Fixed: Details time log report CSV export doesn't honour date format from settings
608 * Fixed: invalid css classes on issue details
679 * Fixed: invalid css classes on issue details
609 * Fixed: Trac importer creates duplicate custom values
680 * Fixed: Trac importer creates duplicate custom values
610 * Fixed: inline attached image should not match partial filename
681 * Fixed: inline attached image should not match partial filename
611
682
612
683
613 == 2008-12-30 v0.8.0
684 == 2008-12-30 v0.8.0
614
685
615 * Setting added in order to limit the number of diff lines that should be displayed
686 * Setting added in order to limit the number of diff lines that should be displayed
616 * Makes logged-in username in topbar linking to
687 * Makes logged-in username in topbar linking to
617 * Mail handler: strip tags when receiving a html-only email
688 * Mail handler: strip tags when receiving a html-only email
618 * Mail handler: add watchers before sending notification
689 * Mail handler: add watchers before sending notification
619 * Adds a css class (overdue) to overdue issues on issue lists and detail views
690 * Adds a css class (overdue) to overdue issues on issue lists and detail views
620 * Fixed: project activity truncated after viewing user's activity
691 * Fixed: project activity truncated after viewing user's activity
621 * Fixed: email address entered for password recovery shouldn't be case-sensitive
692 * Fixed: email address entered for password recovery shouldn't be case-sensitive
622 * Fixed: default flag removed when editing a default enumeration
693 * Fixed: default flag removed when editing a default enumeration
623 * Fixed: default category ignored when adding a document
694 * Fixed: default category ignored when adding a document
624 * Fixed: error on repository user mapping when a repository username is blank
695 * Fixed: error on repository user mapping when a repository username is blank
625 * Fixed: Firefox cuts off large diffs
696 * Fixed: Firefox cuts off large diffs
626 * Fixed: CVS browser should not show dead revisions (deleted files)
697 * Fixed: CVS browser should not show dead revisions (deleted files)
627 * Fixed: escape double-quotes in image titles
698 * Fixed: escape double-quotes in image titles
628 * Fixed: escape textarea content when editing a issue note
699 * Fixed: escape textarea content when editing a issue note
629 * Fixed: JS error on context menu with IE
700 * Fixed: JS error on context menu with IE
630 * Fixed: bold syntax around single character in series doesn't work
701 * Fixed: bold syntax around single character in series doesn't work
631 * Fixed several XSS vulnerabilities
702 * Fixed several XSS vulnerabilities
632 * Fixed a SQL injection vulnerability
703 * Fixed a SQL injection vulnerability
633
704
634
705
635 == 2008-12-07 v0.8.0-rc1
706 == 2008-12-07 v0.8.0-rc1
636
707
637 * Wiki page protection
708 * Wiki page protection
638 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
709 * Wiki page hierarchy. Parent page can be assigned on the Rename screen
639 * Adds support for issue creation via email
710 * Adds support for issue creation via email
640 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
711 * Adds support for free ticket filtering and custom queries on Gantt chart and calendar
641 * Cross-project search
712 * Cross-project search
642 * Ability to search a project and its subprojects
713 * Ability to search a project and its subprojects
643 * Ability to search the projects the user belongs to
714 * Ability to search the projects the user belongs to
644 * Adds custom fields on time entries
715 * Adds custom fields on time entries
645 * Adds boolean and list custom fields for time entries as criteria on time report
716 * Adds boolean and list custom fields for time entries as criteria on time report
646 * Cross-project time reports
717 * Cross-project time reports
647 * Display latest user's activity on account/show view
718 * Display latest user's activity on account/show view
648 * Show last connexion time on user's page
719 * Show last connexion time on user's page
649 * Obfuscates email address on user's account page using javascript
720 * Obfuscates email address on user's account page using javascript
650 * wiki TOC rendered as an unordered list
721 * wiki TOC rendered as an unordered list
651 * Adds the ability to search for a user on the administration users list
722 * Adds the ability to search for a user on the administration users list
652 * Adds the ability to search for a project name or identifier on the administration projects list
723 * Adds the ability to search for a project name or identifier on the administration projects list
653 * Redirect user to the previous page after logging in
724 * Redirect user to the previous page after logging in
654 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
725 * Adds a permission 'view wiki edits' so that wiki history can be hidden to certain users
655 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
726 * Adds permissions for viewing the watcher list and adding new watchers on the issue detail view
656 * Adds permissions to let users edit and/or delete their messages
727 * Adds permissions to let users edit and/or delete their messages
657 * Link to activity view when displaying dates
728 * Link to activity view when displaying dates
658 * Hide Redmine version in atom feeds and pdf properties
729 * Hide Redmine version in atom feeds and pdf properties
659 * 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.
730 * 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.
660 * Sort users by their display names so that user dropdown lists are sorted alphabetically
731 * Sort users by their display names so that user dropdown lists are sorted alphabetically
661 * Adds estimated hours to issue filters
732 * Adds estimated hours to issue filters
662 * Switch order of current and previous revisions in side-by-side diff
733 * Switch order of current and previous revisions in side-by-side diff
663 * Render the commit changes list as a tree
734 * Render the commit changes list as a tree
664 * Adds watch/unwatch functionality at forum topic level
735 * Adds watch/unwatch functionality at forum topic level
665 * When moving an issue to another project, reassign it to the category with same name if any
736 * When moving an issue to another project, reassign it to the category with same name if any
666 * Adds child_pages macro for wiki pages
737 * Adds child_pages macro for wiki pages
667 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
738 * Use GET instead of POST on roadmap (#718), gantt and calendar forms
668 * Search engine: display total results count and count by result type
739 * Search engine: display total results count and count by result type
669 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
740 * Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file)
670 * Adds icons on search results
741 * Adds icons on search results
671 * Adds 'Edit' link on account/show for admin users
742 * Adds 'Edit' link on account/show for admin users
672 * Adds Lock/Unlock/Activate link on user edit screen
743 * Adds Lock/Unlock/Activate link on user edit screen
673 * Adds user count in status drop down on admin user list
744 * Adds user count in status drop down on admin user list
674 * Adds multi-levels blockquotes support by using > at the beginning of lines
745 * Adds multi-levels blockquotes support by using > at the beginning of lines
675 * Adds a Reply link to each issue note
746 * Adds a Reply link to each issue note
676 * Adds plain text only option for mail notifications
747 * Adds plain text only option for mail notifications
677 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
748 * Gravatar support for issue detail, user grid, and activity stream (disabled by default)
678 * Adds 'Delete wiki pages attachments' permission
749 * Adds 'Delete wiki pages attachments' permission
679 * Show the most recent file when displaying an inline image
750 * Show the most recent file when displaying an inline image
680 * Makes permission screens localized
751 * Makes permission screens localized
681 * AuthSource list: display associated users count and disable 'Delete' buton if any
752 * AuthSource list: display associated users count and disable 'Delete' buton if any
682 * Make the 'duplicates of' relation asymmetric
753 * Make the 'duplicates of' relation asymmetric
683 * Adds username to the password reminder email
754 * Adds username to the password reminder email
684 * Adds links to forum messages using message#id syntax
755 * Adds links to forum messages using message#id syntax
685 * Allow same name for custom fields on different object types
756 * Allow same name for custom fields on different object types
686 * One-click bulk edition using the issue list context menu within the same project
757 * One-click bulk edition using the issue list context menu within the same project
687 * 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.
758 * 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.
688 * Adds checkboxes toggle links on permissions report
759 * Adds checkboxes toggle links on permissions report
689 * Adds Trac-Like anchors on wiki headings
760 * Adds Trac-Like anchors on wiki headings
690 * Adds support for wiki links with anchor
761 * Adds support for wiki links with anchor
691 * Adds category to the issue context menu
762 * Adds category to the issue context menu
692 * Adds a workflow overview screen
763 * Adds a workflow overview screen
693 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
764 * Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename
694 * Dots allowed in custom field name
765 * Dots allowed in custom field name
695 * Adds posts quoting functionality
766 * Adds posts quoting functionality
696 * Adds an option to generate sequential project identifiers
767 * Adds an option to generate sequential project identifiers
697 * Adds mailto link on the user administration list
768 * Adds mailto link on the user administration list
698 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
769 * Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value
699 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
770 * Gantt chart: display issues that don't have a due date if they are assigned to a version with a date
700 * Change projects homepage limit to 255 chars
771 * Change projects homepage limit to 255 chars
701 * 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
772 * 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
702 * Adds "please select" to activity select box if no activity is set as default
773 * Adds "please select" to activity select box if no activity is set as default
703 * Do not silently ignore timelog validation failure on issue edit
774 * Do not silently ignore timelog validation failure on issue edit
704 * Adds a rake task to send reminder emails
775 * Adds a rake task to send reminder emails
705 * Allow empty cells in wiki tables
776 * Allow empty cells in wiki tables
706 * Makes wiki text formatter pluggable
777 * Makes wiki text formatter pluggable
707 * Adds back textile acronyms support
778 * Adds back textile acronyms support
708 * Remove pre tag attributes
779 * Remove pre tag attributes
709 * Plugin hooks
780 * Plugin hooks
710 * Pluggable admin menu
781 * Pluggable admin menu
711 * Plugins can provide activity content
782 * Plugins can provide activity content
712 * Moves plugin list to its own administration menu item
783 * Moves plugin list to its own administration menu item
713 * Adds url and author_url plugin attributes
784 * Adds url and author_url plugin attributes
714 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
785 * Adds Plugin#requires_redmine method so that plugin compatibility can be checked against current Redmine version
715 * Adds atom feed on time entries details
786 * Adds atom feed on time entries details
716 * Adds project name to issues feed title
787 * Adds project name to issues feed title
717 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
788 * Adds a css class on menu items in order to apply item specific styles (eg. icons)
718 * Adds a Redmine plugin generators
789 * Adds a Redmine plugin generators
719 * Adds timelog link to the issue context menu
790 * Adds timelog link to the issue context menu
720 * Adds links to the user page on various views
791 * Adds links to the user page on various views
721 * Turkish translation by Ismail Sezen
792 * Turkish translation by Ismail Sezen
722 * Catalan translation
793 * Catalan translation
723 * Vietnamese translation
794 * Vietnamese translation
724 * Slovak translation
795 * Slovak translation
725 * Better naming of activity feed if only one kind of event is displayed
796 * Better naming of activity feed if only one kind of event is displayed
726 * Enable syntax highlight on issues, messages and news
797 * Enable syntax highlight on issues, messages and news
727 * Add target version to the issue list context menu
798 * Add target version to the issue list context menu
728 * Hide 'Target version' filter if no version is defined
799 * Hide 'Target version' filter if no version is defined
729 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
800 * Add filters on cross-project issue list for custom fields marked as 'For all projects'
730 * Turn ftp urls into links
801 * Turn ftp urls into links
731 * Hiding the View Differences button when a wiki page's history only has one version
802 * Hiding the View Differences button when a wiki page's history only has one version
732 * Messages on a Board can now be sorted by the number of replies
803 * Messages on a Board can now be sorted by the number of replies
733 * Adds a class ('me') to events of the activity view created by current user
804 * Adds a class ('me') to events of the activity view created by current user
734 * Strip pre/code tags content from activity view events
805 * Strip pre/code tags content from activity view events
735 * Display issue notes in the activity view
806 * Display issue notes in the activity view
736 * Adds links to changesets atom feed on repository browser
807 * Adds links to changesets atom feed on repository browser
737 * Track project and tracker changes in issue history
808 * Track project and tracker changes in issue history
738 * Adds anchor to atom feed messages links
809 * Adds anchor to atom feed messages links
739 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
810 * Adds a key in lang files to set the decimal separator (point or comma) in csv exports
740 * Makes importer work with Trac 0.8.x
811 * Makes importer work with Trac 0.8.x
741 * Upgraded to Prototype 1.6.0.1
812 * Upgraded to Prototype 1.6.0.1
742 * File viewer for attached text files
813 * File viewer for attached text files
743 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
814 * Menu mapper: add support for :before, :after and :last options to #push method and add #delete method
744 * Removed inconsistent revision numbers on diff view
815 * Removed inconsistent revision numbers on diff view
745 * CVS: add support for modules names with spaces
816 * CVS: add support for modules names with spaces
746 * Log the user in after registration if account activation is not needed
817 * Log the user in after registration if account activation is not needed
747 * Mercurial adapter improvements
818 * Mercurial adapter improvements
748 * Trac importer: read session_attribute table to find user's email and real name
819 * Trac importer: read session_attribute table to find user's email and real name
749 * Ability to disable unused SCM adapters in application settings
820 * Ability to disable unused SCM adapters in application settings
750 * Adds Filesystem adapter
821 * Adds Filesystem adapter
751 * Clear changesets and changes with raw sql when deleting a repository for performance
822 * Clear changesets and changes with raw sql when deleting a repository for performance
752 * Redmine.pm now uses the 'commit access' permission defined in Redmine
823 * Redmine.pm now uses the 'commit access' permission defined in Redmine
753 * Reposman can create any type of scm (--scm option)
824 * Reposman can create any type of scm (--scm option)
754 * Reposman creates a repository if the 'repository' module is enabled at project level only
825 * Reposman creates a repository if the 'repository' module is enabled at project level only
755 * Display svn properties in the browser, svn >= 1.5.0 only
826 * Display svn properties in the browser, svn >= 1.5.0 only
756 * Reduces memory usage when importing large git repositories
827 * Reduces memory usage when importing large git repositories
757 * Wider SVG graphs in repository stats
828 * Wider SVG graphs in repository stats
758 * SubversionAdapter#entries performance improvement
829 * SubversionAdapter#entries performance improvement
759 * SCM browser: ability to download raw unified diffs
830 * SCM browser: ability to download raw unified diffs
760 * More detailed error message in log when scm command fails
831 * More detailed error message in log when scm command fails
761 * Adds support for file viewing with Darcs 2.0+
832 * Adds support for file viewing with Darcs 2.0+
762 * Check that git changeset is not in the database before creating it
833 * Check that git changeset is not in the database before creating it
763 * Unified diff viewer for attached files with .patch or .diff extension
834 * Unified diff viewer for attached files with .patch or .diff extension
764 * File size display with Bazaar repositories
835 * File size display with Bazaar repositories
765 * Git adapter: use commit time instead of author time
836 * Git adapter: use commit time instead of author time
766 * Prettier url for changesets
837 * Prettier url for changesets
767 * Makes changes link to entries on the revision view
838 * Makes changes link to entries on the revision view
768 * Adds a field on the repository view to browse at specific revision
839 * Adds a field on the repository view to browse at specific revision
769 * Adds new projects atom feed
840 * Adds new projects atom feed
770 * Added rake tasks to generate rcov code coverage reports
841 * Added rake tasks to generate rcov code coverage reports
771 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
842 * Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki
772 * Show the project hierarchy in the drop down list for new membership on user administration screen
843 * Show the project hierarchy in the drop down list for new membership on user administration screen
773 * Split user edit screen into tabs
844 * Split user edit screen into tabs
774 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
845 * Renames bundled RedCloth to RedCloth3 to avoid RedCloth 4 to be loaded instead
775 * Fixed: Roadmap crashes when a version has a due date > 2037
846 * Fixed: Roadmap crashes when a version has a due date > 2037
776 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
847 * Fixed: invalid effective date (eg. 99999-01-01) causes an error on version edition screen
777 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
848 * Fixed: login filter providing incorrect back_url for Redmine installed in sub-directory
778 * Fixed: logtime entry duplicated when edited from parent project
849 * Fixed: logtime entry duplicated when edited from parent project
779 * Fixed: wrong digest for text files under Windows
850 * Fixed: wrong digest for text files under Windows
780 * Fixed: associated revisions are displayed in wrong order on issue view
851 * Fixed: associated revisions are displayed in wrong order on issue view
781 * Fixed: Git Adapter date parsing ignores timezone
852 * Fixed: Git Adapter date parsing ignores timezone
782 * Fixed: Printing long roadmap doesn't split across pages
853 * Fixed: Printing long roadmap doesn't split across pages
783 * Fixes custom fields display order at several places
854 * Fixes custom fields display order at several places
784 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
855 * Fixed: urls containing @ are parsed as email adress by the wiki formatter
785 * Fixed date filters accuracy with SQLite
856 * Fixed date filters accuracy with SQLite
786 * Fixed: tokens not escaped in highlight_tokens regexp
857 * Fixed: tokens not escaped in highlight_tokens regexp
787 * Fixed Bazaar shared repository browsing
858 * Fixed Bazaar shared repository browsing
788 * Fixes platform determination under JRuby
859 * Fixes platform determination under JRuby
789 * Fixed: Estimated time in issue's journal should be rounded to two decimals
860 * Fixed: Estimated time in issue's journal should be rounded to two decimals
790 * Fixed: 'search titles only' box ignored after one search is done on titles only
861 * Fixed: 'search titles only' box ignored after one search is done on titles only
791 * Fixed: non-ASCII subversion path can't be displayed
862 * Fixed: non-ASCII subversion path can't be displayed
792 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
863 * Fixed: Inline images don't work if file name has upper case letters or if image is in BMP format
793 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
864 * Fixed: document listing shows on "my page" when viewing documents is disabled for the role
794 * Fixed: Latest news appear on the homepage for projects with the News module disabled
865 * Fixed: Latest news appear on the homepage for projects with the News module disabled
795 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
866 * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled
796 * Fixed: the default status is lost when reordering issue statuses
867 * Fixed: the default status is lost when reordering issue statuses
797 * Fixes error with Postgresql and non-UTF8 commit logs
868 * Fixes error with Postgresql and non-UTF8 commit logs
798 * Fixed: textile footnotes no longer work
869 * Fixed: textile footnotes no longer work
799 * Fixed: http links containing parentheses fail to reder correctly
870 * Fixed: http links containing parentheses fail to reder correctly
800 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
871 * Fixed: GitAdapter#get_rev should use current branch instead of hardwiring master
801
872
802
873
803 == 2008-07-06 v0.7.3
874 == 2008-07-06 v0.7.3
804
875
805 * Allow dot in firstnames and lastnames
876 * Allow dot in firstnames and lastnames
806 * Add project name to cross-project Atom feeds
877 * Add project name to cross-project Atom feeds
807 * Encoding set to utf8 in example database.yml
878 * Encoding set to utf8 in example database.yml
808 * HTML titles on forums related views
879 * HTML titles on forums related views
809 * Fixed: various XSS vulnerabilities
880 * Fixed: various XSS vulnerabilities
810 * Fixed: Entourage (and some old client) fails to correctly render notification styles
881 * Fixed: Entourage (and some old client) fails to correctly render notification styles
811 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
882 * Fixed: Fixed: timelog redirects inappropriately when :back_url is blank
812 * Fixed: wrong relative paths to images in wiki_syntax.html
883 * Fixed: wrong relative paths to images in wiki_syntax.html
813
884
814
885
815 == 2008-06-15 v0.7.2
886 == 2008-06-15 v0.7.2
816
887
817 * "New Project" link on Projects page
888 * "New Project" link on Projects page
818 * Links to repository directories on the repo browser
889 * Links to repository directories on the repo browser
819 * Move status to front in Activity View
890 * Move status to front in Activity View
820 * Remove edit step from Status context menu
891 * Remove edit step from Status context menu
821 * Fixed: No way to do textile horizontal rule
892 * Fixed: No way to do textile horizontal rule
822 * Fixed: Repository: View differences doesn't work
893 * Fixed: Repository: View differences doesn't work
823 * Fixed: attachement's name maybe invalid.
894 * Fixed: attachement's name maybe invalid.
824 * Fixed: Error when creating a new issue
895 * Fixed: Error when creating a new issue
825 * Fixed: NoMethodError on @available_filters.has_key?
896 * Fixed: NoMethodError on @available_filters.has_key?
826 * Fixed: Check All / Uncheck All in Email Settings
897 * Fixed: Check All / Uncheck All in Email Settings
827 * Fixed: "View differences" of one file at /repositories/revision/ fails
898 * Fixed: "View differences" of one file at /repositories/revision/ fails
828 * Fixed: Column width in "my page"
899 * Fixed: Column width in "my page"
829 * Fixed: private subprojects are listed on Issues view
900 * Fixed: private subprojects are listed on Issues view
830 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
901 * Fixed: Textile: bold, italics, underline, etc... not working after parentheses
831 * Fixed: Update issue form: comment field from log time end out of screen
902 * Fixed: Update issue form: comment field from log time end out of screen
832 * Fixed: Editing role: "issue can be assigned to this role" out of box
903 * Fixed: Editing role: "issue can be assigned to this role" out of box
833 * Fixed: Unable use angular braces after include word
904 * Fixed: Unable use angular braces after include word
834 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
905 * Fixed: Using '*' as keyword for repository referencing keywords doesn't work
835 * Fixed: Subversion repository "View differences" on each file rise ERROR
906 * Fixed: Subversion repository "View differences" on each file rise ERROR
836 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
907 * Fixed: View differences for individual file of a changeset fails if the repository URL doesn't point to the repository root
837 * Fixed: It is possible to lock out the last admin account
908 * Fixed: It is possible to lock out the last admin account
838 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
909 * Fixed: Wikis are viewable for anonymous users on public projects, despite not granting access
839 * Fixed: Issue number display clipped on 'my issues'
910 * Fixed: Issue number display clipped on 'my issues'
840 * Fixed: Roadmap version list links not carrying state
911 * Fixed: Roadmap version list links not carrying state
841 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
912 * Fixed: Log Time fieldset in IssueController#edit doesn't set default Activity as default
842 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
913 * Fixed: git's "get_rev" API should use repo's current branch instead of hardwiring "master"
843 * Fixed: browser's language subcodes ignored
914 * Fixed: browser's language subcodes ignored
844 * Fixed: Error on project selection with numeric (only) identifier.
915 * Fixed: Error on project selection with numeric (only) identifier.
845 * Fixed: Link to PDF doesn't work after creating new issue
916 * Fixed: Link to PDF doesn't work after creating new issue
846 * Fixed: "Replies" should not be shown on forum threads that are locked
917 * Fixed: "Replies" should not be shown on forum threads that are locked
847 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
918 * Fixed: SVN errors lead to svn username/password being displayed to end users (security issue)
848 * Fixed: http links containing hashes don't display correct
919 * Fixed: http links containing hashes don't display correct
849 * Fixed: Allow ampersands in Enumeration names
920 * Fixed: Allow ampersands in Enumeration names
850 * Fixed: Atom link on saved query does not include query_id
921 * Fixed: Atom link on saved query does not include query_id
851 * Fixed: Logtime info lost when there's an error updating an issue
922 * Fixed: Logtime info lost when there's an error updating an issue
852 * Fixed: TOC does not parse colorization markups
923 * Fixed: TOC does not parse colorization markups
853 * Fixed: CVS: add support for modules names with spaces
924 * Fixed: CVS: add support for modules names with spaces
854 * Fixed: Bad rendering on projects/add
925 * Fixed: Bad rendering on projects/add
855 * Fixed: exception when viewing differences on cvs
926 * Fixed: exception when viewing differences on cvs
856 * Fixed: export issue to pdf will messup when use Chinese language
927 * Fixed: export issue to pdf will messup when use Chinese language
857 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
928 * Fixed: Redmine::Scm::Adapters::GitAdapter#get_rev ignored GIT_BIN constant
858 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
929 * Fixed: Adding non-ASCII new issue type in the New Issue page have encoding error using IE
859 * Fixed: Importing from trac : some wiki links are messed
930 * Fixed: Importing from trac : some wiki links are messed
860 * Fixed: Incorrect weekend definition in Hebrew calendar locale
931 * Fixed: Incorrect weekend definition in Hebrew calendar locale
861 * Fixed: Atom feeds don't provide author section for repository revisions
932 * Fixed: Atom feeds don't provide author section for repository revisions
862 * Fixed: In Activity views, changesets titles can be multiline while they should not
933 * Fixed: In Activity views, changesets titles can be multiline while they should not
863 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
934 * Fixed: Ignore unreadable subversion directories (read disabled using authz)
864 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
935 * Fixed: lib/SVG/Graph/Graph.rb can't externalize stylesheets
865 * Fixed: Close statement handler in Redmine.pm
936 * Fixed: Close statement handler in Redmine.pm
866
937
867
938
868 == 2008-05-04 v0.7.1
939 == 2008-05-04 v0.7.1
869
940
870 * Thai translation added (Gampol Thitinilnithi)
941 * Thai translation added (Gampol Thitinilnithi)
871 * Translations updates
942 * Translations updates
872 * Escape HTML comment tags
943 * Escape HTML comment tags
873 * Prevent "can't convert nil into String" error when :sort_order param is not present
944 * Prevent "can't convert nil into String" error when :sort_order param is not present
874 * Fixed: Updating tickets add a time log with zero hours
945 * Fixed: Updating tickets add a time log with zero hours
875 * Fixed: private subprojects names are revealed on the project overview
946 * Fixed: private subprojects names are revealed on the project overview
876 * Fixed: Search for target version of "none" fails with postgres 8.3
947 * Fixed: Search for target version of "none" fails with postgres 8.3
877 * Fixed: Home, Logout, Login links shouldn't be absolute links
948 * Fixed: Home, Logout, Login links shouldn't be absolute links
878 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
949 * Fixed: 'Latest projects' box on the welcome screen should be hidden if there are no projects
879 * Fixed: error when using upcase language name in coderay
950 * Fixed: error when using upcase language name in coderay
880 * Fixed: error on Trac import when :due attribute is nil
951 * Fixed: error on Trac import when :due attribute is nil
881
952
882
953
883 == 2008-04-28 v0.7.0
954 == 2008-04-28 v0.7.0
884
955
885 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
956 * Forces Redmine to use rails 2.0.2 gem when vendor/rails is not present
886 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
957 * Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list.
887 * Add predefined date ranges to the time report
958 * Add predefined date ranges to the time report
888 * Time report can be done at issue level
959 * Time report can be done at issue level
889 * Various timelog report enhancements
960 * Various timelog report enhancements
890 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
961 * Accept the following formats for "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30
891 * Display the context menu above and/or to the left of the click if needed
962 * Display the context menu above and/or to the left of the click if needed
892 * Make the admin project files list sortable
963 * Make the admin project files list sortable
893 * Mercurial: display working directory files sizes unless browsing a specific revision
964 * Mercurial: display working directory files sizes unless browsing a specific revision
894 * Preserve status filter and page number when using lock/unlock/activate links on the users list
965 * Preserve status filter and page number when using lock/unlock/activate links on the users list
895 * Redmine.pm support for LDAP authentication
966 * Redmine.pm support for LDAP authentication
896 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
967 * Better error message and AR errors in log for failed LDAP on-the-fly user creation
897 * Redirected user to where he is coming from after logging hours
968 * Redirected user to where he is coming from after logging hours
898 * Warn user that subprojects are also deleted when deleting a project
969 * Warn user that subprojects are also deleted when deleting a project
899 * Include subprojects versions on calendar and gantt
970 * Include subprojects versions on calendar and gantt
900 * Notify project members when a message is posted if they want to receive notifications
971 * Notify project members when a message is posted if they want to receive notifications
901 * Fixed: Feed content limit setting has no effect
972 * Fixed: Feed content limit setting has no effect
902 * Fixed: Priorities not ordered when displayed as a filter in issue list
973 * Fixed: Priorities not ordered when displayed as a filter in issue list
903 * Fixed: can not display attached images inline in message replies
974 * Fixed: can not display attached images inline in message replies
904 * Fixed: Boards are not deleted when project is deleted
975 * Fixed: Boards are not deleted when project is deleted
905 * Fixed: trying to preview a new issue raises an exception with postgresql
976 * Fixed: trying to preview a new issue raises an exception with postgresql
906 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
977 * Fixed: single file 'View difference' links do not work because of duplicate slashes in url
907 * Fixed: inline image not displayed when including a wiki page
978 * Fixed: inline image not displayed when including a wiki page
908 * Fixed: CVS duplicate key violation
979 * Fixed: CVS duplicate key violation
909 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
980 * Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues
910 * Fixed: custom field filters behaviour
981 * Fixed: custom field filters behaviour
911 * Fixed: Postgresql 8.3 compatibility
982 * Fixed: Postgresql 8.3 compatibility
912 * Fixed: Links to repository directories don't work
983 * Fixed: Links to repository directories don't work
913
984
914
985
915 == 2008-03-29 v0.7.0-rc1
986 == 2008-03-29 v0.7.0-rc1
916
987
917 * Overall activity view and feed added, link is available on the project list
988 * Overall activity view and feed added, link is available on the project list
918 * Git VCS support
989 * Git VCS support
919 * Rails 2.0 sessions cookie store compatibility
990 * Rails 2.0 sessions cookie store compatibility
920 * Use project identifiers in urls instead of ids
991 * Use project identifiers in urls instead of ids
921 * Default configuration data can now be loaded from the administration screen
992 * Default configuration data can now be loaded from the administration screen
922 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
993 * Administration settings screen split to tabs (email notifications options moved to 'Settings')
923 * Project description is now unlimited and optional
994 * Project description is now unlimited and optional
924 * Wiki annotate view
995 * Wiki annotate view
925 * Escape HTML tag in textile content
996 * Escape HTML tag in textile content
926 * Add Redmine links to documents, versions, attachments and repository files
997 * Add Redmine links to documents, versions, attachments and repository files
927 * 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:
998 * 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:
928 * by using checkbox and/or the little pencil that will select/unselect all issues
999 * by using checkbox and/or the little pencil that will select/unselect all issues
929 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
1000 * by clicking on the rows (but not on the links), Ctrl and Shift keys can be used to select multiple issues
930 * 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)
1001 * 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)
931 * User display format is now configurable in administration settings
1002 * User display format is now configurable in administration settings
932 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
1003 * Issue list now supports bulk edit/move/delete (for a set of issues that belong to the same project)
933 * Merged 'change status', 'edit issue' and 'add note' actions:
1004 * Merged 'change status', 'edit issue' and 'add note' actions:
934 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
1005 * Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status
935 * '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
1006 * '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
936 * Details by assignees on issue summary view
1007 * Details by assignees on issue summary view
937 * '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
1008 * '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
938 * Change status select box default to current status
1009 * Change status select box default to current status
939 * Preview for issue notes, news and messages
1010 * Preview for issue notes, news and messages
940 * Optional description for attachments
1011 * Optional description for attachments
941 * 'Fixed version' label changed to 'Target version'
1012 * 'Fixed version' label changed to 'Target version'
942 * Let the user choose when deleting issues with reported hours to:
1013 * Let the user choose when deleting issues with reported hours to:
943 * delete the hours
1014 * delete the hours
944 * assign the hours to the project
1015 * assign the hours to the project
945 * reassign the hours to another issue
1016 * reassign the hours to another issue
946 * Date range filter and pagination on time entries detail view
1017 * Date range filter and pagination on time entries detail view
947 * Propagate time tracking to the parent project
1018 * Propagate time tracking to the parent project
948 * Switch added on the project activity view to include subprojects
1019 * Switch added on the project activity view to include subprojects
949 * Display total estimated and spent hours on the version detail view
1020 * Display total estimated and spent hours on the version detail view
950 * Weekly time tracking block for 'My page'
1021 * Weekly time tracking block for 'My page'
951 * Permissions to edit time entries
1022 * Permissions to edit time entries
952 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
1023 * Include subprojects on the issue list, calendar, gantt and timelog by default (can be turned off is administration settings)
953 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
1024 * Roadmap enhancements (separate related issues from wiki contents, leading h1 in version wiki pages is hidden, smaller wiki headings)
954 * Make versions with same date sorted by name
1025 * Make versions with same date sorted by name
955 * Allow issue list to be sorted by target version
1026 * Allow issue list to be sorted by target version
956 * Related changesets messages displayed on the issue details view
1027 * Related changesets messages displayed on the issue details view
957 * Create a journal and send an email when an issue is closed by commit
1028 * Create a journal and send an email when an issue is closed by commit
958 * Add 'Author' to the available columns for the issue list
1029 * Add 'Author' to the available columns for the issue list
959 * More appropriate default sort order on sortable columns
1030 * More appropriate default sort order on sortable columns
960 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
1031 * Add issue subject to the time entries view and issue subject, description and tracker to the csv export
961 * Permissions to edit issue notes
1032 * Permissions to edit issue notes
962 * Display date/time instead of date on files list
1033 * Display date/time instead of date on files list
963 * Do not show Roadmap menu item if the project doesn't define any versions
1034 * Do not show Roadmap menu item if the project doesn't define any versions
964 * Allow longer version names (60 chars)
1035 * Allow longer version names (60 chars)
965 * Ability to copy an existing workflow when creating a new role
1036 * Ability to copy an existing workflow when creating a new role
966 * Display custom fields in two columns on the issue form
1037 * Display custom fields in two columns on the issue form
967 * Added 'estimated time' in the csv export of the issue list
1038 * Added 'estimated time' in the csv export of the issue list
968 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
1039 * Display the last 30 days on the activity view rather than the current month (number of days can be configured in the application settings)
969 * Setting for whether new projects should be public by default
1040 * Setting for whether new projects should be public by default
970 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
1041 * User preference to choose how comments/replies are displayed: in chronological or reverse chronological order
971 * Added default value for custom fields
1042 * Added default value for custom fields
972 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
1043 * Added tabindex property on wiki toolbar buttons (to easily move from field to field using the tab key)
973 * Redirect to issue page after creating a new issue
1044 * Redirect to issue page after creating a new issue
974 * Wiki toolbar improvements (mainly for Firefox)
1045 * Wiki toolbar improvements (mainly for Firefox)
975 * Display wiki syntax quick ref link on all wiki textareas
1046 * Display wiki syntax quick ref link on all wiki textareas
976 * Display links to Atom feeds
1047 * Display links to Atom feeds
977 * Breadcrumb nav for the forums
1048 * Breadcrumb nav for the forums
978 * Show replies when choosing to display messages in the activity
1049 * Show replies when choosing to display messages in the activity
979 * Added 'include' macro to include another wiki page
1050 * Added 'include' macro to include another wiki page
980 * RedmineWikiFormatting page available as a static HTML file locally
1051 * RedmineWikiFormatting page available as a static HTML file locally
981 * Wrap diff content
1052 * Wrap diff content
982 * Strip out email address from authors in repository screens
1053 * Strip out email address from authors in repository screens
983 * Highlight the current item of the main menu
1054 * Highlight the current item of the main menu
984 * Added simple syntax highlighters for php and java languages
1055 * Added simple syntax highlighters for php and java languages
985 * Do not show empty diffs
1056 * Do not show empty diffs
986 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
1057 * Show explicit error message when the scm command failed (eg. when svn binary is not available)
987 * Lithuanian translation added (Sergej Jegorov)
1058 * Lithuanian translation added (Sergej Jegorov)
988 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
1059 * Ukrainan translation added (Natalia Konovka & Mykhaylo Sorochan)
989 * Danish translation added (Mads Vestergaard)
1060 * Danish translation added (Mads Vestergaard)
990 * Added i18n support to the jstoolbar and various settings screen
1061 * Added i18n support to the jstoolbar and various settings screen
991 * RedCloth's glyphs no longer user
1062 * RedCloth's glyphs no longer user
992 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
1063 * New icons for the wiki toolbar (from http://www.famfamfam.com/lab/icons/silk/)
993 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
1064 * The following menus can now be extended by plugins: top_menu, account_menu, application_menu
994 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
1065 * Added a simple rake task to fetch changesets from the repositories: rake redmine:fetch_changesets
995 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
1066 * Remove hardcoded "Redmine" strings in account related emails and use application title instead
996 * Mantis importer preserve bug ids
1067 * Mantis importer preserve bug ids
997 * Trac importer: Trac guide wiki pages skipped
1068 * Trac importer: Trac guide wiki pages skipped
998 * Trac importer: wiki attachments migration added
1069 * Trac importer: wiki attachments migration added
999 * Trac importer: support database schema for Trac migration
1070 * Trac importer: support database schema for Trac migration
1000 * Trac importer: support CamelCase links
1071 * Trac importer: support CamelCase links
1001 * Removes the Redmine version from the footer (can be viewed on admin -> info)
1072 * Removes the Redmine version from the footer (can be viewed on admin -> info)
1002 * Rescue and display an error message when trying to delete a role that is in use
1073 * Rescue and display an error message when trying to delete a role that is in use
1003 * 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
1074 * 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
1004 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
1075 * Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs
1005 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
1076 * Fixed: Gantt and calendar not properly refreshed (fragment caching removed)
1006 * Fixed: Textile image with style attribute cause internal server error
1077 * Fixed: Textile image with style attribute cause internal server error
1007 * Fixed: wiki TOC not rendered properly when used in an issue or document description
1078 * Fixed: wiki TOC not rendered properly when used in an issue or document description
1008 * Fixed: 'has already been taken' error message on username and email fields if left empty
1079 * Fixed: 'has already been taken' error message on username and email fields if left empty
1009 * Fixed: non-ascii attachement filename with IE
1080 * Fixed: non-ascii attachement filename with IE
1010 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
1081 * Fixed: wrong url for wiki syntax pop-up when Redmine urls are prefixed
1011 * Fixed: search for all words doesn't work
1082 * Fixed: search for all words doesn't work
1012 * Fixed: Do not show sticky and locked checkboxes when replying to a message
1083 * Fixed: Do not show sticky and locked checkboxes when replying to a message
1013 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
1084 * Fixed: Mantis importer: do not duplicate Mantis username in firstname and lastname if realname is blank
1014 * Fixed: Date custom fields not displayed as specified in application settings
1085 * Fixed: Date custom fields not displayed as specified in application settings
1015 * Fixed: titles not escaped in the activity view
1086 * Fixed: titles not escaped in the activity view
1016 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
1087 * Fixed: issue queries can not use custom fields marked as 'for all projects' in a project context
1017 * 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
1088 * 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
1018 * Fixed: locked users should not receive email notifications
1089 * Fixed: locked users should not receive email notifications
1019 * Fixed: custom field selection is not saved when unchecking them all on project settings
1090 * Fixed: custom field selection is not saved when unchecking them all on project settings
1020 * Fixed: can not lock a topic when creating it
1091 * Fixed: can not lock a topic when creating it
1021 * Fixed: Incorrect filtering for unset values when using 'is not' filter
1092 * Fixed: Incorrect filtering for unset values when using 'is not' filter
1022 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
1093 * Fixed: PostgreSQL issues_seq_id not updated when using Trac importer
1023 * Fixed: ajax pagination does not scroll up
1094 * Fixed: ajax pagination does not scroll up
1024 * Fixed: error when uploading a file with no content-type specified by the browser
1095 * Fixed: error when uploading a file with no content-type specified by the browser
1025 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
1096 * Fixed: wiki and changeset links not displayed when previewing issue description or notes
1026 * Fixed: 'LdapError: no bind result' error when authenticating
1097 * Fixed: 'LdapError: no bind result' error when authenticating
1027 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
1098 * Fixed: 'LdapError: invalid binding information' when no username/password are set on the LDAP account
1028 * Fixed: CVS repository doesn't work if port is used in the url
1099 * Fixed: CVS repository doesn't work if port is used in the url
1029 * Fixed: Email notifications: host name is missing in generated links
1100 * Fixed: Email notifications: host name is missing in generated links
1030 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
1101 * Fixed: Email notifications: referenced changesets, wiki pages, attachments... are not turned into links
1031 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
1102 * Fixed: Do not clear issue relations when moving an issue to another project if cross-project issue relations are allowed
1032 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
1103 * Fixed: "undefined method 'textilizable'" error on email notification when running Repository#fetch_changesets from the console
1033 * Fixed: Do not send an email with no recipient, cc or bcc
1104 * Fixed: Do not send an email with no recipient, cc or bcc
1034 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
1105 * Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.
1035 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
1106 * Fixed: Mercurial browsing under unix-like os and for directory depth > 2
1036 * Fixed: Wiki links with pipe can not be used in wiki tables
1107 * Fixed: Wiki links with pipe can not be used in wiki tables
1037 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
1108 * Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets
1038 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
1109 * Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql error with Postgresql
1039
1110
1040
1111
1041 == 2008-03-12 v0.6.4
1112 == 2008-03-12 v0.6.4
1042
1113
1043 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
1114 * Fixed: private projects name are displayed on account/show even if the current user doesn't have access to these private projects
1044 * Fixed: potential LDAP authentication security flaw
1115 * Fixed: potential LDAP authentication security flaw
1045 * Fixed: context submenus on the issue list don't show up with IE6.
1116 * Fixed: context submenus on the issue list don't show up with IE6.
1046 * Fixed: Themes are not applied with Rails 2.0
1117 * Fixed: Themes are not applied with Rails 2.0
1047 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
1118 * Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil
1048 * Fixed: Mercurial repository browsing
1119 * Fixed: Mercurial repository browsing
1049 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
1120 * Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails
1050 * Fixed: not null constraints not removed with Postgresql
1121 * Fixed: not null constraints not removed with Postgresql
1051 * Doctype set to transitional
1122 * Doctype set to transitional
1052
1123
1053
1124
1054 == 2007-12-18 v0.6.3
1125 == 2007-12-18 v0.6.3
1055
1126
1056 * Fixed: upload doesn't work in 'Files' section
1127 * Fixed: upload doesn't work in 'Files' section
1057
1128
1058
1129
1059 == 2007-12-16 v0.6.2
1130 == 2007-12-16 v0.6.2
1060
1131
1061 * Search engine: issue custom fields can now be searched
1132 * Search engine: issue custom fields can now be searched
1062 * News comments are now textilized
1133 * News comments are now textilized
1063 * Updated Japanese translation (Satoru Kurashiki)
1134 * Updated Japanese translation (Satoru Kurashiki)
1064 * Updated Chinese translation (Shortie Lo)
1135 * Updated Chinese translation (Shortie Lo)
1065 * Fixed Rails 2.0 compatibility bugs:
1136 * Fixed Rails 2.0 compatibility bugs:
1066 * Unable to create a wiki
1137 * Unable to create a wiki
1067 * Gantt and calendar error
1138 * Gantt and calendar error
1068 * Trac importer error (readonly? is defined by ActiveRecord)
1139 * Trac importer error (readonly? is defined by ActiveRecord)
1069 * Fixed: 'assigned to me' filter broken
1140 * Fixed: 'assigned to me' filter broken
1070 * Fixed: crash when validation fails on issue edition with no custom fields
1141 * Fixed: crash when validation fails on issue edition with no custom fields
1071 * Fixed: reposman "can't find group" error
1142 * Fixed: reposman "can't find group" error
1072 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
1143 * Fixed: 'LDAP account password is too long' error when leaving the field empty on creation
1073 * Fixed: empty lines when displaying repository files with Windows style eol
1144 * Fixed: empty lines when displaying repository files with Windows style eol
1074 * Fixed: missing body closing tag in repository annotate and entry views
1145 * Fixed: missing body closing tag in repository annotate and entry views
1075
1146
1076
1147
1077 == 2007-12-10 v0.6.1
1148 == 2007-12-10 v0.6.1
1078
1149
1079 * Rails 2.0 compatibility
1150 * Rails 2.0 compatibility
1080 * Custom fields can now be displayed as columns on the issue list
1151 * Custom fields can now be displayed as columns on the issue list
1081 * Added version details view (accessible from the roadmap)
1152 * Added version details view (accessible from the roadmap)
1082 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
1153 * Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account)
1083 * Added per-project tracker selection. Trackers can be selected on project settings
1154 * Added per-project tracker selection. Trackers can be selected on project settings
1084 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
1155 * Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums
1085 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
1156 * Forums: messages can now be edited/deleted (explicit permissions need to be given)
1086 * Forums: topics can be locked so that no reply can be added
1157 * Forums: topics can be locked so that no reply can be added
1087 * Forums: topics can be marked as sticky so that they always appear at the top of the list
1158 * Forums: topics can be marked as sticky so that they always appear at the top of the list
1088 * Forums: attachments can now be added to replies
1159 * Forums: attachments can now be added to replies
1089 * Added time zone support
1160 * Added time zone support
1090 * Added a setting to choose the account activation strategy (available in application settings)
1161 * Added a setting to choose the account activation strategy (available in application settings)
1091 * Added 'Classic' theme (inspired from the v0.51 design)
1162 * Added 'Classic' theme (inspired from the v0.51 design)
1092 * Added an alternate theme which provides issue list colorization based on issues priority
1163 * Added an alternate theme which provides issue list colorization based on issues priority
1093 * Added Bazaar SCM adapter
1164 * Added Bazaar SCM adapter
1094 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
1165 * Added Annotate/Blame view in the repository browser (except for Darcs SCM)
1095 * Diff style (inline or side by side) automatically saved as a user preference
1166 * Diff style (inline or side by side) automatically saved as a user preference
1096 * Added issues status changes on the activity view (by Cyril Mougel)
1167 * Added issues status changes on the activity view (by Cyril Mougel)
1097 * Added forums topics on the activity view (disabled by default)
1168 * Added forums topics on the activity view (disabled by default)
1098 * Added an option on 'My account' for users who don't want to be notified of changes that they make
1169 * Added an option on 'My account' for users who don't want to be notified of changes that they make
1099 * Trac importer now supports mysql and postgresql databases
1170 * Trac importer now supports mysql and postgresql databases
1100 * Trac importer improvements (by Mat Trudel)
1171 * Trac importer improvements (by Mat Trudel)
1101 * 'fixed version' field can now be displayed on the issue list
1172 * 'fixed version' field can now be displayed on the issue list
1102 * Added a couple of new formats for the 'date format' setting
1173 * Added a couple of new formats for the 'date format' setting
1103 * Added Traditional Chinese translation (by Shortie Lo)
1174 * Added Traditional Chinese translation (by Shortie Lo)
1104 * Added Russian translation (iGor kMeta)
1175 * Added Russian translation (iGor kMeta)
1105 * Project name format limitation removed (name can now contain any character)
1176 * Project name format limitation removed (name can now contain any character)
1106 * Project identifier maximum length changed from 12 to 20
1177 * Project identifier maximum length changed from 12 to 20
1107 * Changed the maximum length of LDAP account to 255 characters
1178 * Changed the maximum length of LDAP account to 255 characters
1108 * Removed the 12 characters limit on passwords
1179 * Removed the 12 characters limit on passwords
1109 * Added wiki macros support
1180 * Added wiki macros support
1110 * Performance improvement on workflow setup screen
1181 * Performance improvement on workflow setup screen
1111 * More detailed html title on several views
1182 * More detailed html title on several views
1112 * Custom fields can now be reordered
1183 * Custom fields can now be reordered
1113 * Search engine: search can be restricted to an exact phrase by using quotation marks
1184 * Search engine: search can be restricted to an exact phrase by using quotation marks
1114 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
1185 * Added custom fields marked as 'For all projects' to the csv export of the cross project issue list
1115 * Email notifications are now sent as Blind carbon copy by default
1186 * Email notifications are now sent as Blind carbon copy by default
1116 * Fixed: all members (including non active) should be deleted when deleting a project
1187 * Fixed: all members (including non active) should be deleted when deleting a project
1117 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
1188 * Fixed: Error on wiki syntax link (accessible from wiki/edit)
1118 * Fixed: 'quick jump to a revision' form on the revisions list
1189 * Fixed: 'quick jump to a revision' form on the revisions list
1119 * Fixed: error on admin/info if there's more than 1 plugin installed
1190 * Fixed: error on admin/info if there's more than 1 plugin installed
1120 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
1191 * Fixed: svn or ldap password can be found in clear text in the html source in editing mode
1121 * Fixed: 'Assigned to' drop down list is not sorted
1192 * Fixed: 'Assigned to' drop down list is not sorted
1122 * Fixed: 'View all issues' link doesn't work on issues/show
1193 * Fixed: 'View all issues' link doesn't work on issues/show
1123 * Fixed: error on account/register when validation fails
1194 * Fixed: error on account/register when validation fails
1124 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
1195 * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter'
1125 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
1196 * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt)
1126 * Fixed: Wrong feed URLs on the home page
1197 * Fixed: Wrong feed URLs on the home page
1127 * Fixed: Update of time entry fails when the issue has been moved to an other project
1198 * Fixed: Update of time entry fails when the issue has been moved to an other project
1128 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
1199 * Fixed: Error when moving an issue without changing its tracker (Postgresql)
1129 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
1200 * Fixed: Changes not recorded when using :pserver string (CVS adapter)
1130 * Fixed: admin should be able to move issues to any project
1201 * Fixed: admin should be able to move issues to any project
1131 * Fixed: adding an attachment is not possible when changing the status of an issue
1202 * Fixed: adding an attachment is not possible when changing the status of an issue
1132 * Fixed: No mime-types in documents/files downloading
1203 * Fixed: No mime-types in documents/files downloading
1133 * Fixed: error when sorting the messages if there's only one board for the project
1204 * Fixed: error when sorting the messages if there's only one board for the project
1134 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
1205 * Fixed: 'me' doesn't appear in the drop down filters on a project issue list.
1135
1206
1136 == 2007-11-04 v0.6.0
1207 == 2007-11-04 v0.6.0
1137
1208
1138 * Permission model refactoring.
1209 * Permission model refactoring.
1139 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
1210 * Permissions: there are now 2 builtin roles that can be used to specify permissions given to other users than members of projects
1140 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
1211 * Permissions: some permissions (eg. browse the repository) can be removed for certain roles
1141 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
1212 * Permissions: modules (eg. issue tracking, news, documents...) can be enabled/disabled at project level
1142 * Added Mantis and Trac importers
1213 * Added Mantis and Trac importers
1143 * New application layout
1214 * New application layout
1144 * Added "Bulk edit" functionality on the issue list
1215 * Added "Bulk edit" functionality on the issue list
1145 * More flexible mail notifications settings at user level
1216 * More flexible mail notifications settings at user level
1146 * 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
1217 * 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
1147 * 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
1218 * 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
1148 * Added the ability to customize issue list columns (at application level or for each saved query)
1219 * Added the ability to customize issue list columns (at application level or for each saved query)
1149 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
1220 * Overdue versions (date reached and open issues > 0) are now always displayed on the roadmap
1150 * Added the ability to rename wiki pages (specific permission required)
1221 * Added the ability to rename wiki pages (specific permission required)
1151 * Search engines now supports pagination. Results are sorted in reverse chronological order
1222 * Search engines now supports pagination. Results are sorted in reverse chronological order
1152 * Added "Estimated hours" attribute on issues
1223 * Added "Estimated hours" attribute on issues
1153 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1224 * A category with assigned issue can now be deleted. 2 options are proposed: remove assignments or reassign issues to another category
1154 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
1225 * Forum notifications are now also sent to the authors of the thread, even if they donοΏ½t watch the board
1155 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1226 * Added an application setting to specify the application protocol (http or https) used to generate urls in emails
1156 * Gantt chart: now starts at the current month by default
1227 * Gantt chart: now starts at the current month by default
1157 * Gantt chart: month count and zoom factor are automatically saved as user preferences
1228 * Gantt chart: month count and zoom factor are automatically saved as user preferences
1158 * Wiki links can now refer to other project wikis
1229 * Wiki links can now refer to other project wikis
1159 * Added wiki index by date
1230 * Added wiki index by date
1160 * Added preview on add/edit issue form
1231 * Added preview on add/edit issue form
1161 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1232 * Emails footer can now be customized from the admin interface (Admin -> Email notifications)
1162 * 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)
1233 * 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)
1163 * Calendar: first day of week can now be set in lang files
1234 * Calendar: first day of week can now be set in lang files
1164 * Automatic closing of duplicate issues
1235 * Automatic closing of duplicate issues
1165 * Added a cross-project issue list
1236 * Added a cross-project issue list
1166 * AJAXified the SCM browser (tree view)
1237 * AJAXified the SCM browser (tree view)
1167 * Pretty URL for the repository browser (Cyril Mougel)
1238 * Pretty URL for the repository browser (Cyril Mougel)
1168 * Search engine: added a checkbox to search titles only
1239 * Search engine: added a checkbox to search titles only
1169 * Added "% done" in the filter list
1240 * Added "% done" in the filter list
1170 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
1241 * Enumerations: values can now be reordered and a default value can be specified (eg. default issue priority)
1171 * Added some accesskeys
1242 * Added some accesskeys
1172 * Added "Float" as a custom field format
1243 * Added "Float" as a custom field format
1173 * Added basic Theme support
1244 * Added basic Theme support
1174 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
1245 * Added the ability to set the οΏ½done ratioοΏ½ of issues fixed by commit (Nikolay Solakov)
1175 * Added custom fields in issue related mail notifications
1246 * Added custom fields in issue related mail notifications
1176 * Email notifications are now sent in plain text and html
1247 * Email notifications are now sent in plain text and html
1177 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
1248 * Gantt chart can now be exported to a graphic file (png). This functionality is only available if RMagick is installed.
1178 * Added syntax highlightment for repository files and wiki
1249 * Added syntax highlightment for repository files and wiki
1179 * Improved automatic Redmine links
1250 * Improved automatic Redmine links
1180 * Added automatic table of content support on wiki pages
1251 * Added automatic table of content support on wiki pages
1181 * Added radio buttons on the documents list to sort documents by category, date, title or author
1252 * Added radio buttons on the documents list to sort documents by category, date, title or author
1182 * Added basic plugin support, with a sample plugin
1253 * Added basic plugin support, with a sample plugin
1183 * Added a link to add a new category when creating or editing an issue
1254 * Added a link to add a new category when creating or editing an issue
1184 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
1255 * Added a "Assignable" boolean on the Role model. If unchecked, issues can not be assigned to users having this role.
1185 * Added an option to be able to relate issues in different projects
1256 * Added an option to be able to relate issues in different projects
1186 * Added the ability to move issues (to another project) without changing their trackers.
1257 * Added the ability to move issues (to another project) without changing their trackers.
1187 * Atom feeds added on project activity, news and changesets
1258 * Atom feeds added on project activity, news and changesets
1188 * Added the ability to reset its own RSS access key
1259 * Added the ability to reset its own RSS access key
1189 * Main project list now displays root projects with their subprojects
1260 * Main project list now displays root projects with their subprojects
1190 * Added anchor links to issue notes
1261 * Added anchor links to issue notes
1191 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
1262 * Added reposman Ruby version. This script can now register created repositories in Redmine (Nicolas Chuche)
1192 * Issue notes are now included in search
1263 * Issue notes are now included in search
1193 * Added email sending test functionality
1264 * Added email sending test functionality
1194 * Added LDAPS support for LDAP authentication
1265 * Added LDAPS support for LDAP authentication
1195 * Removed hard-coded URLs in mail templates
1266 * Removed hard-coded URLs in mail templates
1196 * Subprojects are now grouped by projects in the navigation drop-down menu
1267 * Subprojects are now grouped by projects in the navigation drop-down menu
1197 * Added a new value for date filters: this week
1268 * Added a new value for date filters: this week
1198 * Added cache for application settings
1269 * Added cache for application settings
1199 * Added Polish translation (Tomasz Gawryl)
1270 * Added Polish translation (Tomasz Gawryl)
1200 * Added Czech translation (Jan Kadlecek)
1271 * Added Czech translation (Jan Kadlecek)
1201 * Added Romanian translation (Csongor Bartus)
1272 * Added Romanian translation (Csongor Bartus)
1202 * Added Hebrew translation (Bob Builder)
1273 * Added Hebrew translation (Bob Builder)
1203 * Added Serbian translation (Dragan Matic)
1274 * Added Serbian translation (Dragan Matic)
1204 * Added Korean translation (Choi Jong Yoon)
1275 * Added Korean translation (Choi Jong Yoon)
1205 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1276 * Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations
1206 * Performance improvement on calendar and gantt
1277 * Performance improvement on calendar and gantt
1207 * Fixed: wiki preview doesnοΏ½t work on long entries
1278 * Fixed: wiki preview doesnοΏ½t work on long entries
1208 * Fixed: queries with multiple custom fields return no result
1279 * Fixed: queries with multiple custom fields return no result
1209 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1280 * Fixed: Can not authenticate user against LDAP if its DN contains non-ascii characters
1210 * Fixed: URL with ~ broken in wiki formatting
1281 * Fixed: URL with ~ broken in wiki formatting
1211 * Fixed: some quotation marks are rendered as strange characters in pdf
1282 * Fixed: some quotation marks are rendered as strange characters in pdf
1212
1283
1213
1284
1214 == 2007-07-15 v0.5.1
1285 == 2007-07-15 v0.5.1
1215
1286
1216 * per project forums added
1287 * per project forums added
1217 * added the ability to archive projects
1288 * added the ability to archive projects
1218 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
1289 * added οΏ½WatchοΏ½ functionality on issues. It allows users to receive notifications about issue changes
1219 * custom fields for issues can now be used as filters on issue list
1290 * custom fields for issues can now be used as filters on issue list
1220 * added per user custom queries
1291 * added per user custom queries
1221 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
1292 * commit messages are now scanned for referenced or fixed issue IDs (keywords defined in Admin -> Settings)
1222 * projects list now shows the list of public projects and private projects for which the user is a member
1293 * projects list now shows the list of public projects and private projects for which the user is a member
1223 * versions can now be created with no date
1294 * versions can now be created with no date
1224 * added issue count details for versions on Reports view
1295 * added issue count details for versions on Reports view
1225 * added time report, by member/activity/tracker/version and year/month/week for the selected period
1296 * added time report, by member/activity/tracker/version and year/month/week for the selected period
1226 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
1297 * each category can now be associated to a user, so that new issues in that category are automatically assigned to that user
1227 * added autologin feature (disabled by default)
1298 * added autologin feature (disabled by default)
1228 * optimistic locking added for wiki edits
1299 * optimistic locking added for wiki edits
1229 * added wiki diff
1300 * added wiki diff
1230 * added the ability to destroy wiki pages (requires permission)
1301 * added the ability to destroy wiki pages (requires permission)
1231 * a wiki page can now be attached to each version, and displayed on the roadmap
1302 * a wiki page can now be attached to each version, and displayed on the roadmap
1232 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
1303 * attachments can now be added to wiki pages (original patch by Pavol Murin) and displayed online
1233 * added an option to see all versions in the roadmap view (including completed ones)
1304 * added an option to see all versions in the roadmap view (including completed ones)
1234 * added basic issue relations
1305 * added basic issue relations
1235 * added the ability to log time when changing an issue status
1306 * added the ability to log time when changing an issue status
1236 * account information can now be sent to the user when creating an account
1307 * account information can now be sent to the user when creating an account
1237 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
1308 * author and assignee of an issue always receive notifications (even if they turned of mail notifications)
1238 * added a quick search form in page header
1309 * added a quick search form in page header
1239 * added 'me' value for 'assigned to' and 'author' query filters
1310 * added 'me' value for 'assigned to' and 'author' query filters
1240 * added a link on revision screen to see the entire diff for the revision
1311 * added a link on revision screen to see the entire diff for the revision
1241 * added last commit message for each entry in repository browser
1312 * added last commit message for each entry in repository browser
1242 * added the ability to view a file diff with free to/from revision selection.
1313 * added the ability to view a file diff with free to/from revision selection.
1243 * text files can now be viewed online when browsing the repository
1314 * text files can now be viewed online when browsing the repository
1244 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
1315 * added basic support for other SCM: CVS (Ralph Vater), Mercurial and Darcs
1245 * added fragment caching for svn diffs
1316 * added fragment caching for svn diffs
1246 * added fragment caching for calendar and gantt views
1317 * added fragment caching for calendar and gantt views
1247 * login field automatically focused on login form
1318 * login field automatically focused on login form
1248 * subproject name displayed on issue list, calendar and gantt
1319 * subproject name displayed on issue list, calendar and gantt
1249 * added an option to choose the date format: language based or ISO 8601
1320 * added an option to choose the date format: language based or ISO 8601
1250 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
1321 * added a simple mail handler. It lets users add notes to an existing issue by replying to the initial notification email.
1251 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
1322 * a 403 error page is now displayed (instead of a blank page) when trying to access a protected page
1252 * added portuguese translation (Joao Carlos Clementoni)
1323 * added portuguese translation (Joao Carlos Clementoni)
1253 * added partial online help japanese translation (Ken Date)
1324 * added partial online help japanese translation (Ken Date)
1254 * added bulgarian translation (Nikolay Solakov)
1325 * added bulgarian translation (Nikolay Solakov)
1255 * added dutch translation (Linda van den Brink)
1326 * added dutch translation (Linda van den Brink)
1256 * added swedish translation (Thomas Habets)
1327 * added swedish translation (Thomas Habets)
1257 * italian translation update (Alessio Spadaro)
1328 * italian translation update (Alessio Spadaro)
1258 * japanese translation update (Satoru Kurashiki)
1329 * japanese translation update (Satoru Kurashiki)
1259 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
1330 * fixed: error on history atom feed when thereοΏ½s no notes on an issue change
1260 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
1331 * fixed: error in journalizing an issue with longtext custom fields (Postgresql)
1261 * fixed: creation of Oracle schema
1332 * fixed: creation of Oracle schema
1262 * fixed: last day of the month not included in project activity
1333 * fixed: last day of the month not included in project activity
1263 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
1334 * fixed: files with an apostrophe in their names can't be accessed in SVN repository
1264 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
1335 * fixed: performance issue on RepositoriesController#revisions when a changeset has a great number of changes (eg. 100,000)
1265 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
1336 * fixed: open/closed issue counts are always 0 on reports view (postgresql)
1266 * fixed: date query filters (wrong results and sql error with postgresql)
1337 * fixed: date query filters (wrong results and sql error with postgresql)
1267 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
1338 * fixed: confidentiality issue on account/show (private project names displayed to anyone)
1268 * fixed: Long text custom fields displayed without line breaks
1339 * fixed: Long text custom fields displayed without line breaks
1269 * fixed: Error when editing the wokflow after deleting a status
1340 * fixed: Error when editing the wokflow after deleting a status
1270 * fixed: SVN commit dates are now stored as local time
1341 * fixed: SVN commit dates are now stored as local time
1271
1342
1272
1343
1273 == 2007-04-11 v0.5.0
1344 == 2007-04-11 v0.5.0
1274
1345
1275 * added per project Wiki
1346 * added per project Wiki
1276 * added rss/atom feeds at project level (custom queries can be used as feeds)
1347 * added rss/atom feeds at project level (custom queries can be used as feeds)
1277 * added search engine (search in issues, news, commits, wiki pages, documents)
1348 * added search engine (search in issues, news, commits, wiki pages, documents)
1278 * simple time tracking functionality added
1349 * simple time tracking functionality added
1279 * added version due dates on calendar and gantt
1350 * added version due dates on calendar and gantt
1280 * added subprojects issue count on project Reports page
1351 * added subprojects issue count on project Reports page
1281 * added the ability to copy an existing workflow when creating a new tracker
1352 * added the ability to copy an existing workflow when creating a new tracker
1282 * added the ability to include subprojects on calendar and gantt
1353 * added the ability to include subprojects on calendar and gantt
1283 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
1354 * added the ability to select trackers to display on calendar and gantt (Jeffrey Jones)
1284 * added side by side svn diff view (Cyril Mougel)
1355 * added side by side svn diff view (Cyril Mougel)
1285 * added back subproject filter on issue list
1356 * added back subproject filter on issue list
1286 * added permissions report in admin area
1357 * added permissions report in admin area
1287 * added a status filter on users list
1358 * added a status filter on users list
1288 * support for password-protected SVN repositories
1359 * support for password-protected SVN repositories
1289 * SVN commits are now stored in the database
1360 * SVN commits are now stored in the database
1290 * added simple svn statistics SVG graphs
1361 * added simple svn statistics SVG graphs
1291 * progress bars for roadmap versions (Nick Read)
1362 * progress bars for roadmap versions (Nick Read)
1292 * issue history now shows file uploads and deletions
1363 * issue history now shows file uploads and deletions
1293 * #id patterns are turned into links to issues in descriptions and commit messages
1364 * #id patterns are turned into links to issues in descriptions and commit messages
1294 * japanese translation added (Satoru Kurashiki)
1365 * japanese translation added (Satoru Kurashiki)
1295 * chinese simplified translation added (Andy Wu)
1366 * chinese simplified translation added (Andy Wu)
1296 * italian translation added (Alessio Spadaro)
1367 * italian translation added (Alessio Spadaro)
1297 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
1368 * added scripts to manage SVN repositories creation and user access control using ssh+svn (Nicolas Chuche)
1298 * better calendar rendering time
1369 * better calendar rendering time
1299 * fixed migration scripts to work with mysql 5 running in strict mode
1370 * fixed migration scripts to work with mysql 5 running in strict mode
1300 * fixed: error when clicking "add" with no block selected on my/page_layout
1371 * fixed: error when clicking "add" with no block selected on my/page_layout
1301 * fixed: hard coded links in navigation bar
1372 * fixed: hard coded links in navigation bar
1302 * fixed: table_name pre/suffix support
1373 * fixed: table_name pre/suffix support
1303
1374
1304
1375
1305 == 2007-02-18 v0.4.2
1376 == 2007-02-18 v0.4.2
1306
1377
1307 * Rails 1.2 is now required
1378 * Rails 1.2 is now required
1308 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
1379 * settings are now stored in the database and editable through the application in: Admin -> Settings (config_custom.rb is no longer used)
1309 * added project roadmap view
1380 * added project roadmap view
1310 * mail notifications added when a document, a file or an attachment is added
1381 * mail notifications added when a document, a file or an attachment is added
1311 * tooltips added on Gantt chart and calender to view the details of the issues
1382 * tooltips added on Gantt chart and calender to view the details of the issues
1312 * ability to set the sort order for roles, trackers, issue statuses
1383 * ability to set the sort order for roles, trackers, issue statuses
1313 * added missing fields to csv export: priority, start date, due date, done ratio
1384 * added missing fields to csv export: priority, start date, due date, done ratio
1314 * added total number of issues per tracker on project overview
1385 * added total number of issues per tracker on project overview
1315 * 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-)
1386 * 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-)
1316 * added back "fixed version" field on issue screen and in filters
1387 * added back "fixed version" field on issue screen and in filters
1317 * project settings screen split in 4 tabs
1388 * project settings screen split in 4 tabs
1318 * custom fields screen split in 3 tabs (one for each kind of custom field)
1389 * custom fields screen split in 3 tabs (one for each kind of custom field)
1319 * multiple issues pdf export now rendered as a table
1390 * multiple issues pdf export now rendered as a table
1320 * added a button on users/list to manually activate an account
1391 * added a button on users/list to manually activate an account
1321 * added a setting option to disable "password lost" functionality
1392 * added a setting option to disable "password lost" functionality
1322 * added a setting option to set max number of issues in csv/pdf exports
1393 * added a setting option to set max number of issues in csv/pdf exports
1323 * fixed: subprojects count is always 0 on projects list
1394 * fixed: subprojects count is always 0 on projects list
1324 * fixed: locked users are proposed when adding a member to a project
1395 * fixed: locked users are proposed when adding a member to a project
1325 * fixed: setting an issue status as default status leads to an sql error with SQLite
1396 * fixed: setting an issue status as default status leads to an sql error with SQLite
1326 * fixed: unable to delete an issue status even if it's not used yet
1397 * fixed: unable to delete an issue status even if it's not used yet
1327 * fixed: filters ignored when exporting a predefined query to csv/pdf
1398 * fixed: filters ignored when exporting a predefined query to csv/pdf
1328 * fixed: crash when french "issue_edit" email notification is sent
1399 * fixed: crash when french "issue_edit" email notification is sent
1329 * fixed: hide mail preference not saved (my/account)
1400 * fixed: hide mail preference not saved (my/account)
1330 * fixed: crash when a new user try to edit its "my page" layout
1401 * fixed: crash when a new user try to edit its "my page" layout
1331
1402
1332
1403
1333 == 2007-01-03 v0.4.1
1404 == 2007-01-03 v0.4.1
1334
1405
1335 * fixed: emails have no recipient when one of the project members has notifications disabled
1406 * fixed: emails have no recipient when one of the project members has notifications disabled
1336
1407
1337
1408
1338 == 2007-01-02 v0.4.0
1409 == 2007-01-02 v0.4.0
1339
1410
1340 * simple SVN browser added (just needs svn binaries in PATH)
1411 * simple SVN browser added (just needs svn binaries in PATH)
1341 * comments can now be added on news
1412 * comments can now be added on news
1342 * "my page" is now customizable
1413 * "my page" is now customizable
1343 * more powerfull and savable filters for issues lists
1414 * more powerfull and savable filters for issues lists
1344 * improved issues change history
1415 * improved issues change history
1345 * new functionality: move an issue to another project or tracker
1416 * new functionality: move an issue to another project or tracker
1346 * new functionality: add a note to an issue
1417 * new functionality: add a note to an issue
1347 * new report: project activity
1418 * new report: project activity
1348 * "start date" and "% done" fields added on issues
1419 * "start date" and "% done" fields added on issues
1349 * project calendar added
1420 * project calendar added
1350 * gantt chart added (exportable to pdf)
1421 * gantt chart added (exportable to pdf)
1351 * single/multiple issues pdf export added
1422 * single/multiple issues pdf export added
1352 * issues reports improvements
1423 * issues reports improvements
1353 * multiple file upload for issues, documents and files
1424 * multiple file upload for issues, documents and files
1354 * option to set maximum size of uploaded files
1425 * option to set maximum size of uploaded files
1355 * textile formating of issue and news descritions (RedCloth required)
1426 * textile formating of issue and news descritions (RedCloth required)
1356 * integration of DotClear jstoolbar for textile formatting
1427 * integration of DotClear jstoolbar for textile formatting
1357 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
1428 * calendar date picker for date fields (LGPL DHTML Calendar http://sourceforge.net/projects/jscalendar)
1358 * new filter in issues list: Author
1429 * new filter in issues list: Author
1359 * ajaxified paginators
1430 * ajaxified paginators
1360 * news rss feed added
1431 * news rss feed added
1361 * option to set number of results per page on issues list
1432 * option to set number of results per page on issues list
1362 * localized csv separator (comma/semicolon)
1433 * localized csv separator (comma/semicolon)
1363 * csv output encoded to ISO-8859-1
1434 * csv output encoded to ISO-8859-1
1364 * user custom field displayed on account/show
1435 * user custom field displayed on account/show
1365 * default configuration improved (default roles, trackers, status, permissions and workflows)
1436 * default configuration improved (default roles, trackers, status, permissions and workflows)
1366 * language for default configuration data can now be chosen when running 'load_default_data' task
1437 * language for default configuration data can now be chosen when running 'load_default_data' task
1367 * javascript added on custom field form to show/hide fields according to the format of custom field
1438 * javascript added on custom field form to show/hide fields according to the format of custom field
1368 * fixed: custom fields not in csv exports
1439 * fixed: custom fields not in csv exports
1369 * fixed: project settings now displayed according to user's permissions
1440 * fixed: project settings now displayed according to user's permissions
1370 * fixed: application error when no version is selected on projects/add_file
1441 * fixed: application error when no version is selected on projects/add_file
1371 * fixed: public actions not authorized for members of non public projects
1442 * fixed: public actions not authorized for members of non public projects
1372 * fixed: non public projects were shown on welcome screen even if current user is not a member
1443 * fixed: non public projects were shown on welcome screen even if current user is not a member
1373
1444
1374
1445
1375 == 2006-10-08 v0.3.0
1446 == 2006-10-08 v0.3.0
1376
1447
1377 * user authentication against multiple LDAP (optional)
1448 * user authentication against multiple LDAP (optional)
1378 * token based "lost password" functionality
1449 * token based "lost password" functionality
1379 * user self-registration functionality (optional)
1450 * user self-registration functionality (optional)
1380 * custom fields now available for issues, users and projects
1451 * custom fields now available for issues, users and projects
1381 * new custom field format "text" (displayed as a textarea field)
1452 * new custom field format "text" (displayed as a textarea field)
1382 * project & administration drop down menus in navigation bar for quicker access
1453 * project & administration drop down menus in navigation bar for quicker access
1383 * text formatting is preserved for long text fields (issues, projects and news descriptions)
1454 * text formatting is preserved for long text fields (issues, projects and news descriptions)
1384 * urls and emails are turned into clickable links in long text fields
1455 * urls and emails are turned into clickable links in long text fields
1385 * "due date" field added on issues
1456 * "due date" field added on issues
1386 * tracker selection filter added on change log
1457 * tracker selection filter added on change log
1387 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
1458 * Localization plugin replaced with GLoc 1.1.0 (iconv required)
1388 * error messages internationalization
1459 * error messages internationalization
1389 * german translation added (thanks to Karim Trott)
1460 * german translation added (thanks to Karim Trott)
1390 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
1461 * data locking for issues to prevent update conflicts (using ActiveRecord builtin optimistic locking)
1391 * new filter in issues list: "Fixed version"
1462 * new filter in issues list: "Fixed version"
1392 * active filters are displayed with colored background on issues list
1463 * active filters are displayed with colored background on issues list
1393 * custom configuration is now defined in config/config_custom.rb
1464 * custom configuration is now defined in config/config_custom.rb
1394 * user object no more stored in session (only user_id)
1465 * user object no more stored in session (only user_id)
1395 * news summary field is no longer required
1466 * news summary field is no longer required
1396 * tables and forms redesign
1467 * tables and forms redesign
1397 * Fixed: boolean custom field not working
1468 * Fixed: boolean custom field not working
1398 * Fixed: error messages for custom fields are not displayed
1469 * Fixed: error messages for custom fields are not displayed
1399 * Fixed: invalid custom fields should have a red border
1470 * Fixed: invalid custom fields should have a red border
1400 * Fixed: custom fields values are not validated on issue update
1471 * Fixed: custom fields values are not validated on issue update
1401 * Fixed: unable to choose an empty value for 'List' custom fields
1472 * Fixed: unable to choose an empty value for 'List' custom fields
1402 * Fixed: no issue categories sorting
1473 * Fixed: no issue categories sorting
1403 * Fixed: incorrect versions sorting
1474 * Fixed: incorrect versions sorting
1404
1475
1405
1476
1406 == 2006-07-12 - v0.2.2
1477 == 2006-07-12 - v0.2.2
1407
1478
1408 * Fixed: bug in "issues list"
1479 * Fixed: bug in "issues list"
1409
1480
1410
1481
1411 == 2006-07-09 - v0.2.1
1482 == 2006-07-09 - v0.2.1
1412
1483
1413 * new databases supported: Oracle, PostgreSQL, SQL Server
1484 * new databases supported: Oracle, PostgreSQL, SQL Server
1414 * projects/subprojects hierarchy (1 level of subprojects only)
1485 * projects/subprojects hierarchy (1 level of subprojects only)
1415 * environment information display in admin/info
1486 * environment information display in admin/info
1416 * more filter options in issues list (rev6)
1487 * more filter options in issues list (rev6)
1417 * default language based on browser settings (Accept-Language HTTP header)
1488 * default language based on browser settings (Accept-Language HTTP header)
1418 * issues list exportable to CSV (rev6)
1489 * issues list exportable to CSV (rev6)
1419 * simple_format and auto_link on long text fields
1490 * simple_format and auto_link on long text fields
1420 * more data validations
1491 * more data validations
1421 * Fixed: error when all mail notifications are unchecked in admin/mail_options
1492 * Fixed: error when all mail notifications are unchecked in admin/mail_options
1422 * Fixed: all project news are displayed on project summary
1493 * Fixed: all project news are displayed on project summary
1423 * Fixed: Can't change user password in users/edit
1494 * Fixed: Can't change user password in users/edit
1424 * Fixed: Error on tables creation with PostgreSQL (rev5)
1495 * Fixed: Error on tables creation with PostgreSQL (rev5)
1425 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
1496 * Fixed: SQL error in "issue reports" view with PostgreSQL (rev5)
1426
1497
1427
1498
1428 == 2006-06-25 - v0.1.0
1499 == 2006-06-25 - v0.1.0
1429
1500
1430 * multiple users/multiple projects
1501 * multiple users/multiple projects
1431 * role based access control
1502 * role based access control
1432 * issue tracking system
1503 * issue tracking system
1433 * fully customizable workflow
1504 * fully customizable workflow
1434 * documents/files repository
1505 * documents/files repository
1435 * email notifications on issue creation and update
1506 * email notifications on issue creation and update
1436 * multilanguage support (except for error messages):english, french, spanish
1507 * multilanguage support (except for error messages):english, french, spanish
1437 * online manual in french (unfinished)
1508 * online manual in french (unfinished)
General Comments 0
You need to be logged in to leave comments. Login now