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